Comment 14 for bug 1793214

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to stx-tools (master)

Reviewed: https://review.openstack.org/603511
Committed: https://git.openstack.org/cgit/openstack/stx-tools/commit/?id=96b8aa4226544131cb37e55053daf8c20ba096ad
Submitter: Zuul
Branch: master

commit 96b8aa4226544131cb37e55053daf8c20ba096ad
Author: Michel Thebeau <email address hidden>
Date: Tue Sep 18 16:00:18 2018 -0400

    deployment: libvirt: update machine type/model for all-in-one

    Refer also to commit 7abcd94a, which applies the change to
    controller.xml

    Tests should run on a comparably newer model of CPU and should be fixed
    for all tests under virtualization.

    Nehalem cpu model is recommended as one that has been used for this
    purpose for a few years.

    Specifying 'forbid' for fallback and 'exact' for mode will ensure that
    hosts the Qemu emulator is up-to-date on the host, capable of emulating
    the expect model. The consistency will make test results reliable
    across host machines.

    The newer machine type supports ACPI for example.

    The feature "vmx" is required on computes to support nesting.

    Related-Bug: #1793214

    Change-Id: Ib3e72d8c9fc528978358a7054b337672284f2908
    Signed-off-by: Michel Thebeau <email address hidden>