ceph-ansible/tests/functional
Guillaume Abrioux 0f620b2584 tests: add more memory in podman job
Typical error :

```
fatal: [mon1 -> mon0]: FAILED! => changed=true
  cmd:
  - podman
  - exec
  - ceph-mon-mon0
  - ceph
  - config
  - set
  - mgr
  - mgr/dashboard/ssl
  - 'false'
  delta: '0:00:00.644870'
  end: '2019-07-30 10:17:32.715639'
  msg: non-zero return code
  rc: 1
  start: '2019-07-30 10:17:32.070769'
  stderr: |-
    Traceback (most recent call last):
      File "/usr/bin/ceph", line 140, in <module>
        import rados
    ImportError: libceph-common.so.0: cannot map zero-fill pages: Cannot allocate memory
    Error: exit status 1
  stderr_lines: <omitted>
  stdout: ''
  stdout_lines: <omitted>
```

Let's add more memory to get around this issue.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2019-07-30 13:52:44 +02:00
..
add-mdss dashboard: enable dashboard by default 2019-07-29 14:42:45 +02:00
add-mgrs dashboard: enable dashboard by default 2019-07-29 14:42:45 +02:00
add-mons dashboard: enable dashboard by default 2019-07-29 14:42:45 +02:00
add-osds dashboard: enable dashboard by default 2019-07-29 14:42:45 +02:00
add-rbdmirrors dashboard: enable dashboard by default 2019-07-29 14:42:45 +02:00
add-rgws dashboard: enable dashboard by default 2019-07-29 14:42:45 +02:00
all_daemons dashboard: enable dashboard by default 2019-07-29 14:42:45 +02:00
collocation dashboard: enable dashboard by default 2019-07-29 14:42:45 +02:00
infra_lv_create Fix units and add ability to have a dedicated instance 2019-06-10 18:18:46 +02:00
lvm-auto-discovery dashboard: enable dashboard by default 2019-07-29 14:42:45 +02:00
lvm-batch dashboard: enable dashboard by default 2019-07-29 14:42:45 +02:00
lvm-osds dashboard: enable dashboard by default 2019-07-29 14:42:45 +02:00
migrate_ceph_disk_to_ceph_volume Fix units and add ability to have a dedicated instance 2019-06-10 18:18:46 +02:00
ooo-collocation align cephfs pool creation 2019-06-13 09:44:05 +02:00
podman tests: add more memory in podman job 2019-07-30 13:52:44 +02:00
rgw-multisite dashboard: enable dashboard by default 2019-07-29 14:42:45 +02:00
shrink_mds dashboard: enable dashboard by default 2019-07-29 14:42:45 +02:00
shrink_mgr dashboard: enable dashboard by default 2019-07-29 14:42:45 +02:00
shrink_mon dashboard: enable dashboard by default 2019-07-29 14:42:45 +02:00
shrink_osd dashboard: enable dashboard by default 2019-07-29 14:42:45 +02:00
shrink_rbdmirror dashboard: enable dashboard by default 2019-07-29 14:42:45 +02:00
shrink_rgw tests/functional: add a test for shrink-rgw.yml 2019-07-30 08:45:57 +02:00
tests igw: Update tests to use ceph-iscsi package 2019-07-03 22:13:19 +02:00
.gitignore tests: ignore folders created by ceph-ansible during testing 2016-11-08 10:35:43 -06:00
dev_setup.yml tests: clean nfs_ganesha variables 2019-06-26 08:58:51 +02:00
lvm_setup.yml ansible: use 'bool' filter on boolean conditionals 2019-06-06 10:21:17 +02:00
reboot.yml tests/functional: Use the ansible reboot module 2019-03-27 08:30:50 +00:00
rgw_multisite.yml ansible: use 'bool' filter on boolean conditionals 2019-06-06 10:21:17 +02:00
rhcs_setup.yml ansible: use 'bool' filter on boolean conditionals 2019-06-06 10:21:17 +02:00
setup.yml Remove NBSP characters 2019-07-26 16:09:23 -04:00