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:
def run(job, logging=None, **kwargs): return "FAILURE", "", ""
Step 2 Under Orchestration Actions, you can then attach this action to any trigger point.
Enable the orchestration
The action will automatically fail at this point.
0 Comments