Douglas Schilling Landgraf has uploaded a new change for review. Change subject: centos7: Enable libvirt via install.ks ......................................................................
centos7: Enable libvirt via install.ks Currently, we disable libvirt daemon in the install.ks but enable it in the post.ks. This patch enable the service in the install.ks. Change-Id: If9aef4959fac6519bd2d7405a2f8f88b767cf029 Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M recipe/centos7-install.ks M recipe/centos7-post.ks 2 files changed, 1 insertion(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/66/39766/1 diff --git a/recipe/centos7-install.ks b/recipe/centos7-install.ks index c64e308..3a1e55f 100644 --- a/recipe/centos7-install.ks +++ b/recipe/centos7-install.ks @@ -1,3 +1,3 @@ -services --enabled=auditd,ntpd,ntpdate,iptables,network,rsyslog,multipathd,snmpd,ovirt-early,ovirt-post,ovirt-kdump,cgconfig,mcelog,tuned --disabled=netfs,ovirt-awake,libvirt-guests,libvirtd,kdump +services --enabled=auditd,ntpd,ntpdate,iptables,network,rsyslog,multipathd,snmpd,ovirt-early,ovirt-post,ovirt-kdump,cgconfig,mcelog,tuned,libvirtd --disabled=netfs,ovirt-awake,libvirt-guests,kdump diff --git a/recipe/centos7-post.ks b/recipe/centos7-post.ks index c03ba7f..36456d1 100644 --- a/recipe/centos7-post.ks +++ b/recipe/centos7-post.ks @@ -178,9 +178,6 @@ sed -ie '/dirs[ \t].*nfs/ d' /etc/rwtab echo "files /var/lib/nfs" >> /etc/rwtab -#enabling libvirtd as described in its libvirtd.service comments -systemctl enable libvirtd.service - # set maxlogins to 3 echo "* - maxlogins 3" >> /etc/security/limits.conf -- To view, visit https://gerrit.ovirt.org/39766 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If9aef4959fac6519bd2d7405a2f8f88b767cf029 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
