Updates to address new HPA policies 53/39153/1
authorAnkitkumar Patel <ankit@research.att.com>
Tue, 27 Mar 2018 15:54:53 +0000 (11:54 -0400)
committerAnkitkumar Patel <ankit@research.att.com>
Tue, 27 Mar 2018 15:55:13 +0000 (11:55 -0400)
commitf1e95cd95c05be145c3fde9f08404724937edf49
tree9b189af4508a2450dc92132e761beebed18ec168
parent4de3bb8c9f62f15d6aeb965f9d4c47edb7efd2e9
Updates to address new HPA policies

Issue-ID: OPTFRA-100
Change-Id: Iaff7b50dc5394546cc46591bef9b054cd6cde792
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
39 files changed:
config/common_config.yaml
osdf/adapters/policy/utils.py
osdf/optimizers/placementopt/conductor/api_builder.py
osdf/optimizers/placementopt/conductor/translation.py
osdf/templates/conductor_interface.json
test/conductor/test_conductor_translation.py
test/config/common_config.yaml
test/config/has_config.yaml
test/operation/test_responses.py
test/placement-tests/policy_response.json
test/policy-local-files/Affinity_vCPE_1.json
test/policy-local-files/Capacity_vGMuxInfra.json
test/policy-local-files/Capacity_vG_1.json
test/policy-local-files/Distance_vGMuxInfra_1.json
test/policy-local-files/Distance_vG_1.json
test/policy-local-files/Min_Guarantee_vGMuxInfra_1.json [deleted file]
test/policy-local-files/Placement_Optimization_1.json
test/policy-local-files/QueryPolicy_vCPE.json
test/policy-local-files/has_policies_r2/Affinity_vCPE_1.json [deleted file]
test/policy-local-files/has_policies_r2/Capacity_vGMuxInfra.json [deleted file]
test/policy-local-files/has_policies_r2/Capacity_vG_1.json [deleted file]
test/policy-local-files/has_policies_r2/Distance_vGMuxInfra_1.json [deleted file]
test/policy-local-files/has_policies_r2/Distance_vG_1.json [deleted file]
test/policy-local-files/has_policies_r2/Min_Guarantee_vGMuxInfra_1.json [deleted file]
test/policy-local-files/has_policies_r2/Placement_Optimization_1.json [deleted file]
test/policy-local-files/has_policies_r2/QueryPolicy_vCPE.json [deleted file]
test/policy-local-files/has_policies_r2/hpa_policy_vGMuxInfra_1.json [deleted file]
test/policy-local-files/has_policies_r2/hpa_policy_vG_1.json [deleted file]
test/policy-local-files/has_policies_r2/vnfPolicy_vG.json [deleted file]
test/policy-local-files/has_policies_r2/vnfPolicy_vGMuxInfra.json [deleted file]
test/policy-local-files/hpa_policy_vGMuxInfra_1.json
test/policy-local-files/hpa_policy_vG_1.json
test/policy-local-files/meta-valid-policies.txt
test/policy-local-files/subscriber_policy.json [moved from test/policy-local-files/has_policies_r2/subscriber_policy.json with 89% similarity]
test/policy-local-files/vnfPolicy_vG.json
test/policy-local-files/vnfPolicy_vGMuxInfra.json
test/policy/test_policy_interface.py
test/test_ConductorApiBuilder.py
test/test_PolicyCalls.py