From: Guillaume Abrioux Date: Thu, 30 Sep 2021 09:32:12 +0000 (+0200) Subject: tests: set rgw_instances in collect-logs.yml X-Git-Tag: v4.0.67~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a8026b3516f36843452981dbb7c5d89167d11593;p=ceph-ansible.git tests: set rgw_instances in collect-logs.yml in order to gather rgw logs, we need rgw_instances to be set. Signed-off-by: Guillaume Abrioux (cherry picked from commit c2e46fe5a5b9ebeab0828da1b7dd6540b3766fb2) --- diff --git a/tests/functional/collect-logs.yml b/tests/functional/collect-logs.yml index 68648b6c2..9b314dfaa 100644 --- a/tests/functional/collect-logs.yml +++ b/tests/functional/collect-logs.yml @@ -11,6 +11,10 @@ name: ceph-facts tasks_from: container_binary.yml + - import_role: + name: ceph-facts + tasks_from: set_radosgw_address.yml + - name: set_fact ceph_cmd set_fact: ceph_cmd: "{{ container_binary + ' run --rm --net=host -v /etc/ceph:/etc/ceph:z -v /var/lib/ceph:/var/lib/ceph:z -v /var/run/ceph:/var/run/ceph:z --entrypoint=ceph ' + ceph_docker_registry + '/' + ceph_docker_image + ':' + ceph_docker_image_tag if containerized_deployment | bool else 'ceph' }}"