summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-08-07 12:10:47 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-08-07 12:12:03 -0700
commit78bcb334864ab03d6a4eef40c3a71102569c4465 (patch)
tree6b13bf73acd7e4cfbe46a0953a5669ef10c08b5e
parentdd363ca87d4f8d2a4673ca0b1d22390d354fa441 (diff)
Fix AAI issue with missing elasticsearch image
AAI is no longer starting up on HEAT because the docker image elasticsearch:6.1.2 no longer exists. Update to point to new elasticsearch repo location. Change-Id: If0c0c7d0dc9414247b5fe32d017661b2cf9ed358 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--docker-compose-db.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose-db.yml b/docker-compose-db.yml
index 0bf915b..760add6 100644
--- a/docker-compose-db.yml
+++ b/docker-compose-db.yml
@@ -21,7 +21,7 @@ services:
max-size: "30m"
max-file: "5"
aai.elasticsearch.simpledemo.openecomp.org:
- image: elasticsearch:6.1.2
+ image: docker.elastic.co/elasticsearch/elasticsearch:6.1.2
hostname: aai.elasticsearch.simpledemo.openecomp.org
container_name: elasticsearch
ports: