diff options
author | krishnaa96 <krishna.moorthy6@wipro.com> | 2020-10-06 10:58:52 +0530 |
---|---|---|
committer | krishnaa96 <krishna.moorthy6@wipro.com> | 2020-10-06 11:03:30 +0530 |
commit | 21587bf56798b440dd4ddf6e35f121505b90fb0d (patch) | |
tree | 80620d30f9d5a67819259b9aaddd76c16ef2ea43 /config/common_config.yaml | |
parent | 7ae420b25aade14f12fb7c94a407f0f9fd6aff4e (diff) |
Fix slice selection
Issue-ID: OPTFRA-855
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: If4f7155ced93d91ae22a2e82db01bcf4c32b6323
Diffstat (limited to 'config/common_config.yaml')
-rw-r--r-- | config/common_config.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/common_config.yaml b/config/common_config.yaml index 905aa0b..8f028b3 100644 --- a/config/common_config.yaml +++ b/config/common_config.yaml @@ -86,11 +86,12 @@ policy_info: policy_scope: - scope: - - OSDF_GUILIN - get_param: resource_sharing_level - get_param: reuse_preference services: - get_param: service_name + resources: + - get_param: service_name subnet_selection: policy_fetch: by_scope @@ -99,6 +100,8 @@ policy_info: - OSDF_GUILIN services: - get_param: service_name + resources: + - get_param: service_name placement: policy_fetch: by_scope @@ -127,4 +130,4 @@ PCI: service_id: ho_metric filter: interval: 10 - ml_enabled: false
\ No newline at end of file + ml_enabled: false |