]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
test: add test for containers resources changes
authorSébastien Han <seb@redhat.com>
Fri, 9 Feb 2018 17:15:25 +0000 (18:15 +0100)
committerSébastien Han <seb@redhat.com>
Wed, 14 Feb 2018 01:01:29 +0000 (02:01 +0100)
We change the ceph_mon_docker_memory_limit on the second run, this
should trigger a restart of services.

Signed-off-by: Sébastien Han <seb@redhat.com>
tests/functional/centos/7/cluster/ceph-override.json

index 5a3999634fb39378899a0e52e7af42a43c7d206d..b2d765be538162187d3231bbe964b862400877df 100644 (file)
@@ -4,6 +4,7 @@
                        "osd_pool_default_pg_num": 12,
                        "osd_pool_default_size": 1
                }
-       }
-  "ceph_docker_image_tag": "tag-stable-3.0-luminous-ubuntu-16.04"
+       },
+  "ceph_docker_image_tag": "tag-stable-3.0-luminous-ubuntu-16.04",
+  "ceph_mon_docker_memory_limit": "2g"
 }