Update image tag & README.md for nonrtric 19/7719/1
authorecaiyanlinux <martin.c.yan@est.tech>
Tue, 18 Jan 2022 17:44:37 +0000 (18:44 +0100)
committerecaiyanlinux <martin.c.yan@est.tech>
Wed, 9 Feb 2022 13:41:07 +0000 (14:41 +0100)
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Change-Id: Ia88c61b33b8aa7fa8832a91e7f77d3bc758e7e6a
Issue-ID: NONRTRIC-720

solution/integration/README.md
solution/integration/smo/non-rt-ric/.env

index 18085e4..4a3bd60 100644 (file)
@@ -199,7 +199,7 @@ script `preparePmsData.sh` sends http requests to policy-agent service, and crea
 bash prepareEcsData.sh
 ```
 
-script `prepareEcsData.sh` sends http requests to ecs service, and creates data accordingly.
+script `prepareIcsData.sh` sends http requests to ics service, and creates data accordingly.
 
 Afterwards, open webpage:
 <http://localhost:8182/>
index ee2b2f8..f9e6b2d 100644 (file)
 #
 
 #PMS
-PMS_IMAGE_BASE="nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-policy-agent"
-PMS_IMAGE_TAG="2.2.0"
+PMS_IMAGE_BASE="nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-a1-policy-management-service"
+PMS_IMAGE_TAG="2.3.1"
 
 #A1_SIM
 A1_SIM_IMAGE_BASE="nexus3.o-ran-sc.org:10002/o-ran-sc/a1-simulator"
-A1_SIM_IMAGE_TAG="2.1.0"
+A1_SIM_IMAGE_TAG="2.2.0"
 
 #RAPP
 RAPP_IMAGE_BASE="nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-r-app-catalogue"
-RAPP_IMAGE_TAG="1.0.0"
+RAPP_IMAGE_TAG="1.0.2"
 
 #CONTROL_PANEL
 CONTROL_PANEL_IMAGE_BASE="nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-controlpanel"
-CONTROL_PANEL_IMAGE_TAG="2.2.0"
+CONTROL_PANEL_IMAGE_TAG="2.3.0"
 
 #GATEWAY
 NONRTRIC_GATEWAY_IMAGE_BASE="nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-gateway"
@@ -37,7 +37,7 @@ NONRTRIC_GATEWAY_IMAGE_TAG="1.0.0"
 
 #ICS
 ICS_IMAGE_BASE="nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-information-coordinator-service"
-ICS_IMAGE_TAG="1.2.0"
+ICS_IMAGE_TAG="1.2.1"
 
 #PRODUCER
 PRODUCER_IMAGE_BASE="eexit/mirror-http-server"
@@ -45,11 +45,11 @@ PRODUCER_IMAGE_TAG="latest"
 
 #ORU
 ORU_APP_IMAGE_BASE="nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-o-ru-closed-loop-recovery"
-ORU_APP_IMAGE_TAG="1.0.0"
+ORU_APP_IMAGE_TAG="1.0.1"
 
 #ODU
 ODU_APP_IMAGE_BASE="nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-o-du-slice-assurance"
-ODU_APP_IMAGE_TAG="1.0.0"
+ODU_APP_IMAGE_TAG="1.0.1"
 
 #DB
 DB_IMAGE_BASE="mariadb"
@@ -57,4 +57,4 @@ DB_IMAGE_TAG="10.5"
 
 #A1CONTROLLER
 A1CONTROLLER_IMAGE_BASE="nexus3.onap.org:10002/onap/sdnc-image"
-A1CONTROLLER_IMAGE_TAG="2.1.2"
\ No newline at end of file
+A1CONTROLLER_IMAGE_TAG="2.1.6"
\ No newline at end of file