Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to update fsdp_setup scripts #135

Open
dledford opened this issue Dec 14, 2023 · 4 comments
Open

Need to update fsdp_setup scripts #135

dledford opened this issue Dec 14, 2023 · 4 comments
Assignees

Comments

@dledford
Copy link
Member

When adding the NVMe drives, we changed what cards are installed in nodes 01 and 02, and also removed the bifurcating PCI-e card from the Mellanox cards in nodes 09 and 10. We need to update the machine definition files in the fsdp_setup scripts to compensate.

@dledford dledford self-assigned this Dec 14, 2023
@PatrickRobbIOL
Copy link

Lincoln suggested we simply create an ansible directory at the top of https://github.com/OpenFabrics/fsdp_setup

instead of making an entirely new directory. This is mainly because there isn't a technical reason for a 2nd repo as opposed to a simple directory, working solely within fsdp_setup allows us to remove/add components from the bash script and to the ansible setup script in 1 PR, and because this repo is already automatically checked out to the cluster hosts.

Does this sound okay?

@dledford
Copy link
Member Author

Per the network manager team:

Device renaming requires udev rules (NM doesn't do any renaming)

Creating persistent state can be done in one of two ways:

Drop a yaml file in /etc/nmstate and enable the nmstate.service

Wipe out and create new files in /etc/NetworkManager/system-connections/ to represent the devices

@CodyChengIOL
Copy link

RHEL 7 isn't supported by nmstate so we are going to stick with using the systemd method of setting up the network interfaces. Once we drop support for RHEL 7, we can consider using nmstate to set up the network interfaces.

@dledford
Copy link
Member Author

dledford commented Oct 1, 2024

I think we can safely drop rhel7 support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants