onap on kubernetes source files
[oom.git] / kubernetes / config / docker / init / src / config / robot / robot / assets / templates / aai / add_customer.template
1 {
2          "global-customer-id": "${global_customer_id}",
3          "subscriber-name": "${subscriber_name}",
4          "subscriber-type": "${subscriber_type}",
5          "service-subscriptions": {
6                  "service-subscription": [{
7                          "service-type": "${service1}",
8                          "relationship-list": {
9                                  "relationship": [{
10                                          "related-to": "tenant",
11                                          "relationship-data": [{
12                                                  "relationship-key": "cloud-region.cloud-owner",
13                                                  "relationship-value": "${cloud_owner1}"
14                                          }, {
15                                                  "relationship-key": "cloud-region.cloud-region-id",
16                                                  "relationship-value": "${cloud_region_id1}"
17                                          }, {
18                                                  "relationship-key": "tenant.tenant-id",
19                                                  "relationship-value": "${tenant_id1}"
20                                          }]
21                                  }]
22                          }
23                  }]
24          }
25       }