-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added nr.netbox, added job_data, added jinja_env, added user_data con…
…figuration
- Loading branch information
Showing
25 changed files
with
1,096 additions
and
268 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "salt_nornir" | ||
version = "0.14.0" | ||
version = "0.15.0" | ||
description = "Salt-Nornir Proxy Minion SaltStack Modules" | ||
authors = ["Denis Mulyalin <[email protected]>"] | ||
maintainers = ["Denis Mulyalin <[email protected]>"] | ||
|
@@ -25,7 +25,7 @@ classifiers = [ | |
python = ">=3.7,<4.0" | ||
nornir = "3.3.0" | ||
pydantic = "1.9.1" | ||
nornir_salt = "0.14.*" | ||
nornir_salt = "0.15.*" | ||
psutil = ">=5.8.*,<=5.9.*" | ||
|
||
# optional dependencies for extras definition | ||
|
@@ -42,6 +42,7 @@ ntc-templates = { version = "^3.0.0", optional = true } | |
paramiko = { version = "2.11.0", optional = true } | ||
pyats = { version = "22.1", markers = "sys_platform != 'win32'", optional = true, extras = ['full'] } | ||
pygnmi = { version = "0.8.4", optional = true } | ||
pynetbox = { version = "6.6.2", optional = true } | ||
pyyaml = { version = "6.0", optional = true } | ||
puresnmp = { version = "2.0.0", optional = true, extras = ['crypto'] } | ||
requests = { version = "2.27.1", optional = true } | ||
|
@@ -113,6 +114,7 @@ prodmax = [ | |
"paramiko", | ||
"pyats", | ||
"pygnmi", | ||
"pynetbox", | ||
"pyyaml", | ||
"puresnmp", | ||
"requests", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.