aboutsummaryrefslogtreecommitdiffstats
path: root/plans/usecases/pnf-sw-upgrade/so/config/aai-simulator-populate-data/customer.json
diff options
context:
space:
mode:
Diffstat (limited to 'plans/usecases/pnf-sw-upgrade/so/config/aai-simulator-populate-data/customer.json')
-rwxr-xr-xplans/usecases/pnf-sw-upgrade/so/config/aai-simulator-populate-data/customer.json73
1 files changed, 0 insertions, 73 deletions
diff --git a/plans/usecases/pnf-sw-upgrade/so/config/aai-simulator-populate-data/customer.json b/plans/usecases/pnf-sw-upgrade/so/config/aai-simulator-populate-data/customer.json
deleted file mode 100755
index 6c53c056..00000000
--- a/plans/usecases/pnf-sw-upgrade/so/config/aai-simulator-populate-data/customer.json
+++ /dev/null
@@ -1,73 +0,0 @@
-{
- "global-customer-id": "DemoCustomer",
- "subscriber-name": "DemoCustomer",
- "subscriber-type": "INFRA",
- "service-subscriptions": {
- "service-subscription": [
- {
- "service-type": "vLB",
- "relationship-list": {
- "relationship": [
- {
- "related-to": "tenant",
- "relationship-label": "org.onap.relationships.inventory.Uses",
- "related-link": "/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/xyzcloud/tenants/tenant/693c7729b2364a26a3ca602e6f66187d",
- "relationship-data": [
- {
- "relationship-key": "cloud-region.cloud-owner",
- "relationship-value": "CloudOwner"
- },
- {
- "relationship-key": "cloud-region.cloud-region-id",
- "relationship-value": "xyzcloud"
- },
- {
- "relationship-key": "tenant.tenant-id",
- "relationship-value": "693c7729b2364a26a3ca602e6f66187d"
- }
- ],
- "related-to-property": [
- {
- "property-key": "tenant.tenant-name",
- "property-value": "admin"
- }
- ]
- }
- ]
- }
- },
- {
- "service-type": "vCPE",
- "relationship-list": {
- "relationship": [
- {
- "related-to": "tenant",
- "relationship-label": "org.onap.relationships.inventory.Uses",
- "related-link": "/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/xyzcloud/tenants/tenant/693c7729b2364a26a3ca602e6f66187d",
- "relationship-data": [
- {
- "relationship-key": "cloud-region.cloud-owner",
- "relationship-value": "CloudOwner"
- },
- {
- "relationship-key": "cloud-region.cloud-region-id",
- "relationship-value": "xyzcloud"
- },
- {
- "relationship-key": "tenant.tenant-id",
- "relationship-value": "693c7729b2364a26a3ca602e6f66187d"
- }
- ],
- "related-to-property": [
- {
- "property-key": "tenant.tenant-name",
- "property-value": "admin"
- }
- ]
- }
- ]
- }
- }
- ]
- }
-}