From be94f7b6979a1f5c9af45bd463aef1b66a730836 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Tue, 4 Apr 2017 15:25:04 +0100 Subject: [PATCH] Add config file with defaults for ipa.yml --- etc/kayobe/ipa.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 etc/kayobe/ipa.yml diff --git a/etc/kayobe/ipa.yml b/etc/kayobe/ipa.yml new file mode 100644 index 000000000..94902e11e --- /dev/null +++ b/etc/kayobe/ipa.yml @@ -0,0 +1,33 @@ +--- +# Ironic Python Agent (IPA) configuration. + +############################################################################### +# 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_images_kernel_url: + +# Name of Ironic deployment ramdisk image to register in Glance. +#ipa_images_ramdisk_name: + +# URL of Ironic deployment ramdisk image to download. +#ipa_images_ramdisk_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