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
Pipeline #288 passed with stage
in 2 minutes and 24 seconds
......@@ -3,3 +3,7 @@ hostname: haproxyvdu
password: osm2021
chpasswd: { expire: False }
ssh_pwauth: True
runcmd:
- sleep 60
- echo "osm2021" | sudo service haproxy restart
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment