From 62be5bd6b50cd2b8ce45aa3d765b7f538297bed9 Mon Sep 17 00:00:00 2001 From: Wim Nap Date: Mon, 16 Apr 2018 09:59:41 +0200 Subject: [PATCH] changed docker-image for cinder-storage to merlin --- roles/cinder-storage/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/cinder-storage/tasks/main.yml b/roles/cinder-storage/tasks/main.yml index 5b45295..db6ef74 100644 --- a/roles/cinder-storage/tasks/main.yml +++ b/roles/cinder-storage/tasks/main.yml @@ -10,7 +10,7 @@ # register: uuid - set_fact: - docker_image: registry.webhosting.rug.nl/hpc/openstack-cinder-storage:latest + docker_image: registry.webhosting.rug.nl/hpc/openstack-cinder-storage-merlin:latest env_vars: > -e "MY_IP={{ listen_ip | default(ansible_default_ipv4.address) }}" -e "CINDER_HOST={{ listen_ip | default(hostvars[groups['cinder-storage'][0]]['ansible_default_ipv4']['address']) }}"