Merge "Fix 'node_config_directory' variable bad usage"
This commit is contained in:
commit
42ef7ddffb
@ -29,12 +29,12 @@
|
||||
service_name: "{{ item.key }}"
|
||||
sources:
|
||||
- "{{ role_path }}/templates/karbor.conf.j2"
|
||||
- "{{ node_config_directory }}/config/global.conf"
|
||||
- "{{ node_config_directory }}/config/database.conf"
|
||||
- "{{ node_config_directory }}/config/messaging.conf"
|
||||
- "{{ node_config_directory }}/config/karbor.conf"
|
||||
- "{{ node_config_directory }}/config/karbor/{{ item.key }}.conf"
|
||||
- "{{ node_config_directory }}/config/karbor/{{ inventory_hostname }}/karbor.conf"
|
||||
- "{{ node_custom_config }}/global.conf"
|
||||
- "{{ node_custom_config }}/database.conf"
|
||||
- "{{ node_custom_config }}/messaging.conf"
|
||||
- "{{ node_custom_config }}/karbor.conf"
|
||||
- "{{ node_custom_config }}/karbor/{{ item.key }}.conf"
|
||||
- "{{ node_custom_config }}/karbor/{{ inventory_hostname }}/karbor.conf"
|
||||
dest: "{{ node_config_directory }}/{{ item.key }}/karbor.conf"
|
||||
register: karbor_confs
|
||||
when:
|
||||
|
@ -22,12 +22,12 @@
|
||||
service_name: "{{ item }}"
|
||||
sources:
|
||||
- "{{ role_path }}/templates/murano.conf.j2"
|
||||
- "{{ node_config_directory }}/config/global.conf"
|
||||
- "{{ node_config_directory }}/config/database.conf"
|
||||
- "{{ node_config_directory }}/config/messaging.conf"
|
||||
- "{{ node_config_directory }}/config/murano.conf"
|
||||
- "{{ node_config_directory }}/config/murano/{{ item }}.conf"
|
||||
- "{{ node_config_directory }}/config/murano/{{ inventory_hostname }}/murano.conf"
|
||||
- "{{ node_custom_config }}/global.conf"
|
||||
- "{{ node_custom_config }}/database.conf"
|
||||
- "{{ node_custom_config }}/messaging.conf"
|
||||
- "{{ node_custom_config }}/murano.conf"
|
||||
- "{{ node_custom_config }}/murano/{{ item }}.conf"
|
||||
- "{{ node_custom_config }}/murano/{{ inventory_hostname }}/murano.conf"
|
||||
dest: "{{ node_config_directory }}/{{ item }}/murano.conf"
|
||||
with_items:
|
||||
- "murano-api"
|
||||
|
@ -23,12 +23,12 @@
|
||||
service_name: "{{ item }}"
|
||||
sources:
|
||||
- "{{ role_path }}/templates/neutron.conf.j2"
|
||||
- "{{ node_config_directory }}/config/global.conf"
|
||||
- "{{ node_config_directory }}/config/database.conf"
|
||||
- "{{ node_config_directory }}/config/messaging.conf"
|
||||
- "{{ node_config_directory }}/config/neutron.conf"
|
||||
- "{{ node_config_directory }}/config/neutron/{{ item }}.conf"
|
||||
- "{{ node_config_directory }}/config/neutron/{{ inventory_hostname }}/neutron.conf"
|
||||
- "{{ node_custom_config }}/global.conf"
|
||||
- "{{ node_custom_config }}/database.conf"
|
||||
- "{{ node_custom_config }}/messaging.conf"
|
||||
- "{{ node_custom_config }}/neutron.conf"
|
||||
- "{{ node_custom_config }}/neutron/{{ item }}.conf"
|
||||
- "{{ node_custom_config }}/neutron/{{ inventory_hostname }}/neutron.conf"
|
||||
dest: "{{ node_config_directory }}/neutron-openvswitch-agent-fake-{{ item }}/neutron.conf"
|
||||
register: fake_neutron_conf
|
||||
with_sequence: start=1 end={{ num_nova_fake_per_node }}
|
||||
@ -42,8 +42,8 @@
|
||||
service_name: "{{ item }}"
|
||||
sources:
|
||||
- "{{ role_path }}/templates/ml2_conf.ini.j2"
|
||||
- "{{ node_config_directory }}/config/neutron/ml2_conf.ini"
|
||||
- "{{ node_config_directory }}/config/neutron/{{ inventory_hostname }}/neutron.conf"
|
||||
- "{{ node_custom_config }}/neutron/ml2_conf.ini"
|
||||
- "{{ node_custom_config }}/neutron/{{ inventory_hostname }}/neutron.conf"
|
||||
dest: "{{ node_config_directory }}/neutron-openvswitch-agent-fake-{{ item }}/ml2_conf.ini"
|
||||
register: fake_neutron_ml2_conf_ini
|
||||
with_sequence: start=1 end={{ num_nova_fake_per_node }}
|
||||
|
@ -22,12 +22,12 @@
|
||||
service_name: "{{ item }}"
|
||||
sources:
|
||||
- "{{ role_path }}/templates/nova.conf.j2"
|
||||
- "{{ node_config_directory }}/config/global.conf"
|
||||
- "{{ node_config_directory }}/config/database.conf"
|
||||
- "{{ node_config_directory }}/config/messaging.conf"
|
||||
- "{{ node_config_directory }}/config/nova.conf"
|
||||
- "{{ node_config_directory }}/config/nova/{{ item }}.conf"
|
||||
- "{{ node_config_directory }}/config/nova/{{ inventory_hostname }}/nova.conf"
|
||||
- "{{ node_custom_config }}/global.conf"
|
||||
- "{{ node_custom_config }}/database.conf"
|
||||
- "{{ node_custom_config }}/messaging.conf"
|
||||
- "{{ node_custom_config }}/nova.conf"
|
||||
- "{{ node_custom_config }}/nova/{{ item }}.conf"
|
||||
- "{{ node_custom_config }}/nova/{{ inventory_hostname }}/nova.conf"
|
||||
dest: "{{ node_config_directory }}/nova-compute-fake-{{ item }}/nova.conf"
|
||||
with_sequence: start=1 end={{ num_nova_fake_per_node }}
|
||||
notify:
|
||||
|
@ -27,12 +27,12 @@
|
||||
service_name: "{{ item.key }}"
|
||||
sources:
|
||||
- "{{ role_path }}/templates/octavia.conf.j2"
|
||||
- "{{ node_config_directory }}/config/global.conf"
|
||||
- "{{ node_config_directory }}/config/database.conf"
|
||||
- "{{ node_config_directory }}/config/messaging.conf"
|
||||
- "{{ node_config_directory }}/config/octavia.conf"
|
||||
- "{{ node_config_directory }}/config/octavia/{{ item.key }}.conf"
|
||||
- "{{ node_config_directory }}/config/octavia/{{ inventory_hostname }}/octavia.conf"
|
||||
- "{{ node_custom_config }}/global.conf"
|
||||
- "{{ node_custom_config }}/database.conf"
|
||||
- "{{ node_custom_config }}/messaging.conf"
|
||||
- "{{ node_custom_config }}/octavia.conf"
|
||||
- "{{ node_custom_config }}/octavia/{{ item.key }}.conf"
|
||||
- "{{ node_custom_config }}/octavia/{{ inventory_hostname }}/octavia.conf"
|
||||
dest: "{{ node_config_directory }}/{{ item.key }}/octavia.conf"
|
||||
register: octavia_confs
|
||||
when:
|
||||
@ -46,7 +46,7 @@
|
||||
vars:
|
||||
service: "{{ octavia_services['octavia-worker'] }}"
|
||||
copy:
|
||||
src: "{{ node_config_directory }}/config/octavia/{{ item }}"
|
||||
src: "{{ node_custom_config }}/octavia/{{ item }}"
|
||||
dest: "{{ node_config_directory }}/octavia-worker/{{ item }}"
|
||||
register: octavia_worker_certificate
|
||||
when:
|
||||
|
@ -30,12 +30,12 @@
|
||||
service_name: "{{ item.key }}"
|
||||
sources:
|
||||
- "{{ role_path }}/templates/solum.conf.j2"
|
||||
- "{{ node_config_directory }}/config/global.conf"
|
||||
- "{{ node_config_directory }}/config/database.conf"
|
||||
- "{{ node_config_directory }}/config/messaging.conf"
|
||||
- "{{ node_config_directory }}/config/solum.conf"
|
||||
- "{{ node_config_directory }}/config/solum/{{ item.key }}.conf"
|
||||
- "{{ node_config_directory }}/config/solum/{{ inventory_hostname }}/solum.conf"
|
||||
- "{{ node_custom_config }}/global.conf"
|
||||
- "{{ node_custom_config }}/database.conf"
|
||||
- "{{ node_custom_config }}/messaging.conf"
|
||||
- "{{ node_custom_config }}/solum.conf"
|
||||
- "{{ node_custom_config }}/solum/{{ item.key }}.conf"
|
||||
- "{{ node_custom_config }}/solum/{{ inventory_hostname }}/solum.conf"
|
||||
dest: "{{ node_config_directory }}/{{ item.key }}/solum.conf"
|
||||
register: solum_confs
|
||||
when:
|
||||
|
@ -29,12 +29,12 @@
|
||||
service_name: "{{ item.key }}"
|
||||
sources:
|
||||
- "{{ role_path }}/templates/watcher.conf.j2"
|
||||
- "{{ node_config_directory }}/config/global.conf"
|
||||
- "{{ node_config_directory }}/config/database.conf"
|
||||
- "{{ node_config_directory }}/config/messaging.conf"
|
||||
- "{{ node_config_directory }}/config/watcher.conf"
|
||||
- "{{ node_config_directory }}/config/watcher/{{ item.key }}.conf"
|
||||
- "{{ node_config_directory }}/config/watcher/{{ inventory_hostname }}/watcher.conf"
|
||||
- "{{ node_custom_config }}/global.conf"
|
||||
- "{{ node_custom_config }}/database.conf"
|
||||
- "{{ node_custom_config }}/messaging.conf"
|
||||
- "{{ node_custom_config }}/watcher.conf"
|
||||
- "{{ node_custom_config }}/watcher/{{ item.key }}.conf"
|
||||
- "{{ node_custom_config }}/watcher/{{ inventory_hostname }}/watcher.conf"
|
||||
dest: "{{ node_config_directory }}/{{ item.key }}/watcher.conf"
|
||||
register: watcher_confs
|
||||
when:
|
||||
|
Loading…
Reference in New Issue
Block a user