Merge "Refactor pre-install checks into neutron_check.yml"
This commit is contained in:
commit
ffa057d9b8
@ -27,16 +27,6 @@
|
||||
tags:
|
||||
- always
|
||||
|
||||
- name: Fail if service was deployed using a different installation method
|
||||
fail:
|
||||
msg: "Switching installation methods for OpenStack services is not supported"
|
||||
when:
|
||||
- ansible_local is defined
|
||||
- ansible_local.openstack_ansible is defined
|
||||
- ansible_local.openstack_ansible.neutron is defined
|
||||
- ansible_local.openstack_ansible.neutron.install_method is defined
|
||||
- ansible_local.openstack_ansible.neutron.install_method != neutron_install_method
|
||||
|
||||
- name: Gather variables for installation method
|
||||
include_vars: "{{ neutron_install_method }}_install.yml"
|
||||
tags:
|
||||
|
@ -21,3 +21,13 @@
|
||||
when:
|
||||
- neutron_fwaas | bool
|
||||
- neutron_fwaas_v2 | bool
|
||||
|
||||
- name: Fail if service was deployed using a different installation method
|
||||
fail:
|
||||
msg: "Switching installation methods for OpenStack services is not supported"
|
||||
when:
|
||||
- ansible_local is defined
|
||||
- ansible_local.openstack_ansible is defined
|
||||
- ansible_local.openstack_ansible.neutron is defined
|
||||
- ansible_local.openstack_ansible.neutron.install_method is defined
|
||||
- ansible_local.openstack_ansible.neutron.install_method != neutron_install_method
|
Loading…
Reference in New Issue
Block a user