Skip to content

Commit c90b974

Browse files
authored
Merge pull request #518 from stackhpc/yoga-xena-merge
yoga: xena merge
2 parents f500fb9 + f048096 commit c90b974

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

etc/kayobe/seed.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,15 @@ seed_pulp_container:
106106
image: pulp/pulp
107107
pre: "{{ kayobe_config_path }}/containers/pulp/pre.yml"
108108
post: "{{ kayobe_config_path }}/containers/pulp/post.yml"
109-
tag: "{{ '3.23-https' if pulp_enable_tls | bool else '3.23' }}"
109+
tag: "3.23"
110110
network_mode: host
111111
# Override deploy_containers_defaults.init == true to ensure
112112
# s6-overlay-suexec starts as pid 1
113113
init: false
114114
env:
115115
PULP_CONTENT_WORKERS: "{{ ansible_facts.processor_vcpus * 2 + 1 }}"
116116
PULP_API_WORKERS: "{{ ansible_facts.processor_vcpus * 2 + 1 }}"
117+
PULP_HTTPS: "{{ 'true' if pulp_enable_tls | bool else 'false' }}"
117118
volumes:
118119
- /opt/kayobe/containers/pulp:/etc/pulp
119120
- pulp_storage:/var/lib/pulp

0 commit comments

Comments
 (0)