How to use this box with Vagrant:

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

This version was created over 8 years ago.

  • Updated to CentOS 7.1, current as of May 2015
  • Fixed issue with AWS box not booting properly
  • Changed AWS to HVM instead of paravirtual (old EC2). This should provide better performance, but will require machines are setup inside a VPC.
3 providers for this version.
  • aws
    unknown Externally hosted (s3.amazonaws.com)
  • virtualbox
    unknown Externally hosted (s3.amazonaws.com)
  • vmware_desktop
    unknown Externally hosted (s3.amazonaws.com)