Previously the keystone image was build here

But we since switched to separate repo's for the dockerfiles.
These are built with jenkins.
This commit is contained in:
Egon Rijpkema
2017-07-24 12:17:50 +02:00
parent d42d1495e9
commit b727857dae
2 changed files with 6 additions and 21 deletions

View File

@ -8,7 +8,8 @@ TimeoutStartSec=0
Restart=always
ExecStartPre=-/usr/bin/docker rm -f %n
ExecStart=/usr/bin/docker run --name %n \
--add-host=mariadb:172.23.41.2 \
--add-host=mariadb:{{ hostvars[groups['databases'][0]]['ansible_default_ipv4']['address'] }} \
-e "KEYSTONE_HOST={{ hostvars[groups['keystone'][0]]['ansible_default_ipv4']['address'] }}" \
-p 5000:5000 -p 35357:35357 \
-v /srv/keystone/fernet-keys:/etc/keystone/fernet-keys \
hpc/keystone