aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2018-03-06 13:09:39 +0000
committerPeter Mikus <pmikus@cisco.com>2018-03-08 10:01:55 +0000
commitd38fc2895fba1fe04d7f8c0d41373ffe42c14fab (patch)
treed05f85f56e54551190c5310a99ff63da4879a369 /resources/tools/testbed-setup
parent728b59403d2ddedb8cfc2450e43d58d9ae8aad60 (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')
-rw-r--r--resources/tools/testbed-setup/playbooks/01-host-setup.yaml8
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