~ce-hyperscale/+git/maas-preseeds:main

Last commit made on 2024-03-12
Get this branch:
git clone -b main https://git.launchpad.net/~ce-hyperscale/+git/maas-preseeds
Members of CE Hyperscale can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
main
Repository:
lp:~ce-hyperscale/+git/maas-preseeds

Recent commits

c0611e2... by dann frazier

late.sh: Re-enable MOFED on DGX H100 / hidon

jammy certification is now complete.

Signed-off-by: dann frazier <email address hidden>

2743d6f... by dann frazier

late.sh: Silence shellcheck warnings about "local" usage

28a4e22... by dann frazier

late.sh: Disable MOFED repo after MOFED install

This will avoid installing additional things from the MOFED repo when
we really want to be testing Ubuntu versions of packages.

3e46308... by dann frazier

late.sh: Use the Mellanox key only to verify the Mellanox repo

apt-key will add it globally, which is a poor security practice.

fadfc8f... by Mitchell Augustin

Install correct linux-modules variant (open/non-open)

Currently, non-open linux-modules are installed even if
the open variant of the nvidia drivers are installed.
This change corrects that.

f0d4c4c... by Mitchell Augustin

Revert "Install correct linux-modules variant (open/non-open)"

This reverts commit 7f8bdbdd8a16314ad6f1db8bb1aa4cfc6eef42e6.

7f8bdbd... by Mitchell Augustin

Install correct linux-modules variant (open/non-open)

Currently, non-open linux-modules are installed even if
the open variant of the nvidia drivers are installed.
This change corrects that.

0c8b579... by Mitchell Augustin

late.sh: corrected install_gpu_drivers on focal

Since we install the free version of Nvidia drivers on all systems
except those with a V100, such systems running Focal will fail
deployment since nvidia-driver-470-server-open does not exist.
This change ensures any attempts to download 470 drivers only
search for nvidia-driver-470-server.

27fb80c... by Mitchell Augustin

Removed systemctl enable fabricmanager

Per discussion in https://warthogs.atlassian.net/browse/NVDGX-314
(regarding LP: #2025614), we determined that fabricmanager is
automatically started on compatible systems at install time,
so this enable call is unnecessary.

a4ded9f... by dann frazier

Disable MOFED installation on hidon again

So cert team can run the iperf cert test.