diff options
author | Stéphane Klein <contact@stephane-klein.info> | 2016-11-07 11:55:37 +0100 |
---|---|---|
committer | Stéphane Klein <contact@stephane-klein.info> | 2016-11-07 11:55:37 +0100 |
commit | 6f4014386297ae4edc6ee14fbaf244278f5fe6aa (patch) | |
tree | ce7244f19bb7a2d17a7f8fa37956dc7fad067a21 | |
parent | 4698b0c696b9d9cf2b8dbff5eaa4fcaa545093cd (diff) | |
download | openshift-6f4014386297ae4edc6ee14fbaf244278f5fe6aa.tar.gz openshift-6f4014386297ae4edc6ee14fbaf244278f5fe6aa.tar.bz2 openshift-6f4014386297ae4edc6ee14fbaf244278f5fe6aa.tar.xz openshift-6f4014386297ae4edc6ee14fbaf244278f5fe6aa.zip |
Append /inventory/README.md to explain what is BYO inventory folder #2742
-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/) |