[node-patches] Change in ovirt-node[ovirt-3.6]: recipe: RHEVH 7 - disabling NetworkManager

dougsland at redhat.com dougsland at redhat.com
Mon Oct 19 20:21:59 UTC 2015


Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: recipe: RHEVH 7 - disabling NetworkManager
......................................................................

recipe: RHEVH 7 - disabling NetworkManager

This patch disable the service NetworkManager as VDSM is
the one which manage the network settings.

See also: https://gerrit.ovirt.org/#/c/44826/

Change-Id: I5edc135baed30fbd62cc3ace9d67e08c1b35563d
Signed-off-by: Douglas Schilling Landgraf <dougsland at redhat.com>
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1267470
(cherry picked from commit b4fbdb21c30e6432ca67c3c8721a51408a8140b7)
---
M recipe/rhevh7-post.ks
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/86/47486/1

diff --git a/recipe/rhevh7-post.ks b/recipe/rhevh7-post.ks
index b673486..304ed45 100644
--- a/recipe/rhevh7-post.ks
+++ b/recipe/rhevh7-post.ks
@@ -251,3 +251,5 @@
 # rhbz 1181987 removing plymouth dracut message
 sed -i 's/ln -sf initrd-release $initdir\/etc\/os-release/cp \/etc\/os-release $initdir\/etc\//' /lib/dracut/modules.d/99base/module-setup.sh
 
+# NetworkManager service is not required as VDSM owns the network settings
+systemctl disable NetworkManager


-- 
To view, visit https://gerrit.ovirt.org/47486
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5edc135baed30fbd62cc3ace9d67e08c1b35563d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: ovirt-3.6
Gerrit-Owner: Douglas Schilling Landgraf <dougsland at redhat.com>



More information about the node-patches mailing list