How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "stackinabox/openstack"
  config.vm.box_version = "0.1.5.6"
end
vagrant init stackinabox/openstack \
  --box-version 0.1.5.6
vagrant up

This version was created about 8 years ago.

Lots of fixes:

  • hostname and domain now setup correctly
  • switched out mysql database for postgre in openstack (faster performance less memory overhead)
  • add swapfile to box, allows for continued operation (albiet at a cost to performance) at much lower memory levels, can support min memory of 4096
  • add Docker Heat plugin to the heat engine on openstack
  • added Docker Engine to box
  • added local passthrough mirror docker registry to box
  • added web front-end for mirror registry (available at http://192.168.27.100:4080/home)
  • added ibm jre 1.7 in /opt/java and set up system wide JAVA_HOME variable
  • added shellinabox back to box, makes shell accessible via web browser for people on windows who dont have a real shell (available at http://192.168.27.100:4200)
1 provider for this version.
  • virtualbox
    unknown Externally hosted (github.com)