]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: increase memory to 1024Mb for centos7_cluster scenario
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 11 Jun 2018 08:49:39 +0000 (10:49 +0200)
committerSébastien Han <seb@redhat.com>
Mon, 11 Jun 2018 15:52:15 +0000 (23:52 +0800)
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 <gabrioux@redhat.com>
tests/functional/centos/7/cluster/vagrant_variables.yml

index ed8acb6871ab266311647c631a6bd5e853c88e91..1b3c5f849c01b15c4fff7b9fc21b88dbe91f8b75 100644 (file)
@@ -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