70 lines
2.4 KiB
YAML
70 lines
2.4 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 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
|