yatin
071b871bad
Centos 7.5 is released with the new kernel so workaround applied for Centos 7.4 update kernel needs revert. The patch reverts the following 4 commits applied in order to override kernel. Some nested VMs(Skylake) have issues running virt-customize with kvm backend, so set LIBGUESTFS_BACKEND_SETTINGS=force_tcg to not use kvm accelaration. Setting this option drops performance for running virt-customize a little but can't find any other option until it's fixed in kernel/kvm. Revert "add option to turn on/off non default kernel" This reverts commitfec6fd069d
. Revert "Do not attempt install kernel when chrooted" This reverts commitd991c1033f
. Revert "Ensure libguestfs_kernel_override kernel is installed" This reverts commitff0a5c9ac7
. Revert "Set SUPERMIN_* variables to working kernel" This reverts commit6aac21081d
. Change-Id: If46010d7ca14f9dde9a49173aa0b6de91c3826a8 Related-Bug: #1743749
30 lines
872 B
YAML
30 lines
872 B
YAML
---
|
|
# defaults file for modify-image
|
|
|
|
# These variable do not have a default because there is no sane default. The
|
|
# role will fail immediately if either is not specified.
|
|
# image_to_modify:
|
|
# modify_script:
|
|
|
|
# The upload list of files
|
|
modify_image_upload_files: []
|
|
|
|
# The extract list defaults to empty list
|
|
modify_image_extract_list: []
|
|
|
|
# The package install list defaults to empty list
|
|
modify_image_install_packages: []
|
|
|
|
# By default we use the global working directory for modifying images
|
|
modify_image_working_dir: "{{ working_dir }}"
|
|
|
|
# ram, cpu and root password are not set by default to take libguestfs defaults by default
|
|
# modify_image_vc_ram:
|
|
# modify_image_vc_cpu:
|
|
# modify_image_vc_root_password:
|
|
modify_image_vc_verbose: false
|
|
modify_image_vc_trace: false
|
|
libguestfs_mode: true
|
|
# TODO(sshnaidm): implement initramfs image modifying
|
|
initramfs_image: false
|