Alon Bar-Lev has uploaded a new change for review.

Change subject: packaging: spec: all-in-one: do not allow disabling 
NetworkManager
......................................................................

packaging: spec: all-in-one: do not allow disabling NetworkManager

because of various reasons, vdsm requires disabling NetworkManager,
however in all-in-one configuration, it may do much more harm than good.

so for all-in-one configuration we leave NetworkManager up, under the
assumption that there won't be significant network changes via the
engine->vdsm communication.

Change-Id: I6be399e070ede11a10f0f7636d71acc45b942872
Signed-off-by: Alon Bar-Lev <[email protected]>
---
M ovirt-engine.spec.in
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/09/17309/1

diff --git a/ovirt-engine.spec.in b/ovirt-engine.spec.in
index 9ee3a9e..dcb4a42 100644
--- a/ovirt-engine.spec.in
+++ b/ovirt-engine.spec.in
@@ -526,6 +526,11 @@
 [environment:default]
 OVESETUP_AIO/enable=bool:True
 __EOF__
+install -d "%{buildroot}%{_sysconfdir}/ovirt-host-deploy.conf.d"
+cat > 
"%{buildroot}%{_sysconfdir}/ovirt-host-deploy.conf.d/10-packaging-aio.conf" << 
__EOF__
+[environment:default]
+VDSM/disableNetworkManager=bool:False
+__EOF__
 
 
 %preun
@@ -840,6 +845,7 @@
 %{engine_data}/scripts/plugins/all_in_one_100.py*
 %{engine_data}/firewalld/aio
 %config %{_sysconfdir}/ovirt-engine-setup.conf.d/10-packaging-aio.conf
+%config %{_sysconfdir}/ovirt-host-deploy.conf.d/10-packaging-aio.conf
 
 
 %files dbscripts


-- 
To view, visit http://gerrit.ovirt.org/17309
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6be399e070ede11a10f0f7636d71acc45b942872
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to