Add EI url to the nginx configuration 16/5616/1
authorLathish <lathishbabu.ganesan@est.tech>
Tue, 9 Feb 2021 15:06:52 +0000 (15:06 +0000)
committerLathish <lathishbabu.ganesan@est.tech>
Tue, 9 Feb 2021 15:13:29 +0000 (15:13 +0000)
Updated the Control panel image in docker compose

Issue-ID: NONRTRIC-438

Change-Id: Id1dce4c9f7db5b2c00163ac861c56083f3452ffd
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
docker-compose/control-panel/config/nginx.conf
docker-compose/control-panel/docker-compose.yaml

index 374910f..bf12f87 100644 (file)
@@ -12,7 +12,10 @@ http {
         server_name localhost;
         root /usr/share/nginx/html;
         index index.html;
-        location /a1-policy/v2/ {
+        location /a1-policy/ {
+            proxy_pass  http://backend;
+        }
+        location /ei-producer/ {
             proxy_pass  http://backend;
         }
         location / {
index 3cace19..bc56c3d 100644 (file)
@@ -22,7 +22,7 @@ networks:
 
 services:
   policy-control-panel:
-    image: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-controlpanel:2.1.1
+    image: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-controlpanel:2.2.0
     container_name: policy-control-panel
     networks:
       - default