summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-11-29 13:21:22 -0500
committerLusheng Ji <lji@research.att.com>2018-11-29 18:41:10 +0000
commite24fb188c483acce93fc5419690792c2300161cf (patch)
tree50b6f3c70a9a6d485318f1d5342e25cea02cf15d
parente0036a4325e0717e6d154673e3bfadc622cece07 (diff)
Clean out references to unrelease resources
Issue-ID: DCAEGEN2-1007 Change-Id: Ieabedb95e2e8595f722e1f6172382325973f8049 Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r--heat/docker-compose-4.yaml1
-rwxr-xr-xheat/register.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/heat/docker-compose-4.yaml b/heat/docker-compose-4.yaml
index 11272dd..d0a8d4f 100644
--- a/heat/docker-compose-4.yaml
+++ b/heat/docker-compose-4.yaml
@@ -157,3 +157,4 @@ services:
volumes:
- "./tls/shared:/opt/tls/shared"
+
diff --git a/heat/register.sh b/heat/register.sh
index c48d8b7..62ef091 100755
--- a/heat/register.sh
+++ b/heat/register.sh
@@ -533,7 +533,7 @@ SERVICENAME="${SRVCNAME_STATIC_DFC}"
"dmaap.dmaapConsumerConfiguration.consumerGroup": "OpenDcae-c12",
"dmaap.dmaapConsumerConfiguration.timeoutMs": -1,
"dmaap.dmaapConsumerConfiguration.messageLimit": 1,
- "dmaap.dmaapProducerConfiguration.dmaapHostName": "{{ dr_ip_addr }}",
+ "dmaap.dmaapProducerConfiguration.dmaapHostName": "{{ mr_ip_addr }}",
"dmaap.dmaapProducerConfiguration.dmaapPortNumber": 3907,
"dmaap.dmaapProducerConfiguration.dmaapTopicName": "publish",
"dmaap.dmaapProducerConfiguration.dmaapProtocol": "https",