-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvm.conf.template
More file actions
28 lines (21 loc) · 921 Bytes
/
vm.conf.template
File metadata and controls
28 lines (21 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Configuration file for the vm.sh script This file is sourced at the start of
# the vm.sh script and contains mandatory environment variables needed for the
# script to work as well as some optional variables.
#
# The configuration file must be named vm.conf and must be stored in the same
# directory as the vm.sh script
# Mandatory environment variables
# Public ssh key to be injected to the quest
SSH_PUBKEY=
# Existing lvm volume group that also contains the THIN_POOL specified below.
# To be used to create thin lvs for the VMs.
LVM_VG=
# Existing lvm thin pool logical volume created in the LVM_VG specified above.
# To be used to create thin lvs for the VMs.
THIN_POOL=
# Username to use with RH services such as brew
RH_USERNAME=
# Optional environament variables
# Directory to store test results. By default this is going to be create in the
# same directory where vm.sh script resides
# RESULTS_DIR=