1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-13 17:17:23 +01:00

change from vagrant to lxd as the virtualization system

This commit is contained in:
downtownallday
2024-09-02 17:09:59 -04:00
parent a79a6c00eb
commit a1d6f67135
23 changed files with 1591 additions and 19 deletions

View File

@@ -0,0 +1,10 @@
# defaults for lxd image creation using
# tests/bin/provision_functions.sh::provision_start()
DEFAULT_LXD_IMAGE="preloaded-ubuntu-jammy"
DEFAULT_LXD_INST_OPTS=(
"-p" "default"
"-p" "bridgenet"
"-c" "limits.cpu=1"
"-c" "limits.memory=2GiB"
)