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

01. About this repository

Khelil Sator edited this page Jul 17, 2017 · 36 revisions

What is this repository about?

This repository is about how to automate Junos with SaltStack.
It also shows how to do Event-Driven Junos automation using SaltStack.

What to find in this repository

The directory master shows the content of the Salt master VM.
This is the content of the Salt master VM from its root directory (i.e absolute path).
You need to copy these files and folders on the Salt master VM.
The proxy configuration file is also in the Salt master VM.

The directory minion_1 shows the content for minion_1 (VM Salt minion).
This is the content of the Salt minion VM from its root directory (i.e absolute path).
You need to copy this content on the Salt minion VM.

The file SaltStack_FAQs.pdf is a FAQ focused on Junos automation with SaltStack.

The file How_to_orchestrate_Ansible_using_SaltStack.pdf shows how to orchestrate Ansible using SaltStack.

How to use this repository

Read the wiki.
It has all the steps detailed to quickly reproduce several demos.