-
Notifications
You must be signed in to change notification settings - Fork 72
Review context package dependencies #145
Comments
I had to install dbus package on Xenial container to get hostname contextualization working. |
Thanks a lot for the info! |
I would say Ubuntu (and maybe other images) are missing much more services to be usable (e.g., |
The container images from the public LXD servers are very minimal, we need to look for the distros we support context on and check for missing dependencies. Alpines don't even have bash |
Bash is already a dependency of Alpine packages. Maybe you are installing them wrong. Anyway, I'm changing the topic of this issue to review all the dependencies. The dbus PR is for now merged. |
List of dependencies to consider (to be updated):
|
I think we can close this since OpenNebula/one#3189 and https://github.com/OpenNebula/infra/pull/344 showed good results for tests |
Description
Running hostname contextualization fails on some distros from the LXD marketplace.
Ubuntu Xenial:
Debian Buster:
To Reproduce
Deploy any of the affected apps from the LXD marketplace.
Expected behavior
Hostname contextualzation should set the appropriate hostname
Details
Additional context
The command Ubuntu bionic runs ok, also 16.04 - KVM image doesn't show issues.
Progress Status
The text was updated successfully, but these errors were encountered: