Implementing Health Check for resource in deployment manager templates

78 Views Asked by At

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 )?

1

There are 1 best solutions below

0
JayantSeth On BEST ANSWER

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.