Bug 1497401

Summary: Default image version for logging and metrics should be v3.7 in 3.7 ansible playbooks
Product: OpenShift Container Platform Reporter: Junqi Zhao <juzhao>
Component: InstallerAssignee: Jeff Cantrill <jcantril>
Status: CLOSED ERRATA QA Contact: Junqi Zhao <juzhao>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.7.0CC: aos-bugs, jokerman, mmccomas
Target Milestone: ---   
Target Release: 3.7.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: No Doc Update
Doc Text:
undefined
Story Points: ---
Clone Of:
: 1532097 1532098 (view as bug list) Environment:
Last Closed: 2017-11-28 22:13:46 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:    
Bug Blocks: 1532097, 1532098    

Description Junqi Zhao 2017-09-30 06:42:40 UTC
Description of problem:
openshift-ansible 3.7 playbooks,default value for openshift_metrics_image_version is v3.6, and default value for openshift_logging_image_version is v3.6, both value should be v3.7

see the values in 3.7 playbooks now:
grep -r "openshift_metrics_image_version"
roles/openshift_metrics/vars/openshift-enterprise.yml:__openshift_metrics_image_version: "v3.6"

# grep -r "openshift_logging_image_version"
roles/openshift_logging/vars/openshift-enterprise.yml:__openshift_logging_image_version: "{{ openshift_hosted_logging_deployer_version | default ('v3.6') }}"


Version-Release number of the following components:
# rpm -qa | grep openshift-ansible
openshift-ansible-docs-3.7.0-0.134.0.git.0.6f43fc3.el7.noarch
openshift-ansible-filter-plugins-3.7.0-0.134.0.git.0.6f43fc3.el7.noarch
openshift-ansible-3.7.0-0.134.0.git.0.6f43fc3.el7.noarch
openshift-ansible-lookup-plugins-3.7.0-0.134.0.git.0.6f43fc3.el7.noarch
openshift-ansible-roles-3.7.0-0.134.0.git.0.6f43fc3.el7.noarch
openshift-ansible-callback-plugins-3.7.0-0.134.0.git.0.6f43fc3.el7.noarch
openshift-ansible-playbooks-3.7.0-0.134.0.git.0.6f43fc3.el7.noarch


How reproducible:
Always

Steps to Reproduce:
1. 
2.
3.

Actual results:

Expected results:

Additional info:

Comment 1 openshift-github-bot 2017-10-04 13:51:01 UTC
Commits pushed to master at https://github.com/openshift/openshift-ansible

https://github.com/openshift/openshift-ansible/commit/20a8569532ba73f61020ba58e03a9fff874841d3
bug 1497401. Default logging and metrics images to 3.7

https://github.com/openshift/openshift-ansible/commit/a0ba7b469776f7a141d2bb0f26f51e3f1c4b268a
Merge pull request #5648 from jcantrill/1497401_default_image_versions

bug 1497401. Default logging and metrics images to 3.7

Comment 3 Junqi Zhao 2017-10-11 00:50:38 UTC
Default image version for logging and metrics are v3.7 in 3.7 ansible playbooks now

# grep -r "openshift_metrics_image_version"
roles/openshift_metrics/vars/openshift-enterprise.yml:__openshift_metrics_image_version: "v3.7"

# grep -r "openshift_logging_image_version"
roles/openshift_logging/vars/openshift-enterprise.yml:__openshift_logging_image_version: "{{ openshift_hosted_logging_deployer_version | default ('v3.7') }}"

ansible version
# rpm -qa | grep openshift-ansible
openshift-ansible-lookup-plugins-3.7.0-0.143.2.git.0.39404c5.el7.noarch
openshift-ansible-docs-3.7.0-0.143.2.git.0.39404c5.el7.noarch
openshift-ansible-callback-plugins-3.7.0-0.143.2.git.0.39404c5.el7.noarch
openshift-ansible-filter-plugins-3.7.0-0.143.2.git.0.39404c5.el7.noarch
openshift-ansible-playbooks-3.7.0-0.143.2.git.0.39404c5.el7.noarch
openshift-ansible-3.7.0-0.143.2.git.0.39404c5.el7.noarch
openshift-ansible-roles-3.7.0-0.143.2.git.0.39404c5.el7.noarch

Comment 6 errata-xmlrpc 2017-11-28 22:13:46 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2017:3188