Skip to content

Commit 74ce085

Browse files
Merge pull request #696 from rackerlabs/ipa-systemd-wait-online-again
fix: IPA: systemd wait online again
2 parents a6b71a0 + 521df4b commit 74ce085

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

.github/workflows/build-ironic-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
make_latest: true
137137
fail_on_unmatched_files: true
138138
files: ironic-images/upload/*
139-
if: ${{ github.ref == 'refs/heads/main' }}
139+
if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch' }}
140140

141141
cleanup:
142142
runs-on: ubuntu-latest
File renamed without changes.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# We need to explicitly disable systemd-networkd's default of launching DHCP
2+
# client on all ethernet interfaces because this is already handled by the
3+
# dhcp-all-interfaces script that comes with IPA
4+
[Match]
5+
Name=en*
6+
7+
[Network]
8+
DHCP=no
File renamed without changes.

0 commit comments

Comments
 (0)