From f60a68082db556c171ada1de23a7c01df7b17dfd Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Mon, 1 Oct 2018 16:31:33 +0200 Subject: [PATCH] OSBS: use specific branch for aarch64. Aarch64 is not a supported etcd platform, we need to add ETCD_UNSUPPORTED_ARCH=arm64 to the etcd config Signed-off-by: Clement Verna --- playbooks/groups/osbs-cluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/osbs-cluster.yml b/playbooks/groups/osbs-cluster.yml index e80f8991fd..e65b24d827 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -249,7 +249,7 @@ openshift_ansible_path: "/root/openshift-ansible" openshift_ansible_pre_playbook: "playbooks/prerequisites.yml" openshift_ansible_playbook: "playbooks/deploy_cluster.yml" - openshift_ansible_version: "openshift-ansible-3.9.30-1" + openshift_ansible_version: "osbs-fedora" openshift_ansible_ssh_user: root openshift_ansible_install_examples: false openshift_ansible_containerized_deploy: false