Comment 6 for bug 1845647

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)