Deployment
There are many options in deploying OpenShift Origin, all of which are documented at http://openshift.github.io/. The complete step-by-step guide to deploying OpenShift Origin by hand is maintained in the official documentation at http://openshift.github.io/documentation/oo_deployment_guide_comprehensive.html. However, for the sake of not reinventing an already well-designed wheel, we will not be covering deployment this way. We will be using Ansible for deployment of our OpenShift Origin environment, and the Ansible Playbook that we will use will be developed based on the procedures found in the official documentation. As a reminder, we will be using a single-node configuration such that all the components will be running on a single system, but there will still be a logical breakout of a Broker, Node, and Broker Support Nodes. The Broker Support Node is simply a logical breakout of services that the OpenShift Broker requires. This will become more clear as we look at the Ansible...