From c967525cb1e3268b671dbaac0023e25d9287f861 Mon Sep 17 00:00:00 2001 From: siddharthvipul Date: Fri, 29 Nov 2019 16:07:21 +0530 Subject: [PATCH] OSBS: modify osbs_cluster url variable Signed-off-by: siddharthvipul --- playbooks/groups/osbs/deploy-cluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/osbs/deploy-cluster.yml b/playbooks/groups/osbs/deploy-cluster.yml index fddb72f009..8e37a28712 100644 --- a/playbooks/groups/osbs/deploy-cluster.yml +++ b/playbooks/groups/osbs/deploy-cluster.yml @@ -241,7 +241,7 @@ openshift_cluster_nodes_group: "{{ cluster_nodes_group }}" openshift_cluster_infra_group: "{{ cluster_infra_group }}" openshift_auth_profile: "osbs" - openshift_cluster_url: "https://{{osbs_url}}" + openshift_cluster_url: "{{osbs_url}}" openshift_master_ha: false openshift_debug_level: 2 openshift_shared_infra: true