Crosswork Custom Playbooks
This repository contains Crosswork custom playbooks that can be used to interact with Cisco Crosswork Change Automation.
Custom playbooks are created by the communities. Crosswork software ships with pre-defined playbooks, stored in the Crosswork-Playbook repository. Users can use them as examples to create custom playbooks.
Requirements
The following are required to use the playbooks:
- Cisco Crosswork Network Change Automation and Health Insights 3.0 or later
- Cisco NSO 4.5.5 or later
Documentation:
Please refer to the documentation at the following link to understand how to use the playbooks.
Cisco Crosswork DevNet page
Usage
Example usage of playbooks can be found in the Crosswork Postman Collection
Contribution
Generally speaking, you should fork this repository, make changes in your own fork, and then submit a pull request. All new code should have associated unit tests (if applicable) that validate implemented features and the presence or lack of defects.
Additionally, the code should follow any stylistic and architectural guidelines prescribed by the project. In the absence of such guidelines, mimic the styles and patterns in the existing codebase.