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
22 lines
249 B
Plaintext
22 lines
249 B
Plaintext
storage_path="/storage/images/maas"
|
|
|
|
compute="maas-node"
|
|
|
|
control_count=0
|
|
|
|
node_count=20
|
|
node_start=1
|
|
node_cpus=4
|
|
node_ram=4096
|
|
|
|
disks=()
|
|
disks+=(50)
|
|
disks+=(100)
|
|
disks+=(100)
|
|
|
|
network_type=network
|
|
|
|
networks=()
|
|
networks+=("maas")
|
|
networks+=("maas")
|