Skip to content

Commit 4854903

Browse files
committed
fixed distributions + ohpc repos
1 parent dd52e90 commit 4854903

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ansible/roles/pulp_site/filter_plugins/pulp-list-filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def to_rpm_distros(self, list):
4949
distro_list = map(lambda x: {
5050
'name': x['pulp_repo_name'],
5151
'repository': get_repo_name(x),
52-
'base_path': x['pulp_path'],
52+
'base_path': '/'.join([x['pulp_path'],x['pulp_timestamp']]),
5353
'state': 'present' }, list)
5454
return distro_list
5555

environments/common/inventory/group_vars/all/timestamps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dnf_repos_default:
117117
pulp_timestamp: 20250730T011314
118118
pulp_repo_name: grafana
119119
ohpc:
120-
openhpc_base:
120+
OpenHPC:
121121
'8':
122122
repo_file: OpenHPC
123123
pulp_path: OpenHPC/2/EL_8
@@ -128,7 +128,7 @@ dnf_repos_default:
128128
pulp_path: OpenHPC/3/EL_9
129129
pulp_timestamp: 20241218T154614
130130
pulp_repo_name: ohpc
131-
openhpc_updates:
131+
OpenHPC-updates:
132132
'8':
133133
repo_file: OpenHPC
134134
pulp_path: OpenHPC/2/updates/EL_8

0 commit comments

Comments
 (0)