ceph-ansible/tests/functional/centos/7
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
..
add-osds tests: add tests for day-2-operation playbook 2018-10-17 11:26:11 +00:00
add-osds-container add-osds: followup on 3632b26 2018-10-17 17:07:25 +02:00
bs-lvm-osds ceph_volume: refactor 2018-10-10 16:08:41 -04:00
bs-lvm-osds-container ceph_volume: refactor 2018-10-10 16:08:41 -04:00
cluster test: convert all the tests to use lvm 2018-10-29 15:33:12 +01:00
docker test: convert all the tests to use lvm 2018-10-29 15:33:12 +01:00
docker-collocation test: convert all the tests to use lvm 2018-10-29 15:33:12 +01:00
infra_lv_create tests: adds a testing scenario for lv-create and lv-teardown 2018-08-16 16:38:23 +02:00
lvm-batch tests: remove journal_size from lvm-batch testing scenario 2018-10-09 10:09:50 -04:00
lvm-batch-container ceph_volume: refactor 2018-10-10 16:08:41 -04:00
lvm-osds test: convert all the tests to use lvm 2018-10-29 15:33:12 +01:00
lvm-osds-container test: convert all the tests to use lvm 2018-10-29 15:33:12 +01:00
ooo-collocation tests: add an RGW node on osd0 for ooo-collocation 2018-09-24 14:35:25 +02:00
rgw-multisite tests: add more memory for rgw_multsite scenarios 2018-10-30 14:00:28 +01:00
rgw-multisite-container tests: add more memory for rgw_multsite scenarios 2018-10-30 14:00:28 +01:00
shrink_osd test: convert all the tests to use lvm 2018-10-29 15:33:12 +01:00
shrink_osd_container test: convert all the tests to use lvm 2018-10-29 15:33:12 +01:00