aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/etc/scriptdata/tenant_isolation/nodes.json
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2018-08-13 14:38:47 -0400
committerKajur, Harish (vk250x) <vk250x@att.com>2018-08-13 15:11:49 -0400
commit84dfa0fcb6f12e1d2eac68bc519d9c563a1c7208 (patch)
tree0a0e20168dc87bcdee555c51a2ba1e76c5663d98 /src/main/resources/etc/scriptdata/tenant_isolation/nodes.json
parent16700753dcf0e3600f600b0b769c89eb2273f1d6 (diff)
Update the graphadmin to remove ti
Issue-ID: AAI-1469 Change-Id: Id4ff4ee813e7b2c749538bf34290111003cc5df0 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'src/main/resources/etc/scriptdata/tenant_isolation/nodes.json')
-rw-r--r--src/main/resources/etc/scriptdata/tenant_isolation/nodes.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/main/resources/etc/scriptdata/tenant_isolation/nodes.json b/src/main/resources/etc/scriptdata/tenant_isolation/nodes.json
deleted file mode 100644
index 1bfc62b..0000000
--- a/src/main/resources/etc/scriptdata/tenant_isolation/nodes.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "cloud-region": {
- "cousins" : ["complex","zone"],
- "parents" : []
- },
- "availability-zone": {
- "cousins" : ["complex"],
- "parents":["cloud-region"]
- },
- "pserver" : {
- "cousins" : ["zone", "complex", "availability-zone","cloud-region"],
- "parents":[]
- },
- "complex" : {
- "cousins":[],
- "parents":[]
- },
- "tenant" : {
- "cousins":[],
- "parents":["cloud-region"]
- },
- "zone" : {
- "cousins":["complex"],
- "parents":[]
- }
-}