Junos 'EZ' automation for non-programmers
Junos PyEZ is designed to provide the same capabilities as a user would have
on the Junos CLI, but in an environment built for automation tasks.
These capabilities include, but are not limited to:
- Remote connectivity and management of Junos devices via NETCONF
- Provide "facts" about the device
- Retrieve "operational" or "run-state" information
- Retrieve configuration information
- Make configuration changes in unstructured and structured ways
- Provide common utilities for tasks such as secure copy of files and
software updates
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-junos-eznc && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
no-six.patch | 0000022158 21.6 KB | |
python-junos-eznc-2.7.2.tar.gz | 0000590993 577 KB | |
python-junos-eznc-remove-yamlordereddictloader.pat |
0000013558 13.2 KB | |
python-junos-eznc.changes | 0000016639 16.2 KB | |
python-junos-eznc.spec | 0000003489 3.41 KB |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1218707
from
Steve Kowalik (StevenK)
(revision 17)
- Update to 2.7.2: * Enhancements done + Introduced bind_addr parameter in Device() API #1279 + Introduced vmhost paramater in dev.facts #1333 + Introduced hostkey_verify paramater in Device() API #1321 * Bugs Fixed + Fixed the missing key to EthernetSwitchingTable #1228 + Fixed error handling on HelloHandler #1339 + Fixed the version check #1338 + Removed Google and Stackflow link from the ReadME #1337 + Fixed SystemStorageTable tables and views to handles multiple routing-engine file system storage information.#1244 + Fixed Console' object has no attribute '_use_filter' error when executed Table/View script #1335 + Fixed cli function to get full RPC response #1315 + Fixed sw.install to set no_validate option when validate=False for NSSU and ISSU upgrade #1323 + Fixed UT framework mock to use built-in unittest.mock #1311 + Fixed specific VC member reboot handling #1308 #1310 + Supported latest paramiko version which supports aes128-gcm and aes256-gcm cipher - Dropped patches: * python-311.patch * python-junos-eznc-no-mock.patch - Refreshed all other patches. - Switch to pyproject macros. - Use nose2 to run the testsuite, like upstream.
Comments 0