diff options
Diffstat (limited to 'config/common_config.yaml')
-rw-r--r-- | config/common_config.yaml | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/config/common_config.yaml b/config/common_config.yaml index 7eced05..f29e8c0 100644 --- a/config/common_config.yaml +++ b/config/common_config.yaml @@ -50,31 +50,35 @@ references: service_name: source: request value: serviceInfo.serviceName + resource: + source: request + value: placementInfo.placementDemands.resourceModuleName subscriber_role: - source: SubscriberPolicy - value: content.properties.subscriberRole + source: onap.policies.optimization.SubscriberPolicy + value: properties.properties.subscriberRole policy_info: prioritization_attributes: policy_type: - - content.policyType + - type resources: - - content.resources - - content.objectiveParameter.parameterAttributes.resources + - properties.resources + - properties.objectiveParameter.parameterAttributes.resources service_name: - - content.serviceName + - properties.services placement: policy_fetch: by_scope policy_scope: - default_scope: OSDF_DUBLIN - vcpe_scope: OSDF_DUBLIN - vfw_scope: OSDF_DUBLIN - td_scope: OSDF_DUBLIN - secondary_scopes: - - - - get_param: service_name + - + scope: + - OSDF_FRANKFURT + geography: - US + service: + - get_param: service_name + resources: + - get_param: resource # - # - get_param: service_name # - get_param: subscriber_role |