Skip to content

Commit a08cd49

Browse files
jjo93saMoteHue
authored andcommitted
Amending paths to match Ark
- Treasuredata needs to reference v5 not v4 and the Ark path includes `lts` - RabbitMQ path should reference `noarch` rather than `x86_64` Found during the upgrade of Graphcore CL0 from Antelope to Caracal
1 parent 232b220 commit a08cd49

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

etc/kayobe/pulp.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ stackhpc_release_pulp_domain: "ark.stackhpc.com"
4242
stackhpc_release_pulp_url: "{{ stackhpc_release_pulp_scheme }}://{{ stackhpc_release_pulp_domain }}"
4343

4444
# Credentials used to access the StackHPC Pulp service.
45-
stackhpc_release_pulp_username:
46-
stackhpc_release_pulp_password:
45+
stackhpc_release_pulp_username: graphcore
46+
stackhpc_release_pulp_password: "{{ secrets_stackhpc_release_pulp_password }}"
4747

4848
# Content URL of the StackHPC Pulp service.
4949
stackhpc_release_pulp_content_url: "{{ stackhpc_release_pulp_url }}/pulp/content"
@@ -56,7 +56,7 @@ stackhpc_release_pulp_content_url_with_auth: "{{ stackhpc_release_pulp_scheme }}
5656
# Sync all repositories required for building Kolla images from the
5757
# StackHPC Ark Pulp service to local Pulp.
5858
# NOTE: Only RPM repositories are supported.
59-
stackhpc_pulp_sync_for_local_container_build: false
59+
stackhpc_pulp_sync_for_local_container_build: true
6060

6161
###############################################################################
6262
# Debs
@@ -252,7 +252,7 @@ stackhpc_pulp_rpm_repos:
252252
required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
253253

254254
- name: RabbitMQ - Server - RHEL 9
255-
url: "{{ stackhpc_release_pulp_content_url }}/rabbitmq/rabbitmq-server/el/9/x86_64/{{ stackhpc_pulp_repo_rhel9_rabbitmq_server_version }}"
255+
url: "{{ stackhpc_release_pulp_content_url }}/rabbitmq/rabbitmq-server/el/9/noarch/{{ stackhpc_pulp_repo_rhel9_rabbitmq_server_version }}"
256256
distribution_name: "rhel9-rabbitmq-server-"
257257
base_path: "rabbitmq/rabbitmq-server/el/9/x86_64/"
258258
required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
@@ -344,7 +344,7 @@ stackhpc_pulp_rpm_repos:
344344

345345
# Additional RHEL 9 repositories
346346
- name: TreasureData 5 for RHEL 9
347-
url: "{{ stackhpc_release_pulp_content_url }}/treasuredata/4/redhat/9/x86_64/{{ stackhpc_pulp_repo_rhel_9_treasuredata_5_version }}"
347+
url: "{{ stackhpc_release_pulp_content_url }}/treasuredata/lts/5/redhat/9/x86_64/{{ stackhpc_pulp_repo_rhel_9_treasuredata_5_version }}"
348348
distribution_name: "rhel-9-treasuredata-5-"
349349
base_path: "treasuredata/5/redhat/9/x86_64/"
350350
required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"

0 commit comments

Comments
 (0)