diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2015-05-07 17:08:08 -0400 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2015-05-07 17:08:08 -0400 |
commit | 3ffacebef277a0a0aea639b0d1f682f3209180f4 (patch) | |
tree | 27e9498d6079f10d1e9834ed46232cdcf076337e | |
parent | 29b79d7199fb7a9bc1f363cdb7b37f8d61e18ee8 (diff) | |
download | openshift-3ffacebef277a0a0aea639b0d1f682f3209180f4.tar.gz openshift-3ffacebef277a0a0aea639b0d1f682f3209180f4.tar.bz2 openshift-3ffacebef277a0a0aea639b0d1f682f3209180f4.tar.xz openshift-3ffacebef277a0a0aea639b0d1f682f3209180f4.zip |
Add link to trello feature roadmap in README
-rw-r--r-- | README.md | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,10 +1,8 @@ -openshift-ansible -======================== +#openshift-ansible This repo contains OpenShift Ansible code. -Setup ------ +##Setup - Install base dependencies: - Fedora: ``` @@ -37,3 +35,8 @@ Setup - [lib/](lib) - library components of cloud.rb - [playbooks/](playbooks) - houses host-type Ansible playbooks (launch, config, destroy, vars) - [roles/](roles) - shareable Ansible tasks + +##Contributing + +###Feature Roadmap +Our Feature Roadmap is available in our public [Trello board](https://trello.com/b/Qb18IWHF/openshift-ansible) |