aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.ansible/roles/common/defaults
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2022-05-17 08:16:15 +0200
committerPeter Mikus <pmikus@cisco.com>2022-05-17 08:16:15 +0200
commit9feafea756fcdbd067fbc767ba16a8e3ecb6d6b2 (patch)
tree99c10d66dfbadfa326b66a67ebe9c055a103dc1e /fdio.infra.ansible/roles/common/defaults
parent01576b87bb54c82d76b55496aeca97e2921957fd (diff)
infra(ansible): Jammy placeholder
Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I693841cadf33d23e417374b949771ba7c3dbccd2
Diffstat (limited to 'fdio.infra.ansible/roles/common/defaults')
-rw-r--r--fdio.infra.ansible/roles/common/defaults/main.yaml30
1 files changed, 15 insertions, 15 deletions
diff --git a/fdio.infra.ansible/roles/common/defaults/main.yaml b/fdio.infra.ansible/roles/common/defaults/main.yaml
index ba7129711a..5c94f58398 100644
--- a/fdio.infra.ansible/roles/common/defaults/main.yaml
+++ b/fdio.infra.ansible/roles/common/defaults/main.yaml
@@ -18,37 +18,37 @@ packages_base:
packages_by_distro:
ubuntu:
- bionic:
+ focal:
+ - "bpfcc-tools"
- "build-essential"
+ - "libbpfcc"
+ - "libbpfcc-dev"
+ - "libclang1-9"
+ - "libllvm9"
- "libpcap-dev"
- "net-tools"
- - "python-all"
- - "python-apt"
- - "python-cffi"
- - "python-cffi-backend"
- - "python-dev"
- - "python-pip"
- - "python-setuptools"
- "python3-all"
- "python3-apt"
+ - "python3-bpfcc"
- "python3-cffi"
- "python3-cffi-backend"
- "python3-dev"
- "python3-pip"
- "python3-pyelftools"
- "python3-setuptools"
- focal:
- - "bpfcc-tools"
+ jammy:
- "build-essential"
- - "libbpfcc"
- - "libbpfcc-dev"
- - "libclang1-9"
- - "libllvm9"
- "libpcap-dev"
- "net-tools"
+ - "python-all"
+ - "python-apt"
+ - "python-cffi"
+ - "python-cffi-backend"
+ - "python-dev"
+ - "python-pip"
+ - "python-setuptools"
- "python3-all"
- "python3-apt"
- - "python3-bpfcc"
- "python3-cffi"
- "python3-cffi-backend"
- "python3-dev"