From owner-freebsd-testing@FreeBSD.ORG Fri Mar 21 02:40:10 2014 Return-Path: Delivered-To: freebsd-testing@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 2804C147; Fri, 21 Mar 2014 02:40:10 +0000 (UTC) Received: from mail-la0-x235.google.com (mail-la0-x235.google.com [IPv6:2a00:1450:4010:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 20F7A934; Fri, 21 Mar 2014 02:40:08 +0000 (UTC) Received: by mail-la0-f53.google.com with SMTP id b8so1226777lan.26 for ; Thu, 20 Mar 2014 19:40:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=D0o61ra25zJw+RuT/2p57l9/QikuqC1mfgf/oCgsYZI=; b=GG/QVdsidnJNW1TasrVZuBLbr0KhLaL9RpzSsmV6B/1npOcQkDFDXvdivzp0PNOaHh 9uqC9HI8D7Pvn6cXwZlbbqEccjskUd439ktSR783coR3j3abNE7cfG46Djy+YB8s1gnK g8Q3LFVcxYgnom8GKwq/zWSbysHuNAKJqrvCuG4miID+DOtNQihgHileZIqsJuuy4uMG nuO8kmsrojIv5WYkNuwjeaEPLXMDwqNaQEawClZVawUA5S9WDYL24vWfUg3b6YjoTKyZ kupsjf5fub6gltNLNVgM0IZdGyQM2ixoNZVm3YhDqBUJVZmq9XJRHDBDBi+tkKqX4yni qISQ== MIME-Version: 1.0 X-Received: by 10.112.209.5 with SMTP id mi5mr22676854lbc.30.1395369606730; Thu, 20 Mar 2014 19:40:06 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.169.68 with HTTP; Thu, 20 Mar 2014 19:40:06 -0700 (PDT) In-Reply-To: <20140318102615.21fa7fde@suse3.ewadmin.local> References: <20140318102615.21fa7fde@suse3.ewadmin.local> Date: Thu, 20 Mar 2014 19:40:06 -0700 X-Google-Sender-Auth: 7C8mgzzGL5O7id0sadDZPa4DAAw Message-ID: Subject: Re: Scripts for booting FreeBSD images from the install ISO for use in Jenkins? From: Craig Rodrigues To: freebsd-current Current Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-testing@freebsd.org" , "jenkins-admin@freebsd.org" , "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Mar 2014 02:40:10 -0000 On Tue, Mar 18, 2014 at 2:26 AM, Rainer Duffner wrote: > Am Mon, 17 Mar 2014 19:30:01 -0700 > schrieb Craig Rodrigues : > >> Hi, >> >> For the BSD DevSummit in May, one of the items >> on our agenda: >> >> https://wiki.freebsd.org/201405DevSummit/Jenkins >> >> is to talk about writing scripts which can take a FreeBSD ISO image, >> and then boot it and run it on a remote system or in a VM >> to install the OS. After the OS is up, we would like to run tests. >> All of this would be triggered from Jenkins. >> >> Does anyone have scripts which can do this? >> Can they be contributed to the Jenkins effort on FreeBSD? >> >> If you have scripts in Python, Ruby, Bourne shell, etc. are all fine, >> or even recipes in automation frameworks like Puppet, Ansible, Chef, >> SaltStack, etc., >> please let us know! :) > > > > I would have loved to attend this talk: > > > http://2014.asiabsdcon.org/timetable.html.en#P7A > > > Hopefully, more documentation and/or the slides/the video for this talk > will become available. Rainer, Thanks for posting that link! It is highly relevant to my original posting. That looks like a really good presentation, and I also wish I could have attended the talk! There seem to be many automation frameworks for provisioning and booting VM's and real machines. I just need to learn one of them. :) -- Craig