Commit b2e8f56d authored by palsus's avatar palsus
Browse files

Added 'runcmd' in cloud_init_haproxy to restart haproxy service after sleeping for 60 seconds.

parent e810ca84
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3,3 +3,7 @@ hostname: haproxyvdu
password: osm2021
chpasswd: { expire: False }
ssh_pwauth: True
runcmd:
 - sleep 60
 - echo "osm2021" | sudo service haproxy restart