github nornir-automation/nornir v3.0.0a0

latest releases: v3.4.1, v3.4.0, v3.3.0...
pre-release4 years ago

This is an alpha release for developers. Do not use in production but feel free to test and provide feedback.

See #486

Main changes at this point are:

  • No plugins
  • There is an entrypoint you can use to register connection plugins. For instance, using poetry you could do the following:
[tool.poetry.plugins."nornir.plugins.connections"]
"nornir_napalm.napalm" = "nornir_napalm.connections:Napalm"

See https://github.com/nornir-automation/nornir_napalm as an example of a plugin supporting nornir 3.0.0

Don't miss a new nornir release

NewReleases is sending notifications on new releases.