CLI: vf-model-certify-start beijing 73/36573/1
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Mon, 19 Mar 2018 10:46:38 +0000 (16:16 +0530)
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Mon, 19 Mar 2018 10:46:38 +0000 (16:16 +0530)
Change-Id: I1c476b9c917a93f663af12a0a0258c5d7b95aee6
Issue-ID: CLI-100
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
products/onap-beijing/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-start-schema-beijing-moco.json [new file with mode: 0644]
products/onap-beijing/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-start-schema-beijing-sample.yaml [new file with mode: 0644]
products/onap-beijing/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-certify-start-schema-beijing.yaml [new file with mode: 0644]

diff --git a/products/onap-beijing/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-start-schema-beijing-moco.json b/products/onap-beijing/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-start-schema-beijing-moco.json
new file mode 100644 (file)
index 0000000..e5332cb
--- /dev/null
@@ -0,0 +1,62 @@
+[ {
+  "request" : {
+    "method" : "post",
+    "uri" : "/sdc2/rest/v1/catalog/resources/66269482-0b27-40e3-9c4d-6a26fb67d9ff/lifecycleState/startCertification",
+    "headers" : {
+      "Authorization" : "Basic am0wMDA3OmRlbW8xMjM0NTYh",
+      "X-FromAppId" : "onap-cli",
+      "Accept" : "application/json",
+      "USER_ID" : "jm0007",
+      "X-TransactionId" : "req-d67bfed1-9d18-47b9-a636-d904b51bfbf0",
+      "Content-Type" : "application/json"
+    },
+    "json" : { }
+  },
+  "response" : {
+    "status" : 200,
+    "json" : {
+      "uniqueId" : "66269482-0b27-40e3-9c4d-6a26fb67d9ff",
+      "name" : "kanag-cli-VLB",
+      "version" : "0.1",
+      "isHighestVersion" : true,
+      "creationDate" : 1509603052084,
+      "lastUpdateDate" : 1509603385031,
+      "description" : "VF created from CLI",
+      "lifecycleState" : "CERTIFICATION_IN_PROGRESS",
+      "tags" : [ "CLI", "kanag-cli-VLB" ],
+      "icon" : "defaulticon",
+      "normalizedName" : "kanagclivlb",
+      "systemName" : "KanagCliVlb",
+      "contactId" : "cs0008",
+      "allVersions" : {
+        "0.1" : "66269482-0b27-40e3-9c4d-6a26fb67d9ff"
+      },
+      "csarUUID" : "f19cad8343794e93acb9cda2e4126281",
+      "csarVersion" : "2.0",
+      "importedToscaChecksum" : "NDQzNmIwOWE1NjQ2NjU2YTNkMWVmNzcxMTczMjRmNDE=",
+      "invariantUUID" : "2d455337-57eb-4edf-a8b9-9f87fd85bc0e",
+      "componentType" : "RESOURCE",
+      "categories" : [ {
+        "name" : "Generic",
+        "normalizedName" : "generic",
+        "uniqueId" : "resourceNewCategory.generic",
+        "subcategories" : [ {
+          "name" : "Abstract",
+          "normalizedName" : "abstract",
+          "uniqueId" : "resourceNewCategory.generic.abstract",
+          "icons" : [ "objectStorage", "compute" ]
+        } ]
+      } ],
+      "creatorUserId" : "cs0008",
+      "creatorFullName" : "Carlos Santana",
+      "lastUpdaterUserId" : "jm0007",
+      "lastUpdaterFullName" : "Joni Mitchell",
+      "vendorName" : "Kanag-cli",
+      "vendorRelease" : "1.0",
+      "resourceVendorModelNumber" : "",
+      "resourceType" : "VF",
+      "toscaResourceName" : "org.openecomp.resource.vf.KanagCliVlb",
+      "uuid" : "46c89121-b37f-4192-8841-25c93165b843"
+    }
+  }
+} ]
\ No newline at end of file
diff --git a/products/onap-beijing/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-start-schema-beijing-sample.yaml b/products/onap-beijing/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-start-schema-beijing-sample.yaml
new file mode 100644 (file)
index 0000000..363d3f7
--- /dev/null
@@ -0,0 +1,23 @@
+# Copyright 2018 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_sample_version: 1.0
+name: vf-model-certify-start
+version: onap-beijing
+samples:
+  sample1:
+    name: vf-model-certify-start
+    input: --vf-id 66269482-0b27-40e3-9c4d-6a26fb67d9ff
+    moco: vf-model-certify-start-schema-1.1-moco.json
+    output:
\ No newline at end of file
diff --git a/products/onap-beijing/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-certify-start-schema-beijing.yaml b/products/onap-beijing/features/sdc/src/main/resources/open-cli-schema/vf/vf-model-certify-start-schema-beijing.yaml
new file mode 100644 (file)
index 0000000..13fff8f
--- /dev/null
@@ -0,0 +1,45 @@
+# Copyright 2018 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: vf-model-certify-start
+description: Start certifying Virtual function
+
+info:
+  product: onap-beijing
+  service: sdc
+  author: ONAP CLI Team onap-discuss@lists.onap.org
+
+
+parameters:
+  - name: vf-id
+    description: VF ID
+    type: string
+    long_option: vf-id
+    short_option: b
+    is_optional: true
+
+http:
+  service:
+    name: sdc
+    version: v1.0
+    auth: basic
+    mode: direct
+  request:
+    uri: /sdc2/rest/v1/catalog/resources/${vf-id}/lifecycleState/startCertification
+    method: POST
+    body: '{}'
+  success_codes:
+    - 200
+