summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorThomas Wiest <twiest@redhat.com>2015-05-27 15:05:13 -0400
committerThomas Wiest <twiest@redhat.com>2015-05-27 16:20:00 -0400
commit8fc2fe0b7ecf71b675158eabcc00a3a14218abe2 (patch)
tree3a96ee3547c7a5a66c8ca4b7afb71263ba8a28aa /README.md
parent551562cd54f06db6e96e6f8d8986bc08a27c7d8a (diff)
downloadopenshift-8fc2fe0b7ecf71b675158eabcc00a3a14218abe2.tar.gz
openshift-8fc2fe0b7ecf71b675158eabcc00a3a14218abe2.tar.bz2
openshift-8fc2fe0b7ecf71b675158eabcc00a3a14218abe2.tar.xz
openshift-8fc2fe0b7ecf71b675158eabcc00a3a14218abe2.zip
Removed cloud.rb and it's associated libraries as it's no longer used. Also removed etcd role.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
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