diff --git a/playbooks/roles/haproxy/templates/docker-compose.yaml.j2 b/playbooks/roles/haproxy/templates/docker-compose.yaml.j2 index 30d8f237f2..3d0462cc4e 100644 --- a/playbooks/roles/haproxy/templates/docker-compose.yaml.j2 +++ b/playbooks/roles/haproxy/templates/docker-compose.yaml.j2 @@ -5,7 +5,7 @@ version: '2' services: haproxy: restart: always - image: docker.io/library/haproxy:lts + image: quay.io/opendevmirror/haproxy:lts # NOTE(ianw) 2021-05-17 : haproxy >= 2.4 runs as a non-privileged # user. The main problem here is we use host networking, so the # haproxy user is not allowed to bind to low ports (80/443). The diff --git a/zuul.d/system-config-run.yaml b/zuul.d/system-config-run.yaml index e91c27248b..0c1bf987a2 100644 --- a/zuul.d/system-config-run.yaml +++ b/zuul.d/system-config-run.yaml @@ -1032,6 +1032,7 @@ - inventory/service/group_vars/zookeeper.yaml - inventory/service/host_vars/zk\d+ - inventory/service/host_vars/zuul02.opendev.org + - playbooks/roles/haproxy/ - playbooks/roles/mariadb/ - playbooks/roles/zookeeper/ - playbooks/roles/install-apt-repo/