Update docker-compose file and data scripts in nonrtric repo
update docker-compose file
update data scripts
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Change-Id: I62cf231e2653a5831ac67d8303945fbc1736e353
Issue-ID: NONRTRIC-520
diff --git a/docker-compose/nonrtric-gateway/config/application-nonrtricgateway.yaml b/docker-compose/nonrtric-gateway/config/application-nonrtricgateway.yaml
index e7f946f..5c5d64a 100644
--- a/docker-compose/nonrtric-gateway/config/application-nonrtricgateway.yaml
+++ b/docker-compose/nonrtric-gateway/config/application-nonrtricgateway.yaml
@@ -26,22 +26,14 @@
httpserver:
wiretap: true
routes:
- - id: policytypes
+ - id: A1-Policy
uri: https://policy-agent:8433
predicates:
- - Path=/a1-policy/v2/policy-types/**
- - id: policies
- uri: https://policy-agent:8433
- predicates:
- - Path=/a1-policy/v2/policies/**
- - id: rics
- uri: https://policy-agent:8433
- predicates:
- - Path=/a1-policy/v2/rics/**
- - id: ei-producer
+ - Path=/a1-policy/**
+ - id: A1-EI
uri: https://ecs:8434
predicates:
- - Path=/ei-producer/v1/eiproducers/**
+ - Path=/data-producer/**
management:
endpoint:
gateway: