From 4bdaa8b7fde4968866b68c9036817988b7ffd9f9 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Mon, 24 Oct 2016 21:05:58 +0000 Subject: [PATCH] update to origin 1.3 for osbs, this has landed on internal mirrors Signed-off-by: Adam Miller --- 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 1d5de274de..754cac4f34 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -83,10 +83,10 @@ - { role: ansible-ansible-openshift-ansible, cluster_inventory_filename: "cluster-inventory-stg", - openshift_release: "v1.2", + openshift_release: "v1.3", openshift_ansible_path: "/root/openshift-ansible", openshift_ansible_playbook: "playbooks/byo/config.yml", - openshift_ansible_refspec: "openshift-ansible-3.2.35-1", + openshift_ansible_refspec: "openshift-ansible-3.3.38-1", openshift_cluster_masters_group: "osbs-masters-stg", openshift_cluster_nodes_group: "osbs-nodes-stg", when: env == 'staging',