]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: avoid 'Cannot allocate memory' error in testinfra
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 13 Feb 2019 16:12:39 +0000 (17:12 +0100)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Thu, 14 Feb 2019 10:34:37 +0000 (10:34 +0000)
```
------------------------------ Captured log setup ------------------------------
display.py                 174 INFO     Wednesday 13 February 2019  15:54:15 +0000 (0:00:07.787)       0:02:11.607 ****
ansible.py                  61 INFO     RUN Ansible('setup', None, {'check': True, 'become': False}): {'_ansible_no_log': False,
 '_ansible_parsed': False,
 '_ansible_verbose_override': True,
 'changed': False,
 'module_stderr': u'Connection to 192.168.121.87 closed.\r\n',
 'module_stdout': u'bash: /bin/sh: Cannot allocate memory\r\n',
 'msg': u'MODULE FAILURE\nSee stdout/stderr for the exact error',
 'rc': 126}
```

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
tests/functional/lvm-auto-discovery/container/vagrant_variables.yml

index 6bf2bcd2020681af81fa12da7132572f47f01b45..77e357824e21c8699151d157ca47d5f5455d49aa 100644 (file)
@@ -27,7 +27,7 @@ cluster_subnet: 192.168.40
 
 # MEMORY
 # set 1024 for CentOS
-memory: 1024
+memory: 2048
 
 # Ethernet interface name
 # use eth1 for libvirt and ubuntu precise, enp0s8 for CentOS and ubuntu xenial