Fixed typos in Ansible files
Files affected: - ansible/roles/ceph/tasks/bootstrap_mons.yml - ansible/roles/neutron/tasks/deploy.yml - ansible/roles/neutron/tasks/start.yml TrivialFix Change-Id: Ic4b624cfe0ae4d73b49e616319e9db2229931249
This commit is contained in:
parent
3f2a5bdadc
commit
a7d330d9e7
@ -11,7 +11,7 @@
|
|||||||
always_run: True
|
always_run: True
|
||||||
run_once: True
|
run_once: True
|
||||||
|
|
||||||
- name: Creating ceph_mon_conifg volume
|
- name: Creating ceph_mon_config volume
|
||||||
kolla_docker:
|
kolla_docker:
|
||||||
action: "create_volume"
|
action: "create_volume"
|
||||||
common_options: "{{ docker_common_options }}"
|
common_options: "{{ docker_common_options }}"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
# enforce ironic usage only with openvswtich
|
# enforce ironic usage only with openvswitch
|
||||||
- include: ironic-check.yml
|
- include: ironic-check.yml
|
||||||
|
|
||||||
- include: register.yml
|
- include: register.yml
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
or inventory_hostname in groups['neutron-metadata-agent'])
|
or inventory_hostname in groups['neutron-metadata-agent'])
|
||||||
- neutron_plugin_agent == "openvswitch"
|
- neutron_plugin_agent == "openvswitch"
|
||||||
|
|
||||||
- name: Waiting the openvswtich_db service to be ready
|
- name: Waiting the openvswitch_db service to be ready
|
||||||
command: docker exec openvswitch_db ovs-vsctl --no-wait show
|
command: docker exec openvswitch_db ovs-vsctl --no-wait show
|
||||||
register: check_result
|
register: check_result
|
||||||
until: check_result | success
|
until: check_result | success
|
||||||
|
Loading…
Reference in New Issue
Block a user