feat(LXC): add networks; closes #2
This commit is contained in:
3
testdata/resource-update.pkl
vendored
3
testdata/resource-update.pkl
vendored
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
4
testdata/resource.pkl
vendored
4
testdata/resource.pkl
vendored
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user