[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible fdroid: jenkins needs to be in kvm group

Holger Levsen holger at layer-acht.org
Sat Sep 24 21:28:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 5a9ee01f8bf8e898cd27fd758f9a5cf992ff1fce
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Sat Sep 24 23:18:58 2016 +0200

    reproducible fdroid: jenkins needs to be in kvm group
    
    According to https://wiki.debian.org/KVM a user needs to be in both the
    groups kvm and libvirt in order to create and manage VMs with libvirt.
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 update_jdn.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/update_jdn.sh b/update_jdn.sh
index ded1e53..a1b380b 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -126,6 +126,7 @@ sudo mkdir -p /srv/workspace
 
 if [ "$HOSTNAME" = "jenkins-test-vm" ] || [ "$HOSTNAME" = "profitbricks-build10-amd64" ] || [ "$HOSTNAME" = "profitbricks-build7-amd64" ] ; then
 	# jenkins needs access to libvirt
+	sudo adduser jenkins kvm
 	sudo adduser jenkins libvirt
 	sudo adduser jenkins libvirt-qemu
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list