Bug 1532100 - [3.9]Default image version for prometheus should be v3.9 in 3.9 ansible playbooks
Summary: [3.9]Default image version for prometheus should be v3.9 in 3.9 ansible playb...
Keywords:
Status: CLOSED DUPLICATE of bug 1530183
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.9.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 3.9.0
Assignee: Vadim Rutkovsky
QA Contact: Junqi Zhao
URL:
Whiteboard:
Depends On: 1523106
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-01-08 00:58 UTC by Junqi Zhao
Modified: 2018-01-12 14:13 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1523106
Environment:
Last Closed: 2018-01-12 14:13:03 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.