Skip to content

Commit e89a2ae

Browse files
authored
Merge pull request #604 from stackhpc/NetworkManager-config-server
Add NetworkManager-config-server rpm to Rocky Linux deployment image
2 parents f80ea66 + 4170fec commit e89a2ae

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

etc/kayobe/stackhpc-overcloud-dib.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ stackhpc_overcloud_dib_packages:
7272
- "{% if os_distribution == 'ubuntu' %}curl{% endif %}"
7373
- "{% if os_distribution == 'ubuntu' %}apt-utils{% endif %}"
7474
- "{% if os_distribution == 'centos' %}openssh-clients{% endif %}"
75+
- "{% if os_distribution == 'rocky' %}NetworkManager-config-server{% endif %}"
7576

7677
# StackHPC overcloud DIB image block device configuration.
7778
# This image layout conforms to the CIS partition benchmarks.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
fixes:
3+
- |
4+
Added ``NetworkManager-config-server`` package to Rocky Linux 9 deployment
5+
image. Which prevents NetworkManager from automatically running DHCP on
6+
unconfigured ethernet devices and allows connections with static IP
7+
addresses to be brought up even on ethernet devices with no carrier.

0 commit comments

Comments
 (0)