Releases: dmulyalin/NORFAB
Releases · dmulyalin/NORFAB
0.2.1
0.2.1
CHANGES
- Improved libs imports handling to account for distributed deployment
- Improved logging handling
- Fixed nfcli issue with starting components onf NorFab #2
- Changed CTRL+C handling to trigger graceful NorFab exit
FEATURES
- Added
broker -> shared_secret
parameter ininventory.yaml
to configure clients and workers broker shared secret key - Added and tested docker files
Full Changelog: 0.2.0...0.2.1
0.2.0
CHANGES
- refactored
get_circuits
to usethreadpoolexecutor
to fetch circuits path from netbox - adding
job_data
json load to nornir cli, cfg and test tasks
BUGS
- Fixing netbox
get_devices
dry run test - Fixed netbox
get_circuits
devices site retrieval handling
FEATURES
- Added cache to Netbox
get_circuits
andget_devices
tasks - Added new
agent
worker to stsart working on use cases to interface with LLMs
Full Changelog: 0.1.2...0.2.0
0.1.2
0.1.1
BUGS
- FIxed Netbox CLI Shell handling of NFCLIENT
CHANGES
- Updated and tested dependencies for Netmiko 4.5.0
- Updated and tested dependencies for Nornir 3.5.0
- Updated and tested dependencies for Nornir-Salt 0.22.1
Full Changelog: 0.1.0...0.1.1
0.1.0
Changes
- Changes to Nornir service module files structure
- PICLE dependency updated: 0.7.* -> 0.8.*
- Made Nornir Service
progress
argument set toTrue
by default to emit and display events for all Nornir Jobs - Nornir tests changed
table
argument to be set toTrue
by default - Improved
nfapi
broker start logic to wait until broker fully initialized before proceeding to start workers
Features
- Added support for Nornir parse task to source TTP template from file with autocompletion
- Added Nornir File Copy task to copy files to devices using SCP
- Added support for logs to be collected into single file from all NorFab local processes
- Added to NorFab worker
job_list
andjob_details
methods - Added
show jobs summary
andshow jobs details
commands to NorFab shell and to Nornir shell - Added
--create-env
argument to nfcli utility to create NorFab folders and files to make it easier to get started using norfab
BUGS
- Fixed Nornir Service Watchdog to clean up dead connections from hosts data