From f791ae6ec7a4e17fa978d47ed2e84e3ed92e30e7 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 11 Sep 2018 00:40:08 +0000 Subject: [PATCH] just hard code this for now --- .../templates/cluster-inventory-stg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 index e5bf23c97d..01d5ccdb73 100644 --- a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 +++ b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory-stg.j2 @@ -94,7 +94,7 @@ debug_level={{openshift_debug_level}} # WARNING: This value will be used for all hosts in containerized 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. #openshift_image_tag=v3.10.0 -openshift_image_tag={{openshift_release}} +openshift_image_tag="v3.10" # 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.