From f15602d122d1b86483fe73842a8660415a5d5c61 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Thu, 26 Nov 2020 13:46:19 +0100 Subject: [PATCH] OSBS: fix the url for the aarch64 cluster Signed-off-by: Clement Verna --- inventory/group_vars/osbs_masters | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/osbs_masters b/inventory/group_vars/osbs_masters index c4abe6e5d9..330e155ff0 100644 --- a/inventory/group_vars/osbs_masters +++ b/inventory/group_vars/osbs_masters @@ -56,7 +56,7 @@ osbs_conf_worker_clusters: aarch64: - name: aarch64 max_concurrent_builds: 1 - openshift_url: "https://osbs-aarch64-master01.arm.fedoraproject.org:8443/" + openshift_url: "https://osbs-aarch64-master01.iad2.fedoraproject.org:8443/" verify_ssl: 'false'