From: Sébastien Han Date: Fri, 9 Feb 2018 17:11:07 +0000 (+0100) Subject: test: add test for restart on new container image X-Git-Tag: v3.0.25~4 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=fa51f7eb7c3af8eab9387b6e040b622c0d96e952;p=ceph-ansible.git test: add test for restart on new container image Since we have a task to test the handlers we can test a new container to validate the service restart on a new container image. Signed-off-by: Sébastien Han (cherry picked from commit 79864a8936e8c25ac66bba3cee48d7721453a6af) Signed-off-by: Sébastien Han --- diff --git a/tests/functional/centos/7/cluster/ceph-override.json b/tests/functional/centos/7/cluster/ceph-override.json index 965e361f9..5a3999634 100644 --- a/tests/functional/centos/7/cluster/ceph-override.json +++ b/tests/functional/centos/7/cluster/ceph-override.json @@ -5,4 +5,5 @@ "osd_pool_default_size": 1 } } + "ceph_docker_image_tag": "tag-stable-3.0-luminous-ubuntu-16.04" }