centos (all branches) broken on sensu image - old ruby

Bug #1845843 reported by Radosław Piliszek
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
kolla
Fix Released
Critical
Radosław Piliszek
Queens
Fix Committed
Critical
Mark Goddard
Rocky
Fix Committed
Critical
Mark Goddard
Stein
Fix Committed
Critical
Radosław Piliszek
Train
Fix Released
Critical
Radosław Piliszek

Bug Description

minitest requires Ruby version ~> 2.2

Tags: sensu
Revision history for this message
Radosław Piliszek (yoctozepto) wrote :

ubuntu has other problems but seemingly not with minitest

tags: added: sensu
summary: - centos broken on sensu image (all branches) - old ruby
+ centos (all branches) and ubuntu (<=rocky) broken on sensu image - old
+ ruby
summary: - centos (all branches) and ubuntu (<=rocky) broken on sensu image - old
- ruby
+ centos (all branches) broken on sensu image - old ruby
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (master)

Fix proposed to branch: master
Review: https://review.opendev.org/685595

Changed in kolla:
assignee: nobody → Radosław Piliszek (yoctozepto)
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/stein)

Fix proposed to branch: stable/stein
Review: https://review.opendev.org/685622

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.opendev.org/685595
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=305312f1070e80ba849f8c4feb00ad02196b8306
Submitter: Zuul
Branch: master

commit 305312f1070e80ba849f8c4feb00ad02196b8306
Author: Radosław Piliszek <email address hidden>
Date: Sun Sep 29 14:55:13 2019 +0200

    sensu-client: Pin minitest Ruby gem on CentOS

    Change-Id: I1afd2d50c0dc2de6d305b56bd5f9182745fee843
    Closes-bug: #1845843
    Signed-off-by: Radosław Piliszek <email address hidden>

Changed in kolla:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/stein)

Reviewed: https://review.opendev.org/685622
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=bcac8b82ad228f58ad1e422330ad60701046e5d5
Submitter: Zuul
Branch: stable/stein

commit bcac8b82ad228f58ad1e422330ad60701046e5d5
Author: Radosław Piliszek <email address hidden>
Date: Sun Sep 29 14:55:13 2019 +0200

    sensu-client: Pin minitest Ruby gem on CentOS

    Change-Id: I1afd2d50c0dc2de6d305b56bd5f9182745fee843
    Closes-bug: #1845843
    Signed-off-by: Radosław Piliszek <email address hidden>
    (cherry picked from commit 305312f1070e80ba849f8c4feb00ad02196b8306)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/rocky)

Reviewed: https://review.opendev.org/685411
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=74fc8ba940c27fd706716161a3cd66e26e34510e
Submitter: Zuul
Branch: stable/rocky

commit 74fc8ba940c27fd706716161a3cd66e26e34510e
Author: Mark Goddard <email address hidden>
Date: Fri Sep 27 14:12:55 2019 +0100

    Fix monasca-grafana, fluentd and sensu images

    1. monasca-grafana - pin rake to <13

    Rake 13.0.0 (released today) depends on Ruby 2.2, but CentOS 7 only
    provides Ruby 2.0.

    This change pins rake in the monasca-grafana image to versions earlier
    than 13.0.0.

    2. fluentd on Ubuntu - pin faraday to <0.16

    Rocky and earlier only.

    Faraday 0.16.x depends on Ruby 2.3+, but td-agent on Ubuntu uses its own
    old version of Ruby.

    This change pins faraday in the Ubuntu and Debian fluentd images to
    versions earlier than 0.16.

    3. sensu-client: Pin minitest Ruby gem on CentOS

    This was originally in change I1afd2d50c0dc2de6d305b56bd5f9182745fee843
    on master and stable/stein.

    (cherry picked from commit 305312f1070e80ba849f8c4feb00ad02196b8306)

    Change-Id: Id9a76f459aff016fbc920370c0a3ec58e0397fcb
    Closes-Bug: #1845647
    Closes-Bug: #1845705
    Closes-bug: #1845843
    (cherry picked from commit a0712ceef3d6c20cdd79417dcff10525c527fb3d)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (stable/queens)

Fix proposed to branch: stable/queens
Review: https://review.opendev.org/685738

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/queens)

Reviewed: https://review.opendev.org/685738
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=33e170d3b5a2f4cf5896da1f96bc8c133ee3c388
Submitter: Zuul
Branch: stable/queens

commit 33e170d3b5a2f4cf5896da1f96bc8c133ee3c388
Author: Mark Goddard <email address hidden>
Date: Fri Sep 27 14:12:55 2019 +0100

    Fix fluentd and sensu images

    1. fluentd on Ubuntu - pin faraday to <0.16

    Rocky and earlier only.

    Faraday 0.16.x depends on Ruby 2.3+, but td-agent on Ubuntu uses its own
    old version of Ruby.

    This change pins faraday in the Ubuntu and Debian fluentd images to
    versions earlier than 0.16.

    2. sensu-client: Pin minitest Ruby gem on CentOS

    This was originally in change I1afd2d50c0dc2de6d305b56bd5f9182745fee843
    on master and stable/stein.

    (cherry picked from commit 305312f1070e80ba849f8c4feb00ad02196b8306)

    Change-Id: Id9a76f459aff016fbc920370c0a3ec58e0397fcb
    Closes-Bug: #1845647
    Closes-Bug: #1845705
    Closes-bug: #1845843
    (cherry picked from commit a0712ceef3d6c20cdd79417dcff10525c527fb3d)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla 6.2.4

This issue was fixed in the openstack/kolla 6.2.4 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla 9.0.0.0rc1

This issue was fixed in the openstack/kolla 9.0.0.0rc1 release candidate.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla 7.1.0

This issue was fixed in the openstack/kolla 7.1.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla 8.0.2

This issue was fixed in the openstack/kolla 8.0.2 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.