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
This commit is contained in:
parent
a1a22b3a89
commit
02e07a0860
@ -54,6 +54,7 @@ docker_namespace: "lokolla"
|
|||||||
# docker does not support referencing registry via an IPv6 address
|
# docker does not support referencing registry via an IPv6 address
|
||||||
# see: https://github.com/moby/moby/issues/39033
|
# see: https://github.com/moby/moby/issues/39033
|
||||||
docker_registry: "primary:4000"
|
docker_registry: "primary:4000"
|
||||||
|
docker_registry_insecure: yes
|
||||||
openstack_tag: "{{ build_image_tag }}"
|
openstack_tag: "{{ build_image_tag }}"
|
||||||
{% else %}
|
{% else %}
|
||||||
# use the published images from a site mirror of quay.io
|
# use the published images from a site mirror of quay.io
|
||||||
|
Loading…
Reference in New Issue
Block a user