From a7533ea1e899a9a328f37f7b469e686f1495f7f7 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Mon, 29 Oct 2018 16:13:28 +0100 Subject: [PATCH 1/2] Update to OCP 3.11 --- prepare.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prepare.yml b/prepare.yml index b65cb29..18a9209 100644 --- a/prepare.yml +++ b/prepare.yml @@ -361,8 +361,8 @@ enabled: yes tags: docker - - name: Install atomic-openshift-utils + - name: Install openshift-ansible yum: - name: atomic-openshift-utils + name: openshift-ansible state: installed tags: rpm,openshift From 4c941dd99b25ee2b1158cee350cb49a9517440b5 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Tue, 30 Oct 2018 16:42:09 +0100 Subject: [PATCH 2/2] Update for OCP 3.11 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cddebba..7a2d3d7 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ This playbook goes through the following steps: - Install Docker - Configure Docker for OverlayFS - Make sure the filesystem holding `/var/lib/docker` is formatted as XFS -- Install the `atomic-openshift-utils` package +- Install the `openshift-ansible` package Note: several steps require a reboot to apply the new configuration or detect any misconfiguration, be prepared!