Open dischord01 opened 8 years ago
# ansible -i myinventory nodes -a "yum install -y NetworkManager"
# ansible -i myinventory nodes -a "systemctl start NetworkManager"
# ansible -i myinventory nodes -a "systemctl enable NetworkManager"
# ansible -i myinventory nodes -a "systemctl status NetworkManager"
NetworkManager must be enabled.
Im getting a error that the NetworkManager restart is failing at the end of the openshift-ansible install.
I also see that in the ose3-prep-nodes.yml that it is removed in preparation of the Ansible OSE install.
I am using the master branch of openshift-ansible repo, Im going to see if it is resolved by going with enterprise 3.2. Maybe Im off on the versions Im using. Great repo btw.