OpenNebula / addon-context-linux

Linux VM Contextualization
Apache License 2.0
56 stars 73 forks source link

Non-systemd based Debians don't periodically recontextualize on vCenter #249

Open vholer opened 3 years ago

vholer commented 3 years ago

Periodic recontextualization check for #185 doesn't happen on Debian-based systems which don't use systemd (e.g., Devuan), because there is a single .deb package for all Debian-like systems which contains only a systemd timer one-context-reconfigure.timer, but not a cron schedule (/etc/cron.d/one-context-reconfigure). Solution might be to

Remove skip in tests when fixed: https://github.com/OpenNebula/development/blob/208bde38f0052c05d5eecc738509382b0ebff476/readiness/spec/context/linux/network.rb#L250