Roll versions after J-Relase (j-release branch) 00/13100/1 j-release
authorJohnKeeney <john.keeney@est.tech>
Thu, 27 Jun 2024 18:50:52 +0000 (19:50 +0100)
committerJohnKeeney <john.keeney@est.tech>
Thu, 27 Jun 2024 18:50:56 +0000 (19:50 +0100)
Issue-ID: NONRTRIC-972
Change-Id: I7cfd3c954410d6433d06e46d71112cdd59043655
Signed-off-by: JohnKeeney <john.keeney@est.tech>
capifcore/container-tag.yaml
docs/conf.py
servicemanager/README.md
servicemanager/container-tag.yaml
servicemanager/docker-compose.yaml

index f17eeca..1bcde35 100644 (file)
@@ -20,4 +20,4 @@
 # By default this file is in the docker build directory,
 # but the location can configured in the JJB template.
 ---
-tag: 1.3.1
+tag: 1.3.2
index 311d5e7..d4f95e6 100644 (file)
@@ -20,7 +20,7 @@ from docs_conf.conf import *
 
 #branch configuration
 
-branch = 'latest'
+branch = 'j-release'
 
 linkcheck_ignore = [
     'http://localhost.*',
index 4be8951..5a245b0 100644 (file)
@@ -63,7 +63,7 @@ export SERVICE_MANAGER_ENV=development
 
 ### CAPIFcore and Kong
 
-We also need Kong and CAPIFcore to be running. Please see the examples in the `deploy` folder. You can also use https://gerrit.o-ran-sc.org/r/it/dep for deployment. Please see the notes at https://wiki.o-ran-sc.org/display/RICNR/%5BWIP%5D+Service+Manager.
+We also need Kong and CAPIFcore to be running. Please see the examples in the `deploy` folder. You can also use https://gerrit.o-ran-sc.org/r/it/dep for deployment. Please see the notes at https://wiki.o-ran-sc.org/display/RICNR/Release+J%3A+Service+Manager.
 
 ## Build
 
index ced992f..c850c4e 100644 (file)
@@ -19,4 +19,4 @@
 # By default this file is in the docker build directory,
 # but the location can configured in the JJB template.
 ---
-tag: 0.1.2
+tag: 0.1.3
index 6815056..c9d7d9b 100644 (file)
@@ -19,7 +19,7 @@ version: '3.5'
 services:
   capifcore:
     container_name: sme-capifcore
-    image: capifcore:latest
+    image: capifcore:1.3.1
     ports:
       - 8090:8090
     entrypoint: ["/capifcore"]
@@ -28,7 +28,7 @@ services:
 
   servicemanager:
     container_name: servicemanager
-    image: servicemanager:latest
+    image: servicemanager:0.1.2
     environment:
       - SERVICE_MANAGER_ENV=""
     ports: