diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-03-06 13:09:39 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-03-08 10:01:55 +0000 |
commit | d38fc2895fba1fe04d7f8c0d41373ffe42c14fab (patch) | |
tree | d05f85f56e54551190c5310a99ff63da4879a369 /resources/tools/testbed-setup/playbooks | |
parent | 728b59403d2ddedb8cfc2450e43d58d9ae8aad60 (diff) |
CSIT-988: Add libmbedcrypto0 as a new vpp dependency
Add libmbedcrypto0 to the list of installed packages on Physical testbeds + VIRL images
Change-Id: Ied68b79a36d0b6c8619aa22effeac30e5f3c0cf6
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/tools/testbed-setup/playbooks')
-rw-r--r-- | resources/tools/testbed-setup/playbooks/01-host-setup.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/resources/tools/testbed-setup/playbooks/01-host-setup.yaml b/resources/tools/testbed-setup/playbooks/01-host-setup.yaml index 7333885127..90a5ad7899 100644 --- a/resources/tools/testbed-setup/playbooks/01-host-setup.yaml +++ b/resources/tools/testbed-setup/playbooks/01-host-setup.yaml @@ -142,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 @@ -172,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 |