summaryrefslogtreecommitdiffstats
path: root/docker-compose-app.yml
diff options
context:
space:
mode:
authorabatos <adrian.batos-parac@amdocs.com>2017-11-10 20:06:41 -0500
committerabatos <adrian.batos-parac@amdocs.com>2017-11-10 20:06:41 -0500
commitc625a78c9ebea50218fa168ace813533f276a02a (patch)
tree1051557daea48462681ae8986e11dfb31a37371f /docker-compose-app.yml
parentc3127372c59e168ab074990ddcb8940ef1f87779 (diff)
Fix references to openecomp in deployment
The docker compose deployment file is referencing openecomp when it should be ONAP. Also the v11 model should be contained in the test-config. Change-Id: If52d70d0755321083b19695b8048aacd0bff3ed5 Issue-Id: AAI-461 Signed-off-by: Adrian Batos <adrian.batos-parac@amdocs.com>
Diffstat (limited to 'docker-compose-app.yml')
-rw-r--r--docker-compose-app.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docker-compose-app.yml b/docker-compose-app.yml
index 365df96..778d727 100644
--- a/docker-compose-app.yml
+++ b/docker-compose-app.yml
@@ -55,7 +55,7 @@ services:
max-file: "5"
aai.searchservice.simpledemo.openecomp.org:
- image: ${DOCKER_REGISTRY}/openecomp/search-data-service
+ image: ${DOCKER_REGISTRY}/onap/search-data-service
hostname: aai.searchservice.simpledemo.openecomp.org
volumes:
- ${SEARCH_LOGS}:/logs
@@ -73,7 +73,7 @@ services:
max-file: "5"
datarouter:
- image: ${DOCKER_REGISTRY}/openecomp/data-router
+ image: ${DOCKER_REGISTRY}/onap/data-router
hostname: data-router
volumes:
- ${DATA_ROUTER_LOGS}:/logs
@@ -94,7 +94,7 @@ services:
max-file: "5"
model-loader:
- image: ${DOCKER_REGISTRY}/openecomp/model-loader
+ image: ${DOCKER_REGISTRY}/onap/model-loader
hostname: model-loader
volumes:
- ${MODEL_LOADER_LOGS}:/logs
@@ -108,7 +108,7 @@ services:
max-file: "5"
sparky-be:
- image: ${DOCKER_REGISTRY}/openecomp/sparky-be
+ image: ${DOCKER_REGISTRY}/onap/sparky-be
hostname: sparky-be
volumes:
- ${UI_LOGS}:/logs