From 9d585beddc47e1142588fbf7f9720d032dcfed22 Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Wed, 30 Dec 2020 08:45:14 +0000 Subject: [PATCH] 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 --- configs/default.config | 2 +- configs/hp01.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/default.config b/configs/default.config index c05c08b..73dfd3b 100644 --- a/configs/default.config +++ b/configs/default.config @@ -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 diff --git a/configs/hp01.config b/configs/hp01.config index 181e773..eccd7e7 100644 --- a/configs/hp01.config +++ b/configs/hp01.config @@ -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"