Gate: Ensure that AIO container apt components match the host

This patch ensures that if the host is set to bootstrap with a different
set of components to the default, all containers will have the same set
of components.

Change-Id: I280ea0fc200450e5e4fc3147dbee353775e76df0
This commit is contained in:
Jesse Pretorius 2016-03-11 08:41:55 +00:00
parent 7b5d97cf37
commit b18c18e15d

View File

@ -91,6 +91,7 @@ lxc_net_dhcp_range: 10.255.255.2,10.255.255.253
lxc_cache_resolvers: {{ lxc_cache_resolvers }}
lxc_container_template_main_apt_repo: {{ bootstrap_host_ubuntu_repo }}
lxc_container_template_security_apt_repo: {{ bootstrap_host_ubuntu_security_repo }}
lxc_container_template_apt_components: {{ bootstrap_host_apt_components }}
## Security hardening
apply_security_hardening: true