Arif Ali
098be2f389
* Move all configs into config directory * Move all examples into example directoy * Move all common functions into functions.sh * Fine tune a few other functions * Moved common hypervisor config away * Added examples for some of the hypervisor configs * Start work on snap enablement of boostrap-maas.sh script
24 lines
380 B
Plaintext
24 lines
380 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_count=11
|
|
node_start=1
|
|
node_cpus=2
|
|
node_ram=4096
|
|
|
|
network_type=bridge
|
|
|
|
bridges=()
|
|
bridges+=("br0")
|
|
bridges+=("br1")
|
|
bridges+=("br2")
|
|
bridges+=("br3")
|
|
bridges+=("br4")
|