From: Gary Wu Date: Tue, 7 Aug 2018 19:10:47 +0000 (-0700) Subject: Fix AAI issue with missing elasticsearch image X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Ftest-config.git;a=commitdiff_plain;h=78bcb334864ab03d6a4eef40c3a71102569c4465 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 --- 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: