From 2f38952fd38521b6d8ccd82724079f56c5427a03 Mon Sep 17 00:00:00 2001 From: Sudhishna Date: Thu, 15 Nov 2018 16:04:04 -0800 Subject: [PATCH 1/3] Create 2019-11-15-network-automation-with-salt.md --- ...2019-11-15-network-automation-with-salt.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 content/post/2019-11-15-network-automation-with-salt.md diff --git a/content/post/2019-11-15-network-automation-with-salt.md b/content/post/2019-11-15-network-automation-with-salt.md new file mode 100644 index 0000000..d57b9e4 --- /dev/null +++ b/content/post/2019-11-15-network-automation-with-salt.md @@ -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 +author: + name: Sudhishna Sendhilvelan + link: https://github.com/Sudhishna + name: Vinayak Iyer + link: https://github.com/vinayak-skywalker +--- + +Salt helps in building an event-driven orchestration and automation of the infrastucture. 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). 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. + +To get started with Salt, visit [Network Automation with Salt](https://labs.networkreliability.engineering/labs/?lessonId=30&lessonStage=1). From 054fc7f812b5e0e21b331ac2f531a57fb899bbfd Mon Sep 17 00:00:00 2001 From: vinayak-skywalker Date: Fri, 16 Nov 2018 13:15:31 -0600 Subject: [PATCH 2/3] Update 2019-11-15-network-automation-with-salt.md --- .../post/2019-11-15-network-automation-with-salt.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/content/post/2019-11-15-network-automation-with-salt.md b/content/post/2019-11-15-network-automation-with-salt.md index d57b9e4..d3c61bc 100644 --- a/content/post/2019-11-15-network-automation-with-salt.md +++ b/content/post/2019-11-15-network-automation-with-salt.md @@ -6,14 +6,15 @@ tags: [] title: 'Network Automation with Salt' show_reading_time: true author: - name: Sudhishna Sendhilvelan - link: https://github.com/Sudhishna name: Vinayak Iyer link: https://github.com/vinayak-skywalker +author: + name: Sudhishna Sendhilvelan + link: https://github.com/Sudhishna --- -Salt helps in building an event-driven orchestration and automation of the infrastucture. We've added a lesson [Network Automation with Salt](https://labs.networkreliability.engineering/labs/?lessonId=30&lessonStage=1) to the NRE labs. +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). 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. +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. -To get started with Salt, visit [Network Automation with Salt](https://labs.networkreliability.engineering/labs/?lessonId=30&lessonStage=1). +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). From 1ca0438c876f7546846664d6d63ac9f1fd665c5c Mon Sep 17 00:00:00 2001 From: vinayak-skywalker Date: Mon, 19 Nov 2018 09:49:40 -0600 Subject: [PATCH 3/3] Update 2019-11-15-network-automation-with-salt.md --- .../post/2019-11-15-network-automation-with-salt.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/content/post/2019-11-15-network-automation-with-salt.md b/content/post/2019-11-15-network-automation-with-salt.md index d3c61bc..e852251 100644 --- a/content/post/2019-11-15-network-automation-with-salt.md +++ b/content/post/2019-11-15-network-automation-with-salt.md @@ -5,12 +5,11 @@ featured_image: "/images/salt.jpg" tags: [] title: 'Network Automation with Salt' show_reading_time: true -author: - name: Vinayak Iyer - link: https://github.com/vinayak-skywalker -author: - name: Sudhishna Sendhilvelan - link: https://github.com/Sudhishna +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.