From owner-freebsd-virtualization@FreeBSD.ORG Wed Oct 2 00:57:14 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 5050E49C for ; Wed, 2 Oct 2013 00:57:14 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-pd0-x22b.google.com (mail-pd0-x22b.google.com [IPv6:2607:f8b0:400e:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2D2FE2875 for ; Wed, 2 Oct 2013 00:57:14 +0000 (UTC) Received: by mail-pd0-f171.google.com with SMTP id g10so136419pdj.2 for ; Tue, 01 Oct 2013 17:57:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=mFkiO8wJJAMQDviGdOn0LxFfd3tkdu13PSnOuCVp9u0=; b=q3O+NuH02S/V26eZUSE+HojCsy0F8SZKUnCYIwrirbFiioQx99KZF6W98V1P9SNJ2n biXvo1iGyL39CxpNKwAVlCOQ3F69zxwNk0xAIZcD4msRpAhqB6RnJwXuhavlI6VpJ7tA Pv+/jdfERWVZf/L1m7I3RyWeIK6yl7W5f/mf6ZZ4uaGa0aYyl/343VvGnN7qSxmAeYQU 7xXJdC2hLjK24XnD58un8FSI5Vx1TRGjTOVwnvz5RcURL6bx7lxjdJxaPzJ1+MjNWdr2 Yl5MmqxHC4czyqiP8vXDJC1KPt22uscgOKd++oog4Ldwk8cgSEsomi2/jEYEGDQTgZs/ UqAA== MIME-Version: 1.0 X-Received: by 10.68.129.40 with SMTP id nt8mr32576993pbb.108.1380675433765; Tue, 01 Oct 2013 17:57:13 -0700 (PDT) Received: by 10.68.253.162 with HTTP; Tue, 1 Oct 2013 17:57:13 -0700 (PDT) Date: Tue, 1 Oct 2013 20:57:13 -0400 Message-ID: Subject: CFT: petitecloud 0.1.7 From: Aryeh Friedman To: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Wed, 02 Oct 2013 00:57:14 -0000 Whats new: * Type and amount of information displayed on instance listing of web UI has been simplified to be more user-friendly. For each guest instance, the web UI now displays only a name, cpu count, RAM and disk space. All values that have been "hidden" (such as "network interface") are now autoassigned by petitecloud. * It is now physically impossible to enter incorrect data when creating instances. All resource limits are enforced passively by constraining pull-down values. * Prefered disk location and prefered install cd location are now on the settings panel. NOTE: The old /usr/local/etc/petitecloud/settings and /usr/local/etc/petitecloud/instances are incompatible with 0.1.7. It is recommended you remake any instances to reflect this fact.