| What Refactor the infrastructure creation steps from the current create cluster pipeline into it's own job [1]. Why Currently the infra creation and the installation of RHMAP/OpenShift are in the same pipeline, but ideally we would like to just be able to create infrastructure without automatically going on to install anything else. Will allow us to create infra, but do wahtever we want afterwards, such as running the OpenShift origin ansible scripts directly against it. [1] https://github.com/fheng/jenkins-bob-builder/tree/master/jobs/wendy/cluster/cluster-create |