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.
|
# into openshift-ansible but it's not been released yet.
|
||||||
# This code will go away as soon as an rpm with the required
|
# This code will go away as soon as an rpm with the required
|
||||||
# roles hits the repo.
|
# roles hits the repo.
|
||||||
- name: Install NetworkManager
|
- name: OpenShift networking preparation
|
||||||
hosts: all
|
hosts: all
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Stop and disable OVS on bare metal
|
||||||
|
service:
|
||||||
|
name: openvswitch
|
||||||
|
state: stopped
|
||||||
|
enabled: no
|
||||||
|
|
||||||
- name: install NetworkManager
|
- name: install NetworkManager
|
||||||
package:
|
package:
|
||||||
name: NetworkManager
|
name: NetworkManager
|
||||||
|
Loading…
Reference in New Issue
Block a user