Skip to content

Commit 1e2cb21

Browse files
committed
Configure network port in new mev ts for dhcp
1 parent 10e9773 commit 1e2cb21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ipu.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def __init__(self, config: NodeConfig, external_port: str, network_api_port: str
7575

7676
def _boot_iso(self, iso: str) -> None:
7777
assert self.config.ip
78+
dhcpConfig.configure_iso_network_port(self.network_api_port, self.config.ip)
7879
dhcpConfig.configure_dhcpd(self.config)
7980
self._redfish_boot_ipu(self.external_port, self.config, iso)
8081
# wait on install + reboot to complete

0 commit comments

Comments
 (0)