Add snmp profile for cli 05/26805/8
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Thu, 21 Dec 2017 14:06:08 +0000 (14:06 +0000)
committersubhash kumar singh <subhash.kumar.singh@huawei.com>
Wed, 31 Jan 2018 05:01:22 +0000 (05:01 +0000)
commitd701b812258d0e84a5d5cce0296b004e364a1a3b
tree182240c7531ab3dd8167b3538290171301b8347c
parenta158de7f4f197d65adc7332bd3ad59fb1203a085
Add snmp profile for cli

Add snmp profile for cli to support snmp get operation.

Issue-ID: CLI-85
Change-Id: I7bebd38f2b3089df80c71a5581b23c5408c6d3ab
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
17 files changed:
deployment/zip/src/main/release/conf/open-cli.properties
framework/src/main/java/org/onap/cli/fw/error/OnapCommandExecutionFailed.java
products/pom.xml
products/sample/src/main/resources/open-cli-schema/hello-world-snmp.yaml [new file with mode: 0644]
profiles/pom.xml
profiles/snmp/pom.xml [new file with mode: 0644]
profiles/snmp/src/main/java/org/onap/cli/fw/snmp/cmd/OnapSnmpCommand.java [new file with mode: 0644]
profiles/snmp/src/main/java/org/onap/cli/fw/snmp/conf/OnapCommandSnmpConstants.java [new file with mode: 0644]
profiles/snmp/src/main/java/org/onap/cli/fw/snmp/exception/OnapSnmpErrorResponse.java [new file with mode: 0644]
profiles/snmp/src/main/java/org/onap/cli/fw/snmp/schema/OnapCommandSchemaSnmpLoader.java [new file with mode: 0644]
profiles/snmp/src/main/resources/META-INF/services/org.onap.cli.fw.cmd.OnapCommand [new file with mode: 0644]
profiles/snmp/src/main/resources/open-cli-schema/snmp/default_input_parameters_snmp.yaml [new file with mode: 0644]
profiles/snmp/src/main/resources/open-cli-snmp.properties [new file with mode: 0644]
profiles/snmp/src/test/java/org/onap/cli/fw/snmp/cmd/OnapSnmpCommandTest.java [new file with mode: 0644]
profiles/snmp/src/test/resources/META-INF/services/org.onap.cli.fw.cmd.OnapCommand [new file with mode: 0644]
profiles/snmp/src/test/resources/open-cli.properties [new file with mode: 0644]
validate/validation/src/test/resources/open-cli.properties