diff options
author | Brian Freeman <bf1936@att.com> | 2018-09-14 11:22:43 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-09-14 11:24:29 -0500 |
commit | 0aebc3a0f2de3edbe307f14c24b615db124af682 (patch) | |
tree | f01fbf8282dff92dbb9ad09f676f81d3b7265fe6 /robot/assets/templates/aai/add_demo_customer.template | |
parent | 68e71dc6013d0a689f99e53e60d0f6a0dbdde7ad (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/aai/add_demo_customer.template')
-rw-r--r-- | robot/assets/templates/aai/add_demo_customer.template | 38 |
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}" + } + ] + } + ] + } } ] } |