summaryrefslogtreecommitdiffstats
path: root/products/onap-beijing/features/so/src/main/resources/open-cli-sample/services
diff options
context:
space:
mode:
Diffstat (limited to 'products/onap-beijing/features/so/src/main/resources/open-cli-sample/services')
-rw-r--r--products/onap-beijing/features/so/src/main/resources/open-cli-sample/services/service-create-sample-beijing.yaml22
-rw-r--r--products/onap-beijing/features/so/src/main/resources/open-cli-sample/services/service-create-schema-beijing-moco.json48
-rw-r--r--products/onap-beijing/features/so/src/main/resources/open-cli-sample/services/service-create-schema-beijing-sample.yaml28
3 files changed, 98 insertions, 0 deletions
diff --git a/products/onap-beijing/features/so/src/main/resources/open-cli-sample/services/service-create-sample-beijing.yaml b/products/onap-beijing/features/so/src/main/resources/open-cli-sample/services/service-create-sample-beijing.yaml
new file mode 100644
index 00000000..ce0dd7f6
--- /dev/null
+++ b/products/onap-beijing/features/so/src/main/resources/open-cli-sample/services/service-create-sample-beijing.yaml
@@ -0,0 +1,22 @@
+# 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: service-create
+version: onap-beijing
+samples:
+ sample1:
+ name: Create a service instance
+ input: -h https://locahost:8080 -u InfraPortalClient -p password1$ -c customer -s subscriber -i instance -r \ No newline at end of file
diff --git a/products/onap-beijing/features/so/src/main/resources/open-cli-sample/services/service-create-schema-beijing-moco.json b/products/onap-beijing/features/so/src/main/resources/open-cli-sample/services/service-create-schema-beijing-moco.json
new file mode 100644
index 00000000..28321085
--- /dev/null
+++ b/products/onap-beijing/features/so/src/main/resources/open-cli-sample/services/service-create-schema-beijing-moco.json
@@ -0,0 +1,48 @@
+[ {
+ "request" : {
+ "method" : "post",
+ "uri" : "/ecomp/mso/infra/serviceInstances/v3",
+ "headers" : {
+ "Authorization" : "Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==",
+ "X-FromAppId" : "onap-cli",
+ "Accept" : "application/json",
+ "X-TransactionId" : "req-0dc01d80-f629-4ea9-b49f-0bc45b79bfaf",
+ "Content-Type" : "application/json"
+ },
+ "json" : {
+ "requestDetails" : {
+ "cloudConfiguration" : {
+ "lcpCloudRegionId" : "RegionOne",
+ "tenantId" : "onap"
+ },
+ "modelInfo" : {
+ "modelType" : "service",
+ "modelInvariantId" : "1de901ed-17af-4b03-bc1f-41659cfa27cb",
+ "modelNameVersionId" : "ace39141-09ec-4068-b06d-ac6b23bdc6e0",
+ "modelName" : "demoVLB",
+ "modelVersion" : "1.0"
+ },
+ "subscriberInfo" : {
+ "globalSubscriberId" : "Demonstration"
+ },
+ "requestInfo" : {
+ "instanceName" : "sample-service-onap-cli-13",
+ "source" : "VID",
+ "suppressRollback" : "false"
+ },
+ "requestParameters" : {
+ "subscriptionServiceType" : "vLB"
+ }
+ }
+ }
+ },
+ "response" : {
+ "status" : 202,
+ "json" : {
+ "requestReferences" : {
+ "instanceId" : "957949b4-f857-497c-81b0-832ce7bb9434",
+ "requestId" : "d59fc98a-b0fa-4de9-b426-6ef40dfd0812"
+ }
+ }
+ }
+} ] \ No newline at end of file
diff --git a/products/onap-beijing/features/so/src/main/resources/open-cli-sample/services/service-create-schema-beijing-sample.yaml b/products/onap-beijing/features/so/src/main/resources/open-cli-sample/services/service-create-schema-beijing-sample.yaml
new file mode 100644
index 00000000..41552611
--- /dev/null
+++ b/products/onap-beijing/features/so/src/main/resources/open-cli-sample/services/service-create-schema-beijing-sample.yaml
@@ -0,0 +1,28 @@
+# 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: service-create
+version: onap-beijing
+samples:
+ sample1:
+ name: service-create
+ input: --cloud-region RegionOne --tenant-id onap --model-invariant-id 1de901ed-17af-4b03-bc1f-41659cfa27cb --model-uuid ace39141-09ec-4068-b06d-ac6b23bdc6e0 --model-name demoVLB --model-version 1.0 -c Demonstration --instance-name sample-service-onap-cli-13 --service-type vLB
+ moco: service-create-schema-1.1-moco.json
+ output: |
+ +--------------+--------------------------------------+
+ |property |value |
+ +--------------+--------------------------------------+
+ |service-id |957949b4-f857-497c-81b0-832ce7bb9434 |
+ +--------------+--------------------------------------+