Skip to content

Commit

Permalink
Changes as requested
Browse files Browse the repository at this point in the history
  • Loading branch information
jjo93sa authored and MoteHue committed Dec 12, 2024
1 parent a08cd49 commit b82b183
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/kayobe/pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ stackhpc_release_pulp_domain: "ark.stackhpc.com"
stackhpc_release_pulp_url: "{{ stackhpc_release_pulp_scheme }}://{{ stackhpc_release_pulp_domain }}"

# Credentials used to access the StackHPC Pulp service.
stackhpc_release_pulp_username: graphcore
stackhpc_release_pulp_password: "{{ secrets_stackhpc_release_pulp_password }}"
stackhpc_release_pulp_username:
stackhpc_release_pulp_password:

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

###############################################################################
# Debs
Expand Down

0 comments on commit b82b183

Please sign in to comment.