aboutsummaryrefslogtreecommitdiffstats
path: root/aai-resources/bundleconfig-local/etc/scriptdata/tenant_isolation/nodes.json
blob: 5c28c8b14d0e6f1df5839fe29089a653fd19cc75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "pserver" : {
             "cousins" : ["zone", "complex", "availability-zone", "cloud-region"],
             "parents":[]
  },
  "complex" : {
           "cousins":[],
           "parents":[]
  },
  "zone" : {
          "cousins":["complex"],
          "parents":[]
  }
}