From 2bd37da0feb25c2fc5373c49059474ee4f3d2007 Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Fri, 27 Oct 2017 14:54:19 +0000 Subject: Implement vnf-create command Implement vnf-create command. Change-Id: Ie6370110de0f704d69521d394d1f36b4c9e02f2f Issue-ID: CLI-15 Signed-off-by: subhash kumar singh --- .../services/vf-create-schema-1.1-sample.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 plugins/so/src/test/resources/onap-cli-sample/services/vf-create-schema-1.1-sample.yaml (limited to 'plugins/so/src/test/resources/onap-cli-sample/services/vf-create-schema-1.1-sample.yaml') diff --git a/plugins/so/src/test/resources/onap-cli-sample/services/vf-create-schema-1.1-sample.yaml b/plugins/so/src/test/resources/onap-cli-sample/services/vf-create-schema-1.1-sample.yaml new file mode 100644 index 00000000..c8b5d94e --- /dev/null +++ b/plugins/so/src/test/resources/onap-cli-sample/services/vf-create-schema-1.1-sample.yaml @@ -0,0 +1,14 @@ +onap_cli_sample_version: 1.0 +name: vf-create +version: onap-1.1 +samples: + sample1: + name: vf-create + input: --cloud-region RegionOne --tenant-id onap --product-family vLB --instance-name vlb-cli-sample-11 --service-instance-id 2ad87511-4289-4bd7-ab0b-0b29d3d4c8ee --vf-model-invariant-id cc34cd54-dd7c-44cd-8847-f9577c6f1a49 --vf-model-uuid 8b1f63f3-e0cc-4c27-8903-fafe2f25bfbe --vf-model-name 847cb26a-59a6-475a-94dd --vf-model-version 1.0 --vf-model-customization-id cf893f5a-1bb1-4e32-a92b-2456e12178f8 --service-model-invariant-id 1de901ed-17af-4b03-bc1f-41659cfa27cb --service-model-uuid ace39141-09ec-4068-b06d-ac6b23bdc6e0 --service-model-name demoVLB --service-model-version 1.0 -m http://192.168.17.121:8080 -u InfraPortalClient -p password1$ + moco: vf-create-schema-1.1-moco.json + ouput: | + +--------------+--------------------------------------+ + |property |value | + +--------------+--------------------------------------+ + |vf-id |048c2c4a-ee30-41a1-bb55-c4e7fe1a9a0d | + +--------------+--------------------------------------+ -- cgit 1.2.3-korg