maas-autobuilder/examples/hypervisor.config.example.bridge
Arif Ali f741007501
Update bootstrap-maas, auto calculate node_count
* 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
2020-12-30 09:36:48 +00:00

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")