X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=resources%2Ftools%2Ftestbed-setup%2Fplaybooks%2F01-host-setup.yaml;h=90a5ad7899ecb033cf47b92b9e65ecec25bdc1d1;hb=d38fc2895fba1fe04d7f8c0d41373ffe42c14fab;hp=a9e9989cfe9b5e7434777d139de318c9d9a2a06a;hpb=ba0d4b44c16a371f9fd8386121995ce81baa668a;p=csit.git diff --git a/resources/tools/testbed-setup/playbooks/01-host-setup.yaml b/resources/tools/testbed-setup/playbooks/01-host-setup.yaml index a9e9989cfe..90a5ad7899 100644 --- a/resources/tools/testbed-setup/playbooks/01-host-setup.yaml +++ b/resources/tools/testbed-setup/playbooks/01-host-setup.yaml @@ -103,6 +103,8 @@ copy: src=files/requirements.txt dest=/tmp/requirements.txt - name: Install PIP requirements pip: requirements=/tmp/requirements.txt + - name: Install libnuma-dev + apt: name=libnuma-dev state=present - name: IRQ pinning lineinfile: dest: /etc/rc.local @@ -140,6 +142,12 @@ apt: name=libtool state=present - name: Install screen apt: name=screen state=present + - name: Install libmbedcrypto0 + apt: name=libmbedcrypto0 state=present + - name: Install libmbedtls10 + apt: name=libmbedtls10 state=present + - name: Install libmbedx509-0 + apt: name=libmbedx509-0 state=present - name: Install lxc apt: name=lxc state=present - name: Disable 80-vpp.conf @@ -170,4 +178,4 @@ - name: Install Kubernetes kubelet apt: name=kubelet state=present - name: Install Kubernetes kubeadm - apt: name=kubeadm state=present + apt: name=kubeadm state=present \ No newline at end of file