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
41 lines
570 B
Plaintext
41 lines
570 B
Plaintext
external_vlan=1
|
|
|
|
qemu_connection="qemu+ssh://virsh@${hypervisor_ip}/system"
|
|
qemu_password="SgUoBByKjG9Lj78SwfWAHXD8DvgE67Cu"
|
|
|
|
storage_path="/var/lib/libvirt/maas-images"
|
|
|
|
control_count=1
|
|
control_cpus=3
|
|
control_ram=8192
|
|
|
|
node_count=11
|
|
node_start=1
|
|
node_cpus=2
|
|
node_ram=4096
|
|
|
|
disks=()
|
|
disks+=(50)
|
|
disks+=(20)
|
|
disks+=(20)
|
|
|
|
network_type=bridge
|
|
|
|
vlans=()
|
|
vlans+=(300)
|
|
vlans+=(301)
|
|
vlans+=(302)
|
|
vlans+=(303)
|
|
vlans+=(304)
|
|
vlans+=(305)
|
|
vlans+=(1)
|
|
|
|
bridges=()
|
|
bridges+=("br0")
|
|
bridges+=("br1")
|
|
bridges+=("br2")
|
|
bridges+=("br3")
|
|
bridges+=("br4")
|
|
bridges+=("br5")
|
|
bridges+=("br6")
|