Skip to content

Commit 884b412

Browse files
Fix repoistory URLs
1 parent fc9a995 commit 884b412

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

etc/kayobe/dnf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ stackhpc_dnf_repos: "{{ dnf_custom_repos_el9 | combine(dnf_custom_repos_rocky_9)
5252
# DOCA repositories
5353
dnf_custom_repos_doca:
5454
doca:
55-
baseurl: "{{ stackhpc_repo_rocky_doca_url }}"
55+
baseurl: "{{ stackhpc_repo_rhel9_doca_url }}"
5656
description: "DOCA Online Repo {{ stackhpc_pulp_doca_version }}"
5757
enabled: "{{ dnf_enable_doca | bool }}"
5858
file: doca
5959
gpgcheck: no
6060
username: "{{ stackhpc_repo_mirror_username | default(omit, true) }}"
6161
password: "{{ stackhpc_repo_mirror_password | default(omit, true) }}"
6262
doca-modules:
63-
baseurl: "{{ stackhpc_repo_rocky_doca_modules_url }}"
63+
baseurl: "{{ stackhpc_repo_rhel9_doca_modules_url }}"
6464
description: "OFED Kernel modules for DOCA {{ stackhpc_pulp_doca_ofed_version }} Rocky 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}"
6565
enabled: "{{ dnf_enable_doca | bool and dnf_enable_doca_modules | bool }}"
6666
file: doca-modules

etc/kayobe/stackhpc.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,13 @@ stackhpc_repo_ceph_reef_debian_version: "{{ stackhpc_repo_distribution }}"
5656
###############################################################################
5757
# RPMs
5858

59-
# OFED
60-
stackhpc_repo_ofed_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/doca_ofed/{ stackhpc_pulp_doca_ofed_version }}/rhel9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}/x86_64/{{ stackhpc_repo_rocky_9_doca_ofed_version }}"
61-
stackhpc_repo_rocky_9_doca_ofed_version: "{{ stackhpc_repo_distribution }}"
59+
# DOCA
60+
stackhpc_repo_rhel9_doca_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/doca/{ stackhpc_pulp_doca_version }}/rhel9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}/x86_64/{{ stackhpc_repo_rhel9_doca_version }}"
61+
stackhpc_repo_rhel9_doca_version: "{{ stackhpc_repo_distribution }}"
62+
63+
# DOCA Modules
64+
stackhpc_repo_rhel9_doca_modules_url: "{{ stackhpc_pulp_repo_doca_ofed_rhel9.url }}/{{ stackhpc_repo_rhel9_doca_modules_version }}"
65+
stackhpc_repo_rhel9_doca_modules_version: "{{ stackhpc_repo_distribution }}"
6266

6367
# Grafana
6468
stackhpc_repo_grafana_url: "{{ stackhpc_repo_mirror_url }}/pulp/content/grafana/oss/rpm/{{ stackhpc_repo_grafana_version }}"

0 commit comments

Comments
 (0)