kayobe/etc/kayobe/seed-vm.yml

67 lines
1.7 KiB
YAML

---
###############################################################################
# Seed node VM configuration.
# Name of the seed VM.
#seed_vm_name:
# Memory in MB.
#seed_vm_memory_mb:
# Number of vCPUs.
#seed_vm_vcpus:
# List of volumes.
#seed_vm_volumes:
# Root volume.
#seed_vm_root_volume:
# Data volume.
#seed_vm_data_volume:
# Name of the storage pool for the seed VM volumes.
#seed_vm_pool:
# Capacity of the seed VM root volume.
#seed_vm_root_capacity:
# Format of the seed VM root volume.
#seed_vm_root_format:
# Base image for the seed VM root volume. Default is
# "https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img"
# when os_distribution is "ubuntu",
# https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
# when os_distribution is "rocky",
# or
# "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20221206.0.x86_64.qcow2"
# otherwise.
#seed_vm_root_image:
# Capacity of the seed VM data volume.
#seed_vm_data_capacity:
# Format of the seed VM data volume.
#seed_vm_data_format:
# List of network interfaces to attach to the seed VM. Format is as accepted by
# the stackhpc.libvirt-vm role's libvirt_vms.interfaces variable. Default is
# one interface for each network in 'network_interfaces'.
#
# Example with one interface connected to a libvirt network called
# 'libvirt-net', and another interface directly plugged into a host device
# called 'eth1':
#
# seed_vm_interfaces:
# - network: libvirt-net
# - type: direct
# source:
# dev: eth1
#
#seed_vm_interfaces:
###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743: yes