From: Peter Mikus Date: Tue, 30 May 2017 06:24:20 +0000 (+0200) Subject: CSIT-648 Installation of lxc on physical hosts X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=dedafc3c5a32fb8b7ed3583b346eb6c31310005e;ds=sidebyside CSIT-648 Installation of lxc on physical hosts Add lxc package to ansible 01-host-setup file to install package and its dependencies on all SUTs Change-Id: I3a7cef1a5acec16f603ffad7ee6ca7c85969e385 Signed-off-by: Peter Mikus --- diff --git a/resources/tools/testbed-setup/playbooks/01-host-setup.yaml b/resources/tools/testbed-setup/playbooks/01-host-setup.yaml index a54360890b..ff6882194e 100644 --- a/resources/tools/testbed-setup/playbooks/01-host-setup.yaml +++ b/resources/tools/testbed-setup/playbooks/01-host-setup.yaml @@ -123,5 +123,7 @@ apt: name=libtool state=present - name: Install screen apt: name=screen state=present + - name: Install lxc + apt: name=lxc state=present - name: Disable 80-vpp.conf command: ln -s /dev/null /etc/sysctl.d/80-vpp.conf