How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "perconajayj/centos-x86_64"
  config.vm.box_version = "7.0.20141030"
end
vagrant init perconajayj/centos-x86_64 \
  --box-version 7.0.20141030
vagrant up

This version was created over 8 years ago.

  • All package updates as of 2014-October-30 for CentOS 7
  • Support for AWS EC2 boxes
    • Note that 'vagrant' user on EC2 does not support AWS keys (but 'vagrant' pw works!)

Note: Vmware Fusion not available in this release because the guest tools don't compile on CentOS 7. I suspect the 20140811 vmware version will not support shared filesystems.

2 providers for this version.
  • aws Externally hosted (s3.amazonaws.com)

  • virtualbox Externally hosted (s3.amazonaws.com)