Skip to content

Commit 26876aa

Browse files
committed
doca: use ark by default
1 parent 50165e9 commit 26876aa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ansible/roles/doca/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
doca_version: "2.9.3"
88
doca_profile: doca-ofed
99
doca_distribution: "{{ doca_version is version('3.2.0', '>=') | ternary(ansible_distribution_major_version, ansible_distribution_version) }}"
10-
doca_repo_url: "https://linux.mellanox.com/pulp/content/doca/{{ doca_version }}/rhel{{ doca_distribution }}/{{ ansible_architecture }}/"
10+
doca_repo_url: "https://ark.stackhpc.com/pulp/content/doca/{{ doca_version }}/rhel{{ doca_distribution }}/{{ ansible_architecture }}/"

ansible/roles/doca/tasks/install.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
baseurl: "{{ doca_repo_url }}"
99
enabled: true
1010
gpgcheck: false
11+
username: "{{ dnf_repos_username }}"
12+
password: "{{ dnf_repos_password }}"
1113

1214
- name: Install doca-extra package
1315
ansible.builtin.dnf:

0 commit comments

Comments
 (0)