0d1538156b
Synchronises the configuration with kayobe-config prior to creating a stable/ussuri branch. Depends-On: https://review.opendev.org/722326 Change-Id: I70cc73d13ff74e72ac82070337dc07e8047c7769
39 lines
934 B
YAML
39 lines
934 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. Default is
|
|
# "https://cloud.centos.org/centos/8/x86_64/images/CentOS-8-GenericCloud-8.1.1911-20200113.3.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:
|
|
|
|
###############################################################################
|
|
# Dummy variable to allow Ansible to accept this file.
|
|
workaround_ansible_issue_8743: yes
|