Arif Ali
f741007501
* Ensure that the boot-sources are done at the beginning to give it time to sync * Automatically calculate the amount of VMs depending on memory
23 lines
366 B
Plaintext
23 lines
366 B
Plaintext
qemu_connection="qemu+ssh://virsh@10.0.1.253/system"
|
|
qemu_password="seBGtkWFKZuFUFgig8NYU5uh"
|
|
storage_path="/var/lib/libvirt/maas-images"
|
|
|
|
compute="maas-node"
|
|
|
|
control_count=1
|
|
control_cpus=3
|
|
control_ram=8192
|
|
|
|
node_start=1
|
|
node_cpus=2
|
|
node_ram=4096
|
|
|
|
network_type=bridge
|
|
|
|
bridges=()
|
|
bridges+=("br0")
|
|
bridges+=("br1")
|
|
bridges+=("br2")
|
|
bridges+=("br3")
|
|
bridges+=("br4")
|