aboutsummaryrefslogtreecommitdiffstats
path: root/test/policy-local-files/old-policies/vnfPolicy_vPGN_TD.json
blob: 2e79f2f4e7ce86f2d12b83d6530b27b5c26d38d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
  "service": "vnfPolicy",
  "policyName": "OSDF_DUBLIN.vnfPolicy_vPGN_TD",
  "description": "vnfPolicy",
  "templateVersion": "OpenSource.version.1",
  "version": "oofDublin",
  "priority": "6",
  "riskType": "test",
  "riskLevel": "3",
  "guard": "False",
  "content": {
    "identity": "vnf_vPGN_TD",
    "policyScope": [
      "td",
      "us",
      "vPGN"
    ],
    "policyType": "vnfPolicy",
    "resources": [
      "vPGN"
    ],
    "applicableResources": "any",
    "vnfProperties": [
      {
        "inventoryProvider": "aai",
        "serviceType": "",
        "inventoryType": "vfmodule",
        "customerId": {
          "get_param": "chosen_customer_id"
        },
        "equipmentRole": "",
        "unique": "False",
        "attributes": {
          "orchestrationStatus": [
            "active"
          ],
          "provStatus": "ACTIVE",
          "cloudRegionId": {
            "get_param": "chosen_region"
          },
          "service_instance_id": {
            "get_param": "service_id"
          }
        },
        "passthroughAttributes": {
          "td-role": "anchor"
        }
      }
    ]
  }
}