dell / omnia

An open-source toolkit for deploying and managing high performance clusters for HPC, AI, and data analytics workloads.
https://omnia-doc.readthedocs.io/en/latest/index.html
Apache License 2.0
219 stars 115 forks source link

DHCP not working properly in management network container #742

Closed Shubhangi-dell closed 2 years ago

Shubhangi-dell commented 2 years ago

Describe the bug IPs are not getting assigned properly.

To Reproduce Run control_plane.yml

Expected behavior IPs should be assigned faster

j0hnL commented 2 years ago

i'm not sure this fixed the issue. I still see failure when trying to configure management network container as seen in issue #736

Shubhangi-dell commented 2 years ago

Hi John, Actually, this fix is for Omnia 1.2. For issue #736, I think there is some change in centos 8. Will modify it as soon as possible.

j0hnL commented 2 years ago

@Shubhangi-dell it looks like this is a problem when we are not configuring the switches using:

in control_plane/input_params/base_vars.yml

ethernet_switch_support: false

Does the management network container need to be launched if Omnia is not managing switches?

DeepikaKrishnaiah commented 2 years ago

@j0hnL, Setting ethernet_switch_support: false does not turn off management network container. We use management network container to configure TOR switch, host switch, powervault and also to assign IPs to iDRACs. We are working on, providing a new variable which when set to false does not bring up management network container. We'll provide this fix asap.

Shubhangi-dell commented 2 years ago

Solved in devel branch in Issue https://github.com/dellhpc/omnia/pull/834