Skip to content

Commit 3fbe084

Browse files
committed
Changes as requested
1 parent ebca0d2 commit 3fbe084

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

etc/kayobe/pulp.yml

Lines changed: 3 additions & 3 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: 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.
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: true
59+
stackhpc_pulp_sync_for_local_container_build: false
6060

6161
###############################################################################
6262
# Debs

0 commit comments

Comments
 (0)