maas-autobuilder/configs/default.config
Arif Ali 098be2f389
Many update
* 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
2020-12-26 20:03:28 +00:00

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