diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2016-11-04 16:29:02 +0100 |
---|---|---|
committer | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2016-11-08 16:49:29 +0100 |
commit | 9c7e5894456aba245578fd9e5349ec0c08187c80 (patch) | |
tree | 312ba0111c45dea424dfa3500f76da30583934a3 /README.md | |
parent | c942e4399d22347ad0fcc8e02e576ca056f1a118 (diff) | |
download | openshift-9c7e5894456aba245578fd9e5349ec0c08187c80.tar.gz openshift-9c7e5894456aba245578fd9e5349ec0c08187c80.tar.bz2 openshift-9c7e5894456aba245578fd9e5349ec0c08187c80.tar.xz openshift-9c7e5894456aba245578fd9e5349ec0c08187c80.zip |
Create contribution guide
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 1 insertions, 15 deletions
@@ -27,15 +27,6 @@ Releases are tagged periodically from active branches and are versioned 3.x corresponding to Origin releases 1.x. We unfortunately started with 3.0 and it's not practical to start over at 1.0. -## Directory structure - -- [bin/cluster](https://github.com/openshift/openshift-ansible/tree/master/bin/cluster) - Python script to easily create clusters -- [docs/](https://github.com/openshift/openshift-ansible/tree/master/docs) - documentation for the project -- [filter_plugins/](https://github.com/openshift/openshift-ansible/tree/master/filter_plugins) - custom filters used to manipulate data in Ansible -- [inventory/](https://github.com/openshift/openshift-ansible/tree/master/inventory) - Ansible dynamic inventory scripts -- [playbooks/](https://github.com/openshift/openshift-ansible/tree/master/playbooks) - host-type Ansible playbooks (launch, config, destroy, vars) -- [roles/](https://github.com/openshift/openshift-ansible/tree/master/roles) - shareable Ansible tasks - ## Setup 1. Install base dependencies: @@ -60,11 +51,6 @@ not practical to start over at 1.0. - [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) -- Build - - [How to build the openshift-ansible rpms](BUILD.md) - ## Contributing -- [Best Practices Guide](https://github.com/openshift/openshift-ansible/blob/master/docs/best_practices_guide.adoc) -- [Core Concepts](https://github.com/openshift/openshift-ansible/blob/master/docs/core_concepts_guide.adoc) -- [Style Guide](https://github.com/openshift/openshift-ansible/blob/master/docs/style_guide.adoc) +See the [contribution guide](CONTRIBUTING.md). |