Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jan 2015 14:20:19 +0000 (UTC)
From:      Brad Davis <brd@FreeBSD.org>
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
Message-ID:  <201501061420.t06EKJYb036393@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 @@
     </help>
   </project>
 
+<project cat='misc'>
+  <title>Creating Vagrant images with Packer</title>
+
+  <contact>
+    <person>
+      <name>
+	<given>Brad</given>
+	<common>Davis</common>
+      </name>
+      <email>brd@FreeBSD.org</email>
+    </person>
+  </contact>
+
+  <links>
+    <url href="http://blogs.freebsdish.org/brd/2014/12/22/freebsd-packer-vagrant/">Blog Announcement</url>
+    <url href="https://github.com/so14k/packer-freebsd">Git Repo</url>
+  </links>
+
+  <body>
+    <p>We have developed a recipe to use Packer to create FreeBSD Vagrant
+      images.</p>
+
+    <p><a href="https://www.packer.io/">Packer</a>; is a tool for creating
+      identical machine images for multiple platforms from a single
+      source configuration.</p>
+
+    <p><a href="https://www.vagrantup.com/">Vagrant</a>; is a tool to
+      create and configure lightweight, reproducible, and portable
+      development environments.</p>
+
+    <p>To get started clone the Git repo and follow the directions in
+      the README.  More information is available from the Packer and
+      Vagrant websites.</p>
+  </body>
+</project>
+
 </report>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501061420.t06EKJYb036393>