Using Deployment Manager I am trying to deploy compute instance resource running a particular web server which comes up after 5-10 min after booting up and I want deployment manager to check if the web service has come up before giving the status as "SUCCESS",
Is there a way in deployment manager template through which I can implement this check ( a simple get request on server url port 80/443 )?
I found following example through which deployment manager will wait before a stage is passed before giving a success signal.
With this my requirement is fulfilled.