clement-roblot / vagrant-boxes

baseboxes build with packer.io for use with vagrant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vagrant-boxes

GitHub tag Build Status Gittip

baseboxes build with packer for use with vagrant. This repository includes the packer templates to build the baseboxes. The build boxes are available through

Tools

Usage

Make sure you have the above tools installed.

The following env vars must be present:

  • PACKER_ATLAS_TOKEN Atlas API Token
  • AWS_ACCESS_KEY_ID Amazon Webservices KEY-ID
  • AWS_SECRET_ACCESS_KEY Amazon Webservices ACCESS-KEY

You have to adjust the Thorfile line 50 to match your own S3 bucket.

run the following command to build/upload individual boxes:

$ bundle exec thor packer:build \
  --atlas_version=1.0.0 \                 # version tag
  --os=debian \                           # os distribution (debian/ubuntu)
  --os_version=6.0.10 \                   # os version
  --providers=virtualbox,vmware_desktop,parallels # providers to build

run the following command to build/upload ALL boxes sequentially:

$ ./build_boxes.sh

run the following command to delete temporary artifacts

$ bundle exec thor packer:clean cache

run the following command to delete all local box files

$ bundle exec thor packer:clean boxes

Boxes

Ubuntu

Ubuntu Wily Werewolf 15.10 Server x86_64

  • VMware Tools 10.0.1 build-3160059
  • VirtualBox Guest Additions 5.0.10
  • Chef 12.5.1-1
  • Ruby 1.9.3.194-8.1ubuntu2.1
  • Rubygems 2.4.8
Provider URL
Atlas ffuenf/ubuntu-15.10-server-amd64
Virtualbox ubuntu-15.10-server-amd64_virtualbox.box SHA256SUM SHA512SUM
VMWare Fusion ubuntu-15.10-server-amd64_vmware.box SHA256SUM SHA512SUM

Ubuntu Vivid Vervet 15.04 Server x86_64

  • VMware Tools 10.0.1 build-3160059
  • VirtualBox Guest Additions 5.0.10
  • Chef 12.5.1-1
  • Ruby 1.9.3.194-8.1ubuntu2.1
  • Rubygems 2.4.8
Provider URL
Atlas ffuenf/ubuntu-15.04-server-amd64
Virtualbox ubuntu-15.04-server-amd64_virtualbox.box SHA256SUM SHA512SUM
VMWare Fusion ubuntu-15.04-server-amd64_vmware.box SHA256SUM SHA512SUM

Ubuntu Trusty Tahr 14.04.3 Server x86_64

  • VMware Tools 10.0.1 build-3160059
  • VirtualBox Guest Additions 5.0.10
  • Chef 12.5.1-1
  • Ruby 1.9.3.484-2
  • Rubygems 2.4.8
Provider URL
Atlas ffuenf/ubuntu-14.04.3-server-amd64
Virtualbox ubuntu-14.04.3-server-amd64_virtualbox.box SHA256SUM SHA512SUM
VMWare Fusion ubuntu-14.04.3-server-amd64_vmware.box SHA256SUM SHA512SUM

Debian

Debian Jessie 8.x

Debian Jessie 8.2.0 x86_64
  • VMware Tools 10.0.1 build-3160059
  • VirtualBox Guest Additions 5.0.10
  • Chef 12.5.1-1
  • Ruby 1.9.3.194-8.1+deb7u2
  • Rubygems 2.4.8
Provider URL
Atlas ffuenf/debian-8.2.0-amd64
Virtualbox debian-8.2.0-amd64_virtualbox.box SHA256SUM SHA512SUM
VMWare Fusion debian-8.2.0-amd64_vmware.box SHA256SUM SHA512SUM

Debian Wheezy 7.x

Debian Wheezy 7.9.0 x86_64
  • VMware Tools 10.0.1 build-3160059
  • VirtualBox Guest Additions 5.0.10
  • Chef 12.5.1-1
  • Ruby 1.9.3.194-8.1+deb7u2
  • Rubygems 2.4.8
Provider URL
Atlas ffuenf/debian-7.9.0-amd64
Virtualbox debian-7.9.0-amd64_virtualbox.box SHA256SUM SHA512SUM
VMWare Fusion debian-7.9.0-amd64_vmware.box SHA256SUM SHA512SUM

Debian Squeeze 6.x

Debian Squeeze 6.0.10 x86_64
  • VMware Tools 10.0.1 build-3160059
  • VirtualBox Guest Additions 5.0.10
  • Chef 12.5.1-1
  • Ruby 1.9.2.0-2+deb6u2
  • Rubygems 2.4.8
Provider URL
Atlas ffuenf/debian-6.0.10-amd64
Virtualbox debian-6.0.10-amd64_virtualbox.box SHA256SUM SHA512SUM
VMWare Fusion debian-6.0.10-amd64_vmware.box SHA256SUM SHA512SUM

Testing

The following Thor tasks are provided for automated testing of the cookbook:

$ bundle exec thor list
thor packer:build     # Execute the packer builder
thor packer:clean     # Remove temporary artifacts
thor packer:validate  # Validate all the packer templates

License and Author

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

baseboxes build with packer.io for use with vagrant


Languages

Language:Shell 96.3%Language:Ruby 3.7%