How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "nrel/CentOS-6.5-x86_64"
  config.vm.box_version = "1.2.0"
end
vagrant init nrel/CentOS-6.5-x86_64 \
  --box-version 1.2.0
vagrant up

This version was created over 10 years ago.

  • Switch build process to use Packer for increased automation.
  • Improve Vagrant sudo setup so changes to /etc/sudoers don't accidentally enable requiretty, breaking Vagrant sudo usage.
  • Increase available swap to 4GB
  • Software Versions
    • CentOS 6.5
    • VirtualBox Guest Additions 4.3.10
    • Chef 11.12.4
    • Puppet 3.5.1
1 provider for this version.
  • virtualbox
    unknown Externally hosted (developer.nrel.gov)