svn commit: r46145 - head/en_US.ISO8859-1/htdocs/news/status
Brad Davis
brd at FreeBSD.org
Tue Jan 6 14:20:20 UTC 2015
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 at 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>
More information about the svn-doc-all
mailing list