From 5de496539d7ccb7227675e6de2359b3da79673d8 Mon Sep 17 00:00:00 2001
From: Wolfgang Kulhanek <WolfgangKulhanek@gmail.com>
Date: Fri, 24 May 2019 13:06:02 +0200
Subject: [PATCH] Updated location of OC Client for user info

---
 ansible/configs/ocp4-shared/software.yml   |    2 +-
 ansible/configs/ocp4-ha-lab/software.yml   |    2 +-
 ansible/configs/ocp4-workshop/software.yml |    3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/ansible/configs/ocp4-ha-lab/software.yml b/ansible/configs/ocp4-ha-lab/software.yml
index 8eaca60..6199ed2 100644
--- a/ansible/configs/ocp4-ha-lab/software.yml
+++ b/ansible/configs/ocp4-ha-lab/software.yml
@@ -212,7 +212,7 @@
           with_items:
             - "user.info: Openshift Master Console: {{ webconsole }}"
             - "user.info: Openshift API for command line 'oc' client: {{ showserver.stdout | trim }}"
-            - "user.info: Download oc client from https://mirror.openshift.com/pub/openshift-v3/clients/{{ oc_client_version }}"
+            - "user.info: Download oc client from https://mirror.openshift.com/pub/openshift-v4/clients/ocp/{{ ocp4_installer_version }}/openshift-install-linux-{{ ocp4_installer_version }}.tar.gz"
 
         - name: Output htpasswd
           debug:
diff --git a/ansible/configs/ocp4-shared/software.yml b/ansible/configs/ocp4-shared/software.yml
index 36659c9..6c5cbff 100644
--- a/ansible/configs/ocp4-shared/software.yml
+++ b/ansible/configs/ocp4-shared/software.yml
@@ -227,7 +227,7 @@
           with_items:
             - "user.info: Openshift Master Console: {{ webconsole }}"
             - "user.info: Openshift API for command line 'oc' client: {{ showserver.stdout | trim }}"
-            - "user.info: Download oc client from https://mirror.openshift.com/pub/openshift-v3/clients/{{ oc_client_version }}"
+            - "user.info: Download oc client from https://mirror.openshift.com/pub/openshift-v4/clients/ocp/{{ ocp4_installer_version }}/openshift-install-linux-{{ ocp4_installer_version }}.tar.gz"
 
         - name: Output htpasswd
           debug:
diff --git a/ansible/configs/ocp4-workshop/software.yml b/ansible/configs/ocp4-workshop/software.yml
index 4793bc4..e618b8c 100644
--- a/ansible/configs/ocp4-workshop/software.yml
+++ b/ansible/configs/ocp4-workshop/software.yml
@@ -220,14 +220,13 @@
           register: showserver
 #          tags: post_flight_check
 
-
         - name: Print Overview
           debug:
             msg: "{{ item }}"
           with_items:
             - "user.info: Openshift Master Console: {{ webconsole }}"
             - "user.info: Openshift API for command line 'oc' client: {{ showserver.stdout | trim }}"
-            - "user.info: Download oc client from https://mirror.openshift.com/pub/openshift-v3/clients/{{ oc_client_version }}"
+            - "user.info: Download oc client from https://mirror.openshift.com/pub/openshift-v4/clients/ocp/{{ ocp4_installer_version }}/openshift-install-linux-{{ ocp4_installer_version }}.tar.gz"
 
         - name: Output htpasswd
           debug:

--
Gitblit v1.9.3