Skip to content

Commit 3473f59

Browse files
Merge pull request #7854 from dtantsur/baremetal-gather
OCPBUGS-27092: baremetal: gather all recently refactored services
2 parents 5051360 + c96e13a commit 3473f59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/data/bootstrap/files/usr/local/bin/installer-gather.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ done
3434

3535
echo "Gathering bootstrap journals ..."
3636
mkdir -p "${ARTIFACTS}/bootstrap/journals"
37-
for service in approve-csr bootkube crio crio-configure ironic kubelet master-bmh-update release-image release-image-download sssd
37+
for service in approve-csr bootkube crio crio-configure image-customization ironic ironic-dnsmasq ironic-httpd ironic-ramdisk-logs \
38+
kubelet master-bmh-update release-image release-image-download sssd
3839
do
3940
journalctl --boot --no-pager --output=short --unit="${service}" > "${ARTIFACTS}/bootstrap/journals/${service}.log"
4041
done

0 commit comments

Comments
 (0)