add aggregation policy for NSI selection 62/105762/2
authordhebeha <dhebeha.mj71@wipro.com>
Fri, 10 Apr 2020 13:38:11 +0000 (06:38 -0700)
committerdhebeha <dhebeha.mj71@wipro.com>
Fri, 17 Apr 2020 07:07:46 +0000 (00:07 -0700)
commit2754404822b496392717d260681946debecf8648
tree92b5930025f4655e67e26b37b728526fac6e9edc
parent16dec1253f5380df53ccfef97d618fbe03e7be64
add aggregation policy for NSI selection

made changes for other  policy updates

Issue-ID: OPTFRA-730
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
Change-Id: I3fb4ae184cdae9181037fb059ac144070228c29f
51 files changed:
apps/slice_selection/optimizers/conductor/remote_opt_processor.py
config/common_config.yaml
osdf/adapters/conductor/api_builder.py
osdf/adapters/conductor/translation.py
osdf/models/policy/placement/tosca_upload/onap.policies.optimization.AffinityPolicy.yaml [deleted file]
osdf/models/policy/placement/tosca_upload/onap.policies.optimization.DistancePolicy.yaml [deleted file]
osdf/models/policy/placement/tosca_upload/onap.policies.optimization.HpaPolicy.yaml [deleted file]
osdf/models/policy/placement/tosca_upload/onap.policies.optimization.OptimizationPolicy.yaml [deleted file]
osdf/models/policy/placement/tosca_upload/onap.policies.optimization.PciPolicy.yaml [deleted file]
osdf/models/policy/placement/tosca_upload/onap.policies.optimization.QueryPolicy.yaml [deleted file]
osdf/models/policy/placement/tosca_upload/onap.policies.optimization.SubscriberPolicy.yaml [deleted file]
osdf/models/policy/placement/tosca_upload/onap.policies.optimization.Vim_fit.yaml [deleted file]
osdf/models/policy/placement/tosca_upload/onap.policies.optimization.VnfPolicy.yaml [deleted file]
osdf/models/policy/placement/tosca_upload/onap.policies.optimization.resource.AffinityPolicy.yaml [new file with mode: 0644]
osdf/models/policy/placement/tosca_upload/onap.policies.optimization.resource.AggregationPolicy.yaml [new file with mode: 0644]
osdf/models/policy/placement/tosca_upload/onap.policies.optimization.resource.DistancePolicy.yaml [new file with mode: 0644]
osdf/models/policy/placement/tosca_upload/onap.policies.optimization.resource.HpaPolicy.yaml [new file with mode: 0644]
osdf/models/policy/placement/tosca_upload/onap.policies.optimization.resource.OptimizationPolicy.yaml [new file with mode: 0644]
osdf/models/policy/placement/tosca_upload/onap.policies.optimization.resource.PciPolicy.yaml [new file with mode: 0644]
osdf/models/policy/placement/tosca_upload/onap.policies.optimization.resource.ThresholdPolicy.yaml [new file with mode: 0644]
osdf/models/policy/placement/tosca_upload/onap.policies.optimization.resource.Vim_fit.yaml [new file with mode: 0644]
osdf/models/policy/placement/tosca_upload/onap.policies.optimization.resource.VnfPolicy.yaml [new file with mode: 0644]
osdf/models/policy/placement/tosca_upload/onap.policies.optimization.service.QueryPolicy.yaml [new file with mode: 0644]
osdf/models/policy/placement/tosca_upload/onap.policies.optimization.service.SubscriberPolicy.yaml [new file with mode: 0644]
test/apps/slice_selection/slice_policies.txt
test/policy-local-files/Affinity_vCPE_1.json
test/policy-local-files/Affinity_vFW_TD.json
test/policy-local-files/Attribute_vNS_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/Placement_Optimization_1.json
test/policy-local-files/QueryPolicy_vCPE.json
test/policy-local-files/QueryPolicy_vCPE_2.json
test/policy-local-files/QueryPolicy_vFW_TD.json
test/policy-local-files/aggregationPolicy_URLLC_1.json [new file with mode: 0644]
test/policy-local-files/hpa_policy_vGMuxInfra_1.json
test/policy-local-files/hpa_policy_vG_1.json
test/policy-local-files/queryPolicy_URLLC_.json [new file with mode: 0644]
test/policy-local-files/subscriber_policy_URLLC_1.json
test/policy-local-files/subscriber_policy_vCPE.json
test/policy-local-files/thresholdPolicy_URLLC_Core_1.json [new file with mode: 0644]
test/policy-local-files/thresholdPolicy_URLLC_Core_1_latency.json [deleted file]
test/policy-local-files/thresholdPolicy_URLLC_Core_1_reliability.json [deleted file]
test/policy-local-files/vnfPolicy_URLLC_Core_1.json
test/policy-local-files/vnfPolicy_vFW_TD.json
test/policy-local-files/vnfPolicy_vG.json
test/policy-local-files/vnfPolicy_vGMuxInfra.json
test/policy-local-files/vnfPolicy_vPGN_TD.json
test/test_PolicyCalls.py