This guide will help you install, configure, and run NSO‑Rocket in your environment.
Ensure you have the following installed:
- Cisco NSO (version 5.7+ recommended)
- n8n (v1.0+; Installation Guide)
- Git (for cloning repo)
- (Optional) Grafana (for dashboards)
git clone https://github.com/<your-username>/NSO-Rocket.git
cd NSO-Rocketcode .Edit configs/async-settings.json to tune:
batchSize(number of devices processed at a time)concurrentRequests(parallel API calls)timeoutSeconds(per request)
Edit configs/topology-weights.json to adjust severity weighting:
core,distribution,access,lab
- In n8n, click Import Workflow
- Select
workflows/compliance/config-drift-detection.json - (Optional) Import discovery & remediation workflows
- Configure Slack API (alerts)
- Connect Grafana or n8n dashboard for drift visualizations
- Trigger drift detection workflow in n8n
- View Slack alerts and dashboards for results
- Explore
documentation/troubleshooting.mdfor common fixes - Check
agntcy/manifests/for multi‑agent orchestration details