disable NetworkManager service in all nodes

Change-Id: I64394a10d7be2bcee3f1929b922bdc20784cb3bd
This commit is contained in:
zhouya 2017-05-27 10:38:14 +08:00
parent 81a2415757
commit 4b8af185c0
1 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,12 @@ systemctl enable ntpd.service
systemctl stop libvirtd.service
systemctl disable libvirtd.service
systemctl start ntpd.service
systemctl disable NetworkManager
systemctl stop NetworkManager
service network start
chkconfig network on
systemctl disable firewalld
systemctl stop firewalld
yum -y install ansible
# multicast related