From owner-freebsd-virtualization@FreeBSD.ORG Fri Jun 20 01:10:21 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF88672A for ; Fri, 20 Jun 2014 01:10:21 +0000 (UTC) Received: from mail-la0-x22b.google.com (mail-la0-x22b.google.com [IPv6:2a00:1450:4010:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BD402DC7 for ; Fri, 20 Jun 2014 01:10:21 +0000 (UTC) Received: by mail-la0-f43.google.com with SMTP id e16so1960742lan.30 for ; Thu, 19 Jun 2014 18:10:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=4wiQdz5nPTb/HGT3LdZiaIHsmpY4ywDFdwqrf38mAg4=; b=ezpACvo2vT6LBxDRuUt0ojTM2+S2xDNBmO2XHpPtXki1pODmwVbtHTNybDzquTjjC9 3yDkMAfo0VtTrwVqOXIieJSRzHAtn2Dk9wOcavK+2DsXy9POLIsdIO12fRP/bEFSl3VO GwRblTd+zdD5gTRtVxqT0H69LEKUA7iD9ynv2eAxQay18nsLrndeVps32S4FEijfOubA sLDnaiH1MCbSY9/5768X5gR5O6eqYkhekq12B7rSS1YoBZxprh9WwE+hgJveilEuTnZf LpE1hBiZbusMOKATcWtuKaQIt40/ka1vdbGHvpGc8AUnj7HDDO5su7vpw2U4T2JXyAmk 4idw== MIME-Version: 1.0 X-Received: by 10.112.143.132 with SMTP id se4mr55773lbb.53.1403226619180; Thu, 19 Jun 2014 18:10:19 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.67.73 with HTTP; Thu, 19 Jun 2014 18:10:19 -0700 (PDT) Date: Thu, 19 Jun 2014 18:10:19 -0700 X-Google-Sender-Auth: 2_o9KDzg0NoiF6T-W8hsyFyXqCQ Message-ID: Subject: libvirt, bhyve, and Jenkins configuration problems From: Craig Rodrigues To: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2014 01:10:21 -0000 Hi, I am trying to configure Jenkins to spawn bhyve VM's on demand using libvirt. I did the following: (1) Looked at Roman's blog article: http://empt1e.blogspot.com/2014/03/using-jenkins-libvirt-slave-plugin-with.html (2) Followed the libvirt configuration steps here: http://people.freebsd.org/~rodrigc/libvirt/libvirt-bhyve.html Here are the screenshots of my Jenkins setp for libvirt: http://people.freebsd.org/~rodrigc/libvirt/libvirt-bhyve-jenkins.html However, after going through all that, when I tried to configure a job to run on the libvirt node, it did not start. Any ideas what I am doing wrong? Thanks. -- Craig