In Mobile Cloud Networking (MCN) we rely heavily on OpenStack, OpenShift and of course Automation. So that developers can get working fast with their own local infrastructure, we’ve spent time setting up an automated workflow, using Vagrant and puppet to setup both OpenStack and OpenShift. If you want to experiment with both OpenStack and OpenShift locally, simply clone this project:
$ git clone https://github.com/dizz/os-ops.git
Once it has been cloned you’ll need to initialise the submodules:
$ git submodule init
$ git submodule update
After that just you can begin the setup of OpenStack and OpenShift. You’ll need an installation of VirtualBox and Vagrant.
OpenStack
There’s some gotchas, so look at the known issues in the README, specific to OpenStack. Otherwise, open your web browser at: http://10.10.10.51.
OpenShift
You’ve two OpenShift options:
Once done open your web browser at: https://10.10.10.53/console/applications. There more info in the README.
In the next post we’ll look at getting OpenShift running on OpenStack, quickly and fast using two approaches, direct with puppet and using Heat orchestration.
Recent Comments