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:Backports:SLE-15-SP4:FactoryCandidates/python-junos-eznc && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-311.patch | 0000001193 1.17 KB | |
python-junos-eznc-2.7.0.tar.gz | 0000589369 576 KB | |
python-junos-eznc-no-mock.patch | 0000022856 22.3 KB | |
python-junos-eznc-remove-yamlordereddictloader.pat |
0000013132 12.8 KB | |
python-junos-eznc.changes | 0000014935 14.6 KB | |
python-junos-eznc.spec | 0000003943 3.85 KB |
Revision 15 (latest revision is 18)
Ana Guerrero (anag+factory)
accepted
request 1146140
from
Daniel Garcia (dgarcia)
(revision 15)
- Update to 2.7.0: - Support added for Python 3.10 and above version. - 2.6.8: - Introduced optional argument routing instance for fs.cp() API - Introduced optional argument member_id for installation of pkg on specific member id of EX-VC - Changed the VlanTable field name to vlan-name and BfdSessionTable field name to client-name #423 - Fixed the port details in StartShell to use the port from Device object instead of default Port 22 #573 - Fixed the sw.install to use Windows file path for package copy #1206 - Fixed the sw.install to install the vc_master after the other vc_members gets installed for EX-3400 where unlink is set by default #1247 - Removed Unused Dependency: Netaddr #1257 - Fixed "object": version_info(re_version) emits ValueError: invalid literal for int() with base 10: '17-EVO' for EVO version X50.17-EVO#1264 - Drop python-junos-eznc-remove-nose.patch
Comments 0