diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-08-13 14:47:09 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-08-13 15:11:51 +0530 |
commit | 1b5d5314d82816b9924cd4b3226cf9e2ebdab7a2 (patch) | |
tree | 4b92d26f9b238680e2fe8f02b2d5081ee15a3e54 | |
parent | a362055692f87a4c125fb5ad265921c17068a6e8 (diff) |
On-board command profile
Issue-ID: CLI-123
Change-Id: Ib97a4c9d7598f70553c11231bf4cec18eef45872
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
-rw-r--r-- | deployment/zip/src/main/release/conf/open-cli.properties | 4 | ||||
-rw-r--r-- | profiles/pom.xml | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/deployment/zip/src/main/release/conf/open-cli.properties b/deployment/zip/src/main/release/conf/open-cli.properties index 973928bc..113963b9 100644 --- a/deployment/zip/src/main/release/conf/open-cli.properties +++ b/deployment/zip/src/main/release/conf/open-cli.properties @@ -38,8 +38,8 @@ cli.sample.gen.enable=false cli.sample.gen.target=. # mrkanag Move this to db, once exteranl command registration is supported in place of discovery -cli.schema.profile.available=http,snmp +cli.schema.profile.available=http,snmp,cmd #other properties to load (it should be hanled when plugins are made as externally register-able #when command plugin management support is enabled in oclip -cli.schema.profile.confs=open-cli-http.properties,open-cli-snmp.properties
\ No newline at end of file +cli.schema.profile.confs=open-cli-http.properties,open-cli-snmp.properties,open-cli-cmd.properties
\ No newline at end of file diff --git a/profiles/pom.xml b/profiles/pom.xml index 4c9d5718..e3a0dadf 100644 --- a/profiles/pom.xml +++ b/profiles/pom.xml @@ -34,6 +34,7 @@ <modules> <module>http</module> <module>snmp</module> + <module>command</module> </modules> <dependencies> <dependency> |