File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
ansible/roles/dnf_repos/defaults Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- dnf_repos_rocky_ark_prefix : https://ark.stackhpc.com/pulp/content/{{ ansible_distribution | lower }}/9.4
2
- dnf_repos_rocky_ark_suffix : " {{ ansible_architecture }}/os/{{ dnf_repos_ark_timestamp }}/"
1
+ dnf_repos_rocky_ark_prefix : https://ark.stackhpc.com/pulp/content/{{ ansible_distribution | lower }}/{{ ansible_distribution_version }}
2
+ dnf_repos_rocky_ark_suffix : " {{ ansible_architecture }}/os/{{ dnf_repos_rocky_ark_timestamp }}/"
3
3
# most stable from https://github.com/stackhpc/stackhpc-kayobe-config/blob/stackhpc/2024.1/etc/kayobe/pulp-repo-versions.yml
4
4
# note that some timestamps can't be used because not all repos have snapshots for them
5
- dnf_repos_ark_timestamp : 20240816T002610
5
+ dnf_repos_rocky_ark_timestamp : 20240816T002610
6
6
dnf_repos_username : slurm-app-ci
7
7
dnf_repos_password : " {{ lookup('ansible.builtin.env', 'ARK_PASSWORD') }}"
8
8
@@ -21,4 +21,5 @@ dnf_repos_repolist:
21
21
name : extras
22
22
base_url : " {{ dnf_repos_rocky_ark_prefix }}/extras/{{ dnf_repos_rocky_ark_suffix }}"
23
23
24
- dnf_repos_epel_baseurl : https://ark.stackhpc.com/pulp/content/epel/9/Everything/x86_64/20240902T080424
24
+ dnf_repos_epel_timestamp : 20240902T080424
25
+ dnf_repos_epel_baseurl : " https://ark.stackhpc.com/pulp/content/epel/{{ ansible_distribution_major_version }}/Everything/{{ ansible_architecture }}/{{ dnf_repos_epel_timestamp }}"
You can’t perform that action at this time.
0 commit comments