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.2.0beta1~28 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=bbb869133563c3b0ddd0388727b894306b6b8b26;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 --- diff --git a/tests/functional/centos/7/cluster/vagrant_variables.yml b/tests/functional/centos/7/cluster/vagrant_variables.yml index ed8acb687..1b3c5f849 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