diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-01-12 16:34:56 +0100 |
---|---|---|
committer | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-01-13 10:55:21 +0100 |
commit | a0732616fca9fb42db7479ce0b3a339292f42a97 (patch) | |
tree | 9007795b9268202fc79c894467c7092c675ad020 /playbooks/byo/README.md | |
parent | fbcbeba1f29543332f295cd1fdc32bd584b3f5a3 (diff) | |
download | openshift-a0732616fca9fb42db7479ce0b3a339292f42a97.tar.gz openshift-a0732616fca9fb42db7479ce0b3a339292f42a97.tar.bz2 openshift-a0732616fca9fb42db7479ce0b3a339292f42a97.tar.xz openshift-a0732616fca9fb42db7479ce0b3a339292f42a97.zip |
Document playbook directories
Diffstat (limited to 'playbooks/byo/README.md')
-rw-r--r-- | playbooks/byo/README.md | 11 |
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) |