From f19789e9a92a1d6e7c511af7768ce70120771766 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 19 Oct 2022 09:20:09 +0200 Subject: [PATCH] Drop usage of lxc containers proxy We build LXC images with rpm/debootstrap and don't download external ones for quite a while, thus we never actually use this override in our roles and this overrided can be safely cleaned up. Change-Id: If5d7777f80b67beb1e83d8f933552d0431d0f4a5 --- .../bootstrap-host/templates/user_variables.aio.yml.j2 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 index f44af0bf81..7d8e7b0bd4 100644 --- a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 @@ -200,12 +200,6 @@ lxc_net_netmask: 255.255.255.0 lxc_net_dhcp_range: 10.255.255.2,10.255.255.253 lxc_net_mtu: {{ hostvars[inventory_hostname]['ansible_' ~ bootstrap_host_public_interface]['mtu'] | default(1500) }} -{% if nodepool_vars is defined and nodepool_vars.NODEPOOL_LXC_IMAGE_PROXY is defined %} -## images.linuxcontainers.org reverse proxy -lxc_image_cache_server_mirrors: - - "http://{{ nodepool_vars.NODEPOOL_LXC_IMAGE_PROXY }}" -{% endif %} - {% if cache_timeout is defined %} ## Package cache timeout cache_timeout: {{ cache_timeout }}