Removed hardcoded ips for glance
Also added domain, projects, users creation for keystone. This guide was followed: https://docs.openstack.org/ocata/install-guide-ubuntu/keystone-us
This commit is contained in:
@ -27,6 +27,7 @@
|
||||
-e "MYSQL_ROOT_PASSWORD=geheim"
|
||||
-e "KEYSTONE_HOST={{ hostvars[groups['keystone'][0]]['ansible_default_ipv4']['address'] }}"
|
||||
-e "GLANCE_HOST={{ hostvars[groups['glance'][0]]['ansible_default_ipv4']['address'] }}"
|
||||
-e "GLANCE_USER=glance"
|
||||
-e "GLANCE_PASSWORD=geheim"
|
||||
hpc/openstack-glance /etc/bootstrap.sh
|
||||
tags: bootstrap
|
||||
|
Reference in New Issue
Block a user