X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fplaybooks%2F01-host-setup.yaml;h=3eee7130e855b5f87bf1e4b63e00bc057b1cd44f;hp=3486df5a852287b99edadc00b4a9b8c61ae7a944;hb=019ffc9c301d45fc7b3348e5f6a274fb48a9bf87;hpb=3e62e29b594f36e80f397a02bc4eaa88ff71ab0d diff --git a/resources/tools/testbed-setup/playbooks/01-host-setup.yaml b/resources/tools/testbed-setup/playbooks/01-host-setup.yaml index 3486df5a85..3eee7130e8 100644 --- a/resources/tools/testbed-setup/playbooks/01-host-setup.yaml +++ b/resources/tools/testbed-setup/playbooks/01-host-setup.yaml @@ -27,6 +27,8 @@ apt: name=crudini state=present - name: install expect apt: name=expect state=present + - name: install socat + apt: name=socat state=present - name: install qemu apt: name=qemu-system-x86 state=present - hosts: virl @@ -55,6 +57,8 @@ apt: name=python-virtualenv state=present - name: Install python pip apt: name=python-pip state=present + - name: Install libpcap-dev + apt: name=libpcap-dev state=present - name: Install cpufrequtils apt: name=cpufrequtils state=present - name: Set cpufrequtils defaults