X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=test%2Fsimulator-group%2Fa1pms%2Fapplication2.yaml;fp=test%2Fsimulator-group%2Fpolicy_agent%2Fapplication2.yaml;h=18a92e0e07f4ebb355270b1494e473f365880768;hb=d2aeca8843fe3ffca2e73dec5b64daeef0dda938;hp=05c5db1234f0b7c053237db14e049f15ef25084d;hpb=c8f92e94bb2638aa66a1d7c2ba63375bbfcdc8c9;p=nonrtric.git diff --git a/test/simulator-group/policy_agent/application2.yaml b/test/simulator-group/a1pms/application2.yaml similarity index 95% rename from test/simulator-group/policy_agent/application2.yaml rename to test/simulator-group/a1pms/application2.yaml index 05c5db12..18a92e0e 100644 --- a/test/simulator-group/policy_agent/application2.yaml +++ b/test/simulator-group/a1pms/application2.yaml @@ -35,7 +35,7 @@ logging: org.springframework: ERROR org.springframework.data: ERROR org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR - ${POLICY_AGENT_PKG_NAME}: INFO + ${A1PMS_PKG_NAME}: INFO file: /var/log/policy-agent/application.log server: @@ -66,6 +66,6 @@ app: trust-store: /opt/app/policy-agent/etc/cert/truststore.jks # Configuration of usage of HTTP Proxy for the southbound accesses. # The HTTP proxy (if configured) will only be used for accessing NearRT RIC:s - http.proxy-host: $AGENT_HTTP_PROXY_CONFIG_HOST_NAME - http.proxy-port: $AGENT_HTTP_PROXY_CONFIG_PORT + http.proxy-host: $A1PMS_HTTP_PROXY_CONFIG_HOST_NAME + http.proxy-port: $A1PMS_HTTP_PROXY_CONFIG_PORT http.proxy-type: HTTP