From b18c18e15d5feecd3db2dc7f5fa07174c1e49379 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Fri, 11 Mar 2016 08:41:55 +0000 Subject: [PATCH] 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 --- tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 | 1 + 1 file changed, 1 insertion(+) 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 a8e162fe14..8bb72c1884 100644 --- a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 @@ -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