diff options
Diffstat (limited to 'heat')
-rw-r--r-- | heat/R2MVP/docker-compose-2.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/heat/R2MVP/docker-compose-2.yaml b/heat/R2MVP/docker-compose-2.yaml index c77cbf0..57bdd3f 100644 --- a/heat/R2MVP/docker-compose-2.yaml +++ b/heat/R2MVP/docker-compose-2.yaml @@ -21,12 +21,19 @@ services: hostname: tca environment: - DMAAPHOST={{ mr_ip_addr }} + - DMAAPPORT=3904 + - DMAAPPUBTOPIC=unauthenticated.TCA_EVENT_OUTPUT + - DMAAPSUBTOPIC=unauthenticated.SEC_MEASUREMENT_OUTPUT + - AAIHOST={{ aai1_ip_addr }} + - AAIPORT=8443 - CONSUL_HOST=consul - CONSUL_PORT=8500 - CBS_HOST=cbs - CBS_PORT=10000 - SERVICE_NAME=tca - CONFIG_BINDING_SERVICE=config_binding_service + # set the parameter below to enable REDIS caching. + #- REDISHOSTPORT=redis-cluster:6379 ports: - "11011:11011" - "11015:11015" |