Add path for Non-RT RIC EI Consumer 71/6371/1
authorelinuxhenrik <henrik.b.andersson@est.tech>
Tue, 22 Jun 2021 09:16:18 +0000 (11:16 +0200)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Tue, 22 Jun 2021 09:16:22 +0000 (11:16 +0200)
Issue-ID: NONRTRIC-537
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: I37e48869b946353484b906baf8ef223993043446

solution/integration/smo/non-rt-ric/config/control-panel/nginx.conf
solution/integration/smo/non-rt-ric/config/nonrtric-gateway/application-nonrtricgateway.yaml

index 916caef..3416fd4 100644 (file)
@@ -16,8 +16,12 @@ http {
             set $upstream nonrtric-gateway;
             proxy_pass http://$upstream:9090;
         }
+        location /data-consumer/{
+            set $upstream nonrtric-gateway;
+            proxy_pass http://$upstream:9090;
+        }
         location / {
             try_files $uri $uri/ /index.html;
         }
     }
-}
\ No newline at end of file
+}
index 9132df3..08b386c 100644 (file)
@@ -37,7 +37,7 @@ spring:
       - id: A1-EI2
         uri: http://ecs:8083
         predicates:
-        - Path=/data-producer/**
+        - Path=/data-producer/**,/data-consumer/**
 management:
   endpoint:
     gateway: