Add support for setting Docker daemon debug

Enable that by default in CI

Change-Id: I654f4dfa73afee478fb2c39594dc6f36081fb7c0
This commit is contained in:
Michal Nasiadka 2023-08-01 11:50:35 +02:00 committed by Bartosz Bezak
parent c7b0ffd266
commit 9e30c008b5
8 changed files with 10 additions and 0 deletions

View File

@ -3,5 +3,6 @@ docker_storage_driver: overlay2
docker_storage_volume_group:
docker_storage_volume_thinpool:
docker_registry_mirrors: []
docker_daemon_debug: false
docker_daemon_mtu: 1500
docker_daemon_live_restore: false

View File

@ -1,4 +1,7 @@
{
{%- if docker_daemon_debug | bool %}
"debug": {{ docker_daemon_debug | to_json }},
{%- endif %}
{%- if docker_registry_mirrors | length > 0 %}
"registry-mirrors": [
{%- for mirror in docker_registry_mirrors %}

View File

@ -1,4 +1,5 @@
---
docker_daemon_debug: true
# Use the OpenStack infra's Dockerhub mirror.
docker_registry_mirrors:
- "http://{{ zuul_site_mirror_fqdn }}:8082/"

View File

@ -1,4 +1,5 @@
---
docker_daemon_debug: true
# Use the OpenStack infra's Dockerhub mirror.
docker_registry_mirrors:
- "http://{{ zuul_site_mirror_fqdn }}:8082/"

View File

@ -1,4 +1,5 @@
---
docker_daemon_debug: true
# Use the OpenStack infra's Dockerhub mirror.
docker_registry_mirrors:
- "http://{{ zuul_site_mirror_fqdn }}:8082/"

View File

@ -1,4 +1,5 @@
---
docker_daemon_debug: true
# Use the OpenStack infra's Dockerhub mirror.
docker_registry_mirrors:
- "http://{{ zuul_site_mirror_fqdn }}:8082/"

View File

@ -1,4 +1,5 @@
---
docker_daemon_debug: true
# Use the OpenStack infra's Dockerhub mirror.
docker_registry_mirrors:
- "http://{{ zuul_site_mirror_fqdn }}:8082/"

View File

@ -1,4 +1,5 @@
---
docker_daemon_debug: true
# Use the OpenStack infra's Dockerhub mirror.
docker_registry_mirrors:
- "http://{{ zuul_site_mirror_fqdn }}:8082/"