OpenNebula / one-apps

Toolchain to build OpenNebula appliances
Apache License 2.0
12 stars 9 forks source link

Update VRouter to Alpine 3.19 + Move kea DHCP4 hook to one-apps #93

Open sk4zuzu opened 2 months ago

sk4zuzu commented 2 months ago

Using current binary kea hook in Alpine 3.19 results in:

kea-dhcp4: ERROR [kea-dhcp4.hooks.139662906213968] HOOKS_INCORRECT_VERSION hook library /usr/lib/kea/hooks/libkea-onelease-dhcp4.so is at version 20200, require version 20401

We'd like to:

  1. Move code from https://github.com/OpenNebula/addon-kea-hook-onelease4 to one-apps.
  2. Add docker/podman based kea hook build to the Makefile.
  3. Update VRouter to use Alpine 3.19 and the new kea hook binary.