Workflows vary from seriously simple to notoriously complex and as humans, we might not even consciously observe the subtleties of what a workflow comprises of.
Content
Latest posts & podcasts from built.fm, dave.dev & historic content from ipengineer.net & arsonistgopher.com
JSNAPY is an open source tool released by Juniper Networks circa 2015 that is the Python version of the Juniper Snapshot Administrator.
There is still an ongoing debate over the need for network engineers to pick up some software skills.
When it comes to expressing intent in automation workflows, there is validation in both using a task or workflow engine and also knocking it together using scripting in some language.
Event-Driven automation is an umbrella term much like “coffee” (also see here, it turns out I’ve used coffee anecdotes way too much).
Battling with data structures is a normal daily task and figuring out the best way manipulate XML isn’t just a case of writing something that works and walking away declaring job done.
Sometimes during exploration or projects, I want to take a YANG model and convert it along with related dependencies to a Swagger format (think OpenAPI if you’re not familiar with this) so I can create a REST or RESTConf API interface.