diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-01-17 11:20:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-17 11:20:46 -0500 |
commit | e810fb6abab0c6fe9198bfc3f39c82ca8054f76e (patch) | |
tree | 1aea342438ad4d1e6eb24a5263472c8c1a00b5d4 /bin | |
parent | def9d435ef60b1f11c29db2fc98fe266bbd4041d (diff) | |
parent | a0732616fca9fb42db7479ce0b3a339292f42a97 (diff) | |
download | openshift-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 'bin')
-rw-r--r-- | bin/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/README.md b/bin/README.md new file mode 100644 index 000000000..fec17cb9b --- /dev/null +++ b/bin/README.md @@ -0,0 +1,6 @@ +# The `bin/cluster` tool + +This tool was meant to be the entry point for managing OpenShift clusters, +running against different "providers" (`aws`, `gce`, `libvirt`, `openstack`), +though its use is now deprecated in favor of the [`byo`](../playbooks/byo) +playbooks. |