Comment 11 for bug 1743749

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

Reviewed: https://review.openstack.org/535293
Committed: https://git.openstack.org/cgit/openstack/tripleo-quickstart-extras/commit/?id=6aac21081db4054b71257c396823b9af1d760311
Submitter: Zuul
Branch: master

commit 6aac21081db4054b71257c396823b9af1d760311
Author: yatin <email address hidden>
Date: Thu Jan 18 16:32:38 2018 +0530

    Set SUPERMIN_* variables to working kernel

    virt-customize(libguestfs) is not working with current
    kernel 3.10.0-693.11.6.el7 in centos.
    So until it's fixed in libguestfs or kernel, let's
    use working kernel 3.10.0-693.el7.x86_64.
    The kernel version is managed using following variable
    which can be overridden when required.
    Libguesfs requires following environment variables
    to use the overridden kernel.

    - SUPERMIN_KERNEL_VERSION: {{ libguestfs_kernel_override }}
    - SUPERMIN_KERNEL: /boot/vmlinuz-{{ libguestfs_kernel_override }}
    - SUPERMIN_MODULES: /lib/modules/{{ libguestfs_kernel_override }}

    Change-Id: I129ec6c48d801cd605c4befda5ee00a025480413
    Partial-Bug: #1743749