summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2018-04-26 20:12:05 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-26 20:12:05 +0000
commit829e71e4cbdba099df6ab7b4cf1297960539cdcb (patch)
treeb89bcee482e5750964fe2f77d0912e4a1ead3fc0
parent1b28daf7cbbf3f3bbd3b07755de14c36251d3338 (diff)
parent0fb9f746cf59fa646b6f74ea0039e3271c9a935b (diff)
Merge "Add env variable for CBS"
-rw-r--r--heat/docker-compose-2.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/heat/docker-compose-2.yaml b/heat/docker-compose-2.yaml
index 7fd855d..4fd9d5a 100644
--- a/heat/docker-compose-2.yaml
+++ b/heat/docker-compose-2.yaml
@@ -61,6 +61,7 @@ services:
- "MSB_ADDR={{ msb_ip_addr }}"
- "CONSUL_HOST=consul"
- "CONSUL_PORT=8500"
+ - "CONFIG_BINDING_SERVICE=config_binding_service"
- "HOSTNAME=mvp-dcae-analytics-holmes-engine-management"
ports:
- "9102:9102"
@@ -78,6 +79,7 @@ services:
- "MSB_ADDR={{ msb_ip_addr }}"
- "CONSUL_HOST=consul"
- "CONSUL_PORT=8500"
+ - "CONFIG_BINDING_SERVICE=config_binding_service"
- "HOSTNAME=mvp-dcae-analytics-holmes-rule-management"
ports:
- "9101:9101"