Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1532100

Summary: [3.9]Default image version for prometheus should be v3.9 in 3.9 ansible playbooks
Product: OpenShift Container Platform Reporter: Junqi Zhao <juzhao>
Component: InstallerAssignee: Vadim Rutkovsky <vrutkovs>
Status: CLOSED DUPLICATE QA Contact: Junqi Zhao <juzhao>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.9.0CC: aos-bugs, jokerman, mmccomas, sdodson
Target Milestone: ---   
Target Release: 3.9.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1523106 Environment:
Last Closed: 2018-01-12 14:13:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1523106    
Bug Blocks:    

Description Junqi Zhao 2018-01-08 00:58:27 UTC
+++ This bug was initially created as a clone of Bug #1523106 +++

Description of problem:
openshift-ansible 3.8 playbooks,default value for openshift_prometheus_image_version is v3.7, it should be v3.8

see the values in 3.8 playbooks now:
# grep -r "openshift_prometheus_image_version"
roles/openshift_prometheus/vars/openshift-enterprise.yml:l_openshift_prometheus_image_version: "{{ openshift_prometheus_image_version | default('v3.7') }}"



Version-Release number of the following components:
# rpm -qa | grep openshift-ansible
openshift-ansible-lookup-plugins-3.8.1-1.git.0.0965aca.el7.noarch
openshift-ansible-3.8.1-1.git.0.0965aca.el7.noarch
openshift-ansible-docs-3.8.1-1.git.0.0965aca.el7.noarch
openshift-ansible-callback-plugins-3.8.1-1.git.0.0965aca.el7.noarch
openshift-ansible-roles-3.8.1-1.git.0.0965aca.el7.noarch
openshift-ansible-playbooks-3.8.1-1.git.0.0965aca.el7.noarch
openshift-ansible-filter-plugins-3.8.1-1.git.0.0965aca.el7.noarch



How reproducible:
Always

Steps to Reproduce:
1. 
2.
3.

Actual results:

Expected results:

Additional info:

--- Additional comment from Junqi Zhao on 2017-12-08 03:35:59 EST ---

These default values should also be changed to v3.8
roles/openshift_prometheus/vars/openshift-enterprise.yml:l_openshift_prometheus_proxy_image_version: "{{ openshift_prometheus_proxy_image_version | default('v3.7') }}"
roles/openshift_prometheus/vars/openshift-enterprise.yml:l_openshift_prometheus_alertmanager_image_version: "{{ openshift_prometheus_alertmanager_image_version | default('v3.7') }}"
roles/openshift_prometheus/vars/openshift-enterprise.yml:l_openshift_prometheus_alertbuffer_image_version: "{{ openshift_prometheus_alertbuffer_image_version | default('v3.7') }}"

Comment 1 Vadim Rutkovsky 2018-01-12 14:13:03 UTC
There is a more generic issue to replace all 3.7 references, so I'm gonna close this bug as a duplicate there and prepare the fix for all images

*** This bug has been marked as a duplicate of bug 1530183 ***