forked from jimlee2048/fedora-coreos-proxmox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate_deploy.conf
24 lines (20 loc) · 1.05 KB
/
template_deploy.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# template vm vars
TEMPLATE_NAME="TMPLT-fcos" # Template VM name append with <flactar_version> in Proxmox GUI
TEMPLATE_RECREATE="false" # Fore recreate template ?
# Note: If you want only update hook script and Template_Ignition file, you can keep it as false, these files are always overwritten
TEMPLATE_VMID="8002" # VMID of Template VM
TEMPLATE_VMSTORAGE="local-lvm" # Target storage for template VM
SNIPPET_STORAGE="local" # Target storage for snippets files
VMDISK_OPTIONS=",discard=on"
TEMPLATE_MEMORY="4096" # Amount of RAM for the template VM in MB
TEMPLATE_CPU_TYPE="host" # Emulated CPU type
TEMPLATE_CPU_CORE="4" # The number of cores for template VM
# 0-False, 1-True
TEMPLATE_AUTOSTART="1" # Whether the VM will be automatic restart after crash
TEMPLATE_ONBOOT="1" # Whether the VM will be started during system bootup.
TEMPLATE_IGNITION="fcos-base-tmplt.yaml"
# fcos image version
STREAMS=stable # The stream you decide to use
VERSION=37.20230218.3.0 # You need to bump it to latest version manually
PLATEFORM=qemu
BASEURL=https://builds.coreos.fedoraproject.org