f4eaa98084
Change-Id: I2ed9da2580a83f167d4b10b747e0f8225c235afe
55 lines
1.4 KiB
YAML
55 lines
1.4 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.centos.org/centos/8/x86_64/images/CentOS-8-GenericCloud-8.3.2011-20201204.2.x86_64.qcow2".
|
|
#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
|