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

Repository structure

Khelil Sator edited this page Oct 31, 2019 · 9 revisions

This repo has Nornir content for Junos automation.

Run these commands to clone this repository:

$ git clone https://github.com/ksator/junos_automation_with_nornir.git
$ cd junos_automation_with_nornir

The Nornir configuration file is config.yaml

The Nornir inventory directory is inventory.
It has three files: hosts, groups, defaults

The template are in the templates directory.
The template to generate Junos configuration files is config.j2

The python scripts using Nornir are *.py files at the root of the repository

The files .travis.yml and requirements.txt are used by Travis CI