@@ -32,14 +32,14 @@ pulp_proxy_url: "{{ omit }}"
32
32
# ##############################################################################
33
33
# StackHPC Pulp server
34
34
35
- # The scheme - http/https of the StackHPC Pulp service.
36
- stackhpc_release_pulp_scheme : " https:// "
35
+ # The scheme of the StackHPC Pulp service (http or https)
36
+ stackhpc_release_pulp_scheme : " https"
37
37
38
38
# The domain of the StackHPC Pulp service.
39
39
stackhpc_release_pulp_domain : " ark.stackhpc.com"
40
40
41
41
# Base URL of the StackHPC Pulp service.
42
- stackhpc_release_pulp_url : " {{ stackhpc_release_pulp_scheme }}{{ stackhpc_release_pulp_domain }}"
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
45
stackhpc_release_pulp_username :
@@ -51,7 +51,7 @@ stackhpc_release_pulp_content_url: "{{ stackhpc_release_pulp_url }}/pulp/content
51
51
# Content URL of the StackHPC Pulp service, with basic auth.
52
52
# NOTE(Alex-Welsh): This may need reworking if it reveals the credentials
53
53
# at runtime in the ansible output
54
- stackhpc_release_pulp_content_url_with_auth : " {{ stackhpc_release_pulp_scheme }}{{ stackhpc_release_pulp_username }}:{{ stackhpc_release_pulp_password }}@{{ stackhpc_release_pulp_domain }}/pulp/content"
54
+ stackhpc_release_pulp_content_url_with_auth : " {{ stackhpc_release_pulp_scheme }}:// {{ stackhpc_release_pulp_username }}:{{ stackhpc_release_pulp_password }}@{{ stackhpc_release_pulp_domain }}/pulp/content"
55
55
56
56
# Sync all repositories required for building Kolla images from the
57
57
# StackHPC Ark Pulp service to local Pulp.
0 commit comments