15 lines
413 B
Plaintext
15 lines
413 B
Plaintext
# Default temporary Internet settings.
|
|
|
|
set -g VM_TEMP_NET_BRIDGE vmbr1
|
|
set -g VM_TEMP_NET_MODEL virtio
|
|
|
|
set -g VM_TEMP_NET_IP "192.0.2.100/24"
|
|
set -g VM_TEMP_NET_GATEWAY "192.0.2.1"
|
|
|
|
# Default template settings.
|
|
|
|
set -g VM_TEMPLATE_BRIDGE vmbr0
|
|
set -g VM_TEMPLATE_BRIDGES vmbr0 vmbr1 vmbr2
|
|
|
|
set -g VM_TEMPLATE_IMAGE "/root/os_images/debian-13-generic-amd64.qcow2"
|
|
set -g VM_TEMPLATE_STORAGE netapp-lvm |