summaryrefslogtreecommitdiffstats
path: root/playbooks/byo
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-01-17 11:20:46 -0500
committerGitHub <noreply@github.com>2017-01-17 11:20:46 -0500
commite810fb6abab0c6fe9198bfc3f39c82ca8054f76e (patch)
tree1aea342438ad4d1e6eb24a5263472c8c1a00b5d4 /playbooks/byo
parentdef9d435ef60b1f11c29db2fc98fe266bbd4041d (diff)
parenta0732616fca9fb42db7479ce0b3a339292f42a97 (diff)
downloadopenshift-e810fb6abab0c6fe9198bfc3f39c82ca8054f76e.tar.gz
openshift-e810fb6abab0c6fe9198bfc3f39c82ca8054f76e.tar.bz2
openshift-e810fb6abab0c6fe9198bfc3f39c82ca8054f76e.tar.xz
openshift-e810fb6abab0c6fe9198bfc3f39c82ca8054f76e.zip
Merge pull request #3083 from rhcarvalho/doc-playbooks
Document playbook directories
Diffstat (limited to 'playbooks/byo')
-rw-r--r--playbooks/byo/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/playbooks/byo/README.md b/playbooks/byo/README.md
new file mode 100644
index 000000000..460fd7cf6
--- /dev/null
+++ b/playbooks/byo/README.md
@@ -0,0 +1,11 @@
+# Bring Your Own hosts playbooks
+
+This directory has the most actively used, maintained and supported set of
+playbooks for installing, upgrading and performing others tasks on OpenShift
+clusters.
+
+Usage is documented in the official OpenShift documentation pages, under the
+Advanced Installation topic:
+
+- [OpenShift Origin: Advanced Installation](https://docs.openshift.org/latest/install_config/install/advanced_install.html)
+- [OpenShift Container Platform: Advanced Installation](https://docs.openshift.com/container-platform/latest/install_config/install/advanced_install.html)