Introduction to Nornir3!

preview_player
Показать описание
In this video we explore the new release of the powerful Python automation framework, Nornir!
Рекомендации по теме
Комментарии
Автор

Great tutorial John, simple and straight to the point. Thanks for supporting the concepts with specific examples.

danielmacuare
Автор

Config object has no attribute Jinja filter, , , , please kindly help with this attribute error

MohamedMostafa-ozhn
Автор

How are you John sir! How would you go about setting up a jumphost using Nornir/Netmiko?

wiecaszekpawel
Автор

Do you know how to initilize Nornir without any YAML file, let's say with inline dictionaries?

eduardofernandezdiaz
Автор

I like ur video so much but I can't find sample nornir for mikrotik.
I am glad if u make 1

nbctcp
Автор

Finally back on YouTube channel from long gap! John

adarshanswers
Автор

Thanks for this kind of videos. They are super useful! I’m doing my first steps in this new world of Devops and I’ve a silly question (for you): can I use Ansible modules with Nornir?

Mat-mnhf
Автор

Hi Jon.thanks for all your great nornir tutorials. Please can u consider doing one working with json plugin - sending parsed data to a json file is baffling me ! Many thanks

slogoheinzy
Автор

Instant like man hahaha, i see nornir i click immediately

Goonzilla
Автор

You are awesome brother, fecking awesome!

bigevilbeard
Автор

@IPvZero, thanks so much for the update, I noticed that one of my scripts was broken, and updating the path to the plugins you demonstrated here corrected the issues. Really appreciate the help as always. Looking forward to building some 'read-only scripts' perhaps a number of scripts that will help network engineers to diagnose obvious problems ^^ again, thanks!

jairusan
Автор

Very well done...clear and ready to use..thanks for this!!!

aspathprepend
Автор

Thanks for the video mate, I was looking at how to update my scripts.

jairoosorio
Автор

Hi
You defined the function as

def baseconfig(ipvzero):
ipvzero.run(kwargs)
more stuff

Then you use it as
results = nr.run(task = baseconfig)

This bit is a tad confusing to me, I'm more accustomed to seeing the argument being passed to the function in a manner; result = function(args) where the function will also have a return statement.
With this line results = nr.run(task = baseconfig) What is the argument that is being passed to baseconfig as ipvzero?
Was hoping for something similar to baseconfig(nr) where nr is the argument being passed to the baseconfig function.
What is happening there?

johnmoff
visit shbcf.ru