Skip to content

Commit 8938c50

Browse files
committed
Xena: configure test pulp server as insecure in CI environments
1 parent 21d4e8a commit 8938c50

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

etc/kayobe/environments/ci-aio/stackhpc-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
# Docker namespace to use for Kolla images. Default is 'kolla'.
66
kolla_docker_namespace: stackhpc-dev
77

8+
# Whether docker should be configured to use an insecure registry for Kolla
9+
# images. Default is false, unless docker_registry_enabled is true and
10+
# docker_registry_enable_tls is false.
11+
kolla_docker_registry_insecure: "{{ 'https' not in stackhpc_repo_mirror_url }}"
12+
813
###############################################################################
914
# Network configuration.
1015

etc/kayobe/environments/ci-builder/stackhpc-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
# Docker namespace to use for Kolla images. Default is 'kolla'.
66
kolla_docker_namespace: stackhpc-dev
77

8+
# Whether docker should be configured to use an insecure registry for Kolla
9+
# images. Default is false, unless docker_registry_enabled is true and
10+
# docker_registry_enable_tls is false.
11+
kolla_docker_registry_insecure: "{{ 'https' not in stackhpc_repo_mirror_url }}"
12+
813
# Kolla feature flag configuration.
914
kolla_enable_barbican: true
1015
kolla_enable_central_logging: true

0 commit comments

Comments
 (0)