38 lines
815 B
YAML
38 lines
815 B
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.
|
|
#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:
|
|
|
|
###############################################################################
|
|
# Dummy variable to allow Ansible to accept this file.
|
|
workaround_ansible_issue_8743: yes
|