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.rc1"
end
vagrant init openshift/origin-all-in-one \
--box-version 1.3.0.rc1
vagrant up
This version was created almost 8 years ago.
First release candidate for 1.3 release of origin. You can find the client tools and release notes here: