@@ -42,8 +42,8 @@ stackhpc_release_pulp_domain: "ark.stackhpc.com"
42
42
stackhpc_release_pulp_url : " {{ stackhpc_release_pulp_scheme }}://{{ stackhpc_release_pulp_domain }}"
43
43
44
44
# 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 }} "
47
47
48
48
# Content URL of the StackHPC Pulp service.
49
49
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 }}
56
56
# Sync all repositories required for building Kolla images from the
57
57
# StackHPC Ark Pulp service to local Pulp.
58
58
# NOTE: Only RPM repositories are supported.
59
- stackhpc_pulp_sync_for_local_container_build : false
59
+ stackhpc_pulp_sync_for_local_container_build : true
60
60
61
61
# ##############################################################################
62
62
# Debs
@@ -252,7 +252,7 @@ stackhpc_pulp_rpm_repos:
252
252
required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
253
253
254
254
- 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 }}"
256
256
distribution_name : " rhel9-rabbitmq-server-"
257
257
base_path : " rabbitmq/rabbitmq-server/el/9/x86_64/"
258
258
required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
@@ -344,7 +344,7 @@ stackhpc_pulp_rpm_repos:
344
344
345
345
# Additional RHEL 9 repositories
346
346
- 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 }}"
348
348
distribution_name : " rhel-9-treasuredata-5-"
349
349
base_path : " treasuredata/5/redhat/9/x86_64/"
350
350
required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
0 commit comments