Posts

Showing posts from June, 2014

Openshift Origin Vagrant Notes

Here is some notes that I took while I was trying to follow " OpenShift Origin Vagrant Deployment Guide ". vagrant module install vagrant-openshift doesn't work in my setup (Vagrant 1.6.1 windows), so I tried vagrant plugin install vagrant-openshift vagrant origin-local-checkout doesn't work as well. So I help myself to check using vagrant origin-local-checkout -h . It seems that the guide must be updated : Usage: vagrant origin-local-checkout [options]     -b, --branch [branch_name]       Check out the specified branch. Default is 'master'.     -u, --user [username]            Your GitHub username. If provided, Vagrant will attempt to clone your forks of the Origin repos. If not provided, or if the  forks cannot be found, Vagrant will clone read-only copies of the OpenShift rep os.     -r, --replace                    Delete existing cloned dirs first. Default is to skip repos that are already cloned.     -h, --help                       Show this