Update server IP, and default node count to 9

* Although the default is 9, 1 is 8GB and 1 extra for juju, which
  oversubscribes the memory to 44GB
This commit is contained in:
Arif Ali 2020-12-30 08:45:14 +00:00
parent f617c3eebb
commit 9d585beddc
Signed by: arif
GPG Key ID: 369608FBA1353A70
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ control_count=1
control_cpus=3
control_ram=8192
node_count=11
node_count=9
node_start=1
node_cpus=2
node_ram=4096

View File

@ -1,5 +1,5 @@
hypervisor_name=hp01
hypervisor_ip=10.0.1.252
hypervisor_ip=10.0.1.251
hypervisor_mac="e0:07:1b:ff:27:48"
storage_path="/var/lib/vz/maas"