8897ea6d35
Change-Id: I4857e170ad75d2824701df583d1312b3398b93f4
58 lines
1.5 KiB
YAML
58 lines
1.5 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:
|
|
|
|
# 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/focal/current/focal-server-cloudimg-amd64.img"
|
|
# when os_distribution is "ubuntu", or
|
|
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603.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
|