Skip to content
Snippets Groups Projects
Commit 9cdbae70 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Simplify Openstack services configuration possibilities"

parents 345eced1 a3dfdfc0
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 44 deletions
...@@ -31,8 +31,6 @@ ...@@ -31,8 +31,6 @@
sources: sources:
- "{{ role_path }}/templates/aodh.conf.j2" - "{{ role_path }}/templates/aodh.conf.j2"
- "{{ node_custom_config }}/global.conf" - "{{ node_custom_config }}/global.conf"
- "{{ node_custom_config }}/database.conf"
- "{{ node_custom_config }}/messaging.conf"
- "{{ node_custom_config }}/aodh.conf" - "{{ node_custom_config }}/aodh.conf"
- "{{ node_custom_config }}/aodh/{{ item.key }}.conf" - "{{ node_custom_config }}/aodh/{{ item.key }}.conf"
- "{{ node_custom_config }}/aodh/{{ inventory_hostname }}/aodh.conf" - "{{ node_custom_config }}/aodh/{{ inventory_hostname }}/aodh.conf"
......
...@@ -67,8 +67,6 @@ ...@@ -67,8 +67,6 @@
sources: sources:
- "{{ role_path }}/templates/barbican.conf.j2" - "{{ role_path }}/templates/barbican.conf.j2"
- "{{ node_custom_config }}/global.conf" - "{{ node_custom_config }}/global.conf"
- "{{ node_custom_config }}/database.conf"
- "{{ node_custom_config }}/messaging.conf"
- "{{ node_custom_config }}/barbican.conf" - "{{ node_custom_config }}/barbican.conf"
- "{{ node_custom_config }}/barbican/{{ item.key }}.conf" - "{{ node_custom_config }}/barbican/{{ item.key }}.conf"
- "{{ node_custom_config }}/barbican/{{ inventory_hostname }}/barbican.conf" - "{{ node_custom_config }}/barbican/{{ inventory_hostname }}/barbican.conf"
......
...@@ -30,8 +30,6 @@ ...@@ -30,8 +30,6 @@
sources: sources:
- "{{ role_path }}/templates/ceilometer.conf.j2" - "{{ role_path }}/templates/ceilometer.conf.j2"
- "{{ node_custom_config }}/global.conf" - "{{ node_custom_config }}/global.conf"
- "{{ node_custom_config }}/database.conf"
- "{{ node_custom_config }}/messaging.conf"
- "{{ node_custom_config }}/ceilometer.conf" - "{{ node_custom_config }}/ceilometer.conf"
- "{{ node_custom_config }}/ceilometer/{{ item.key }}.conf" - "{{ node_custom_config }}/ceilometer/{{ item.key }}.conf"
- "{{ node_custom_config }}/ceilometer/{{ inventory_hostname }}/ceilometer.conf" - "{{ node_custom_config }}/ceilometer/{{ inventory_hostname }}/ceilometer.conf"
......
...@@ -48,8 +48,6 @@ ...@@ -48,8 +48,6 @@
sources: sources:
- "{{ role_path }}/templates/cinder.conf.j2" - "{{ role_path }}/templates/cinder.conf.j2"
- "{{ node_custom_config }}/global.conf" - "{{ node_custom_config }}/global.conf"
- "{{ node_custom_config }}/database.conf"
- "{{ node_custom_config }}/messaging.conf"
- "{{ node_custom_config }}/cinder.conf" - "{{ node_custom_config }}/cinder.conf"
- "{{ node_custom_config }}/cinder/{{ item.key }}.conf" - "{{ node_custom_config }}/cinder/{{ item.key }}.conf"
- "{{ node_custom_config }}/cinder/{{ inventory_hostname }}/cinder.conf" - "{{ node_custom_config }}/cinder/{{ inventory_hostname }}/cinder.conf"
......
...@@ -29,8 +29,6 @@ ...@@ -29,8 +29,6 @@
sources: sources:
- "{{ role_path }}/templates/cloudkitty.conf.j2" - "{{ role_path }}/templates/cloudkitty.conf.j2"
- "{{ node_custom_config }}/global.conf" - "{{ node_custom_config }}/global.conf"
- "{{ node_custom_config }}/database.conf"
- "{{ node_custom_config }}/messaging.conf"
- "{{ node_custom_config }}/cloudkitty.conf" - "{{ node_custom_config }}/cloudkitty.conf"
- "{{ node_custom_config }}/cloudkitty/{{ item.key }}.conf" - "{{ node_custom_config }}/cloudkitty/{{ item.key }}.conf"
- "{{ node_custom_config }}/cloudkitty/{{ inventory_hostname }}/cloudkitty.conf" - "{{ node_custom_config }}/cloudkitty/{{ inventory_hostname }}/cloudkitty.conf"
......
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
sources: sources:
- "{{ role_path }}/templates/congress.conf.j2" - "{{ role_path }}/templates/congress.conf.j2"
- "{{ node_custom_config }}/global.conf" - "{{ node_custom_config }}/global.conf"
- "{{ node_custom_config }}/database.conf"
- "{{ node_custom_config }}/messaging.conf"
- "{{ node_custom_config }}/congress.conf" - "{{ node_custom_config }}/congress.conf"
- "{{ node_custom_config }}/congress/{{ item.key }}.conf" - "{{ node_custom_config }}/congress/{{ item.key }}.conf"
- "{{ node_custom_config }}/congress/{{ inventory_hostname }}/congress.conf" - "{{ node_custom_config }}/congress/{{ inventory_hostname }}/congress.conf"
......
...@@ -33,8 +33,6 @@ ...@@ -33,8 +33,6 @@
sources: sources:
- "{{ role_path }}/templates/designate.conf.j2" - "{{ role_path }}/templates/designate.conf.j2"
- "{{ node_custom_config }}/global.conf" - "{{ node_custom_config }}/global.conf"
- "{{ node_custom_config }}/database.conf"
- "{{ node_custom_config }}/messaging.conf"
- "{{ node_custom_config }}/designate.conf" - "{{ node_custom_config }}/designate.conf"
- "{{ node_custom_config }}/designate/{{ item.key }}.conf" - "{{ node_custom_config }}/designate/{{ item.key }}.conf"
- "{{ node_custom_config }}/designate/{{ inventory_hostname }}/designate.conf" - "{{ node_custom_config }}/designate/{{ inventory_hostname }}/designate.conf"
......
...@@ -40,8 +40,6 @@ ...@@ -40,8 +40,6 @@
sources: sources:
- "{{ role_path }}/templates/freezer-api.conf.j2" - "{{ role_path }}/templates/freezer-api.conf.j2"
- "{{ node_custom_config }}/global.conf" - "{{ node_custom_config }}/global.conf"
- "{{ node_custom_config }}/database.conf"
- "{{ node_custom_config }}/messaging.conf"
- "{{ node_custom_config }}/freezer.conf" - "{{ node_custom_config }}/freezer.conf"
- "{{ node_custom_config }}/freezer/{{ item.key }}.conf" - "{{ node_custom_config }}/freezer/{{ item.key }}.conf"
- "{{ node_custom_config }}/freezer/{{ inventory_hostname }}/{{ item.key }}.conf" - "{{ node_custom_config }}/freezer/{{ inventory_hostname }}/{{ item.key }}.conf"
......
...@@ -29,8 +29,6 @@ ...@@ -29,8 +29,6 @@
sources: sources:
- "{{ role_path }}/templates/{{ item.key }}.conf.j2" - "{{ role_path }}/templates/{{ item.key }}.conf.j2"
- "{{ node_custom_config }}/global.conf" - "{{ node_custom_config }}/global.conf"
- "{{ node_custom_config }}/database.conf"
- "{{ node_custom_config }}/messaging.conf"
- "{{ node_custom_config }}/glance.conf" - "{{ node_custom_config }}/glance.conf"
- "{{ node_custom_config }}/glance/{{ item.key }}.conf" - "{{ node_custom_config }}/glance/{{ item.key }}.conf"
- "{{ node_custom_config }}/glance/{{ inventory_hostname }}/{{ item.key }}.conf" - "{{ node_custom_config }}/glance/{{ inventory_hostname }}/{{ item.key }}.conf"
......
...@@ -30,8 +30,6 @@ ...@@ -30,8 +30,6 @@
sources: sources:
- "{{ role_path }}/templates/gnocchi.conf.j2" - "{{ role_path }}/templates/gnocchi.conf.j2"
- "{{ node_custom_config }}/global.conf" - "{{ node_custom_config }}/global.conf"
- "{{ node_custom_config }}/database.conf"
- "{{ node_custom_config }}/messaging.conf"
- "{{ node_custom_config }}/gnocchi.conf" - "{{ node_custom_config }}/gnocchi.conf"
- "{{ node_custom_config }}/gnocchi/{{ item.key }}.conf" - "{{ node_custom_config }}/gnocchi/{{ item.key }}.conf"
- "{{ node_custom_config }}/gnocchi/{{ inventory_hostname }}/gnocchi.conf" - "{{ node_custom_config }}/gnocchi/{{ inventory_hostname }}/gnocchi.conf"
......
...@@ -37,8 +37,6 @@ ...@@ -37,8 +37,6 @@
sources: sources:
- "{{ role_path }}/templates/heat.conf.j2" - "{{ role_path }}/templates/heat.conf.j2"
- "{{ node_custom_config }}/global.conf" - "{{ node_custom_config }}/global.conf"
- "{{ node_custom_config }}/database.conf"
- "{{ node_custom_config }}/messaging.conf"
- "{{ node_custom_config }}/heat.conf" - "{{ node_custom_config }}/heat.conf"
- "{{ node_custom_config }}/heat/{{ item.key }}.conf" - "{{ node_custom_config }}/heat/{{ item.key }}.conf"
- "{{ node_custom_config }}/heat/{{ inventory_hostname }}/heat.conf" - "{{ node_custom_config }}/heat/{{ inventory_hostname }}/heat.conf"
......
...@@ -29,8 +29,6 @@ ...@@ -29,8 +29,6 @@
sources: sources:
- "{{ role_path }}/templates/ironic.conf.j2" - "{{ role_path }}/templates/ironic.conf.j2"
- "{{ node_custom_config }}/global.conf" - "{{ node_custom_config }}/global.conf"
- "{{ node_custom_config }}/database.conf"
- "{{ node_custom_config }}/messaging.conf"
- "{{ node_custom_config }}/ironic.conf" - "{{ node_custom_config }}/ironic.conf"
- "{{ node_custom_config }}/ironic/{{ item }}.conf" - "{{ node_custom_config }}/ironic/{{ item }}.conf"
- "{{ node_custom_config }}/ironic/{{ inventory_hostname }}/ironic.conf" - "{{ node_custom_config }}/ironic/{{ inventory_hostname }}/ironic.conf"
...@@ -46,8 +44,6 @@ ...@@ -46,8 +44,6 @@
sources: sources:
- "{{ role_path }}/templates/ironic-inspector.conf.j2" - "{{ role_path }}/templates/ironic-inspector.conf.j2"
- "{{ node_custom_config }}/global.conf" - "{{ node_custom_config }}/global.conf"
- "{{ node_custom_config }}/database.conf"
- "{{ node_custom_config }}/messaging.conf"
- "{{ node_custom_config }}/ironic-inspector.conf" - "{{ node_custom_config }}/ironic-inspector.conf"
- "{{ node_custom_config }}/ironic-inspector/inspector.conf" - "{{ node_custom_config }}/ironic-inspector/inspector.conf"
- "{{ node_custom_config }}/ironic-inspector/{{ inventory_hostname }}/inspector.conf" - "{{ node_custom_config }}/ironic-inspector/{{ inventory_hostname }}/inspector.conf"
......
...@@ -30,8 +30,6 @@ ...@@ -30,8 +30,6 @@
sources: sources:
- "{{ role_path }}/templates/karbor.conf.j2" - "{{ role_path }}/templates/karbor.conf.j2"
- "{{ node_custom_config }}/global.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.conf"
- "{{ node_custom_config }}/karbor/{{ item.key }}.conf" - "{{ node_custom_config }}/karbor/{{ item.key }}.conf"
- "{{ node_custom_config }}/karbor/{{ inventory_hostname }}/karbor.conf" - "{{ node_custom_config }}/karbor/{{ inventory_hostname }}/karbor.conf"
......
...@@ -40,8 +40,6 @@ ...@@ -40,8 +40,6 @@
sources: sources:
- "{{ role_path }}/templates/keystone.conf.j2" - "{{ role_path }}/templates/keystone.conf.j2"
- "{{ node_custom_config }}/global.conf" - "{{ node_custom_config }}/global.conf"
- "{{ node_custom_config }}/database.conf"
- "{{ node_custom_config }}/messaging.conf"
- "{{ node_custom_config }}/keystone.conf" - "{{ node_custom_config }}/keystone.conf"
- "{{ node_custom_config }}/keystone/{{ item.key }}.conf" - "{{ node_custom_config }}/keystone/{{ item.key }}.conf"
- "{{ node_custom_config }}/keystone/{{ inventory_hostname }}/keystone.conf" - "{{ node_custom_config }}/keystone/{{ inventory_hostname }}/keystone.conf"
......
...@@ -28,8 +28,6 @@ ...@@ -28,8 +28,6 @@
sources: sources:
- "{{ role_path }}/templates/kuryr.conf.j2" - "{{ role_path }}/templates/kuryr.conf.j2"
- "{{ node_custom_config }}/global.conf" - "{{ node_custom_config }}/global.conf"
- "{{ node_custom_config }}/database.conf"
- "{{ node_custom_config }}/messaging.conf"
- "{{ node_custom_config }}/kuryr.conf" - "{{ node_custom_config }}/kuryr.conf"
- "{{ node_custom_config }}/kuryr/{{ item.key }}.conf" - "{{ node_custom_config }}/kuryr/{{ item.key }}.conf"
- "{{ node_custom_config }}/kuryr/{{ inventory_hostname }}/{{ item.key }}.conf" - "{{ node_custom_config }}/kuryr/{{ inventory_hostname }}/{{ item.key }}.conf"
......
...@@ -29,8 +29,6 @@ ...@@ -29,8 +29,6 @@
sources: sources:
- "{{ role_path }}/templates/magnum.conf.j2" - "{{ role_path }}/templates/magnum.conf.j2"
- "{{ node_custom_config }}/global.conf" - "{{ node_custom_config }}/global.conf"
- "{{ node_custom_config }}/database.conf"
- "{{ node_custom_config }}/messaging.conf"
- "{{ node_custom_config }}/magnum.conf" - "{{ node_custom_config }}/magnum.conf"
- "{{ node_custom_config }}/magnum/{{ item.key }}.conf" - "{{ node_custom_config }}/magnum/{{ item.key }}.conf"
- "{{ node_custom_config }}/magnum/{{ inventory_hostname }}/magnum.conf" - "{{ node_custom_config }}/magnum/{{ inventory_hostname }}/magnum.conf"
......
...@@ -28,8 +28,6 @@ ...@@ -28,8 +28,6 @@
sources: sources:
- "{{ role_path }}/templates/manila.conf.j2" - "{{ role_path }}/templates/manila.conf.j2"
- "{{ node_custom_config }}/global.conf" - "{{ node_custom_config }}/global.conf"
- "{{ node_custom_config }}/database.conf"
- "{{ node_custom_config }}/messaging.conf"
- "{{ node_custom_config }}/manila.conf" - "{{ node_custom_config }}/manila.conf"
- "{{ node_custom_config }}/manila/{{ item.key }}.conf" - "{{ node_custom_config }}/manila/{{ item.key }}.conf"
- "{{ node_custom_config }}/manila/{{ inventory_hostname }}/manila.conf" - "{{ node_custom_config }}/manila/{{ inventory_hostname }}/manila.conf"
...@@ -54,8 +52,6 @@ ...@@ -54,8 +52,6 @@
- "{{ role_path }}/templates/manila.conf.j2" - "{{ role_path }}/templates/manila.conf.j2"
- "{{ role_path }}/templates/manila-share.conf.j2" - "{{ role_path }}/templates/manila-share.conf.j2"
- "{{ node_custom_config }}/global.conf" - "{{ node_custom_config }}/global.conf"
- "{{ node_custom_config }}/database.conf"
- "{{ node_custom_config }}/messaging.conf"
- "{{ node_custom_config }}/manila.conf" - "{{ node_custom_config }}/manila.conf"
- "{{ node_custom_config }}/{{ item }}.conf" - "{{ node_custom_config }}/{{ item }}.conf"
- "{{ node_custom_config }}/manila/{{ item }}.conf" - "{{ node_custom_config }}/manila/{{ item }}.conf"
......
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
sources: sources:
- "{{ role_path }}/templates/mistral.conf.j2" - "{{ role_path }}/templates/mistral.conf.j2"
- "{{ node_custom_config }}/global.conf" - "{{ node_custom_config }}/global.conf"
- "{{ node_custom_config }}/database.conf"
- "{{ node_custom_config }}/messaging.conf"
- "{{ node_custom_config }}/mistral.conf" - "{{ node_custom_config }}/mistral.conf"
- "{{ node_custom_config }}/mistral/{{ item.key }}.conf" - "{{ node_custom_config }}/mistral/{{ item.key }}.conf"
- "{{ node_custom_config }}/mistral/{{ inventory_hostname }}/mistral.conf" - "{{ node_custom_config }}/mistral/{{ inventory_hostname }}/mistral.conf"
......
...@@ -23,8 +23,6 @@ ...@@ -23,8 +23,6 @@
sources: sources:
- "{{ role_path }}/templates/murano.conf.j2" - "{{ role_path }}/templates/murano.conf.j2"
- "{{ node_custom_config }}/global.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.conf"
- "{{ node_custom_config }}/murano/{{ item }}.conf" - "{{ node_custom_config }}/murano/{{ item }}.conf"
- "{{ node_custom_config }}/murano/{{ inventory_hostname }}/murano.conf" - "{{ node_custom_config }}/murano/{{ inventory_hostname }}/murano.conf"
......
...@@ -24,8 +24,6 @@ ...@@ -24,8 +24,6 @@
sources: sources:
- "{{ role_path }}/templates/neutron.conf.j2" - "{{ role_path }}/templates/neutron.conf.j2"
- "{{ node_custom_config }}/global.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.conf"
- "{{ node_custom_config }}/neutron/{{ item }}.conf" - "{{ node_custom_config }}/neutron/{{ item }}.conf"
- "{{ node_custom_config }}/neutron/{{ inventory_hostname }}/neutron.conf" - "{{ node_custom_config }}/neutron/{{ inventory_hostname }}/neutron.conf"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment