File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ stackhpc_release_pulp_domain: "ark.stackhpc.com"
4242stackhpc_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 : graphcore
46- stackhpc_release_pulp_password : " {{ secrets_stackhpc_release_pulp_password }} "
45+ stackhpc_release_pulp_username :
46+ stackhpc_release_pulp_password :
4747
4848# Content URL of the StackHPC Pulp service.
4949stackhpc_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 : true
59+ stackhpc_pulp_sync_for_local_container_build : false
6060
6161# ##############################################################################
6262# Debs
You can’t perform that action at this time.
0 commit comments