Setup your cloud using Openshift Origin with Vagrant.
It has been tested using :
- Virtualbox 4.2.2
- Vagrant 1.7
-
Download box and tools
$ make init
-
Create virtual machine:
$ vagrant up
-
Check Openshift Origin tools :
$ ./oc version oc v1.0.8 kubernetes v1.1.0-origin-1107-g4c8e6f4
-
Authenticate using (admin/password):
$ oc login Server [https://localhost:8443]: Authentication required for https://localhost:8443 (openshift) Username: admin Password: Login successful. You have access to the following projects and can switch between them with 'oc project <projectname>': * default (current) * turbo Using project "default".
-
Open you browser and go to the following URL:
https://localhost:8443
See LICENSE for the complete license.
A changelog is available here.
Nicolas Lamirault nicolas.lamirault@gmail.com