From 084209f5adcbc298376d0fe6acd36b32b8ba5a8d Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Wed, 21 Nov 2018 10:16:17 +0530 Subject: Add SDC CLI casablanca support Issue-ID: CLI-122 Change-Id: Ifa598ca733d8865d246e88f88121148161d72b67 Signed-off-by: Kanagaraj Manickam k00365106 --- products/onap-casablanca/features/pom.xml | 1 + products/onap-casablanca/features/sdc/pom.xml | 39 +++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 products/onap-casablanca/features/sdc/pom.xml diff --git a/products/onap-casablanca/features/pom.xml b/products/onap-casablanca/features/pom.xml index 3b95b3fb..65ce3492 100644 --- a/products/onap-casablanca/features/pom.xml +++ b/products/onap-casablanca/features/pom.xml @@ -35,6 +35,7 @@ aai msb vnfsdk + sdc diff --git a/products/onap-casablanca/features/sdc/pom.xml b/products/onap-casablanca/features/sdc/pom.xml new file mode 100644 index 00000000..39a4823a --- /dev/null +++ b/products/onap-casablanca/features/sdc/pom.xml @@ -0,0 +1,39 @@ + + + + + 4.0.0 + + + org.onap.cli + cli-products-onap-casablanca-features + 2.0.4 + + + cli-products-onap-casablanca-features-sdc + cli/products/onap-casablanca/features/sdc + jar + + + + org.apache.maven.plugins + maven-dependency-plugin + + + + -- cgit 1.2.3-korg From e30b991c47e70c02cd84b8a8d81376d23cf87759 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Wed, 21 Nov 2018 10:18:45 +0530 Subject: Make casablanca as default product in CLI Issue-ID: CLI-122 Change-Id: Ideed113a9185491848c4cd63007659e9014a2782 Signed-off-by: Kanagaraj Manickam k00365106 --- deployment/docker/src/main/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/docker/src/main/docker/Dockerfile b/deployment/docker/src/main/docker/Dockerfile index 0fc2a156..22415d9b 100644 --- a/deployment/docker/src/main/docker/Dockerfile +++ b/deployment/docker/src/main/docker/Dockerfile @@ -18,7 +18,7 @@ ENV OPEN_CLI_HOME=/opt/oclip \ OPEN_CLI_DEBUG=false \ OPEN_CLI_DEBUG_PORT=5005 \ OPEN_CLI_MODE=shell \ - OPEN_CLI_PRODUCT_IN_USE=onap-beijing \ + OPEN_CLI_PRODUCT_IN_USE=onap-casablanca \ GOTTY_TITLE_FORMAT="{{ .command }}" \ OCLIP_GRPC_SERVER="http://oclip_ocs_grpc:50051" -- cgit 1.2.3-korg