fc54e31020
this could not quite follow the existing pattern due to the fact that glance has multiple independent config files. So this uses a fileglob loop to find all the configuration files in the /etc/glance directory and load each of them in turn. Change-Id: I259bef0d022500b3865926fc36f289c6a17ec5db
34 lines
523 B
YAML
34 lines
523 B
YAML
---
|
|
- hosts: compute
|
|
remote_user: "{{ host_remote_user }}"
|
|
become: true
|
|
roles:
|
|
- compute
|
|
|
|
- hosts: controller
|
|
remote_user: "{{ host_remote_user }}"
|
|
become: true
|
|
roles:
|
|
- common
|
|
- nova
|
|
- neutron
|
|
- keystone
|
|
- ceilometer
|
|
- gnocchi
|
|
- cinder
|
|
- heat
|
|
- mysql
|
|
- rabbitmq
|
|
- glance
|
|
|
|
- hosts: undercloud
|
|
remote_user: "{{ local_remote_user }}"
|
|
become: true
|
|
roles:
|
|
- undercloud
|
|
|
|
- hosts: undercloud
|
|
remote_user: "{{ local_remote_user }}"
|
|
roles:
|
|
- dump-facts
|