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-alpha.3"
end
vagrant init openshift/origin-all-in-one \
--box-version 1.3.0-alpha.3
vagrant up
This version was created almost 8 years ago.
Latest release. https://github.com/openshift/origin/releases/tag/v1.3.0-alpha.3
Remember to get new command like tools from the link above