]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tests: set rgw_instances in collect-logs.yml
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 30 Sep 2021 09:32:12 +0000 (11:32 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 30 Sep 2021 14:13:34 +0000 (16:13 +0200)
in order to gather rgw logs, we need rgw_instances to be set.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
tests/functional/collect-logs.yml

index 68648b6c2d77c4fb8e79affb742ee532d0037ccb..9b314dfaa45c6ad84e2b89ade60d251b6ce3a312 100644 (file)
         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' }}"