Skip to content

Commit

Permalink
Merge pull request #1426 from stackhpc/fix-pulp-paths
Browse files Browse the repository at this point in the history
Amending paths to match Ark
  • Loading branch information
priteau authored Dec 19, 2024
2 parents 1b04d74 + b82b183 commit d9f2878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/kayobe/pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ stackhpc_pulp_rpm_repos:
required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"

- name: RabbitMQ - Server - RHEL 9
url: "{{ stackhpc_release_pulp_content_url }}/rabbitmq/rabbitmq-server/el/9/x86_64/{{ stackhpc_pulp_repo_rhel9_rabbitmq_server_version }}"
url: "{{ stackhpc_release_pulp_content_url }}/rabbitmq/rabbitmq-server/el/9/noarch/{{ stackhpc_pulp_repo_rhel9_rabbitmq_server_version }}"
distribution_name: "rhel9-rabbitmq-server-"
base_path: "rabbitmq/rabbitmq-server/el/9/x86_64/"
required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
Expand Down Expand Up @@ -344,7 +344,7 @@ stackhpc_pulp_rpm_repos:

# Additional RHEL 9 repositories
- name: TreasureData 5 for RHEL 9
url: "{{ stackhpc_release_pulp_content_url }}/treasuredata/4/redhat/9/x86_64/{{ stackhpc_pulp_repo_rhel_9_treasuredata_5_version }}"
url: "{{ stackhpc_release_pulp_content_url }}/treasuredata/lts/5/redhat/9/x86_64/{{ stackhpc_pulp_repo_rhel_9_treasuredata_5_version }}"
distribution_name: "rhel-9-treasuredata-5-"
base_path: "treasuredata/5/redhat/9/x86_64/"
required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
Expand Down

0 comments on commit d9f2878

Please sign in to comment.