feat(LXC): add networks; closes #2
Some checks failed
CI / build (push) Failing after 3m42s
CI / lint (push) Failing after 3m8s
CI / pkl-validate (push) Successful in 13s
CI / integration-tests (push) Has been skipped
CI / conformance-tests (latest) (push) Has been skipped

This commit is contained in:
2026-02-17 23:13:27 +01:00
parent 48451c6717
commit b8b1bbcdf7
6 changed files with 75 additions and 0 deletions

View File

@@ -34,5 +34,8 @@ forma {
cores = 2
memory = 1024
onboot = 1
networks = new Listing<String> {
"name=first,hwaddr=BC:24:11:FD:90:BF,bridge=internal"
}
}
}

View File

@@ -36,5 +36,9 @@ forma {
password = "abcd"
cores = 1
memory = 512
networks = new Listing<String> {
"name=first,hwaddr=BC:24:11:FD:90:BF,bridge=internal"
"name=second,hwaddr=BC:24:11:FD:90:BF,bridge=internal"
}
}
}