From owner-freebsd-virtualization@FreeBSD.ORG Fri Sep 27 03:38:17 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 014D9E34 for ; Fri, 27 Sep 2013 03:38:16 +0000 (UTC) (envelope-from dnixon-fnre@nyclocal.net) Received: from homiemail-a28.g.dreamhost.com (caiajhbdcbef.dreamhost.com [208.97.132.145]) by mx1.freebsd.org (Postfix) with ESMTP id D900F2E8B for ; Fri, 27 Sep 2013 03:38:16 +0000 (UTC) Received: from homiemail-a28.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a28.g.dreamhost.com (Postfix) with ESMTP id 9FA9E1B4058 for ; Thu, 26 Sep 2013 20:38:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=nyclocal.net; h=message-id :date:subject:from:to:mime-version:content-type: content-transfer-encoding; s=nyclocal.net; bh=bGrzGUrqnYQraYsXTx RGS5YKG04=; b=Ltfbkw9k8/1FIQFcbimSi1WrMmGWcHrK/fpGOPo0oaVpGkdzBr vVwtOnvdvHHCBgpgmxhwzqMVFmBJte4hJl2s+iFxLLwneB/3BW/9GYq3TDneWYKi umWI3dQ0gigg516/2NmMwc/4JmmxbNOd0zlO/tnsr7YzvqAIZdS0IyUgU= Received: from webmail.nyclocal.net (caiajhbihbdd.dreamhost.com [208.97.187.133]) (Authenticated sender: dnixon-fnre@nyclocal.net) by homiemail-a28.g.dreamhost.com (Postfix) with ESMTPA id 841891B4057 for ; Thu, 26 Sep 2013 20:38:15 -0700 (PDT) Received: from 50.14.66.127 (proxying for 50.14.66.127) (SquirrelMail authenticated user dnixon-fnre@nyclocal.net) by webmail.nyclocal.net with HTTP; Thu, 26 Sep 2013 23:38:16 -0400 Message-ID: <91f45184a3243e881d9f89f3dc2246d3.squirrel@webmail.nyclocal.net> Date: Thu, 26 Sep 2013 23:38:16 -0400 Subject: CFT: PetiteCloud 0.1.3 From: "Dee Nixon" To: "FreeBSD virtualization" User-Agent: SquirrelMail/1.4.21 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 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, 27 Sep 2013 03:38:17 -0000 Version 0.1.3 of PetiteCloud (a front end for bhyve) has been released. We would very much appreciate feedback from anyone inclined to test it. PetiteCloud can be downloaded (as a FreeBSD port) from http://petitecloud.org/port-0.1.3.tar.gz . New Features: * All startup initializations (including loading kernel modules and ifconfig's) are now 100% internal. Only one line needs to be added manually to /etc/rc.conf to start petitecloud at boot time.=20 bootloader.conf needs no modification. * Setting screen added (password and bridged interface are the two current settings available) Bug Fixes: * Fixed wrong assignment of tap on startup * Fixed need for double password entry Instructions can be found in the README file. The user interface is still usable only by experienced sysadmins.=20 (For example, you need to know what a "network interface" is.)=20 Future versions of PetiteCloud will hide some of these details, making PetiteCloud more accessible to a wider range of users, and will have better input validation, etc.