Create a xRunBook
Last updated
Last updated
To create a xRunBook, please follow these instructions:
All custom RunBooks are saved in $HOME/Awesome-CloudOps-Automation/custom/runbooks.
Copy an existing RunBook into this directory.
Restart your Docker instance.
Navigate to http://127.0.0.1:8888:8888/lab/tree/<yourFileName>.ipynb
If you have an existing Jupyter Notebook:
Save your Notebook into $HOME/Awesome-CloudOps-Automation/custom/runbooks.
Restart your Docker instance.
Navigate to http://127.0.0.1:8888:8888/lab/tree/<yourFileName>.ipynb
Now that you have created the RunBook, we can begin filling in the pieces.
Input Parameters: These are the values that seed the RunBook. AWS RunBooks may need a Region to operate correctly. Your K8s RunBook may need a Pod. Or specify how may days of logs to pull. These can all be defined programmatically with input parameters.
Add An Action: Actions are the stepwise programatic steps of a RunBook. There are hundreds of prebuilt actions ready to be dropped into your RunBook. Or create your own Action!
Schedule: Schedule your RunBook for regular processing.