Skip to content

Commit 08087a0

Browse files
committed
pulp_auth_proxy: Use stackhpc_release_pulp_url for Ark URL
This allows us to set stackhpc_repo_mirror_auth_proxy_enabled to true while deploying the proxy without resulting in a recursive proxy.
1 parent 54042e6 commit 08087a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/ansible/pulp-auth-proxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- import_role:
99
name: pulp_auth_proxy
1010
vars:
11-
pulp_auth_proxy_url: "{{ stackhpc_repo_mirror_url }}"
11+
pulp_auth_proxy_url: "{{ stackhpc_release_pulp_url }}"
1212
pulp_auth_proxy_username: "{{ stackhpc_repo_mirror_username }}"
1313
pulp_auth_proxy_password: "{{ stackhpc_repo_mirror_password }}"
1414
pulp_auth_proxy_conf_path: "{{ base_path }}/containers/pulp_proxy"

0 commit comments

Comments
 (0)