-
Notifications
You must be signed in to change notification settings - Fork 1
02. About StackStorm
StackStorm is event-driven automation: it reacts to events, it doesnt require a human input.
https://keepingitclassless.net/2016/12/introduction-to-stackstorm/ (Matt Oswalt)
https://medium.com/netflix-techblog/introducing-winston-event-driven-diagnostic-and-remediation-platform-46ce39aa81cc (Netflix)
https://medium.com/@anthonypjshaw/ansible-v-s-salt-saltstack-v-s-stackstorm-3d8f57149368
StackStorm documentation: https://docs.stackstorm.com/index.html
StackStorm exchange (integration packs hub): https://exchange.stackstorm.org/
Github: https://github.com/StackStorm
Slack team: https://stackstorm-community.slack.com
StackStorm has network automation capabilities with the StackStorm integration packs napalm and ansible. So StackStorm can fire NAPALM or Ansible content based on events.
Junos can be automated with both NAPALM and Ansible.
You need to enable Netconf on the Junos devices:
set system services netconf ssh
commit