Bug 1497401 - Default image version for logging and metrics should be v3.7 in 3.7 ansible playbooks
Summary: Default image version for logging and metrics should be v3.7 in 3.7 ansible p...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.7.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 3.7.0
Assignee: Jeff Cantrill
QA Contact: Junqi Zhao
URL:
Whiteboard:
Depends On:
Blocks: 1532097 1532098
TreeView+ depends on / blocked
 
Reported: 2017-09-30 06:42 UTC by Junqi Zhao
Modified: 2018-01-08 00:51 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
undefined
Clone Of:
: 1532097 1532098 (view as bug list)
Environment:
Last Closed: 2017-11-28 22:13:46 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift openshift-ansible pull 5648 0 None None None 2017-10-03 19:53:32 UTC
Red Hat Product Errata RHSA-2017:3188 0 normal SHIPPED_LIVE Moderate: Red Hat OpenShift Container Platform 3.7 security, bug, and enhancement update 2017-11-29 02:34:54 UTC

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


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