diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2016-11-04 15:28:34 +0100 |
---|---|---|
committer | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2016-11-08 15:31:05 +0100 |
commit | 3e9ee76d14d4baa9bc2649b617389c741445d381 (patch) | |
tree | 7db4581cb6b394faf5bea4f693745d3e9a45c8e0 /README.md | |
parent | d81bf2d9f80d5ab208c2627be6aebdb700814602 (diff) | |
download | openshift-3e9ee76d14d4baa9bc2649b617389c741445d381.tar.gz openshift-3e9ee76d14d4baa9bc2649b617389c741445d381.tar.bz2 openshift-3e9ee76d14d4baa9bc2649b617389c741445d381.tar.xz openshift-3e9ee76d14d4baa9bc2649b617389c741445d381.zip |
README: cleanup setup steps
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 25 |
1 files changed, 14 insertions, 11 deletions
@@ -29,25 +29,28 @@ not practical to start over at 1.0. ## Setup -- Install base dependencies: - - Requirements: - - Ansible >= 2.1.0 though 2.2 is preferred for performance reasons. +1. Install base dependencies: + + *** + Requirements: + - Ansible >= 2.1.0 (>= 2.2 is preferred for performance reasons) - Jinja >= 2.7 + *** - - Fedora: + Fedora: ``` - dnf install -y ansible-2.1.0.0 pyOpenSSL python-cryptography + dnf install -y ansible pyOpenSSL python-cryptography ``` -- Setup for a specific cloud: +2. Setup for a specific cloud: + - [AWS](http://github.com/openshift/openshift-ansible/blob/master/README_AWS.md) - [GCE](http://github.com/openshift/openshift-ansible/blob/master/README_GCE.md) - [local VMs](http://github.com/openshift/openshift-ansible/blob/master/README_libvirt.md) - -- Bring your own host deployments: - - [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) - - [Atomic Enterprise](http://github.com/openshift/openshift-ansible/blob/master/README_AEP.md) + - Bring your own host deployments: + - [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) + - [Atomic Enterprise](http://github.com/openshift/openshift-ansible/blob/master/README_AEP.md) - Build - [How to build the openshift-ansible rpms](BUILD.md) |