diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-09-12 18:52:23 +0530 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-09-21 19:43:23 +0530 |
commit | ca7fbf3a8aa4c693ec469934f95a0c39fdbc937d (patch) | |
tree | f686b4aba5535d3a56af9711cb1362be8bf4d34f /plugins/so/src/test/resources/onap-cli-sample | |
parent | 96534c42dc6503767d1dae66a1a05ccbfc10662f (diff) |
Service create command for SO
CLI implementation for service create command.
Change-Id: Ifa834e70625c840cdf2278962679b6cbdec116f5
Issue-ID: CLI-15
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'plugins/so/src/test/resources/onap-cli-sample')
-rw-r--r-- | plugins/so/src/test/resources/onap-cli-sample/services/service-create-sample-1.1.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/so/src/test/resources/onap-cli-sample/services/service-create-sample-1.1.yaml b/plugins/so/src/test/resources/onap-cli-sample/services/service-create-sample-1.1.yaml new file mode 100644 index 00000000..c52d8000 --- /dev/null +++ b/plugins/so/src/test/resources/onap-cli-sample/services/service-create-sample-1.1.yaml @@ -0,0 +1,8 @@ +onap_cli_sample_version: 1.0 + +name: service-create +version: onap-1.1 +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 |