Bug 1654267 - Default image version for logging and metrics should be v3.5 in 3.5 ansible playbooks
Summary: Default image version for logging and metrics should be v3.5 in 3.5 ansible p...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.5.1
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 3.5.z
Assignee: Scott Dodson
QA Contact: Junqi Zhao
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-11-28 11:18 UTC by Junqi Zhao
Modified: 2018-11-29 21:08 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-11-29 21:08:51 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Junqi Zhao 2018-11-28 11:18:27 UTC
Description of problem:
Default image version for logging and metrics should be v3.5 in 3.5 ansible playbooks, but it's 3.5.0 now
roles/openshift_logging/vars/openshift-enterprise.yml:__openshift_logging_image_version: "{{ openshift_hosted_logging_deployer_version | default ('3.5.0') }}"
roles/openshift_metrics/vars/openshift-enterprise.yml:__openshift_metrics_image_version: "{{ openshift_hosted_metrics_deployer_version | default ('3.5.0') }}"

3.5.0 is not linked to the current lastest version, for example
# docker images | grep heapster
registry.access.stage.redhat.com/openshift3/metrics-heapster                                v3.5                64f1ed0e1cbc        4 days ago          327 MB
registry.access.stage.redhat.com/openshift3/metrics-heapster                                3.5.0               cfaa27db32b6        11 months ago       321 MB

metrics-heapster:v3.5 links to v3.5.5.31.80-4
but metrics-heapster:3.5.0 links to 3.5.0-43

Version-Release number of the following components:
# rpm -qa | grep ansible
openshift-ansible-lookup-plugins-3.5.175-1.git.0.1274ebe.el7.noarch
openshift-ansible-callback-plugins-3.5.175-1.git.0.1274ebe.el7.noarch
ansible-2.4.2.0-2.el7.noarch
openshift-ansible-roles-3.5.175-1.git.0.1274ebe.el7.noarch
openshift-ansible-docs-3.5.175-1.git.0.1274ebe.el7.noarch
openshift-ansible-3.5.175-1.git.0.1274ebe.el7.noarch
openshift-ansible-filter-plugins-3.5.175-1.git.0.1274ebe.el7.noarch
openshift-ansible-playbooks-3.5.175-1.git.0.1274ebe.el7.noarch


How reproducible:
Always

Steps to Reproduce:
1.cd /usr/share/ansible/openshift-ansible
grep -r "3.5.0"
2.
3.

Actual results:
Default image version for logging and metrics is 3.5.0 in 3.5 ansible playbooks

Expected results:
Default image version for logging and metrics should be v3.5 in 3.5 ansible playbooks

Additional info:


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