summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJason DeTiberus <detiber@gmail.com>2016-04-29 12:44:49 -0400
committerJason DeTiberus <detiber@gmail.com>2016-04-29 12:44:49 -0400
commit4069c3d8a48b9ca6467917b2134b9ad6ea777bcd (patch)
treeaaef364d93c2643887d9f8ff32e4651fd3f17e4f /README.md
parentd4cf5fdb09708aaa52fdf52e4df2a7c1bea34846 (diff)
downloadopenshift-4069c3d8a48b9ca6467917b2134b9ad6ea777bcd.tar.gz
openshift-4069c3d8a48b9ca6467917b2134b9ad6ea777bcd.tar.bz2
openshift-4069c3d8a48b9ca6467917b2134b9ad6ea777bcd.tar.xz
openshift-4069c3d8a48b9ca6467917b2134b9ad6ea777bcd.zip
README Updates
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 5 insertions, 8 deletions
diff --git a/README.md b/README.md
index cf78d04f2..f948319c2 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,19 @@
-#OpenShift and Atomic Enterprise Ansible
+[![Join the chat at https://gitter.im/openshift/openshift-ansible](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/openshift/openshift-ansible)
-This repo contains Ansible code for OpenShift and Atomic Enterprise.
+#OpenShift Ansible
+
+This repo contains Ansible code for OpenShift
##Setup
- Install base dependencies:
- Fedora:
```
- dnf install -y ansible-1.9.4 rubygem-thor rubygem-parseconfig util-linux pyOpenSSL libffi-devel python-cryptography
+ dnf install -y ansible-1.9.4 pyOpenSSL python-cryptography
```
- OSX:
```
# Install ansible 1.9.4 and python 2
brew install ansible python
- # Required ruby gems
- gem install thor parseconfig
```
- Setup for a specific cloud:
- [AWS](README_AWS.md)
@@ -40,6 +40,3 @@ This repo contains Ansible code for OpenShift and Atomic Enterprise.
- [Best Practices Guide](docs/best_practices_guide.adoc)
- [Core Concepts](docs/core_concepts_guide.adoc)
- [Style Guide](docs/style_guide.adoc)
-
-###Feature Roadmap
-Our Feature Roadmap is available on the OpenShift Origin Infrastructure [Trello board](https://trello.com/b/nbkIrqKa/openshift-origin-infrastructure). All ansible items will be tagged with [installv3].