From 27639098e45be8614993be0302f63ba38613a452 Mon Sep 17 00:00:00 2001 From: Simran Singhal Date: Tue, 25 Aug 2020 23:50:58 +0530 Subject: Add robot profile Issue-ID: VNFSDK-614 Change-Id: I310bded677c8c1358173f6ad63f2a78efef33442 Signed-off-by: Simran Singhal --- deployment/zip/pom.xml | 3 +++ deployment/zip/src/main/release/conf/open-cli.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'deployment/zip') diff --git a/deployment/zip/pom.xml b/deployment/zip/pom.xml index 86fcd2d7..7ba26ae5 100644 --- a/deployment/zip/pom.xml +++ b/deployment/zip/pom.xml @@ -120,6 +120,9 @@ fileset(dir: "${project.build.directory}/../../../products/target/script/", erroronmissingdir: false) + fileset(dir: + "${project.build.directory}/../../../profiles/target/script/", + erroronmissingdir: false) } ant.copy(todir: diff --git a/deployment/zip/src/main/release/conf/open-cli.properties b/deployment/zip/src/main/release/conf/open-cli.properties index de2e843d..27b592ab 100644 --- a/deployment/zip/src/main/release/conf/open-cli.properties +++ b/deployment/zip/src/main/release/conf/open-cli.properties @@ -44,7 +44,7 @@ cli.sample.gen.name=$s{env:OPEN_CLI_USECASE} cli.sample.gen.target=$s{env:OPEN_CLI_HOME}/open-cli-sample # mrkanag Move this to db, once exteranl command registration is supported in place of discovery -cli.schema.profile.available=http,snmp,cmd +cli.schema.profile.available=http,snmp,cmd,robot #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 -- cgit 1.2.3-korg