How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "openshift/origin-all-in-one"
config.vm.box_version = "1.3.0"
end
vagrant init openshift/origin-all-in-one \
--box-version 1.3.0
vagrant up
This version was created almost 8 years ago.
Final release of the 1.3 version of OpenShift Origin. Notes can be found here https://github.com/openshift/origin/releases/tag/v1.3.0 as well as the command line download