openstack-ansible-lxc_hosts/vars
Antony Messerli d1c45fb0cb Use pkill for lxc-dnsmasq systemd unit file
Previously psmisc was not installed by default, causing
the killall in the lxc-dnsmasq systemd unit file to
silently fail if killall wasn't found.  This prevented
running instances of dnsmasq to be torn down when
restarting the service.

This would exhibit as a problem during upgrades as
the older dnsmasq service would be running and the
new service would be unable to take over the port.
This would cause lxc containers to lose connectivity.

This commit switches to using pkill and ensures procps
is always installed by default.

Change-Id: I4fa838706f1163fd68ff68258bfc66cbf13bad94
2019-04-11 11:04:51 -05:00
..
debian-host.yml Use pkill for lxc-dnsmasq systemd unit file 2019-04-11 11:04:51 -05:00
debian.yml debian: add support 2019-04-06 23:47:29 -04:00
gentoo-host.yml Use pkill for lxc-dnsmasq systemd unit file 2019-04-11 11:04:51 -05:00
gentoo.yml add gentoo support 2019-02-22 19:43:59 -06:00
redhat-7-host.yml Use pkill for lxc-dnsmasq systemd unit file 2019-04-11 11:04:51 -05:00
redhat-7.yml Ensure that systemd-resolved is present in the Centos container 2018-12-11 10:32:44 +00:00
suse-host.yml Use pkill for lxc-dnsmasq systemd unit file 2019-04-11 11:04:51 -05:00
suse.yml Fix image fetching process for leap 15 2019-03-25 12:19:47 +01:00
ubuntu-16.04-host.yml Use pkill for lxc-dnsmasq systemd unit file 2019-04-11 11:04:51 -05:00
ubuntu-16.04.yml Make apt key import for Ubuntu a uniform process 2018-08-25 21:18:42 +01:00
ubuntu-18.04-host.yml Use pkill for lxc-dnsmasq systemd unit file 2019-04-11 11:04:51 -05:00
ubuntu-18.04.yml Simplify inserting apt keys into LXC image 2018-08-06 08:52:41 +00:00