From: Guillaume Abrioux Date: Mon, 11 Jun 2018 08:49:39 +0000 (+0200) Subject: tests: increase memory to 1024Mb for centos7_cluster scenario X-Git-Tag: v3.0.37~13 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=342804a2e1c5d876c7651592c3842a774a4b5706;p=ceph-ansible.git tests: increase memory to 1024Mb for centos7_cluster scenario we see more and more failure like `fatal: [mon0]: UNREACHABLE! => {}` in `centos7_cluster` scenario, Since we have 30Gb RAM on hypervisors, we can give monitors a bit more RAM. By the way, nodes on containerized cluster testing scenario have already 1024Mb memory allocated. Signed-off-by: Guillaume Abrioux (cherry picked from commit bbb869133563c3b0ddd0388727b894306b6b8b26) Signed-off-by: Guillaume Abrioux --- diff --git a/tests/functional/centos/7/cluster/vagrant_variables.yml b/tests/functional/centos/7/cluster/vagrant_variables.yml index 4a73aec71..d83690780 100644 --- a/tests/functional/centos/7/cluster/vagrant_variables.yml +++ b/tests/functional/centos/7/cluster/vagrant_variables.yml @@ -27,7 +27,7 @@ cluster_subnet: 192.168.2 # MEMORY # set 1024 for CentOS -memory: 512 +memory: 1024 # Ethernet interface name # use eth1 for libvirt and ubuntu precise, enp0s8 for CentOS and ubuntu xenial