Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/roles/doca/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
doca_version: '2.9.3' # 2.9 is LTS, last to support ConnectX-4, 3 years for bug fixes and CVE updates
doca_version: '3.1.0'
doca_profile: doca-ofed
doca_repo_url: "https://linux.mellanox.com/public/repo/doca/{{ doca_version }}/rhel{{ ansible_distribution_version }}/{{ ansible_architecture }}/"
4 changes: 2 additions & 2 deletions ansible/roles/lustre/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lustre_version: '2.15.7'
lustre_repo: https://github.com/stackhpc/lustre-release.git
lustre_version: '2.15.7/lu-19289'
lustre_lnet_label: tcp
#lustre_mgs_nid:
lustre_mounts: []
lustre_mount_state: mounted
lustre_mount_options: 'defaults,_netdev,noauto,x-systemd.automount,x-systemd.requires=lnet.service,nosuid,nodev'

# below variables are for build and should not generally require changes
lustre_repo: "https://github.com/lustre/lustre-release.git"
lustre_build_packages:
- "kernel-devel-{{ ansible_kernel }}"
- git
Expand Down
4 changes: 2 additions & 2 deletions environments/.stackhpc/tofu/cluster_image.auto.tfvars.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cluster_image": {
"RL8": "openhpc-RL8-250820-0800-767addd8",
"RL9": "openhpc-RL9-250820-0800-767addd8"
"RL8": "openhpc-RL8-250908-1247-db99a7a6",
"RL9": "openhpc-RL9-250908-1321-db99a7a6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,28 @@ dnf_repos_default:
pulp_path: centos/9-stream/storage/x86_64/ceph-reef
pulp_timestamp: 20250617T023108
repo_file: ceph
OpenHPC:
'8':
pulp_path: OpenHPC/2/EL_8
pulp_timestamp: 20241218T154614
repo_file: OpenHPC
'9':
pulp_path: OpenHPC/3/EL_9
pulp_timestamp: 20241218T154614
repo_file: OpenHPC
OpenHPC-updates:
'8':
pulp_path: OpenHPC/2/updates/EL_8
pulp_timestamp: 20250512T003315
repo_file: OpenHPC
'9':
pulp_path: OpenHPC/3/updates/EL_9
pulp_timestamp: 20250510T003301
repo_file: OpenHPC
appstream:
'8.10':
pulp_path: rocky/8.10/AppStream/x86_64/os
pulp_timestamp: 20250614T013846
pulp_timestamp: 20250902T051143
repo_file: Rocky-AppStream
'9.4':
pulp_path: rocky/9.4/AppStream/x86_64/os
Expand All @@ -23,12 +41,12 @@ dnf_repos_default:
repo_file: rocky
'9.6':
pulp_path: rocky/9.6/AppStream/x86_64/os
pulp_timestamp: 20250816T020215
pulp_timestamp: 20250902T060015
repo_file: rocky
baseos:
'8.10':
pulp_path: rocky/8.10/BaseOS/x86_64/os
pulp_timestamp: 20250614T013846
pulp_timestamp: 20250902T051143
repo_file: Rocky-BaseOS
'9.4':
pulp_path: rocky/9.4/BaseOS/x86_64/os
Expand All @@ -40,12 +58,12 @@ dnf_repos_default:
repo_file: rocky
'9.6':
pulp_path: rocky/9.6/BaseOS/x86_64/os
pulp_timestamp: 20250815T050653
pulp_timestamp: 20250902T094855
repo_file: rocky
crb:
'8.10':
pulp_path: rocky/8.10/PowerTools/x86_64/os
pulp_timestamp: 20250614T013846
pulp_timestamp: 20250902T051143
repo_file: Rocky-PowerTools
repo_name: powertools
'9.4':
Expand All @@ -58,8 +76,17 @@ dnf_repos_default:
repo_file: rocky
'9.6':
pulp_path: rocky/9.6/CRB/x86_64/os
pulp_timestamp: 20250815T034418
pulp_timestamp: 20250902T060015
repo_file: rocky
epel:
'8':
pulp_path: epel/8/Everything/x86_64
pulp_timestamp: 20250908T001730
repo_file: epel
'9':
pulp_path: epel/9/Everything/x86_64
pulp_timestamp: 20250908T001730
repo_file: epel
extras:
'8.10':
pulp_path: rocky/8.10/extras/x86_64/os
Expand All @@ -80,37 +107,10 @@ dnf_repos_default:
grafana:
'8':
pulp_path: grafana/oss/rpm
pulp_timestamp: 20250730T011314
pulp_timestamp: 20250906T025340
repo_file: grafana
timestamp: 20250615T005738
'9':
pulp_path: grafana/oss/rpm
pulp_timestamp: 20250730T011314
pulp_timestamp: 20250906T025340
repo_file: grafana
epel:
'8':
pulp_path: epel/8/Everything/x86_64
pulp_timestamp: 20250615T234151
repo_file: epel
'9':
pulp_path: epel/9/Everything/x86_64
pulp_timestamp: 20250817T000753
repo_file: epel
OpenHPC:
'8':
pulp_path: OpenHPC/2/EL_8
pulp_timestamp: 20241218T154614
repo_file: OpenHPC
'9':
pulp_path: OpenHPC/3/EL_9
pulp_timestamp: 20241218T154614
repo_file: OpenHPC
OpenHPC-updates:
'8':
pulp_path: OpenHPC/2/updates/EL_8
pulp_timestamp: 20250512T003315
repo_file: OpenHPC
'9':
pulp_path: OpenHPC/3/updates/EL_9
pulp_timestamp: 20250510T003301
repo_file: OpenHPC
Loading