aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/etc/scriptdata/tenant_isolation/inputFilters_IST.json
blob: 8ebbf6ce0f0fb3dd92064de46cf3a946871970df (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
  "cloud-region" : {
        "filtered-node-type": "cloud-region",
        "filters": [
             {
                "property": "cloud-owner",
                 "regex": "att-aic"
             },
             {
                "property": "cloud-region-version",
                 "regex": "3.0|aic3.0|3.6"
             },
             {
                "property": "cloud-region-id",
                "regex": "dyh1b|DHY1A|mtn23a|mtn23b|mdt25b|mtn6|au7tx"
             }
        ]
  },
  "complex" : {
        "filtered-node-type": "complex",
        "filters": []
  },
  "availability-zone" : {
        "filtered-node-type": "cloud-region",
        "filters": [
             {
                "property": "cloud-owner",
                 "regex": "att-aic"
             },
             {
                "property": "cloud-region-version",
                 "regex": "3.0|aic3.0|3.6"
             },
             {
                "property": "cloud-region-id",
                "regex": "dyh1b|DHY1A|mtn23a|mtn23b|mdt25b|mtn6|au7tx"
             }
        ]
  },
  "pserver" : {
        "filtered-node-type": "cloud-region",
        "filters": [
             {
                "property": "cloud-owner",
                 "regex": "att-aic"
             },
             {
                "property": "cloud-region-version",
                 "regex": "3.0|aic3.0|3.6"
             },
             {
                "property": "cloud-region-id",
                "regex": "dyh1b|DHY1A|mtn23a|mtn23b|mdt25b|mtn6|au7tx"
             }
        ]
  },
  "zone" : {
        "filtered-node-type": "zone",
        "filters": []
  },
  "tenant" : {
        "filtered-node-type": "cloud-region",
        "filters": [
             {
                "property": "cloud-owner",
                 "regex": "att-aic"
             },
             {
                "property": "cloud-region-version",
                 "regex": "3.0|aic3.0|3.6"
             },
             {
                "property": "cloud-region-id",
                "regex": "dyh1b|DHY1A|mtn23a|mtn23b|mdt25b|mtn6|au7tx"
             }
        ]
  }
}