tripleo-quickstart-extras/roles/modify-image/defaults/main.yml
Sagi Shnaidman c2dc459ac2 Implement different approach to modify image
Because of very long image modifying by libguestfs, implement
different way to do it by converting image to raw, mounting it
and modifying in the place. This patch uses usual tripleo-ci way
to do it, as it was before transition.

Change-Id: Ice4487aa8d263aa7f4a426b7924104a469bd1b52
2017-05-30 18:51:14 +00:00

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