summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2016-04-06 15:13:11 -0300
committerDevan Goodwin <dgoodwin@redhat.com>2016-04-06 15:13:11 -0300
commita92a843ad2aaa45b307126d9330597123ee76053 (patch)
tree4a0efbe756413813d6c3542947c4896ca1a92813 /docs
parent188faeaf02e4081494571f21a2e224510b944e4d (diff)
downloadopenshift-a92a843ad2aaa45b307126d9330597123ee76053.tar.gz
openshift-a92a843ad2aaa45b307126d9330597123ee76053.tar.bz2
openshift-a92a843ad2aaa45b307126d9330597123ee76053.tar.xz
openshift-a92a843ad2aaa45b307126d9330597123ee76053.zip
Replace unused Dockerfile with one used for official builds.
A container that can be used to run the atomic-openshift-installer, or by bypassing the entrypoint can be used to run ansible playbooks directly. Expects the user to mount a directory to /var/lib/openshift, where we'll write out the installer.cfg, ansible.log, and hosts inventory. WARNING: Don't run this on a host you're installing to, installation restarts Docker which will kill your installer. Example of running the quick installer: docker run -ti -v ~/openshift/:/var/lib/openshift-installer/:Z -v ~/.ssh:/root/.ssh:Z openshift3/installer install Example of running ansible directly: docker run --entrypoint=/usr/bin/ansible-playbook -ti -v ~/openshift/:/var/lib/openshift-installer/:Z -v ~/.ssh:/root/.ssh:Z openshift3/installer -i /openshift-installer/install/.ansible/hosts /usr/share/ansible/openshift-ansible/playbooks/adhoc/uninstall.yml
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions