From 3ffacebef277a0a0aea639b0d1f682f3209180f4 Mon Sep 17 00:00:00 2001 From: Jason DeTiberus Date: Thu, 7 May 2015 17:08:08 -0400 Subject: Add link to trello feature roadmap in README --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 20f571ccc..31c42bff6 100644 --- a/README.md +++ b/README.md @@ -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) -- cgit v1.2.3 From 8fc2fe0b7ecf71b675158eabcc00a3a14218abe2 Mon Sep 17 00:00:00 2001 From: Thomas Wiest Date: Wed, 27 May 2015 15:05:13 -0400 Subject: Removed cloud.rb and it's associated libraries as it's no longer used. Also removed etcd role. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 20f571ccc..08ee3513a 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,9 @@ Setup - [How to build the openshift-ansible rpms](BUILD.md) - Directory Structure: - - [cloud.rb](cloud.rb) - light wrapper around Ansible - [bin/cluster](bin/cluster) - python script to easily create OpenShift 3 clusters + - [docs](docs) - Documentation for the project - [filter_plugins/](filter_plugins) - custom filters used to manipulate data in Ansible - [inventory/](inventory) - houses Ansible dynamic inventory scripts - - [lib/](lib) - library components of cloud.rb - [playbooks/](playbooks) - houses host-type Ansible playbooks (launch, config, destroy, vars) - [roles/](roles) - shareable Ansible tasks -- cgit v1.2.3 From 1ef79786a05c69dc57318ecd819df1cf847859ea Mon Sep 17 00:00:00 2001 From: Jason DeTiberus Date: Wed, 10 Jun 2015 22:45:47 -0400 Subject: Update readme for consolidated trello boards --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2ea147e46..2bdaefd4c 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,4 @@ This repo contains OpenShift Ansible code. ##Contributing ###Feature Roadmap -Our Feature Roadmap is available in our public [Trello board](https://trello.com/b/Qb18IWHF/openshift-ansible) +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]. -- cgit v1.2.3