diff --git a/wiki_webserver_autoscale_vnfd/cloud_init/cloud_init_haproxy b/wiki_webserver_autoscale_vnfd/cloud_init/cloud_init_haproxy index 8995804f53e6e074d66a83e6994411977fa8fd5a..3251d9b8afb013056174205278b891a362a7fe08 100644 --- a/wiki_webserver_autoscale_vnfd/cloud_init/cloud_init_haproxy +++ b/wiki_webserver_autoscale_vnfd/cloud_init/cloud_init_haproxy @@ -3,3 +3,7 @@ hostname: haproxyvdu password: osm2021 chpasswd: { expire: False } ssh_pwauth: True +runcmd: + - sleep 60 + - echo "osm2021" | sudo service haproxy restart +