infra(ansible): Jammy placeholder
[csit.git] / fdio.infra.ansible / roles / dpdk / defaults / main.yaml
index a1f7d1a..b9602bc 100644 (file)
@@ -8,10 +8,10 @@ packages_base:
 
 packages_by_distro:
   ubuntu:
-    bionic:
+    focal:
       - "build-essential"
       - "libnuma-dev"
-    focal:
+    jammy:
       - "build-essential"
       - "libnuma-dev"
 
@@ -23,5 +23,5 @@ packages_by_arch:
 
 dpdk_target_dir: "/opt"
 dpdk_version:
-  - "21.08"
+  - "22.03"
 dpdk_url: "https://fast.dpdk.org/rel"