CLI command to delete cloud subscription 52/85352/2
authorItohan Ukponmwan <itohan.ukponmwan@intel.com>
Mon, 15 Apr 2019 16:59:39 +0000 (16:59 +0000)
committerItohan Ukponmwan <itohan.ukponmwan@intel.com>
Mon, 15 Apr 2019 17:07:31 +0000 (17:07 +0000)
Change-Id: I3597e8188c75af48690a4ae0fa323a1ff5363126
Issue-ID: CLI-160
Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com>
products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-cloud-delete-schema-dublin-moco.json [new file with mode: 0644]
products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-cloud-delete-schema-dublin-sample.yaml [new file with mode: 0644]
products/onap-dublin/features/aai/src/main/resources/open-cli-schema/business/subscription/subscription-cloud-delete-schema-dublin.yaml [new file with mode: 0644]

diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-cloud-delete-schema-dublin-moco.json b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-cloud-delete-schema-dublin-moco.json
new file mode 100644 (file)
index 0000000..1d19da7
--- /dev/null
@@ -0,0 +1,36 @@
+[ {
+  "request" : {
+    "method" : "delete",
+    "uri" : "/aai/v14/business/customers/customer/hpa_cust/service-subscriptions/service-subscription/vfwhpa_test/relationship-list/relationship",
+    "headers" : {
+      "Authorization" : "Basic QUFJOkFBSQ==",
+      "X-FromAppId" : "ONAP CLI",
+      "Accept" : "application/json",
+      "X-TransactionId" : "req-0bd900db-a552-476d-87d7-634e1ea6b34b",
+      "Content-Type" : "application/json"
+    },
+    "json" : {
+      "related-to" : "tenant",
+      "relationship-label" : "org.onap.relationships.inventory.Uses",
+      "related-link" : "/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/CloudOwner/ONAP-POD-01-Rail-06/tenants/tenant/709ba629fe194f8699b12f9d6ffd86a0",
+      "relationship-data" : [ {
+        "relationship-key" : "cloud-region.cloud-owner",
+        "relationship-value" : "CloudOwner"
+      }, {
+        "relationship-key" : "cloud-region.cloud-region-id",
+        "relationship-value" : "ONAP-POD-01-Rail-06"
+      }, {
+        "relationship-key" : "tenant.tenant-id",
+        "relationship-value" : "709ba629fe194f8699b12f9d6ffd86a0"
+      } ],
+      "related-to-property" : [ {
+        "property-key" : "tenant.tenant-name",
+        "property-value" : "Integration-HPA"
+      } ]
+    }
+  },
+  "response" : {
+    "status" : 204,
+    "json" : null
+  }
+} ]
\ No newline at end of file
diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-cloud-delete-schema-dublin-sample.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-sample/business/subscription/subscription-cloud-delete-schema-dublin-sample.yaml
new file mode 100644 (file)
index 0000000..f8d4327
--- /dev/null
@@ -0,0 +1,9 @@
+open_cli_sample_version: 1.0
+name: -x
+version: onap-dublin
+samples:
+  sample1:
+    name: -x
+    input: hpa_cust -c 709ba629fe194f8699b12f9d6ffd86a0 -z CloudOwner -e vfwhpa_test -y Integration-HPA -r ONAP-POD-01-Rail-06 -u AAI -p AAI -m https://10.12.6.67:30233 --debug
+    moco: subscription-cloud-delete-schema-dublin-moco.json
+    output:
\ No newline at end of file
diff --git a/products/onap-dublin/features/aai/src/main/resources/open-cli-schema/business/subscription/subscription-cloud-delete-schema-dublin.yaml b/products/onap-dublin/features/aai/src/main/resources/open-cli-schema/business/subscription/subscription-cloud-delete-schema-dublin.yaml
new file mode 100644 (file)
index 0000000..a427f58
--- /dev/null
@@ -0,0 +1,98 @@
+# Copyright © Intel Corporation 2019
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+open_cli_schema_version: 1.0
+name: subscription-cloud-delete
+description: Delete a cloud region from a customer subscription
+
+info:
+  product: onap-dublin
+  service: aai
+  author: Intel ONAP HPA integration team (onap-discuss@lists.onap.org)
+
+parameters:
+  - name: customer-name
+    description: Onap customer name
+    type: string
+    short_option: x
+    long_option: customer-name
+    is_optional: false
+  - name: cloud-owner
+    description: Onap cloud owner name
+    type: string
+    short_option: z
+    long_option: cloud-owner
+    is_optional: false
+  - name: cloud-region
+    description: Onap cloud region
+    type: string
+    short_option: r
+    long_option: cloud-region
+    is_optional: false
+  - name: cloud-tenant-id
+    description: Onap cloud tenant id
+    type: string
+    short_option: c
+    long_option: cloud-tenant-id
+    is_optional: false
+  - name: service-type
+    description: Onap service type
+    type: string
+    short_option: e
+    long_option: service-type
+    is_optional: false
+  - name: tenant-name
+    description: name of tenant to use in the cloud region
+    type: string
+    short_option: y
+    long_option: tenant-name
+    is_optional: false
+
+http:
+  service:
+    auth: basic
+    mode: direct
+  request:
+    uri: /aai/v14/business/customers/customer/${customer-name}/service-subscriptions/service-subscription/${service-type}/relationship-list/relationship
+    method: DELETE
+    context:
+      remove_empty_node: true
+    body: '{
+                "related-to": "tenant",
+                "relationship-label": "org.onap.relationships.inventory.Uses",
+                "related-link": "/aai/v14/cloud-infrastructure/cloud-regions/cloud-region/${cloud-owner}/${cloud-region}/tenants/tenant/${cloud-tenant-id}",
+                "relationship-data": [
+                    {
+                        "relationship-key": "cloud-region.cloud-owner",
+                        "relationship-value": "${cloud-owner}"
+                    },
+                    {
+                        "relationship-key": "cloud-region.cloud-region-id",
+                        "relationship-value": "${cloud-region}"
+                    },
+                    {
+                        "relationship-key": "tenant.tenant-id",
+                        "relationship-value": "${cloud-tenant-id}"
+                    }
+                ],
+                "related-to-property": [
+                    {
+                        "property-key": "tenant.tenant-name",
+                        "property-value": "${tenant-name}"
+                    }
+                ]
+            }'
+  success_codes:
+    - 204
+