Make hpa discovery as plugin 81/98281/4
authorHaibin Huang <haibin.huang@intel.com>
Tue, 12 Nov 2019 09:20:03 +0000 (17:20 +0800)
committerHaibin Huang <haibin.huang@intel.com>
Mon, 20 Jan 2020 08:31:46 +0000 (16:31 +0800)
commit5f8e9379af90e81ad4a4d27b8cf6afb6edb40569
tree17061ffe8fee62f458aee7defbb5faf3b3cccbee
parent860d099f352eb762f1f181f189867ed2c3f322a9
Make hpa discovery as plugin

Issue-ID: MULTICLOUD-695
Change-Id: I04547cfe664dfed457a228c04dfdf71c96b0ded0
Signed-off-by: Haibin Huang <haibin.huang@intel.com>
15 files changed:
hpa/.testr.conf [new file with mode: 0644]
hpa/LICENSE [new file with mode: 0644]
hpa/README.md [new file with mode: 0644]
hpa/assembly.xml [new file with mode: 0644]
hpa/hpa/__init__.py [new file with mode: 0644]
hpa/hpa/base.py [new file with mode: 0644]
hpa/hpa/hpa_discovery.py [new file with mode: 0644]
hpa/mvn-phase-script.sh [new file with mode: 0755]
hpa/pom.xml [new file with mode: 0644]
hpa/setup.py [new file with mode: 0644]
hpa/tests/__init__.py [new file with mode: 0644]
hpa/tests/test.py [new file with mode: 0644]
hpa/tests/test_hpa_discovery.py [new file with mode: 0644]
hpa/tox.ini [new file with mode: 0644]
pom.xml