ceph-ansible/tests/functional/centos/7/rgw-multisite-container
Guillaume Abrioux f52344300a tests: add more memory for rgw_multsite scenarios
Adding more memory to VMs for rgw_multisite scenarios could avoid this error
I have recently hit in the CI:

(It is worth it to set 1024Mb since there is only 2 nodes in those
scenarios.)

```
fatal: [osd0]: FAILED! => {
    "changed": false,
    "cmd": [
        "docker",
        "run",
        "--rm",
        "--entrypoint",
        "/usr/bin/ceph",
        "docker.io/ceph/daemon:latest-luminous",
        "--version"
    ],
    "delta": "0:00:04.799084",
    "end": "2018-10-29 17:10:39.136602",
    "rc": 1,
    "start": "2018-10-29 17:10:34.337518"
}

STDERR:

Traceback (most recent call last):
  File "/usr/bin/ceph", line 125, in <module>
    import rados
ImportError: libceph-common.so.0: cannot map zero-fill pages: Cannot allocate memory
```

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2018-10-30 14:00:28 +01:00
..
group_vars rgw: add testing scenario for rgw multisite 2018-10-30 14:00:28 +01:00
secondary tests: add more memory for rgw_multsite scenarios 2018-10-30 14:00:28 +01:00
Vagrantfile rgw: add testing scenario for rgw multisite 2018-10-30 14:00:28 +01:00
ceph-override.json rgw: add testing scenario for rgw multisite 2018-10-30 14:00:28 +01:00
hosts rgw: add testing scenario for rgw multisite 2018-10-30 14:00:28 +01:00
vagrant_variables.yml tests: add more memory for rgw_multsite scenarios 2018-10-30 14:00:28 +01:00