From 314339d79cb9aa86bf426572b5b42730fac60fb8 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Wed, 29 Nov 2017 02:37:02 +0000 Subject: [PATCH] see if this works - openshift 3.6 on prod Signed-off-by: Ricky Elrod --- playbooks/groups/os-cluster.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/os-cluster.yml b/playbooks/groups/os-cluster.yml index be9aba664e..425f427378 100644 --- a/playbooks/groups/os-cluster.yml +++ b/playbooks/groups/os-cluster.yml @@ -125,10 +125,10 @@ - { role: ansible-ansible-openshift-ansible, cluster_inventory_filename: "cluster-inventory", - openshift_release: "v3.5", + openshift_release: "v3.6", openshift_ansible_path: "/root/openshift-ansible", openshift_ansible_playbook: "playbooks/byo/config.yml", - openshift_ansible_version: "openshift-ansible-3.5.70-1", + openshift_ansible_version: "openshift-ansible-3.6.173.0.81-1", openshift_ansible_ssh_user: root, openshift_ansible_install_examples: true, openshift_ansible_containerized_deploy: false,