From b0c72d0c9bf3ccdf2549d9f5ddeca49085aae636 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Fri, 22 Sep 2017 18:28:58 +0400 Subject: Adjust memory allocation size * [baremetal] add memory to contollers & salt master * tune up sysctl vm.dirty* for compute nodes * upgrade packages to get the latest versions (https://bugs.launchpad.net/cinder/+bug/1641312) Change-Id: I9ad22206f2f3f11e1da3f93c7a0931c592adf1cf Signed-off-by: Michael Polenchuk (cherry picked from commit 87310fb8edfe49b9621fe4410ae52d989072e3c5) --- mcp/config/scenario/baremetal/os-nosdn-ovs-ha.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mcp/config/scenario/baremetal/os-nosdn-ovs-ha.yaml') diff --git a/mcp/config/scenario/baremetal/os-nosdn-ovs-ha.yaml b/mcp/config/scenario/baremetal/os-nosdn-ovs-ha.yaml index 6e55038fc..c5820be09 100644 --- a/mcp/config/scenario/baremetal/os-nosdn-ovs-ha.yaml +++ b/mcp/config/scenario/baremetal/os-nosdn-ovs-ha.yaml @@ -9,6 +9,9 @@ virtual: nodes: - cfg01 - mas01 + cfg01: + vcpus: 4 + ram: 6144 mas01: vcpus: 4 - ram: 16384 + ram: 6144 -- cgit 1.2.3-korg