HOWTO: Simulate an Orchestration Failure

It's quite easy actually. Create a CloudBolt Plug-in Action with the following script:

def run(job, logging=None, **kwargs):
  return "FAILURE", "", ""

Under Orchestration Actions, you can then attach this action to any trigger point. When enabled, the orchestration will automatically fail at this point.

Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.