From 981f88ee9ddbcb59d2d6ba811b5662b7dd984e0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Wed, 6 Dec 2017 13:24:41 -0500 Subject: [PATCH] README: update the list of the pending patches - Two extra patches have actually been merged. - One pending review was missing. Change-Id: Ib9394f13c58360e4d8bc8acee457ece92bffc566 --- README.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 2be86bb..f9bc36c 100644 --- a/README.rst +++ b/README.rst @@ -19,15 +19,18 @@ The following patches were submitted and merged upstream in order to make this w - Allow a hostname to resolve to 127.0.0.1 during validation: https://github.com/openshift/openshift-ansible/commit/9260dcd084f19ec5a641c2673525163d5ab76816 +- Support enabling the centos-openshift-origin-testing repository: + https://github.com/openshift/openshift-ansible/commit/ac8f77887acae94a789f4b8fdc1f3f18a4446024 + +- Refactor openshift_hosted's docker-registry route setup: + https://github.com/openshift/openshift-ansible/commit/00afac6ef3235ab66e0a0c02cc863cb577e127f2 + Work is still in progress to merge the some patches. While these are pending, they are rebased and cherry-picked together a forked branch at https://github.com/dmsimard/openshift-ansible/tree/rdo -- Support enabling the centos-openshift-origin-testing repository: - https://github.com/openshift/openshift-ansible/pull/4307 - - Refactor registry-console setup and add support for SSL: https://github.com/openshift/openshift-ansible/pull/4256 -- Refactor openshift_hosted's docker-registry route setup: - https://github.com/openshift/openshift-ansible/pull/4254 +- Add support for hostpath persistent volume definitions + https://github.com/openshift/openshift-ansible/pull/6022