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
21 lines
335 B
SYSTEMD
21 lines
335 B
SYSTEMD
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=network
|
|
|
|
networks=()
|
|
networks+=("maas")
|
|
networks+=("maas")
|