Skip to content

Commit

Permalink
Merge pull request #724 from gibizer/log-gathering-etc
Browse files Browse the repository at this point in the history
[artifacts]Gather the whole /etc
  • Loading branch information
openshift-ci[bot] authored Oct 27, 2023
2 parents 3220dba + 5563057 commit ed7f187
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci_framework/roles/artifacts/tasks/edpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@
sudo test -d /var/lib/openstack && sudo cp -a /var/lib/openstack /tmp/{{ host_ip }}
sudo test -d /var/lib/config-data && sudo cp -a /var/lib/config-data /tmp/{{ host_ip }}
sudo test -d /var/lib/cloud && sudo cp -a /var/lib/cloud /tmp/{{ host_ip }}
sudo test -d /etc/nftables && sudo cp -a /etc/nftables /tmp/{{ host_ip }}
sudo test -d /etc/os-net-config && sudo cp -a /etc/os-net-config /tmp/{{ host_ip }}
sudo test -d /etc && sudo cp -RP /etc /tmp/{{ host_ip }}
sudo find /tmp/{{ host_ip }} -type d -exec chmod ugoa+rx '{}' \;
sudo find /tmp/{{ host_ip }} -type f -exec chmod ugoa+r '{}' \;
command -v ovs-vsctl && sudo ovs-vsctl list Open_vSwitch > /tmp/{{ host_ip }}/ovs_vsctl_list_openvswitch.txt
Expand Down

0 comments on commit ed7f187

Please sign in to comment.