Merge "Refactor glance config tasks"
This commit is contained in:
commit
e20f3ec7f5
@ -16,32 +16,18 @@
|
||||
- "glance-api"
|
||||
- "glance-registry"
|
||||
|
||||
- name: Copying over glance-api.conf
|
||||
- name: Copying over glance-*.conf
|
||||
merge_configs:
|
||||
vars:
|
||||
service_name: "{{ item }}"
|
||||
sources:
|
||||
- "{{ role_path }}/templates/glance-api.conf.j2"
|
||||
- "{{ role_path }}/templates/{{ item }}.conf.j2"
|
||||
- "/etc/kolla/config/global.conf"
|
||||
- "/etc/kolla/config/database.conf"
|
||||
- "/etc/kolla/config/messaging.conf"
|
||||
- "/etc/kolla/config/glance.conf"
|
||||
- "/etc/kolla/config/glance/{{ item }}.conf"
|
||||
dest: "{{ node_config_directory }}/{{ item }}/glance-api.conf"
|
||||
dest: "{{ node_config_directory }}/{{ item }}/{{ item }}.conf"
|
||||
with_items:
|
||||
- "glance-api"
|
||||
|
||||
- name: Copying over glance-registry.conf
|
||||
merge_configs:
|
||||
vars:
|
||||
service_name: "{{ item }}"
|
||||
sources:
|
||||
- "{{ role_path }}/templates/glance-registry.conf.j2"
|
||||
- "/etc/kolla/config/global.conf"
|
||||
- "/etc/kolla/config/database.conf"
|
||||
- "/etc/kolla/config/messaging.conf"
|
||||
- "/etc/kolla/config/glance.conf"
|
||||
- "/etc/kolla/config/glance/{{ item }}.conf"
|
||||
dest: "{{ node_config_directory }}/{{ item }}/glance-registry.conf"
|
||||
with_items:
|
||||
- "glance-registry"
|
||||
|
Loading…
Reference in New Issue
Block a user