Alon Bar-Lev has uploaded a new change for review. Change subject: doc: README: update fakeqemu section ......................................................................
doc: README: update fakeqemu section Change-Id: I7c8a5598ae4d0ac5213f626e8b51d7aebbfd871e Signed-off-by: Alon Bar-Lev <[email protected]> --- M README 1 file changed, 16 insertions(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/61/34961/1 diff --git a/README b/README index b4a546c..505e902 100644 --- a/README +++ b/README @@ -42,14 +42,24 @@ FAKEQEMU -Construct appropriate /etc/vdsm/vdsm.conf. - -Create: +On the host, create: /etc/ovirt-host-deploy.conf.d/50-fake.conf - [environment:enforce] - VDSM/checkVirtHardware=bool:False - VDSM/configOverride=bool:False + + [environment:enforce] + VDSM/checkVirtHardware=bool:False + VDSM/configOverride=bool:False + VDSM_CONFIG/fake_kvm_support=str:true + +Install hooks manually or on the manager, create: + +/usr/share/ovirt-host-deploy/plugins/ovirt-host-deploy/vdsmhooks/packages.d/fake.@DISTRIBUTION@ + + vdsm-hook-faqemu + +@DISTRIBUTION@ should be replaced with output of: + + python -c "import platform; print(platform.linux_distribution(full_distribution_name=0)[0])" DEVELOPMENT -- To view, visit http://gerrit.ovirt.org/34961 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7c8a5598ae4d0ac5213f626e8b51d7aebbfd871e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-host-deploy Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
