From 84dfa0fcb6f12e1d2eac68bc519d9c563a1c7208 Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Mon, 13 Aug 2018 14:38:47 -0400 Subject: Update the graphadmin to remove ti Issue-ID: AAI-1469 Change-Id: Id4ff4ee813e7b2c749538bf34290111003cc5df0 Signed-off-by: Kajur, Harish (vk250x) --- .../tenant_isolation/inputFilters_PROD.json | 78 ---------------------- 1 file changed, 78 deletions(-) delete mode 100644 src/main/resources/etc/scriptdata/tenant_isolation/inputFilters_PROD.json (limited to 'src/main/resources/etc/scriptdata/tenant_isolation/inputFilters_PROD.json') diff --git a/src/main/resources/etc/scriptdata/tenant_isolation/inputFilters_PROD.json b/src/main/resources/etc/scriptdata/tenant_isolation/inputFilters_PROD.json deleted file mode 100644 index 24ee80d..0000000 --- a/src/main/resources/etc/scriptdata/tenant_isolation/inputFilters_PROD.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "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": "RDM3|RDM5a|RDM5b|RDM6a|RDM6b|DPA2a|DPA2b" - } - ] - }, - "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": "RDM3|RDM5a|RDM5b|RDM6a|RDM6b|DPA2a|DPA2b" - } - ] - }, - "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": "RDM3|RDM5a|RDM5b|RDM6a|RDM6b|DPA2a|DPA2b" - } - ] - }, - "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": "RDM3|RDM5a|RDM5b|RDM6a|RDM6b|DPA2a|DPA2b" - } - ] - } -} -- cgit 1.2.3-korg