Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NetworkManager removal error #2

Open
dischord01 opened this issue Jul 20, 2016 · 1 comment
Open

NetworkManager removal error #2

dischord01 opened this issue Jul 20, 2016 · 1 comment

Comments

@dischord01
Copy link

Im getting a error that the NetworkManager restart is failing at the end of the openshift-ansible install.

RUNNING HANDLER [openshift_node_dnsmasq : restart NetworkManager] **************
fatal: [54.xxx.xxx.xxx]: FAILED! => {"changed": false, "failed": true, "msg": "systemd could not find the requested service \"'NetworkManager'\": "}
fatal: [54.xxx.xxx.xxx]: FAILED! => {"changed": false, "failed": true, "msg": "systemd could not find the requested service \"'NetworkManager'\": "}

I also see that in the ose3-prep-nodes.yml that it is removed in preparation of the Ansible OSE install.

    - name: Remove Network Manager
      yum: name=NetworkManager state=absent

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.

@fire
Copy link

fire commented May 4, 2017

# 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants