CSIT-648 Installation of lxc on physical hosts 13/6913/3
authorPeter Mikus <pmikus@cisco.com>
Tue, 30 May 2017 06:24:20 +0000 (08:24 +0200)
committerPeter Mikus <pmikus@cisco.com>
Tue, 30 May 2017 12:22:53 +0000 (12:22 +0000)
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 <pmikus@cisco.com>
resources/tools/testbed-setup/playbooks/01-host-setup.yaml

index a543608..ff68821 100644 (file)
     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