Update sdnc/oam for ODL Argon 03/135703/6
authorDan Timoney <dtimoney@att.com>
Fri, 11 Aug 2023 20:50:05 +0000 (16:50 -0400)
committerhighstreetherbert <herbert.eiselt@highstreet-technologies.com>
Tue, 22 Aug 2023 12:39:23 +0000 (14:39 +0200)
Update sdnc/oam to use Montreal / ODL Argon versions of parent poms and
CCSDK artifacts and docker containers.  Remove code to install biermann
API

Issue-ID: SDNC-1817
Change-Id: Ie271fdd18550769d6805752bb015c1ab0ff8da28
Signed-off-by: Dan Timoney <dtimoney@att.com>
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
SdncReports/pom.xml
admportal/pom.xml
configbackuprestore/pom.xml
csit/plans/sdnr/setup.sh
csit/plans/sdnr/testplan.txt
installation/sdnc/pom.xml
pom.xml

index 9d5f4c3..7dd49b0 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>spring-boot-1-starter-parent</artifactId>
-        <version>2.5.4</version>
+        <version>2.6.0</version>
         <relativePath/>
     </parent>
 
index 34ef718..3218f32 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>2.5.4</version>
+        <version>2.6.0</version>
         <relativePath/>
     </parent>
 
index ac9213d..8de3bed 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>spring-boot-1-starter-parent</artifactId>
-        <version>2.5.4</version>
+        <version>2.6.0</version>
     </parent>
 
     <groupId>org.onap.sdnc.oam.vnfbackup</groupId>
index 8fef610..ea780b9 100755 (executable)
@@ -43,7 +43,7 @@ sdnr_launch
 # SDNC_READY_TIMEOUT=450
 
 # if jenkins should be ok without running robots TCS's
-SDNC_RELEASE_WITHOUT_ROBOT=true
+SDNC_RELEASE_WITHOUT_ROBOT=true
 
 #Pass any variables required by Robot test suites in ROBOT_VARIABLES
 ROBOT_VARIABLES="--variablefile=${WORKSPACE}/plans/sdnr/testdata/localhost.py"
index dcbd829..c8c1d4d 100644 (file)
@@ -4,5 +4,5 @@
 
 ## To skip sdnr robot test suite 
 ## set in .setup.sh SDNC_RELEASE_WITHOUT_ROBOT=true
-sdnr/healthcheck
+sdnr/healthcheck
 sdnr/functional
index be89a32..06d4ac2 100644 (file)
 
         <!-- SDNC Features Boot -->
         <sdnc.features.boot>sdnc-northbound-all,odl-restconf-nb-bierman02-</sdnc.features.boot>
-       <sdnc.features.repo>
+<!--       <sdnc.features.repo>
             mvn:org.onap.sdnc.northbound/sdnc-northbound-all/${sdnc.northbound.version}/xml/features, \
             mvn:org.onap.ccsdk.odl-legacy.netconf/odl-restconf-nb-bierman02/${ccsdk.bierman.api.version}/xml/features
+        </sdnc.features.repo>-->
+        <sdnc.features.repo>
+            mvn:org.onap.sdnc.northbound/sdnc-northbound-all/${sdnc.northbound.version}/xml/features
         </sdnc.features.repo>
     </properties>
 
     <dependencies>
        <!-- Biermann RESTCONF northbound API -->
-       <dependency>
+<!--   <dependency>
             <groupId>org.onap.ccsdk.odl-legacy.netconf</groupId>
            <artifactId>restconf-nb-bierman02-installer</artifactId>
            <version>${ccsdk.bierman.api.version}</version>
            <type>zip</type>
            <classifier>repo</classifier>
-       </dependency>
+       </dependency>-->
         <dependency>
             <groupId>org.onap.sdnc.northbound</groupId>
             <artifactId>generic-resource-api-installer</artifactId>
diff --git a/pom.xml b/pom.xml
index 4f39fa1..a1b7b05 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>2.5.4</version>
+        <version>2.6.0</version>
         <relativePath/>
     </parent>
 
         <sdnc.project.version>${project.version}</sdnc.project.version>
 
         <!-- All Version definition is placed in org.onap.ccsdk.parent/odlparent-lite -->
-        <ccsdk.oran.a1adapter.version>1.5.0</ccsdk.oran.a1adapter.version>
-        <sdnc.northbound.version>2.5.0</sdnc.northbound.version> <!-- Used by installation/sdnc -->
-        <ccsdk.distribution.version>1.5.2</ccsdk.distribution.version> 
-        <ccsdk.sli.version>1.6.3</ccsdk.sli.version>
-        <ccsdk.features.version>1.5.1</ccsdk.features.version>
+        <ccsdk.oran.a1adapter.version>1.6.0-SNAPSHOT</ccsdk.oran.a1adapter.version>
+        <sdnc.northbound.version>2.6.0-SNAPSHOT</sdnc.northbound.version> <!-- Used by installation/sdnc -->
+        <ccsdk.distribution.version>1.6.0-SNAPSHOT</ccsdk.distribution.version> 
+        <ccsdk.sli.version>1.7.1-SNAPSHOT</ccsdk.sli.version>
+        <ccsdk.features.version>1.6.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>
+        <ccsdk.bierman.api.version>1.0.0</ccsdk.bierman.api.version>
         <!-- docker images versions -->
-        <ccsdk.docker.alpine.j11.version>1.5.1</ccsdk.docker.alpine.j11.version> <!-- Used by dmaap-listener, ueb-listener -->
-        <ccsdk.docker.odlsli.alpine.version>1.5.1</ccsdk.docker.odlsli.alpine.version> <!-- Used by sdnc -->
-        <ccsdk.docker.ansible.server.version>1.5.1</ccsdk.docker.ansible.server.version> <!-- Used by ansible-server -->
-        <ccsdk.docker.ubuntu.version>1.5.1</ccsdk.docker.ubuntu.version> <!-- Used by admportal -->
+        <ccsdk.docker.alpine.j11.version>1.6.0-STAGING-latest</ccsdk.docker.alpine.j11.version> <!-- Used by dmaap-listener, ueb-listener -->
+        <ccsdk.docker.odlsli.alpine.version>1.6.0-SNAPSHOT-latest</ccsdk.docker.odlsli.alpine.version> <!-- Used by sdnc -->
+        <ccsdk.docker.ansible.server.version>1.6.0-STAGING-latest</ccsdk.docker.ansible.server.version> <!-- Used by ansible-server -->
+        <ccsdk.docker.ubuntu.version>1.6.0-STAGING-latest</ccsdk.docker.ubuntu.version> <!-- Used by admportal -->
     </properties>
 
     <modules>