Update artifact name 41/136841/2
authorRavi Pendurty <ravi.pendurty@highstreet-technologies.com>
Thu, 14 Dec 2023 10:36:17 +0000 (16:06 +0530)
committerRavi Pendurty <ravi.pendurty@highstreet-technologies.com>
Thu, 14 Dec 2023 11:25:22 +0000 (16:55 +0530)
New name reflects the changed directory structure for ODLUX

Issue-ID: SDNC-1834
Change-Id: I3c1af9e89201a11ba393505d8f4da3ecdad3cc76
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
installation/sdnc-web/pom.xml
installation/sdnc/src/main/scripts/startODL.sh
pom.xml

index 939c777..3a096ff 100644 (file)
@@ -25,8 +25,8 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
-            <artifactId>sdnr-wt-odlux-installer</artifactId>
+            <groupId>org.onap.ccsdk.features.sdnr.odlux</groupId>
+            <artifactId>sdnr-odlux-installer</artifactId>
             <version>${ccsdk.features.version}</version>
             <type>zip</type>
             <classifier>repo</classifier>
index 644ec50..eb27e0f 100755 (executable)
@@ -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 ca40a90..b4bbeb6 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -27,9 +27,9 @@
         <!-- All Version definition is placed in org.onap.ccsdk.parent/odlparent-lite -->
         <ccsdk.oran.a1adapter.version>1.6.0</ccsdk.oran.a1adapter.version>
         <sdnc.northbound.version>2.6.0</sdnc.northbound.version> <!-- Used by installation/sdnc -->
-        <ccsdk.distribution.version>1.6.1-SNAPSHOT</ccsdk.distribution.version> 
+        <ccsdk.distribution.version>1.6.2-SNAPSHOT</ccsdk.distribution.version> 
         <ccsdk.sli.version>1.7.1</ccsdk.sli.version>
-        <ccsdk.features.version>1.6.1</ccsdk.features.version>
+        <ccsdk.features.version>1.7.0-SNAPSHOT</ccsdk.features.version>
         <ccsdk.sli.northbound.version>${ccsdk.sli.version}</ccsdk.sli.northbound.version>
         <ccsdk.bierman.api.version>1.0.0</ccsdk.bierman.api.version>
         <!-- docker images versions -->