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.1"
end
vagrant init openshift/origin-all-in-one \
--box-version 1.3.0.alpha.1
vagrant up
This version was created about 8 years ago.
New work that was held up waiting for the the 1.2.0 final release. A lot of changes. Here are the release notes and don't forget to get your command line binary updated as well
https://github.com/openshift/origin/releases/tag/v1.3.0-alpha.1