aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/etc/scriptdata/tenant_isolation/inputFilters.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/etc/scriptdata/tenant_isolation/inputFilters.json')
-rw-r--r--src/main/resources/etc/scriptdata/tenant_isolation/inputFilters.json104
1 files changed, 0 insertions, 104 deletions
diff --git a/src/main/resources/etc/scriptdata/tenant_isolation/inputFilters.json b/src/main/resources/etc/scriptdata/tenant_isolation/inputFilters.json
deleted file mode 100644
index 07ee9c4..0000000
--- a/src/main/resources/etc/scriptdata/tenant_isolation/inputFilters.json
+++ /dev/null
@@ -1,104 +0,0 @@
-{
- "cloud-region" : {
- "filtered-node-type": "cloud-region",
- "filters": [
- {
- "property": "cloud-owner",
- "regex": "att-aic"
- },
- {
- "property": "cloud-region-version",
- "regex": "2.5|3.0|aic3.0|3.6"
- },
- {
- "property": "cloud-region-id",
- "regex": "dyh1b|DHY1A|mtn23a|mtn23b|mdt25b|mtn6|au7tx"
- }
- ]
- },
- "complex" : {
- "filtered-node-type": "cloud-region",
- "filters": [
- {
- "property": "cloud-owner",
- "regex": "att-aic"
- },
- {
- "property": "cloud-region-version",
- "regex": "2.5|3.0|aic3.0|3.6"
- },
- {
- "property": "cloud-region-id",
- "regex": "dyh1b|DHY1A|mtn23a|mtn23b|mdt25b|mtn6|au7tx"
- }
- ]
- },
- "availability-zone" : {
- "filtered-node-type": "cloud-region",
- "filters": [
- {
- "property": "cloud-owner",
- "regex": "att-aic"
- },
- {
- "property": "cloud-region-version",
- "regex": "2.5|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": "2.5|3.0|aic3.0|3.6"
- },
- {
- "property": "cloud-region-id",
- "regex": "dyh1b|DHY1A|mtn23a|mtn23b|mdt25b|mtn6|au7tx"
- }
- ]
- },
- "zone" : {
- "filtered-node-type": "cloud-region",
- "filters": [
- {
- "property": "cloud-owner",
- "regex": "att-aic"
- },
- {
- "property": "cloud-region-version",
- "regex": "2.5|3.0|aic3.0|3.6"
- },
- {
- "property": "cloud-region-id",
- "regex": "dyh1b|DHY1A|mtn23a|mtn23b|mdt25b|mtn6|au7tx"
- }
- ]
- },
- "tenant" : {
- "filtered-node-type": "cloud-region",
- "filters": [
- {
- "property": "cloud-owner",
- "regex": "att-aic"
- },
- {
- "property": "cloud-region-version",
- "regex": "2.5|3.0|aic3.0|3.6"
- },
- {
- "property": "cloud-region-id",
- "regex": "dyh1b|DHY1A|mtn23a|mtn23b|mdt25b|mtn6|au7tx"
- }
- ]
- }
-} \ No newline at end of file