Skip to content

Commit

Permalink
Merge pull request #391 from openstack-k8s-operators/must_gather
Browse files Browse the repository at this point in the history
Added missing namespaces in os_must_gather role
  • Loading branch information
openshift-merge-robot authored Jul 21, 2023
2 parents 3c13f58 + 471141c commit 7818f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_framework/roles/os_must_gather/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
PATH: "{{ cifmw_path }}"
ansible.builtin.shell: |
mkdir -p {{ cifmw_os_must_gather_output_dir }}/logs/oc_inspect
for ns in openstack-operators openstack baremetal-operator-system openshift-machine-api; do
for ns in openstack-operators openstack baremetal-operator-system openshift-machine-api cert-manager openshift-nmstate metallb-system; do
oc adm inspect namespace/"${ns}" --dest-dir={{ cifmw_os_must_gather_output_dir }}/logs/oc_inspect || echo "Error getting logs from ${ns}"
done

0 comments on commit 7818f63

Please sign in to comment.