feat(telemetry): Add bpf on all testbeds 59/35959/1
authorPeter Mikus <pmikus@cisco.com>
Thu, 14 Apr 2022 09:11:40 +0000 (11:11 +0200)
committerPeter Mikus <pmikus@cisco.com>
Thu, 14 Apr 2022 09:11:40 +0000 (11:11 +0200)
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: Ic0c02c3bce4544597c8ee49e1f0b8629ad1dd24f

fdio.infra.ansible/roles/common/defaults/main.yaml

index 0759d0e..ba71297 100644 (file)
@@ -38,11 +38,17 @@ packages_by_distro:
       - "python3-pyelftools"
       - "python3-setuptools"
     focal:
+      - "bpfcc-tools"
       - "build-essential"
+      - "libbpfcc"
+      - "libbpfcc-dev"
+      - "libclang1-9"
+      - "libllvm9"
       - "libpcap-dev"
       - "net-tools"
       - "python3-all"
       - "python3-apt"
+      - "python3-bpfcc"
       - "python3-cffi"
       - "python3-cffi-backend"
       - "python3-dev"