9087b242b8
Change-Id: Id420053d2489145795f56436a8247989fd406448
73 lines
1.9 KiB
YAML
73 lines
1.9 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/noble/current/noble-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:
|
|
|
|
# Boot firmware. Possible values are 'bios' or 'efi'. Default is 'efi'.
|
|
#seed_vm_boot_firmware:
|
|
|
|
# Machine type. Libvirt default configuration is used.
|
|
#seed_vm_machine:
|
|
|
|
###############################################################################
|
|
# Dummy variable to allow Ansible to accept this file.
|
|
workaround_ansible_issue_8743: yes
|