Skip to content

Commit d1242e4

Browse files
slawqopablintino
authored andcommitted
Add "tobiko" namespace to be gathered by the openstack-must-gather
This namespace is used by Tobiko to run e.g. background ping POD (and other PODs with background tasks in the future) and it would be nice to have logs from those PODs gathered in the CI job's results.
1 parent 04da430 commit d1242e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/os_must_gather/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cifmw_os_must_gather_image_registry: "quay.rdoproject.org/openstack-k8s-operator
2323
cifmw_os_must_gather_output_dir: "{{ cifmw_basedir | default(ansible_user_dir ~ '/ci-framework-data') }}"
2424
cifmw_os_must_gather_repo_path: "{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/openstack-must-gather"
2525
cifmw_os_must_gather_timeout: "10m"
26-
cifmw_os_must_gather_additional_namespaces: "kuttl,openshift-storage,openshift-marketplace,sushy-emulator"
26+
cifmw_os_must_gather_additional_namespaces: "kuttl,openshift-storage,openshift-marketplace,sushy-emulator,tobiko"
2727
cifmw_os_must_gather_namespaces:
2828
- openstack-operators
2929
- openstack

0 commit comments

Comments
 (0)