diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-01-30 15:57:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-30 15:57:33 -0800 |
commit | e7d32e9c20973468f51b8ae4fccbb4d6f107c15f (patch) | |
tree | 9410c1db0ddb4ea3ab0929dbf2d637f5084e3552 /README.md | |
parent | c7d95858489f9b058a6d3816421c0a36ea455276 (diff) | |
parent | 70262d00b69fd100604fb8b25ffa2a39a23b87b8 (diff) | |
download | openshift-e7d32e9c20973468f51b8ae4fccbb4d6f107c15f.tar.gz openshift-e7d32e9c20973468f51b8ae4fccbb4d6f107c15f.tar.bz2 openshift-e7d32e9c20973468f51b8ae4fccbb4d6f107c15f.tar.xz openshift-e7d32e9c20973468f51b8ae4fccbb4d6f107c15f.zip |
Merge pull request #6129 from sdodson/contrib
Automatic merge from submit-queue.
Add a bare minimum localhost hosts file and docs
Hopefully this makes things easier for folks new to ansible
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -74,7 +74,17 @@ Fedora: dnf install -y ansible pyOpenSSL python-cryptography python-lxml ``` -## OpenShift Installation Documentation: +## Simple all-in-one localhost Installation +This assumes that you've installed the base dependencies and you're running on +Fedora or RHEL +``` +git clone https://github.com/openshift/openshift-ansible +cd openshift-ansible +sudo ansible-playbook -i inventory/hosts.localhost playbooks/prerequisites.yml +sudo ansible-playbook -i inventory/hosts.localhost playbooks/deploy_cluster.yml +``` + +## Complete Production Installation Documentation: - [OpenShift Enterprise](https://docs.openshift.com/enterprise/latest/install_config/install/advanced_install.html) - [OpenShift Origin](https://docs.openshift.org/latest/install_config/install/advanced_install.html) |