Bugzilla will be upgraded to version 5.0. The upgrade date is tentatively scheduled for 2 December 2018, pending final testing and feedback.
Bug 1497401 - Default image version for logging and metrics should be v3.7 in 3.7 ansible playbooks
Default image version for logging and metrics should be v3.7 in 3.7 ansible p...
Status: CLOSED ERRATA
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer (Show other bugs)
3.7.0
Unspecified Unspecified
medium Severity medium
: ---
: 3.7.0
Assigned To: Jeff Cantrill
Junqi Zhao
:
Depends On:
Blocks: 1532097 1532098
  Show dependency treegraph
 
Reported: 2017-09-30 02:42 EDT by Junqi Zhao
Modified: 2018-01-07 19:51 EST (History)
3 users (show)

See Also:
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 17:13:46 EST
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
Github openshift/openshift-ansible/pull/5648 None None None 2017-10-03 15:53 EDT
Red Hat Product Errata RHSA-2017:3188 normal SHIPPED_LIVE Moderate: Red Hat OpenShift Container Platform 3.7 security, bug, and enhancement update 2017-11-28 21:34:54 EST

  None (edit)
Description Junqi Zhao 2017-09-30 02:42:40 EDT
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 09:51:01 EDT
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-10 20:50:38 EDT
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 17:13:46 EST
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.