Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blog for "Network Automation with Salt" Lesson - 30 #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions content/post/2019-11-15-network-automation-with-salt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
date: 2018-11-15T00:00:00-00:00
description: Using Salt for automating operational and configuration tasks.
featured_image: "/images/salt.jpg"
tags: []
title: 'Network Automation with Salt'
show_reading_time: true
authors:
- name: Vinayak Iyer
link: https://github.com/vinayak-skywalker
- name: Sudhishna Sendhilvelan
link: https://github.com/Sudhishna
---

Salt helps in building an event-driven orchestration and automation of the infrastructure. We've added a lesson [Network Automation with Salt](https://labs.networkreliability.engineering/labs/?lessonId=30&lessonStage=1) to the NRE labs.

The lesson [Network Automation with Salt](https://labs.networkreliability.engineering/labs/?lessonId=30&lessonStage=1) doesn't expect you to have any prior experience with Salt. It walks you through the very basics of what a master and minion is, how to configure & setup Salt and all the way up to orchestrating the Junos Device (vqfx). Learn how to quickly setup the Salt Master and minion and get the environment running. See how easy it is to execute remote commands on minions. Go through what it takes to setup a proxy minion in order to manage a Junos device. Learn about State files and pillars and what their role is in the Salt ecosystem. Also, execute RPC's on to a Junos proxy minion and gather a whole range of information about the device configuration without having to access the cli. The NRE labs provides the virtual lab environment with which the user not only gets to read about Salt but also gets a hands on experience in setting up salt and orchestrating the Junos device in your own browser.

Are you ready to learn this awesome tool in 10 minutes? To get started, visit [Network Automation with Salt](https://labs.networkreliability.engineering/labs/?lessonId=30&lessonStage=1).