Fix glance with file backend
Since https://review.opendev.org/647699/, we lost the logic to only deploy glance-api on a single host when using the file backend. This code was always a bit custom, and would be better supported by using the 'host_in_groups' pattern we have in a few other places where a single group name does not describe the placement of containers for a service. Change-Id: I21ce4a3b0beee0009ac69fecd0ce24efebaf158d Closes-Bug: #1836151
Showing
- ansible/roles/glance/defaults/main.yml 1 addition, 0 deletionsansible/roles/glance/defaults/main.yml
- ansible/roles/glance/tasks/ceph.yml 9 additions, 3 deletionsansible/roles/glance/tasks/ceph.yml
- ansible/roles/glance/tasks/config.yml 8 additions, 8 deletionsansible/roles/glance/tasks/config.yml
- ansible/roles/glance/tasks/external_ceph.yml 6 additions, 2 deletionsansible/roles/glance/tasks/external_ceph.yml
- ansible/roles/glance/tasks/precheck.yml 2 additions, 1 deletionansible/roles/glance/tasks/precheck.yml
- ansible/roles/glance/tasks/pull.yml 1 addition, 1 deletionansible/roles/glance/tasks/pull.yml
- ansible/roles/glance/tasks/stop_service.yml 3 additions, 0 deletionsansible/roles/glance/tasks/stop_service.yml
Please register or sign in to comment