Merge "Drop usage of lxc containers proxy"
This commit is contained in:
commit
cc4ecf3d37
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user