Skip to content

Commit 0ab0acb

Browse files
jovialm-bull
authored andcommitted
Sets kolla_docker_registry_insecure to true (#297)
* Sets kolla_docker_registry_insecure to true We currently don't configure TLS for the the local pulp registry. This adds the pulp server to the list of insecure-registries, so that we can pull images. * Remove kolla_docker_registry_insecure override in CI environment Based on comments in code review. * Use a better default for kolla_docker_registry_insecure Hoping this will prevent breakage for people already running pulp with TLS. (cherry picked from commit 78055cf)
1 parent a0c0ab8 commit 0ab0acb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

etc/kayobe/kolla.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ kolla_install_type: source
8585
# Docker namespace to use for Kolla images. Default is 'kolla'.
8686
kolla_docker_namespace: stackhpc
8787

88+
# Whether docker should be configured to use an insecure registry for Kolla
89+
# images. Default is false, unless docker_registry_enabled is true and
90+
# docker_registry_enable_tls is false.
91+
kolla_docker_registry_insecure: "{{ 'https' not in stackhpc_repo_mirror_url }}"
92+
8893
# Username to use to access a docker registry. Default is not set, in which
8994
# case the registry will be used without authentication.
9095
kolla_docker_registry_username: "{{ stackhpc_docker_registry_username }}"

0 commit comments

Comments
 (0)