From c2f15b06adc8db70ef3d8cbe3fdcaa0edef36572 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Wed, 4 Jul 2018 11:57:24 +0200 Subject: [PATCH] We want Origin 3.9 Signed-off-by: Clement Verna --- playbooks/groups/osbs-cluster.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/osbs-cluster.yml b/playbooks/groups/osbs-cluster.yml index 8fbe2357c4..5d1631682c 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -206,7 +206,7 @@ cluster_inventory_filename: "cluster-inventory-stg", openshift_htpasswd_file: "/etc/origin/htpasswd", openshift_master_public_api_url: "https://{{ osbs_url }}:8443", - openshift_release: "v3.9.0", + openshift_release: "v3.9", openshift_ansible_path: "/root/openshift-ansible", openshift_ansible_pre_playbook: "playbooks/prerequisites.yml", openshift_ansible_playbook: "playbooks/deploy_cluster.yml", @@ -234,7 +234,7 @@ cluster_inventory_filename: "cluster-inventory", openshift_htpasswd_file: "/etc/origin/htpasswd", openshift_master_public_api_url: "https://{{ osbs_url }}:8443", - openshift_release: "v3.9.0", + openshift_release: "v3.9", openshift_ansible_path: "/root/openshift-ansible", openshift_ansible_pre_playbook: "playbooks/prerequisites.yml", openshift_ansible_playbook: "playbooks/deploy_cluster.yml",