Merge "Change include: to include_tasks:"
This commit is contained in:
commit
013823af6b
@ -13,7 +13,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
- include: neutron_check.yml
|
- include_tasks: neutron_check.yml
|
||||||
|
|
||||||
|
|
||||||
- name: Gather variables for each operating system
|
- name: Gather variables for each operating system
|
||||||
@ -44,8 +44,7 @@
|
|||||||
tags:
|
tags:
|
||||||
- always
|
- always
|
||||||
|
|
||||||
- include: neutron_ml2_ovs_powervm.yml
|
- include_tasks: neutron_ml2_ovs_powervm.yml
|
||||||
static: no
|
|
||||||
when:
|
when:
|
||||||
- neutron_os_type is defined
|
- neutron_os_type is defined
|
||||||
- neutron_os_type == 'powervm'
|
- neutron_os_type == 'powervm'
|
||||||
@ -54,11 +53,11 @@
|
|||||||
tags:
|
tags:
|
||||||
- neutron-config
|
- neutron-config
|
||||||
|
|
||||||
- include: neutron_pre_install.yml
|
- include_tasks: neutron_pre_install.yml
|
||||||
tags:
|
tags:
|
||||||
- neutron-install
|
- neutron-install
|
||||||
|
|
||||||
- include: neutron_install.yml
|
- include_tasks: neutron_install.yml
|
||||||
tags:
|
tags:
|
||||||
- neutron-install
|
- neutron-install
|
||||||
|
|
||||||
@ -70,7 +69,7 @@
|
|||||||
- neutron-config
|
- neutron-config
|
||||||
|
|
||||||
# Include provider specific config(s)
|
# Include provider specific config(s)
|
||||||
- include: "{{ item }}"
|
- include_tasks: "{{ item }}"
|
||||||
with_first_found:
|
with_first_found:
|
||||||
- files:
|
- files:
|
||||||
- "{{ neutron_plugin_type.split('.')[-1] }}_config.yml"
|
- "{{ neutron_plugin_type.split('.')[-1] }}_config.yml"
|
||||||
@ -80,31 +79,28 @@
|
|||||||
tags:
|
tags:
|
||||||
- neutron-install
|
- neutron-install
|
||||||
|
|
||||||
- include: neutron_post_install.yml
|
- include_tasks: neutron_post_install.yml
|
||||||
tags:
|
tags:
|
||||||
- neutron-config
|
- neutron-config
|
||||||
|
|
||||||
- include: "neutron_init_{{ ansible_service_mgr }}.yml"
|
- include_tasks: "neutron_init_{{ ansible_service_mgr }}.yml"
|
||||||
tags:
|
tags:
|
||||||
- neutron-config
|
- neutron-config
|
||||||
|
|
||||||
- include: neutron_db_setup.yml
|
- include_tasks: neutron_db_setup.yml
|
||||||
static: no
|
|
||||||
when:
|
when:
|
||||||
- "neutron_services['neutron-server']['group'] in group_names"
|
- "neutron_services['neutron-server']['group'] in group_names"
|
||||||
tags:
|
tags:
|
||||||
- neutron-config
|
- neutron-config
|
||||||
|
|
||||||
- include: neutron_service_setup.yml
|
- include_tasks: neutron_service_setup.yml
|
||||||
static: no
|
|
||||||
when:
|
when:
|
||||||
- "neutron_services['neutron-server']['group'] in group_names"
|
- "neutron_services['neutron-server']['group'] in group_names"
|
||||||
- "inventory_hostname == ((groups[neutron_services['neutron-server']['group']] | intersect(ansible_play_hosts)) | list)[0]"
|
- "inventory_hostname == ((groups[neutron_services['neutron-server']['group']] | intersect(ansible_play_hosts)) | list)[0]"
|
||||||
tags:
|
tags:
|
||||||
- neutron-config
|
- neutron-config
|
||||||
|
|
||||||
- include: neutron_l3_ha.yml
|
- include_tasks: neutron_l3_ha.yml
|
||||||
static: no
|
|
||||||
when:
|
when:
|
||||||
- "neutron_services['neutron-l3-agent']['group'] in group_names"
|
- "neutron_services['neutron-l3-agent']['group'] in group_names"
|
||||||
tags:
|
tags:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user