Comment 2 for bug 1839922

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

Reviewed: https://review.opendev.org/675922
Committed: https://git.openstack.org/cgit/x/packstack/commit/?id=d18775cdf5da15610ac4fa9e43eeeac7b72b2f07
Submitter: Zuul
Branch: stable/queens

commit d18775cdf5da15610ac4fa9e43eeeac7b72b2f07
Author: Alfredo Moralejo <email address hidden>
Date: Thu Jul 25 12:58:45 2019 +0200

    Force qemu emulation in CI and add dmidecode command to logs

    Some upstream infra is enabling nested virtualization but it's failing
    randomly so let's force qemu virt_type.

    We need it to debugs issues with jobs incorrectly detecting
    virtualization time.

    Change-Id: I1e53bbdcccb6402d343c98abf2696d452717d1a9
    (cherry picked from commit c84e3b6e849a193a2a8c9c5ab7466a5bd24b5aa2)

    Fix rabbitmq configuration

    We can move to the commit hash for puppet-rabbitmq used in RDO queens, since
    this is what we are testing in RDO. This requires a few changes:

    - Update the URL used in the Puppetfile, and set the branch to 'master'.
    - Remove old workarounds in amqp.pp
    - Set loopback_users properly, based on what is requested by [1].

    [1] - https://github.com/voxpupuli/puppet-rabbitmq/commit/0ada399b330fbc84a1a1179ad0e827e0735e1912

    Also do below [Queens Only] changes to clear gate issues:-
    - Install PyYAML==3.12 as latest version has issues
      with older setuptools(22.0.5).
    - Install openstack modules from stable/queens rather
      than master.

    Closes-Bug: #1839922
    Change-Id: I9262836eb05a47bfe78ea0ac6d1c04199f29f527
    (cherry picked from commit b1c78d696a4ec483c1fbc60f624635bb7608ed96)