Skip to content

Commit

Permalink
tests: set rgw_instances in collect-logs.yml
Browse files Browse the repository at this point in the history
in order to gather rgw logs, we need rgw_instances to be set.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit c2e46fe)
  • Loading branch information
guits committed Sep 30, 2021
1 parent 77f8d7d commit f6fc6dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/functional/collect-logs.yml
Expand Up @@ -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' }}"
Expand Down

0 comments on commit f6fc6dc

Please sign in to comment.