Skip to content

Instantly share code, notes, and snippets.

@szinck1
Created September 11, 2017 14:09
Show Gist options
  • Save szinck1/3189f2cbccd5e89cddac6c6a39964ec9 to your computer and use it in GitHub Desktop.
Save szinck1/3189f2cbccd5e89cddac6c6a39964ec9 to your computer and use it in GitHub Desktop.
OpenShift install on Atomic

OpenShift setup

Document Notes

Containerized Install

RedHat's official notes on [Containerized Install](https://access.redhat.com/documentation/en-us/openshift_container_platform/3.6/html-single/release_notes/#ocp-36-installation 2.3.7.6)

Ansible Inventory

Take a look at how to make an Inventory File

Atomic Setup

Download the latest Ansible installer image

atomic pull --storage ostree docker:registry.access.redhat.com/openshift3/ose-ansible:v3.6

Install the container with a inventory file

atomic install --system \
    --storage=ostree \
    --name=openshift-installer \
    --set INVENTORY_FILE=/root/inventory \
    docker:registry.access.redhat.com/openshift3/ose-ansible:v3.6
    systemctl start openshift-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment