Merge "Policy model for PCI optimization"
[optf/osdf.git] / config / has_config.yaml
1 policy_config_mapping:
2     attributes:
3         hypervisor: hypervisor,
4         cloud_version: cloudVersion,
5         cloud_type: cloudType,
6         dataplane: dataPlane,
7         network_roles: networkRoles,
8         complex: complex,
9         state: state,
10         country: country,
11         geo_region: geoRegion,
12         exclusivity_groups: exclusivityGroups,
13         replication_role: replicationRole,
14         customer-id: customerId,
15         service-type: serviceResourceId,
16         equipment-role: equipmentRole,
17         model-invariant-id: modelInvariantId,
18         model-version-id: modelVersionId
19     candidates:
20         # for (k1, v1), if k1 is in demand, set prop[k2] = _get_candidates(demand[k1])
21         exclusionCandidateInfo: excluded_candidates,
22         requiredCandidateInfo: required_candidates
23     extra_fields:
24         # we have [k1, k2, k3, k4] type items and x is policy-content-properties
25         # if x[k1] == k2: set prop[k3] = k4
26         - [inventoryType, cloud, region, {get_param: CHOSEN_REGION}]