Merge "OpenShift: Properly disable bare metal OVS"
This commit is contained in:
commit
5e72697d48
@ -125,10 +125,16 @@ outputs:
|
||||
# into openshift-ansible but it's not been released yet.
|
||||
# This code will go away as soon as an rpm with the required
|
||||
# roles hits the repo.
|
||||
- name: Install NetworkManager
|
||||
- name: OpenShift networking preparation
|
||||
hosts: all
|
||||
|
||||
tasks:
|
||||
- name: Stop and disable OVS on bare metal
|
||||
service:
|
||||
name: openvswitch
|
||||
state: stopped
|
||||
enabled: no
|
||||
|
||||
- name: install NetworkManager
|
||||
package:
|
||||
name: NetworkManager
|
||||
|
Loading…
Reference in New Issue
Block a user