Skip to content

[pull] master from NVIDIA:master#80

Open
pull[bot] wants to merge 627 commits into
jolorunyomi:masterfrom
NVIDIA:master
Open

[pull] master from NVIDIA:master#80
pull[bot] wants to merge 627 commits into
jolorunyomi:masterfrom
NVIDIA:master

Conversation

@pull

@pull pull Bot commented Dec 4, 2021

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull Bot added the ⤵️ pull label Dec 4, 2021
ajdecon and others added 29 commits April 26, 2022 14:06
Update Ansible to match Kubespray supported versions
See
https://developer.nvidia.com/blog/updating-the-cuda-linux-gpg-repository-key/
for details on the key changes.

This commit:

- Removes the nvidia-ml repo, which is deprecated and will not be
updated
- Updates the nvidia_cuda and nvidia_dcgm roles to use the new key and
install workflow
- Updates roles/requirements.txt to point to an updated version of
nvidia.nvidia_driver
Update default Slurm version to 21.08.8
This specifies the env path for the sudo user.
Add a basic playbook for installing Mellanox OFED
Share slurm.conf to have same of it - in case of configuring nodes and/or partitions.
Locate slurm.conf at /sw/.slurm/slurm.conf of controller where the /sw is nfs mount point to all of nodes.
Let /etc/slurm/slurm.conf be a soft link to it from nodes and controller.

Signed-off-by: Seyong Um <seyong.um@hyundai.com>
The flag slurm_conf_symlink will allow modes to share slurm.conf via nfs.

Signed-off-by: Seyong Um <seyong.um@hyundai.com>
Fix GPG key import for a large set of DeepOps roles
Signed-off-by: Seyong Um <seyong.um@hyundai.com>
Have same slurm.conf among nodes and controller
Bugs:

1. docker.slurm-exporter.service creates subdirectories
`/usr/loca/bin/{sinfo,sdiag,squeue} when the excutables are absent
(due to uninstall process). When deepops tries to install the executables
again, they are put under the unwanted subdirectories (e.g.
/usr/local/bin/sinfo/sinfo instead of /usr/local/bin/sinfo)

2. Slurm 'make uninstall' doesn't remove files under "{{ slurm_install_prefix
}}/lib/slurm". Therefore the directory needs to be removed. A safer solution
would be to run the correct 'make uninstall' command (at the correct location)
to uninstall the files. Without this handling, slurm fails to start because of
library version conflicts.
Updated NCCL results with DGX A100s; MPI commands; NCCL container image name and location
Checking for ansible_hostname is unneccessary.

Signed-off-by: Vang Le-Quy <biocyberman@gmail.com>
Fix bugs preventing slurm reinstall or rebuild
Signed-off-by: Brandon Tuttle <tuttlebr@ncc-1701.biz>
Signed-off-by: Brandon Tuttle <tuttlebr@ncc-1701.biz>
michael-balint and others added 30 commits May 26, 2026 10:02
feat(dgx): update DGX software stack role
Add Ubuntu 24.04 NVIDIA Container Toolkit path
docs: clarify legacy CI and virtual lab status
Support Red Hat NVIDIA Container Toolkit path
docs: clarify current OS validation targets
parse_versioning kept the last json.loads-parseable line and then indexed it
with a string key. When that line parsed to a non-dict (e.g. a JSON array),
the index raised an uncaught TypeError because only KeyError was handled,
aborting the task. Guard that the parsed value is a dict before indexing and
fall through to the existing 'no JSON could be loaded' path otherwise. Adds a
regression test covering the non-dict input case.
scripts/common.sh printed an always-empty DEEPOPS_VERSION unless a user
happened to set it in config/env.sh. Default it to the checkout's git tag
description (git describe --tags --always) with an unknown fallback, keep
the env.sh override, and document the variable in config.example/env.sh.
…or-6394703

fix: handle non-dict parsed JSON in firmware version manifest parser
Refresh workload, RoCE, and registry examples
chore(release): bump component versions for 26.07
Clarify Kubernetes storage helper support boundaries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.