How To Simulate an Orchestration Failure

Overview

This article discusses how to simulate an orchestration failure.


Considerations

You must be a CloudBolt admin


Procedure

Step 1 Create a CloudBolt Plug-in Action with the following script:

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

Step 2 Under Orchestration Actions, you can then attach this action to any trigger point.

  1. Enable the orchestration

The action will automatically fail at this point.

Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.