aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets/templates
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2018-09-14 11:22:43 -0500
committerBrian Freeman <bf1936@att.com>2018-09-14 11:24:29 -0500
commit0aebc3a0f2de3edbe307f14c24b615db124af682 (patch)
treef01fbf8282dff92dbb9ad09f676f81d3b7265fe6 /robot/assets/templates
parent68e71dc6013d0a689f99e53e60d0f6a0dbdde7ad (diff)
Add 5G service to init (fix vFW)
Issue-ID: INT-651 Change-Id: I961f075cb4c04a795997e8199783963b2b882978 Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/assets/templates')
-rw-r--r--robot/assets/templates/aai/add_demo_customer.template38
1 files changed, 38 insertions, 0 deletions
diff --git a/robot/assets/templates/aai/add_demo_customer.template b/robot/assets/templates/aai/add_demo_customer.template
index a52d65bd..a91e3836 100644
--- a/robot/assets/templates/aai/add_demo_customer.template
+++ b/robot/assets/templates/aai/add_demo_customer.template
@@ -79,6 +79,44 @@
}
]
}
+ }, {
+ "service-type" : "${service5}",
+ "relationship-list" : {
+ "relationship" : [{
+ "related-to" : "tenant",
+ "relationship-data" : [{
+ "relationship-key" : "cloud-region.cloud-owner",
+ "relationship-value" : "${cloud_owner}"
+ }, {
+ "relationship-key" : "cloud-region.cloud-region-id",
+ "relationship-value" : "${cloud_region_id}"
+ }, {
+ "relationship-key" : "tenant.tenant-id",
+ "relationship-value" : "${tenant_id}"
+ }
+ ]
+ }
+ ]
+ }
+ }, {
+ "service-type" : "${service6}",
+ "relationship-list" : {
+ "relationship" : [{
+ "related-to" : "tenant",
+ "relationship-data" : [{
+ "relationship-key" : "cloud-region.cloud-owner",
+ "relationship-value" : "${cloud_owner}"
+ }, {
+ "relationship-key" : "cloud-region.cloud-region-id",
+ "relationship-value" : "${cloud_region_id}"
+ }, {
+ "relationship-key" : "tenant.tenant-id",
+ "relationship-value" : "${tenant_id}"
+ }
+ ]
+ }
+ ]
+ }
}
]
}