Skip to content
This repository has been archived by the owner on Oct 12, 2020. It is now read-only.

02. About StackStorm

Khelil Sator edited this page May 31, 2017 · 2 revisions

What is 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)

Ansible vs Saltstack vs Stackstorm

https://medium.com/@anthonypjshaw/ansible-v-s-salt-saltstack-v-s-stackstorm-3d8f57149368

StackStorm documentation

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

Junos automation with StackStorm

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