HPA Enablement for A&AI data plugin 99/35699/4
authorDileep Ranganathan <dileep.ranganathan@intel.com>
Tue, 13 Mar 2018 14:07:14 +0000 (07:07 -0700)
committerDileep Ranganathan <dileep.ranganathan@intel.com>
Thu, 22 Mar 2018 13:37:05 +0000 (06:37 -0700)
commitd8a3bd9ae9c72947b53df661c57f8dd697ef73dc
tree86cf3d35bcc4dd334b6e10faadb0f55721d2ee14
parent5e2f356e8a51c08b442c05a954f1d8ada394932f
HPA Enablement for A&AI  data plugin

Implemented HPA Enablement feature support for A&AI data plugin
Added flavors and hpa-capability child nodes to cloud-region cache.
Added unit tests for _get_flavors
Modified unit tests for resolve_demands

Change-Id: Ifeedb5f53a351079e8adbd42d216633062c36e1b
Issue-ID: OPTFRA-167
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
conductor/conductor/data/plugins/constants.py [new file with mode: 0644]
conductor/conductor/data/plugins/inventory_provider/aai.py
conductor/conductor/tests/unit/data/plugins/inventory_provider/_request_get_flavors.json [new file with mode: 0644]
conductor/conductor/tests/unit/data/plugins/inventory_provider/regions.json
conductor/conductor/tests/unit/data/plugins/inventory_provider/test_aai.py