CSIT-619 HC Test: Honeycomb performance testing - initial commit
[csit.git] / resources / tools / testbed-setup / playbooks / 01-host-setup.yaml
index 6d644e5..8fa9d66 100644 (file)
     apt: name=lxc state=present
   - name: Disable 80-vpp.conf
     command: ln -s /dev/null /etc/sysctl.d/80-vpp.conf
+  - name: Install java
+    apt: name=openjdk-8-jdk state=present