Heat also needs a separate docker.

This is needed because it needs to connect to a https endpoint and
another hostfile entry is needed.
This commit is contained in:
Egon Rijpkema 2018-10-08 16:46:06 +02:00
parent 1d56769405
commit 5cbab0e12a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
name: secrets
- set_fact:
docker_image: registry.webhosting.rug.nl/hpc/openstack-heat:latest
docker_image: registry.webhosting.rug.nl/hpc/openstack-heat-merlin:latest
env_vars: >
-e "HEAT_HOST={{ listen_ip | default(hostvars[groups['heat'][0]]['ansible_default_ipv4']['address']) }}"
-e "HEAT_PASSWORD={{ secrets['HEAT_PASSWORD'] }}"