Comment 15 for bug 1901739

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

Reviewed: https://review.opendev.org/c/openstack/nova/+/795432
Committed: https://opendev.org/openstack/nova/commit/341ba7aa175a0a082fec6e5360ae3afa2596ca95
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 341ba7aa175a0a082fec6e5360ae3afa2596ca95
Author: Lee Yarwood <email address hidden>
Date: Fri Mar 6 11:00:49 2020 +0000

    [CI] Fix gate by using zuulv3 live migration and grenade jobs

    This patch is a combination of several legacy-to-zuulv3 job patches to
    unblock the gate: with the latest Ceph release the legacy grenade jobs
    started to fail with the following erros (back till ussuri):

    'Error EPERM: configuring pool size as 1 is disabled by default.'

    The patch contains almost a clean backport of the job configuration.

    Conflicts:
        gate/live_migration/hooks/run_tests.sh
        roles/run-evacuate-hook/tasks/main.yaml

    NOTE(melwitt): The conflict is because change
    I67255fa1b919a27e92028da95d71ddd4bf53edc1 (lower-constraints: Bump
    packaging to 20.4) is not in Ussuri.

    NOTE(lyarwood): An additional change was required to the
    run-evacuate-hook as we are now running against Bionic based hosts.
    These hosts only have a single libvirtd service running so stop and
    start only this during an evacuation run.

    List of included patches:

    1. zuul: Start to migrate nova-live-migration to zuulv3

    2. zuul: Replace nova-live-migration with zuulv3 jobs

       Closes-Bug: #1901739
       Change-Id: Ib342e2d3c395830b4667a60de7e492d3b9de2f0a
       (cherry picked from commit 4ac4a04d1843b0450e8d6d80189ce3e85253dcd0)
       (cherry picked from commit 478be6f4fbbbc7b05becd5dd92a27f0c4e8f8ef8)

    3. zuul: Replace grenade and nova-grenade-multinode with grenade-multinode

       Change-Id: I02b2b851a74f24816d2f782a66d94de81ee527b0
       (cherry picked from commit 91e53e4c2b90ea57aeac4ec522dd7c8c54961d09)
       (cherry picked from commit c45bedd98d50af865d727b7456c974c8e27bff8b)
       (cherry picked from commit 2af08fb5ead8ca1fa4d6b8ea00f3c5c3d26e562c)

    Change-Id: Ibbb3930a6e629e93a424b3ae048f599f11923be3
    (cherry picked from commit 1c733d973015999ee692ed48fb10a282c50fdc49)