From owner-freebsd-virtualization@freebsd.org Mon Dec 5 18:14:07 2016 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88ADAC68C71 for ; Mon, 5 Dec 2016 18:14:07 +0000 (UTC) (envelope-from domagoj.stolfa@gmail.com) Received: from mail-wm0-x233.google.com (mail-wm0-x233.google.com [IPv6:2a00:1450:400c:c09::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1E8F318B9 for ; Mon, 5 Dec 2016 18:14:07 +0000 (UTC) (envelope-from domagoj.stolfa@gmail.com) Received: by mail-wm0-x233.google.com with SMTP id a197so105797195wmd.0 for ; Mon, 05 Dec 2016 10:14:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=E0uff4LxgEijYTi8fb53UthytIfYf3BATlI+AFb0UEw=; b=nwXZFwK7d14YTBELSv1lJE2hQ+PzYftWmyW+xfdDwe1+vMKU9R7ZvcqXmLlFztlbxG rnMYDi/zKxA+jecVm49Ax8MoveFpi9rMIE6qTfnsCW/OvZJnXTI4IXsAjsx+vKkNhJxN tWkfm/6VKG32O2W6EtoLLNd1ZSGKi7OcCI935fV9ZD+62PEdH/VJc7XpkAD9U6eA3Kdf qLeG+zzwqS2LUPgNxLdzw3fKsYMtzEz+hsekzME5KDwxP8VOQHqE/5gVTsba9BjkFaAe q1OvM24+trsOLZK1b+o3Q2/KT6E35MR/SmJDguEZ3xO9ZLSXm7VypIBkodduelCbLamH Vsdg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=E0uff4LxgEijYTi8fb53UthytIfYf3BATlI+AFb0UEw=; b=I5T0wa0Wn6xDDcycclsV8YTvS7qxcoDCl7tKIuL3HnI0I4FgLYcCpB6OF/wY1Ucy7G NZ3ygSJGiuIf3/F4cZIs1sOwrhx2uDV4a7TE83HUTpNmrANKH6hcjmOQvz5cRg4cwEms jAXcdJKicB22pymFQdrVoc7Yq5i+z8iDYaKrZXYc8DgFCcbi4Cpb+RjGXmpJqpQU8Hi4 hdsdgaRfHfN40W0CpuSs1BQ5+hLBaO1jOzy2u4hGWPdZotVbnm+30YOPSODMI4YAM96n cSPcGmEXsrFNoZiWlQ0/69XlT0uNz3yL4IIyj5h2yQJucwK8/2A9vwVOR3TT2dmTXOdC JI6w== X-Gm-Message-State: AKaTC00K2RJw8NuS1A76QJM4Pyfn3cqczbEwOAsc5S4gOV1oxFLKl6Hp7QUcs4fsPWAhdQ== X-Received: by 10.28.23.16 with SMTP id 16mr11141767wmx.134.1480961645134; Mon, 05 Dec 2016 10:14:05 -0800 (PST) Received: from [192.168.0.16] (dh207-7-169.xnet.hr. [88.207.7.169]) by smtp.gmail.com with ESMTPSA id i10sm21647640wjd.15.2016.12.05.10.14.04 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 05 Dec 2016 10:14:04 -0800 (PST) To: freebsd-virtualization@freebsd.org From: Domagoj Stolfa Subject: Automatic provisioning via bhyve Message-ID: <12ca0f5e-9fba-3acd-4da7-e43a40997e69@gmail.com> Date: Mon, 5 Dec 2016 19:14:03 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 05 Dec 2016 18:14:07 -0000 Hello, I was wondering if anyone has experimented or worked on with a way, given the ISO, automatically create any number of bhyve guests with preset installer options, an option to run them and a way to destroy all the virtual machines as well as their images/zvols. Best regards, Domagoj Stolfa.