Add VSP commit 29/94829/1
authorKanagaraj M <mkr1481@gmail.com>
Tue, 3 Sep 2019 11:32:22 +0000 (17:02 +0530)
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Tue, 3 Sep 2019 11:32:52 +0000 (17:02 +0530)
Issue-ID: CLI-166

Change-Id: I1e7d93c557aa9d374e9f0aac450194e30d9e9f85
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-commit-schema-dublin-moco.json [new file with mode: 0644]
products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-commit-schema-dublin-sample.yaml [new file with mode: 0644]
products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-commit-schema-dublin.yaml [new file with mode: 0644]
products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-create-schema-dublin.yaml

diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-commit-schema-dublin-moco.json b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-commit-schema-dublin-moco.json
new file mode 100644 (file)
index 0000000..439f5e0
--- /dev/null
@@ -0,0 +1,24 @@
+[ {\r
+  "request" : {\r
+    "method" : "put",\r
+    "uri" : "/onboarding-api/v1.0/items/a653d9bd40dc43e2ae45004daeab9003/versions/d6e590f98c2347b7a29b27e263527fac/actions",\r
+    "headers" : {\r
+      "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh",\r
+      "X-FromAppId" : "ONAP CLI",\r
+      "Accept" : "application/json",\r
+      "USER_ID" : "cs0008",\r
+      "X-TransactionId" : "req-f64dec4f-646e-46d8-807e-99e7170a6afb",\r
+      "Content-Type" : "application/json"\r
+    },\r
+    "json" : {\r
+      "action" : "Commit",\r
+      "commitRequest" : {\r
+        "message" : "Powered by Open Command Platform - OCOMP"\r
+      }\r
+    }\r
+  },\r
+  "response" : {\r
+    "status" : 200,\r
+    "json" : { }\r
+  }\r
+} ]
\ No newline at end of file
diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-commit-schema-dublin-sample.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-sample/vsp/vsp-commit-schema-dublin-sample.yaml
new file mode 100644 (file)
index 0000000..3f02163
--- /dev/null
@@ -0,0 +1,10 @@
+open_cli_sample_version: 1.0
+name: vsp-commit
+version: onap-dublin
+samples:
+  sample1:
+    name: vsp-commit
+    input: --format json --remarks Powered by Open Command Platform - OCOMP --vsp-version d6e590f98c2347b7a29b27e263527fac --vsp-id a653d9bd40dc43e2ae45004daeab9003
+    moco: vsp-commit-schema-dublin-moco.json
+    output: |
+      [{}]
diff --git a/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-commit-schema-dublin.yaml b/products/onap-dublin/features/sdc/src/main/resources/open-cli-schema/vsp/vsp-commit-schema-dublin.yaml
new file mode 100644 (file)
index 0000000..4bc103d
--- /dev/null
@@ -0,0 +1,56 @@
+# Copyright 2019 Huawei Technologies Co., Ltd.
+#
+# 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: vsp-commit
+description: Commit Vendor Software Product
+
+info:
+  product: onap-dublin
+  service: sdc.onboarding
+  author: ONAP CLI Team onap-discuss@lists.onap.org
+
+parameters:
+  - name: vsp-id
+    description: Onap VSP ID
+    type: string
+    short_option: x
+    long_option: vsp-id
+    is_optional: false
+  - name: vsp-version
+    description: VSP version
+    type: string
+    short_option: y
+    long_option: vsp-version
+    is_optional: false
+  - name: remarks
+    description: VSP remarks
+    type: string
+    short_option: z
+    long_option: remarks
+    is_optional: true
+    default_value: Created by OCOMP
+http:
+  service:
+    name: sdc
+    version: v1.0
+    auth: basic
+    mode: direct
+  request:
+    uri: /onboarding-api/v1.0/items/${vsp-id}/versions/${vsp-version}/actions
+    method: PUT
+    body: '{"action":"Commit","commitRequest":{"message":"${remarks}"}}'
+  success_codes:
+    - 201
+    - 200
index 041f536..16dc068 100644 (file)
@@ -100,7 +100,7 @@ http:
     body: '{
             "category": "resourceNewCategory.generic",
             "vendorId": "${vlm-id}",
-            "subCategory": "resourceNewCategory.generic.abstract",
+            "subCategory": "resourceNewCategory.generic.network elements",
             "description": "${vsp-description}",
             "licensingVersion": "${vlm-version}",
             "licensingData": {"featureGroups": ["${vlm-feature-group-id}"], "licenseAgreement": "${vlm-agreement-id}"},