Skip to content
Snippets Groups Projects
Commit fbf00068 authored by Pierre Riteau's avatar Pierre Riteau
Browse files

Run handlers before configuring veth interfaces

Handlers from MichaelRigart.interfaces are not run until the end of the
play, which results in the veth role trying to create veth interfaces
against a non-existing bridge.

Change-Id: Ie1c9e1ada50774cbcaec528bd64d8df066c21d2e
parent 3d1ad7d3
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,10 @@ ...@@ -27,6 +27,10 @@
interfaces_setup_filter: "{{ kayobe_ansible_setup_filter }}" interfaces_setup_filter: "{{ kayobe_ansible_setup_filter }}"
interfaces_setup_gather_subset: "{{ kayobe_ansible_setup_gather_subset }}" interfaces_setup_gather_subset: "{{ kayobe_ansible_setup_gather_subset }}"
# NOTE(priteau): We need to run handlers from MichaelRigart.interfaces before
# we start configuring any veth interfaces.
- meta: flush_handlers
# Configure virtual ethernet patch links to connect the workload provision # Configure virtual ethernet patch links to connect the workload provision
# and external network bridges to the Neutron OVS bridge. # and external network bridges to the Neutron OVS bridge.
- name: Ensure OVS patch links exist - name: Ensure OVS patch links exist
......
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