You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For my own kitchen tests I got around this issue thanks to this issue apache/bigtop#640
If you mount cgroups in as a volume to your test container services can run as non-root users.
eg: /sys/fs/cgroup:/sys/fs/cgroup:ro
For Kitchen I used the following as I only test for OS's where this is needed but the same driver_config can be set in the platforms definition if you need it on specific images.
I do not use this formula so haven't tested to see if it fixes the problem just thought it might be relevant as I came across this bug while hunting for something to fix the same issue in my own salt repos.
Made some attempts to get the CentOS testing working again but ran into a number of hurdles.
centos-6
This was actually working as-is a few months back for
version: '4.4
:centos-6
.The
zabbix-server-mysql
package is no longer available in the repo:The highest version that still has it available is
2.4
(this isn't really useful, though):centos-7
¢os-8
Essentially, these are failing due to issues between
docker
andsystemd
. The main error that reoccurs:Research:
systemd
.Potential solutions
grains.get
to detect containers ntp-formula#45The text was updated successfully, but these errors were encountered: