Browse Source
Merge pull request #7565 from flaper87/master
Automatic merge from submit-queue.
Allow for using an external openvswitch
Commit d20421a56e8c1912f2b4e7bb1baf0e43419e7a05 added the ability to use
an external openvswitch instance. Unfortunately, the switch to the
`openshift_sdn` role removed this functionality.
This commit adds it back using the same logic as the previous one. We'll
keep running the SDN containers but allow for consumers to rely on an
externally managed ovs instance.
This was tested on a baremetal deployment of `OpenShift` using `TripleO` (OpenStack installer) to provision the node before calling `openshift-ansible`.