diff options
author | Adam Miller <admiller@redhat.com> | 2015-12-09 11:22:09 -0600 |
---|---|---|
committer | Adam Miller <admiller@redhat.com> | 2015-12-09 11:22:09 -0600 |
commit | d189b4fe1b277b3954e90d8cd31a78655ebc646d (patch) | |
tree | fcefd1d9030ca5102c71fe2bf68ced89756e2bf1 | |
parent | 530aaf841d38c036a2d08df075f85d63b8a52840 (diff) | |
download | openshift-d189b4fe1b277b3954e90d8cd31a78655ebc646d.tar.gz openshift-d189b4fe1b277b3954e90d8cd31a78655ebc646d.tar.bz2 openshift-d189b4fe1b277b3954e90d8cd31a78655ebc646d.tar.xz openshift-d189b4fe1b277b3954e90d8cd31a78655ebc646d.zip |
Add note that Fedora 23+ is acceptable deployment target for origin
-rw-r--r-- | README_origin.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README_origin.md b/README_origin.md index 343ecda3d..12e79791e 100644 --- a/README_origin.md +++ b/README_origin.md @@ -15,7 +15,7 @@ * There is currently a known issue with ansible-1.9.0, you can downgrade to 1.8.4 on Fedora by installing one of the builds from Koji: http://koji.fedoraproject.org/koji/packageinfo?packageID=13842 * Available in Fedora channels * Available for EL with EPEL and Optional channel -* One or more RHEL 7.1 or CentOS 7.1 VMs +* One or more RHEL 7.1+, CentOS 7.1+, or Fedora 23+ VMs * Either ssh key based auth for the root user or ssh key based auth for a user with sudo access (no password) * A checkout of openshift-ansible from https://github.com/openshift/openshift-ansible/ |