From 02e07a0860e8ca8bc1d6d7716e44bd2888591ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Nasiadka?= Date: Fri, 10 Sep 2021 07:30:03 +0200 Subject: [PATCH] CI: Temporarily enable insecure registry As a result of https://review.opendev.org/c/openstack/kolla-ansible/+/805449 CI is failing, because we don't have a TLS certificate on our registry. This workaround will get our CI to be green while a proper patch (TLS certs for registry) can be worked out. Change-Id: Ia45c8a764a1f87d1c44717c4da3b9a3f94cdc967 --- tests/templates/globals-default.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/templates/globals-default.j2 b/tests/templates/globals-default.j2 index d5f0cf4f5a..3bfa7d3817 100644 --- a/tests/templates/globals-default.j2 +++ b/tests/templates/globals-default.j2 @@ -54,6 +54,7 @@ docker_namespace: "lokolla" # docker does not support referencing registry via an IPv6 address # see: https://github.com/moby/moby/issues/39033 docker_registry: "primary:4000" +docker_registry_insecure: yes openstack_tag: "{{ build_image_tag }}" {% else %} # use the published images from a site mirror of quay.io