Add SO Dublin CLI Commands 57/84757/5
authorMarcus G K Williams <marcus.williams@intel.com>
Tue, 9 Apr 2019 19:06:31 +0000 (12:06 -0700)
committerKanagaraj Manickam <kanagaraj.manickam@huawei.com>
Wed, 10 Apr 2019 05:18:41 +0000 (05:18 +0000)
commit59cf6b73529b4caed2f76a6a83b86642c8eb9cb3
treec2c777d249150711ece331af6fba6c239b0b29fc
parent7d69084fe80e689e70a6e01f0c82aa2c40ca2ee1
Add SO Dublin CLI Commands

Issue-ID: CLI-144
Change-Id: I8dbe73e6736e1044f9184bd86e532654e8191b23
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
20 files changed:
products/onap-dublin/features/pom.xml
products/onap-dublin/features/so/pom.xml [new file with mode: 0644]
products/onap-dublin/features/so/src/main/resources/open-cli-schema/service-create-schema-dublin.yaml [new file with mode: 0644]
products/onap-dublin/features/so/src/main/resources/open-cli-schema/service-create-vcpe-schema-dublin.yaml [new file with mode: 0644]
products/onap-dublin/features/so/src/main/resources/open-cli-schema/service-delete-schema-dublin.yaml [new file with mode: 0644]
products/onap-dublin/features/so/src/main/resources/open-cli-schema/service-list-schema-dublin.yaml [new file with mode: 0644]
products/onap-dublin/features/so/src/main/resources/open-cli-schema/service-show-resource-module-name-schema-dublin.yaml [new file with mode: 0644]
products/onap-dublin/features/so/src/main/resources/open-cli-schema/service-show-schema-dublin.yaml [new file with mode: 0644]
products/onap-dublin/features/so/src/main/resources/open-cli-schema/service-update-schema-dublin.yaml [new file with mode: 0644]
products/onap-dublin/features/so/src/main/resources/open-cli-schema/vf-module-create-schema-dublin.yaml [new file with mode: 0644]
products/onap-dublin/features/so/src/main/resources/open-cli-schema/vf-module-delete-schema-dublin.yaml [new file with mode: 0644]
products/onap-dublin/features/so/src/main/resources/open-cli-schema/vf-module-list-schema-dublin.yaml [new file with mode: 0644]
products/onap-dublin/features/so/src/main/resources/open-cli-schema/vf-module-show-schema-dublin.yaml [new file with mode: 0644]
products/onap-dublin/features/so/src/main/resources/open-cli-schema/vf-module-update-schema-dublin.yaml [new file with mode: 0644]
products/onap-dublin/features/so/src/main/resources/open-cli-schema/vnf-create-schema-dublin.yaml [new file with mode: 0644]
products/onap-dublin/features/so/src/main/resources/open-cli-schema/vnf-delete-schema-dublin.yaml [new file with mode: 0644]
products/onap-dublin/features/so/src/main/resources/open-cli-schema/vnf-list-schema-dublin.yaml [new file with mode: 0644]
products/onap-dublin/features/so/src/main/resources/open-cli-schema/vnf-show-schema-dublin.yaml [new file with mode: 0644]
products/onap-dublin/features/so/src/main/resources/open-cli-schema/vnf-update-schema-dublin.yaml [new file with mode: 0644]
validate/validation/pom.xml