From owner-svn-doc-all@FreeBSD.ORG Tue Jan 6 14:20:20 2015 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15020103; Tue, 6 Jan 2015 14:20:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00B4466500; Tue, 6 Jan 2015 14:20:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t06EKJO2036394; Tue, 6 Jan 2015 14:20:19 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t06EKJYb036393; Tue, 6 Jan 2015 14:20:19 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201501061420.t06EKJYb036393@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Tue, 6 Jan 2015 14:20:19 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46145 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2015 14:20:20 -0000 Author: brd Date: Tue Jan 6 14:20:18 2015 New Revision: 46145 URL: https://svnweb.freebsd.org/changeset/doc/46145 Log: Add a status report about the work I did to create FreeBSD Vagrant machines Reviewed by: bjk Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml Tue Jan 6 08:55:23 2015 (r46144) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml Tue Jan 6 14:20:18 2015 (r46145) @@ -232,4 +232,40 @@ + + Creating Vagrant images with Packer + + + + + Brad + Davis + + brd@FreeBSD.org + + + + + Blog Announcement + Git Repo + + + +

We have developed a recipe to use Packer to create FreeBSD Vagrant + images.

+ +

Packer is a tool for creating + identical machine images for multiple platforms from a single + source configuration.

+ +

Vagrant is a tool to + create and configure lightweight, reproducible, and portable + development environments.

+ +

To get started clone the Git repo and follow the directions in + the README. More information is available from the Packer and + Vagrant websites.

+ +
+