X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fdmaapadp%2Fapplication.yaml;h=b35fe32fbec1792652764e4c313c000c264d4272;hb=53ebb953e0e18e695fd0e807c2f1282ef54ceeee;hp=b20a9d776a6c53f9925508b83ab143d36db727bf;hpb=6f48adb69090799c74c29204dd2cd1737cc9d6ac;p=nonrtric.git diff --git a/test/simulator-group/dmaapadp/application.yaml b/test/simulator-group/dmaapadp/application.yaml index b20a9d77..b35fe32f 100644 --- a/test/simulator-group/dmaapadp/application.yaml +++ b/test/simulator-group/dmaapadp/application.yaml @@ -62,10 +62,13 @@ app: # The HTTP proxy (if configured) will only be used for accessing NearRT RIC:s http.proxy-host: $DMAAP_ADP_HTTP_PROXY_CONFIG_HOST_NAME http.proxy-port: $DMAAP_ADP_HTTP_PROXY_CONFIG_PORT - ecs-base-url: $ECS_SERVICE_PATH + ics-base-url: $ICS_SERVICE_PATH # Location of the component configuration file. The file will only be used if the Consul database is not used; # configuration from the Consul will override the file. configuration-filepath: /opt/app/dmaap-adaptor-service/data/application_configuration.json dmaap-base-url: $MR_SERVICE_PATH # The url used to adress this component. This is used as a callback url sent to other components. - dmaap-adapter-base-url: $DMAAP_ADP_SERVICE_PATH \ No newline at end of file + dmaap-adapter-base-url: $DMAAP_ADP_SERVICE_PATH + # KAFKA boostrap server. This is only needed if there are Information Types that uses a kafkaInputTopic + kafka: + bootstrap-servers: $MR_KAFKA_SERVICE_PATH