kayobe/etc/kayobe/ipa.yml

80 lines
2.5 KiB
YAML

---
# Ironic Python Agent (IPA) configuration.
###############################################################################
# Ironic Python Agent (IPA) image build configuration.
# Whether to build IPA images from source.
#ipa_build_images:
# URL of IPA source repository.
#ipa_build_source_url:
# Version of IPA source repository.
#ipa_build_source_version:
# URL of IPA upper constraints file.
#ipa_build_upper_constraints_file_url:
# Custom python package version constraints for IPA. Dict mapping package name
# to upper version constraint.
#ipa_build_custom_upper_constraints:
# List of default Diskimage Builder (DIB) elements to use when building IPA
# images.
#ipa_build_dib_elements_default:
# List of additional Diskimage Builder (DIB) elements to use when building IPA
# images.
#ipa_build_dib_elements_extra:
# List of Diskimage Builder (DIB) elements to use when building IPA images.
#ipa_build_dib_elements:
# Dictionary of default environment variables to provide to Diskimage Builder
# (DIB) during IPA image build.
#ipa_build_dib_env_default:
# Dictionary of additional environment variables to provide to Diskimage
# Builder (DIB) during IPA image build.
#ipa_build_dib_env_extra:
# Dictionary of environment variables to provide to Diskimage Builder (DIB)
# during IPA image build.
#ipa_build_dib_env:
# List of git repositories containing Diskimage Builder (DIB) elements. See
# stackhpc.os-images role for usage.
#ipa_build_dib_git_elements:
###############################################################################
# Ironic Python Agent (IPA) images configuration.
# Name of Ironic deployment kernel image to register in Glance.
#ipa_images_kernel_name:
# URL of Ironic deployment kernel image to download.
#ipa_kernel_upstream_url:
# Name of Ironic deployment ramdisk image to register in Glance.
#ipa_images_ramdisk_name:
# URL of Ironic deployment ramdisk image to download.
#ipa_ramdisk_upstream_url:
###############################################################################
# Ironic Python Agent (IPA) deployment configuration.
# List of extra kernel parameters to enable LLDP collection.
#ipa_kernel_options_collect_lldp:
# List of extra kernel parameters to enable all inspector collectors.
#ipa_kernel_options_inspection_collectors_all:
# List of extra kernel parameters to enable all inspector benchmarks.
#ipa_kernel_options_inspection_benchmarks_all:
###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743: yes