update link to upper-constraints.txt
[optf/osdf.git] / test / 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     remapping:
15         model-invariant-id: modelInvariantId,
16         model-version-id: modelVersionId
17     candidates:
18         # for (k1, v1), if k1 is in demand, set prop[k2] = _get_candidates(demand[k1])
19         exclusionCandidateInfo: excluded_candidates,
20         requiredCandidateInfo: required_candidates
21     extra_fields:
22         # we have [k1, k2, k3, k4] type items and x is policy-content-properties
23         # if x[k1] == k2: set prop[k3] = k4
24         - [inventoryType, cloud, region, {get_param: CHOSEN_REGION}]