diff options
author | MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com> | 2021-02-18 18:31:25 +0530 |
---|---|---|
committer | krishna moorthy <krishna.moorthy6@wipro.com> | 2021-02-21 07:19:31 +0000 |
commit | d9a9520bd7efe2f022c0ad3de37b0c4ada4789df (patch) | |
tree | fdab8ca4bab6a2457809c212ae920a41fb0d795a /config/common_config.yaml | |
parent | be91a8ed6b2363ff927680a8054d545842a7d8e9 (diff) |
Add support to process NST Selection for HAS
Issue-ID: OPTFRA-911
Signed-off-by: MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com>
Change-Id: I809857348b00fe415d416954b1cfbedd404bdffc
Diffstat (limited to 'config/common_config.yaml')
-rw-r--r-- | config/common_config.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/config/common_config.yaml b/config/common_config.yaml index d720fb2..d4d205e 100644 --- a/config/common_config.yaml +++ b/config/common_config.yaml @@ -12,6 +12,7 @@ osdf_temp: # special configuration required for "workarounds" or testing global_disabled: True local_placement_policies_enabled: True local_slice_selection_policies_enabled: True + local_nst_selection_policies_enabled: True placement_policy_dir_vcpe: "./test/policy-local-files/" placement_policy_files_vcpe: # workaroud for policy platform glitches (or "work-arounds" for other components) - Affinity_vCPE_1.json @@ -45,6 +46,17 @@ osdf_temp: # special configuration required for "workarounds" or testing - query_policy_nsi.json - threshold_policy_nsi.json - vnf_policy_nsi_shared_case.json + nst_selection_policy_dir_embb-nst: "./test/policy-local-files/nst-selection-files/" + nst_selection_policy_files_embb-nst: + - query_policy_nst.json + - attribute_policy_nst.json + - vnf_policy_nst.json + nst_selection_policy_dir_nst: "./test/policy-local-files/nst-selection-files/" + nst_selection_policy_files_nst: + - query_policy_nst.json + - attribute_policy_nst.json + - vnf_policy_nst.json + - optimization_policy_nst.json service_info: vCPE: @@ -89,6 +101,17 @@ policy_info: resources: - get_param: service_name + nst_selection: + policy_fetch: by_scope + policy_scope: + - + scope: + - OSDF_GUILIN + services: + - nst + resources: + - nst + subnet_selection: policy_fetch: by_scope policy_scope: |