Skip to content

biemond/packer-vagrant-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

307cdca · Feb 7, 2018

History

67 Commits
May 11, 2014
Dec 20, 2013
Feb 7, 2018
Feb 25, 2017
Jan 23, 2017
Feb 7, 2018
Apr 11, 2014
Feb 6, 2014
Feb 6, 2014
Feb 24, 2016
Feb 24, 2016
Jan 23, 2017
Feb 25, 2017
Apr 13, 2017
Mar 17, 2016
Feb 21, 2017
Feb 27, 2017
Feb 7, 2018
Aug 19, 2015
Mar 17, 2016
Jul 30, 2015
Dec 7, 2014
Feb 19, 2016
Mar 17, 2016
Mar 17, 2016
Mar 17, 2016
Feb 7, 2018
Jul 30, 2015
May 11, 2014
Jul 30, 2015
Feb 6, 2014

Repository files navigation

Packer Solaris / Linux vagrant boxes with Puppet pre-installed

  • Fedora 20 (net install iso) 64-bit
  • CentOS 6.4 (Minimal) 64-bit
  • CentOS 6.5 (Minimal) 64-bit
  • CentOS 6.6 (Minimal) 64-bit ( vbox & vmware)
  • CentOS 6.7 (Minimal) 64-bit ( vbox & vmware) with BTRFS
  • CentOS 6.8 (Minimal) 64-bit ( vbox & vmware) with BTRFS + ext4
  • CentOS 7 (1503, 1511) (Minimal) 64-bit ( vbox & vmware) with BTRFS
  • CentOS 7 (1611) (Minimal) 64-bit ( vbox & vmware) with BTRFS + ext4
  • CentOS 7 (1708) (Minimal) 64-bit ( vbox & vmware) with BTRFS + ext4
  • CentOS 5.10 (network iso) 64-bit
  • CentOS 5.8 (network iso) 64-bit
  • Ubuntu 12.04 LTS (Precise Pangolin) 64-bit
  • Solaris 10 x86 64-bit
  • Oracle Linux 6.5 64-bit
  • Oracle Linux 6.6 64-bit
  • Oracle Linux 7.0 64-bit
  • Oracle Linux 7.1 64-bit
  • Oracle Linux 7.2 64-bit with BTRFS
  • Oracle Linux 7.4 64-bit with BTRFS + GUI

software

Download Packer at http://packer.io, tested it with Packer 0.8.6

export PATH=~/packer_0.8.6_darwin_amd64:$PATH

how to build a box

  • packer build centos-5.8-x86_64.json

  • packer build centos-5.10-x86_64.json

  • packer build centos-6.4-x86_64.json

  • packer build centos-6.5-x86_64.json

  • packer build -only=virtualbox-iso centos-6.6-x86_64.json

  • packer build -only=vmware-iso centos-6.6-x86_64.json

  • packer build -only=virtualbox-iso centos-6.7-x86_64.json

  • packer build -only=vmware-iso centos-6.7-x86_64.json

  • packer build -only=virtualbox-iso centos-6.8-x86_64.json

  • packer build -only=vmware-iso centos-6.8-x86_64.json

  • packer build -only=virtualbox-iso centos-6.9-x86_64.json

  • packer build -only=vmware-iso centos-6.9-x86_64.json

  • packer build -only=virtualbox-iso centos-7-1503-x86_64.json

  • packer build -only=vmware-iso centos-7-1503-x86_64.json

  • packer build -only=virtualbox-iso centos-7-1511-x86_64.json

  • packer build -only=vmware-iso centos-7-1511-x86_64.json

  • packer build -only=virtualbox-iso centos-7-1611-x86_64.json

  • packer build -only=vmware-iso centos-7-1611-x86_64.json

  • packer build -only=virtualbox-iso centos-7-1708-x86_64.json

  • packer build -only=vmware-iso centos-7-1708-x86_64.json

  • packer build fedora-20-x86_64.json

  • packer build ubuntu-12.04-amd64.json

  • packer build -only=virtualbox-iso solaris10.json

  • packer build -only=vmware-iso solaris10.json

  • packer build solaris11.json

  • packer build -only=virtualbox-iso solaris11_2.json

  • packer build -only=vmware-iso solaris11_2.json

  • packer build oracle-linux-5.8-x86_64.json

  • packer build oracle-linux-6.5-x86_64.json

  • packer build oracle-linux-6.6-x86_64.json

  • packer build -only=virtualbox-iso oracle-linux-6.6-x86_64.json

  • packer build -only=vmware-iso oracle-linux-6.6-x86_64.json

  • packer build oracle-linux-7.0-x86_64.json

  • packer build -only=virtualbox-iso oracle-linux-7.1-x86_64.json

  • packer build -only=vmware-iso oracle-linux-7.1-x86_64.json

  • packer build -only=virtualbox-iso oracle-linux-7.2-x86_64.json

  • packer build -only=vmware-iso oracle-linux-7.2-x86_64.json

  • packer build -only=virtualbox-iso oracle-linux-7.4-x86_64.json

  • packer build -only=vmware-iso oracle-linux-7.4-x86_64.json

Oracle Linux 7 has

  • btrfs as filesystem
  • update iso_location variable this contains the location of this iso
  • Oracle 7.0 iso can be downloaded from edelivery.oracle.com

btrfs commands

  • mount | grep btrfs
  • btrfs device scan
  • btrfs filesystem scan /dev/sda
  • btrfs filesystem df /
  • btrfs filesystem show /

About

Build Solaris,CentOS or Ubuntu Vagrant box with puppet rpm's

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published