From 7d3b1289c1ea25683d9b808f9425cb322b6bc77d Mon Sep 17 00:00:00 2001 From: Mark O'Brien Date: Tue, 9 Jun 2020 15:45:36 +0100 Subject: [PATCH] [osbs] define openshift_pkg_version for all archs in inventory --- .../templates/cluster-inventory-osbs.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-osbs.j2 b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-osbs.j2 index 46a162eee6..0224373a07 100644 --- a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-osbs.j2 +++ b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-osbs.j2 @@ -96,9 +96,7 @@ openshift_image_tag={{openshift_release}} # Specify an exact rpm version to install or configure. # WARNING: This value will be used for all hosts in RPM based environments, even those that have another version installed. # This could potentially trigger an upgrade and downtime, so be careful with modifying this value after the cluster is set up. -{% if openshift_arch == "aarch64" %} openshift_pkg_version=-3.11.1 -{% endif %} # Install the openshift examples {% if openshift_ansible_install_examples is defined %} openshift_install_examples={{openshift_ansible_install_examples}}