Return empty solution if no candidate found
[optf/osdf.git] / config / common_config.yaml
1 osdf_system:
2     libpath: /opt/app/osdf/libs
3     osdf_ports:
4         internal: 8699  # inside the Docker container, the app listens to this port
5         external: 8698  # clients use this port on DockerHost
6     osdf_ip_default: 0.0.0.0
7 #        # Important Note: At deployment time, we need to ensure the port mapping is done
8     #ssl_context: ['./ssl_certs/oof.crt', './ssl_certs/oof_new.key']
9
10 osdf_temp:  # special configuration required for "workarounds" or testing
11     local_policies:
12         global_disabled: True
13         local_placement_policies_enabled: True
14         local_slice_selection_policies_enabled: True
15         placement_policy_dir_vcpe: "./test/policy-local-files/"
16         placement_policy_files_vcpe: # workaroud for policy platform glitches (or "work-arounds" for other components)
17             - Affinity_vCPE_1.json
18             - Attribute_vNS_1.json
19             #- Capacity_vGMuxInfra.json
20             #- Capacity_vG_1.json
21             - Distance_vG_1.json
22             - Distance_vGMuxInfra_1.json
23             - hpa_policy_vG_1.json
24             - hpa_policy_vGMuxInfra_1.json
25             - Placement_Optimization_1.json
26             - QueryPolicy_vCPE.json
27             - vnfPolicy_vG.json
28             - vnfPolicy_vGMuxInfra.json
29         placement_policy_dir_vfw: "./test/policy-local-files/"
30         placement_policy_files_vfw: # workaroud for policy platform glitches (or "work-arounds" for other components)
31             #- Capacity_vFW_1.json
32             - Distance_vFW_1.json
33             - hpa_policy_vFW_1.json
34             - Placement_Optimization_1.json
35             - QueryPolicy_vFW.json
36             - vnfPolicy_vFW.json
37         placement_policy_dir_vfw_td: "./test/policy-local-files/"
38         placement_policy_files_vfw_td:
39             - vnfPolicy_vFW_TD.json
40             - vnfPolicy_vPGN_TD.json
41             - Affinity_vFW_TD.json
42             - QueryPolicy_vFW_TD.json
43         slice_selection_policy_dir_embb-nst: "./test/policy-local-files/slice-selection-files/"
44         slice_selection_policy_files_embb-nst:
45             - query_policy_nsi.json
46             - threshold_policy_nsi.json
47             - vnf_policy_nsi_shared_case.json
48
49 service_info:
50     vCPE:
51         vcpeHostName: requestParameters.vcpeHostName
52         e2eVpnKey: requestParameters.e2eVpnKey
53     vFW:
54         vcpeHostName: requestParameters.vcpeHostName
55         e2eVpnKey: requestParameters.e2eVpnKey
56
57 references:
58     service_name:
59         source: request
60         value: serviceInfo.serviceName
61     resource:
62         source: request
63         value: placementInfo.placementDemands.resourceModuleName
64     subscriber_role:
65         source: onap.policies.optimization.SubscriberPolicy
66         value: properties.properties.subscriberRole
67     slice_scope:
68         source: request
69         value: slice_scope
70
71 policy_info:
72     prioritization_attributes:
73         policy_type:
74             - type
75         resources:
76             - properties.resources
77             - properties.objectiveParameter.parameterAttributes.resources
78         service_name:
79             - properties.services
80
81     slice_selection:
82         policy_fetch: by_scope
83         policy_scope:
84             -
85                 scope:
86                   - get_param: slice_scope
87                 services:
88                     - get_param: service_name
89                 resources:
90                     - get_param: service_name
91
92     subnet_selection:
93         policy_fetch: by_scope
94         policy_scope:
95             - scope:
96                   - OSDF_GUILIN
97               services:
98                   - get_param: service_name
99               resources:
100                   - get_param: service_name
101
102     placement:
103         policy_fetch: by_scope
104         policy_scope:
105             -
106                 scope:
107                     - OSDF_FRANKFURT
108                 geography:
109                     - US
110                 services:
111                     - get_param: service_name
112                 resources:
113                     - get_param: resource
114     #            -
115     #                - get_param: service_name
116     #                - get_param: subscriber_role
117     default:  # if no explicit service related information is needed
118         policy_fetch: by_name
119         policy_scope: none
120
121 PCI:
122     ML:
123         average_ho_threshold: 10000
124         latest_ho_threshold: 500
125     DES:
126         service_id: ho_metric
127         filter:
128             interval: 10
129     ml_enabled: false