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
This commit is contained in:
Dmitriy Rabotyagov 2022-10-19 09:20:09 +02:00
parent e01385fb78
commit f19789e9a9

View File

@ -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 }}