X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=fdio.infra.ansible%2Froles%2Fcommon%2Fdefaults%2Fmain.yaml;h=5c94f58398feff4b26db896281018174835fe3a0;hp=ba7129711a482ea633cb3bcfc0f14640e89605da;hb=9feafea756fcdbd067fbc767ba16a8e3ecb6d6b2;hpb=01576b87bb54c82d76b55496aeca97e2921957fd 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"