From 1608b5e23d87d464b02978c7cbd2287856bea146 Mon Sep 17 00:00:00 2001 From: Ravi Pendurty Date: Thu, 14 Dec 2023 16:06:17 +0530 Subject: Update artifact name New name reflects the changed directory structure for ODLUX Issue-ID: SDNC-1834 Change-Id: I3c1af9e89201a11ba393505d8f4da3ecdad3cc76 Signed-off-by: Ravi Pendurty --- installation/sdnc-web/pom.xml | 4 ++-- installation/sdnc/src/main/scripts/startODL.sh | 4 ---- pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index 939c7771..3a096ffd 100644 --- a/installation/sdnc-web/pom.xml +++ b/installation/sdnc-web/pom.xml @@ -25,8 +25,8 @@ - org.onap.ccsdk.features.sdnr.wt - sdnr-wt-odlux-installer + org.onap.ccsdk.features.sdnr.odlux + sdnr-odlux-installer ${ccsdk.features.version} zip repo diff --git a/installation/sdnc/src/main/scripts/startODL.sh b/installation/sdnc/src/main/scripts/startODL.sh index 644ec50f..eb27e0f8 100755 --- a/installation/sdnc/src/main/scripts/startODL.sh +++ b/installation/sdnc/src/main/scripts/startODL.sh @@ -104,9 +104,6 @@ install_sdnrwt_features() { cleanupFeatureBoot fi addToFeatureBoot "$SDNRDM_BOOTFEATURES" - if ! $SDNRDM; then - addToFeatureBoot "$SDNRODLUX_BOOTFEATURES" - fi if $SDNR_NETCONF_CALLHOME_ENABLED; then addToFeatureBoot "$SDNR_NETCONF_CALLHOME_FEATURE" fi @@ -247,7 +244,6 @@ GEO_ENABLED=${GEO_ENABLED:-false} SDNRWT=${SDNRWT:-false} SDNRDM=${SDNRDM:-false} -SDNRODLUX_BOOTFEATURES=${SDNRODLUX_BOOTFEATURES:-sdnr-wt-helpserver-feature,sdnr-wt-odlux-core-feature,sdnr-wt-odlux-apps-feature} SDNROAUTH_BOOTFEATURES=${SDNROAUTH_BOOTFEATURES:-sdnr-wt-feature-aggregator-oauth} SDNR_NETCONF_CALLHOME_ENABLED=${SDNR_NETCONF_CALLHOME_ENABLED:-false} diff --git a/pom.xml b/pom.xml index ca40a907..b4bbeb6d 100755 --- a/pom.xml +++ b/pom.xml @@ -27,9 +27,9 @@ 1.6.0 2.6.0 - 1.6.1-SNAPSHOT + 1.6.2-SNAPSHOT 1.7.1 - 1.6.1 + 1.7.0-SNAPSHOT ${ccsdk.sli.version} 1.0.0 -- cgit 1.2.3-korg