From c05b1f0684bf35e716e1cb462260750b65bc4af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Mon, 29 Oct 2018 14:04:12 +0100 Subject: [PATCH] update to OCP 3.11 --- prepare.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/prepare.yml b/prepare.yml index 0150877..b65cb29 100644 --- a/prepare.yml +++ b/prepare.yml @@ -1,13 +1,13 @@ --- -# See https://docs.openshift.com/container-platform/3.9/install_config/install/host_preparation.html +# See https://docs.openshift.com/container-platform/3.11/install/host_preparation.html -- name: Prepare hosts for an OpenShift 3.9 installation +- name: Prepare hosts for an OpenShift 3.11 installation hosts: OSEv3 become: yes vars: - ocp_version: 3.9 - docker_version: 1.13.1 + ocp_version: '3.11' + docker_version: '1.13.1' tasks: - name: Set net.ipv4.ip_forward = 1 @@ -305,8 +305,7 @@ - rhel-7-server-rpms - rhel-7-server-extras-rpms - rhel-7-server-ose-{{ ocp_version }}-rpms - - rhel-7-fast-datapath-rpms # see https://access.redhat.com/solutions/3008401 - - rhel-7-server-ansible-2.4-rpms + - rhel-7-server-ansible-2.6-rpms tags: rpm - name: Install Docker