36cbde0ebaafb44ef49f55225de87e2c35195bb4
[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         placement_policy_dir_vcpe: "../test/policy-local-files/"
15         placement_policy_files_vcpe: # workaroud for policy platform glitches (or "work-arounds" for other components)
16             - Affinity_vCPE_1.json
17             - Capacity_vGMuxInfra.json
18             - Capacity_vG_1.json
19             - Distance_vGMuxInfra_1.json
20             - Distance_vG_1.json
21             - Placement_Optimization_1.json
22             - QueryPolicy_vCPE.json
23             - QueryPolicy_vCPE_2.json
24             - hpa_policy_vGMuxInfra_1.json
25             - hpa_policy_vG_1.json
26             - vnfPolicy_vG.json
27             - vnfPolicy_vGMuxInfra.json
28 service_info:
29     vCPE:
30         vcpeHostName: requestParameters.vcpeHostName
31         e2eVpnKey: requestParameters.e2eVpnKey
32
33 references:
34     service_name:
35         source: request
36         value: serviceInfo.serviceName
37     subscriber_role:
38         source: SubscriberPolicy
39         value: content.properties.subscriberRole
40
41 policy_info:
42     prioritization_attributes:
43         policy_type:
44             - content.policyType
45         resources:
46             - content.resources
47             - content.objectiveParameter.parameterAttributes.resources
48         service_name:
49             - content.serviceName
50
51     placement:
52         policy_fetch: by_scope
53         policy_scope:
54             default_scope: OSDF_R2
55             vcpe_scope: OSDF_R2
56             secondary_scopes:
57                 -
58                     - get_param: service_name
59                     - US
60     #            -
61     #                - get_param: service_name
62     #                - get_param: subscriber_role
63     default:  # if no explicit service related information is needed
64         policy_fetch: by_name
65         policy_scope: none