edf-hpc / puppet-hpc

Generic Puppet Configuration for HPC Clusters
http://edf-hpc.github.io/puppet-hpc/
GNU General Public License v2.0
13 stars 4 forks source link

mod:libvirt Dependencies between service and private network not OK #46

Open hmlth opened 8 years ago

hmlth commented 8 years ago

some services are trying to start before interfaces of libvirt are up:

roastercode commented 6 years ago

Have you tried to modify the section of the /usr/lib/systemd/system/keepalived.service and isc-dhcp-server.service files. in the [Unit] section as follow?

[Unit]
Requires=libvirtd.target
After=libvirtd.target
roastercode commented 6 years ago

To try to correct that I have modified the corresponding puppet configuration file puppet hpc This does not include the isc-dhcp-server part, but it seems that there is no configuration at this time about isc-dhcp-server