diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-11-07 11:08:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-07 11:08:33 -0500 |
commit | 5a7274dc0bb7bb761a50e7eb59f0515d4a6c8856 (patch) | |
tree | b0605b99e57f5fab8574f9423683b36494de3ce4 | |
parent | b97196e3319c5ec00fdd9998aba51b4877d3ada9 (diff) | |
parent | 6f4014386297ae4edc6ee14fbaf244278f5fe6aa (diff) | |
download | openshift-5a7274dc0bb7bb761a50e7eb59f0515d4a6c8856.tar.gz openshift-5a7274dc0bb7bb761a50e7eb59f0515d4a6c8856.tar.bz2 openshift-5a7274dc0bb7bb761a50e7eb59f0515d4a6c8856.tar.xz openshift-5a7274dc0bb7bb761a50e7eb59f0515d4a6c8856.zip |
Merge pull request #2743 from harobed/issue_2742
Append /inventory/README.md to explain what is BYO inventory folder
-rw-r--r-- | inventory/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/inventory/README.md b/inventory/README.md new file mode 100644 index 000000000..b8edfcbb0 --- /dev/null +++ b/inventory/README.md @@ -0,0 +1,9 @@ +# OpenShift Ansible inventory config files + +You can install OpenShift on: + +* [Amazon Web Services](aws/hosts/) +* [BYO](byo/) (Bring your own), use this inventory config file to install OpenShift on your bare metal servers +* [GCE](gce/) (Google Compute Engine) +* [libvirt](libviert/hosts/) +* [OpenStack](openstack/hosts/) |