|
1 |
| -appliances_pulp_repos: |
2 |
| - appstream: |
3 |
| - '8.10': |
4 |
| - path: rocky/8.10/AppStream/x86_64/os |
5 |
| - timestamp: 20250614T013846 |
| 1 | +dnf_repos_default: |
| 2 | + appstream: # yum_repository:name |
| 3 | + '8.10': # ansible_distribution_version or ansible_distribution_major_version |
| 4 | + repo_file: Rocky-AppStream # yum_repository: file |
| 5 | + pulp_path: rocky/8.10/AppStream/x86_64/os |
| 6 | + pulp_timestamp: 20250614T013846 |
| 7 | + # pulp_content_url: # optional |
6 | 8 | '9.4':
|
7 |
| - path: rocky/9.4/AppStream/x86_64/os |
8 |
| - timestamp: 20241112T003151 |
| 9 | + repo_file: rocky |
| 10 | + pulp_path: rocky/9.4/AppStream/x86_64/os |
| 11 | + pulp_timestamp: 20241112T003151 |
9 | 12 | '9.5':
|
10 |
| - path: rocky/9.5/AppStream/x86_64/os |
11 |
| - timestamp: 20250514T014704 |
| 13 | + repo_file: rocky |
| 14 | + pulp_path: rocky/9.5/AppStream/x86_64/os |
| 15 | + pulp_timestamp: 20250514T014704 |
12 | 16 | '9.6':
|
13 |
| - path: rocky/9.6/AppStream/x86_64/os |
14 |
| - timestamp: 20250726T040613 |
15 |
| - baseos: |
16 |
| - '8.10': |
17 |
| - path: rocky/8.10/BaseOS/x86_64/os |
18 |
| - timestamp: 20250614T013846 |
19 |
| - '9.4': |
20 |
| - path: rocky/9.4/BaseOS/x86_64/os |
21 |
| - timestamp: 20241115T011711 |
22 |
| - '9.5': |
23 |
| - path: rocky/9.5/BaseOS/x86_64/os |
24 |
| - timestamp: 20250513T031844 |
25 |
| - '9.6': |
26 |
| - path: rocky/9.6/BaseOS/x86_64/os |
27 |
| - timestamp: 20250726T052250 |
28 |
| - ceph: |
29 |
| - '8': |
30 |
| - path: centos/8-stream/storage/x86_64/ceph-quincy |
31 |
| - timestamp: 20231104T015751 |
32 |
| - '9': |
33 |
| - path: centos/9-stream/storage/x86_64/ceph-reef |
34 |
| - timestamp: 20250617T023108 |
35 |
| - crb: |
36 |
| - '8.10': |
37 |
| - path: rocky/8.10/PowerTools/x86_64/os |
38 |
| - timestamp: 20250614T013846 |
39 |
| - '9.4': |
40 |
| - path: rocky/9.4/CRB/x86_64/os |
41 |
| - timestamp: 20241115T003133 |
42 |
| - '9.5': |
43 |
| - path: rocky/9.5/CRB/x86_64/os |
44 |
| - timestamp: 20250514T014704 |
45 |
| - '9.6': |
46 |
| - path: rocky/9.6/CRB/x86_64/os |
47 |
| - timestamp: 20250726T040613 |
48 |
| - epel: |
49 |
| - '8': |
50 |
| - path: epel/8/Everything/x86_64 |
51 |
| - timestamp: 20250615T234151 |
52 |
| - '9': |
53 |
| - path: epel/9/Everything/x86_64 |
54 |
| - timestamp: 20250729T235750 |
55 |
| - extras: |
56 |
| - '8.10': |
57 |
| - path: rocky/8.10/extras/x86_64/os |
58 |
| - timestamp: 20250510T032327 |
59 |
| - '9.4': |
60 |
| - path: rocky/9.4/extras/x86_64/os |
61 |
| - timestamp: 20241118T002802 |
62 |
| - '9.5': |
63 |
| - path: rocky/9.5/extras/x86_64/os |
64 |
| - timestamp: 20250506T032818 |
65 |
| - '9.6': |
66 |
| - path: rocky/9.6/extras/x86_64/os |
67 |
| - timestamp: 20250726T040613 |
68 |
| - grafana: |
69 |
| - '8': |
70 |
| - path: grafana/oss/rpm |
71 |
| - timestamp: 20250615T005738 |
72 |
| - '9': |
73 |
| - path: grafana/oss/rpm |
74 |
| - timestamp: 20250730T011314 |
75 |
| - openhpc_base: |
76 |
| - '8': |
77 |
| - path: OpenHPC/2/EL_8 |
78 |
| - timestamp: 20241218T154614 |
79 |
| - '9': |
80 |
| - path: OpenHPC/3/EL_9 |
81 |
| - timestamp: 20241218T154614 |
82 |
| - openhpc_updates: |
| 17 | + repo_file: rocky |
| 18 | + pulp_path: rocky/9.6/AppStream/x86_64/os |
| 19 | + pulp_timestamp: 20250726T040613 |
| 20 | + # baseos: |
| 21 | + # '8.10': |
| 22 | + # path: rocky/8.10/BaseOS/x86_64/os |
| 23 | + # timestamp: 20250614T013846 |
| 24 | + # '9.4': |
| 25 | + # path: rocky/9.4/BaseOS/x86_64/os |
| 26 | + # timestamp: 20241115T011711 |
| 27 | + # '9.5': |
| 28 | + # path: rocky/9.5/BaseOS/x86_64/os |
| 29 | + # timestamp: 20250513T031844 |
| 30 | + # '9.6': |
| 31 | + # path: rocky/9.6/BaseOS/x86_64/os |
| 32 | + # timestamp: 20250726T052250 |
| 33 | + Ceph: |
83 | 34 | '8':
|
84 |
| - path: OpenHPC/2/updates/EL_8 |
85 |
| - timestamp: 20250512T003315 |
| 35 | + repo_file: ceph |
| 36 | + pulp_path: centos/8-stream/storage/x86_64/ceph-quincy |
| 37 | + pulp_timestamp: 20231104T015751 |
86 | 38 | '9':
|
87 |
| - path: OpenHPC/3/updates/EL_9 |
88 |
| - timestamp: 20250510T003301 |
| 39 | + repo_file: ceph |
| 40 | + pulp_path: centos/9-stream/storage/x86_64/ceph-reef |
| 41 | + pulp_timestamp: 20250617T023108 |
| 42 | + # crb: |
| 43 | + # '8.10': |
| 44 | + # path: rocky/8.10/PowerTools/x86_64/os |
| 45 | + # timestamp: 20250614T013846 |
| 46 | + # '9.4': |
| 47 | + # path: rocky/9.4/CRB/x86_64/os |
| 48 | + # timestamp: 20241115T003133 |
| 49 | + # '9.5': |
| 50 | + # path: rocky/9.5/CRB/x86_64/os |
| 51 | + # timestamp: 20250514T014704 |
| 52 | + # '9.6': |
| 53 | + # path: rocky/9.6/CRB/x86_64/os |
| 54 | + # timestamp: 20250726T040613 |
| 55 | + # epel: |
| 56 | + # '8': |
| 57 | + # path: epel/8/Everything/x86_64 |
| 58 | + # timestamp: 20250615T234151 |
| 59 | + # '9': |
| 60 | + # path: epel/9/Everything/x86_64 |
| 61 | + # timestamp: 20250729T235750 |
| 62 | + # extras: |
| 63 | + # '8.10': |
| 64 | + # path: rocky/8.10/extras/x86_64/os |
| 65 | + # timestamp: 20250510T032327 |
| 66 | + # '9.4': |
| 67 | + # path: rocky/9.4/extras/x86_64/os |
| 68 | + # timestamp: 20241118T002802 |
| 69 | + # '9.5': |
| 70 | + # path: rocky/9.5/extras/x86_64/os |
| 71 | + # timestamp: 20250506T032818 |
| 72 | + # '9.6': |
| 73 | + # path: rocky/9.6/extras/x86_64/os |
| 74 | + # timestamp: 20250726T040613 |
| 75 | + # grafana: |
| 76 | + # '8': |
| 77 | + # path: grafana/oss/rpm |
| 78 | + # timestamp: 20250615T005738 |
| 79 | + # '9': |
| 80 | + # path: grafana/oss/rpm |
| 81 | + # timestamp: 20250730T011314 |
| 82 | + # openhpc_base: |
| 83 | + # '8': |
| 84 | + # path: OpenHPC/2/EL_8 |
| 85 | + # timestamp: 20241218T154614 |
| 86 | + # '9': |
| 87 | + # path: OpenHPC/3/EL_9 |
| 88 | + # timestamp: 20241218T154614 |
| 89 | + # openhpc_updates: |
| 90 | + # '8': |
| 91 | + # path: OpenHPC/2/updates/EL_8 |
| 92 | + # timestamp: 20250512T003315 |
| 93 | + # '9': |
| 94 | + # path: OpenHPC/3/updates/EL_9 |
| 95 | + # timestamp: 20250510T003301 |
0 commit comments