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"
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 : graphcore
46
- stackhpc_release_pulp_password : " {{ secrets_stackhpc_release_pulp_password }} "
45
+ stackhpc_release_pulp_username :
46
+ 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 : true
59
+ stackhpc_pulp_sync_for_local_container_build : false
60
60
61
61
# ##############################################################################
62
62
# Debs
You can’t perform that action at this time.
0 commit comments