kayobe-config/etc/kayobe/seed-hypervisor.yml

101 lines
3.5 KiB
YAML

---
###############################################################################
# Seed hypervisor node configuration.
# User with which to access the seed hypervisor via SSH during bootstrap, in
# order to setup the Kayobe user account.
#seed_hypervisor_bootstrap_user:
###############################################################################
# Seed hypervisor network interface configuration.
# List of networks to which seed hypervisor nodes are attached.
#seed_hypervisor_network_interfaces:
# List of default networks to which seed hypervisor nodes are attached.
#seed_hypervisor_default_network_interfaces:
# List of extra networks to which seed hypervisor nodes are attached.
#seed_hypervisor_extra_network_interfaces:
###############################################################################
# Seed hypervisor node LVM configuration.
# List of seed hypervisor volume groups. See mrlesmithjr.manage-lvm role for
# format. Set to "{{ seed_hypervisor_lvm_groups_with_data }}" to create a
# volume group for libvirt storage.
#seed_hypervisor_lvm_groups:
# Suggested list of seed hypervisor volume groups for libvirt. Not used by
# default.
#seed_hypervisor_lvm_groups_with_data:
# Seed LVM volume group for data. See mrlesmithjr.manage-lvm role for format.
#seed_hypervisor_lvm_group_data:
# List of disks for use by seed hypervisor LVM data volume group. Default to an
# invalid value to require configuration.
#seed_hypervisor_lvm_group_data_disks:
# List of LVM logical volumes for the data volume group.
#seed_hypervisor_lvm_group_data_lvs:
# Libvirt storage LVM backing volume.
#seed_hypervisor_lvm_group_data_lv_libvirt_storage:
# Size of libvirt storage LVM backing volume.
#seed_hypervisor_lvm_group_data_lv_libvirt_storage_size:
# Filesystem for libvirt storage LVM backing volume. ext4 allows for shrinking.
#seed_hypervisor_lvm_group_data_lv_libvirt_storage_fs:
###############################################################################
# Seed hypervisor libvirt storage pool configuration.
# List of libvirt storage pools for the seed hypervisor.
#seed_hypervisor_libvirt_pools:
# Libvirt storage pool for the seed VM.
#seed_hypervisor_libvirt_pool:
# Name of the libvirt storage pool for the seed VM.
#seed_hypervisor_libvirt_pool_name:
# Capacity of the libvirt storage pool for the seed VM.
#seed_hypervisor_libvirt_pool_capacity:
# Directory path of the libvirt storage pool for the seed VM.
#seed_hypervisor_libvirt_pool_path:
# Directory mode of the libvirt storage pool for the seed VM.
#seed_hypervisor_libvirt_pool_mode:
# Directory owner of the libvirt storage pool for the seed VM.
#seed_hypervisor_libvirt_pool_owner:
# Directory group of the libvirt storage pool for the seed VM.
#seed_hypervisor_libvirt_pool_group:
###############################################################################
# Seed hypervisor libvirt network configuration.
# List of libvirt networks for the seed hypervisor.
#seed_hypervisor_libvirt_networks:
###############################################################################
# Seed hypervisor sysctl configuration.
# Dict of sysctl parameters to set.
#seed_hypervisor_sysctl_parameters:
###############################################################################
# Seed hypervisor user configuration.
# List of users to create. This should be in a format accepted by the
# singleplatform-eng.users role.
#seed_hypervisor_users:
###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743: yes