15
0
forked from pool/python-napalm
Commit Graph

7 Commits

Author SHA256 Message Date
Tomáš Chvátal
4490165f63 Accepting request 807980 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/807980
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-napalm?expand=0&rev=11
2020-05-21 18:31:16 +00:00
Tomáš Chvátal
f53a38a381 Accepting request 805796 from home:mnhauke:network:automation
- Update to version 3.0.1
  * [Junos] close configuration in case configure_private is set
    to avoid configure session to stay forever
  * [IOS] get_interfaces_counters broken with Managment Interface
  * [IOS] get_optics does not work on VSS setup
  * [IOS] get_optics broken if input value is N/A
  * [NXOS] Fix cmd_verify and null character

OBS-URL: https://build.opensuse.org/request/show/805796
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-napalm?expand=0&rev=9
2020-05-15 10:41:48 +00:00
Tomáš Chvátal
3237ef1445 Accepting request 800795 from home:mnhauke:network:automation
- Update to version 3.0.0
  Changes:
  * Integrated nxapi_plumbing and pyIOSXR into NAPALM.
  * [NXOS] If the command returns a null value then
    json.loads(None) throws an exception.
  * [NXOS] For Vlan interfaces nxos driver, the state is not
    correctly defined (related to json output).
  * [IOS] Return empty dictionary if BGP not running.
  * Fix Nornir + NAPALM threading issue.
  * [IOS, NXOS] get-vlans() getter implementation.
  * [IOS] Fix traceroute output parsing in ios.
  * [NXOS] firmware less than 7 does not support json in cli
  * Updated support for TwoGigabit & TwentyFiveGig interfaces
    to canonical_map.py
  * [NXOS]: Prevent nxos.get_interfaces_ip from failing if no
    ipv6 support.
  * [Junos] Added auto_probe optional argument.
  * [NXOS] Fix exception when trying to get environmental data
    from certain Nexus devices.
  * [IOS] Fix fix vrf detection when no vrf is defined.
  * [IOS-XR} No silent pass of errors in base.helpers & logging.
  * [IOS-XR] Add support for XML namespace prefixes in find_txt.
  * [NXOS] Fix get_vlans() method where no interfaces in VLAN.
  * [IOS] Added ``force_no_enable` optional argument.
  * [NXOS] Use Kickstart version to determine NXOS version.
  * [NXOS] Add nxos_ssh support for force_no_enable.
  * [EOS] Fix #1153: Strip double quotation on LLDP remote port.
  * [IOS] Fix typo in the traceoute method.
  * add a few less used canonical mappings.
  * [IOS] Fix show interfaces summary for 10/40/100 Gig Interfaces

OBS-URL: https://build.opensuse.org/request/show/800795
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-napalm?expand=0&rev=7
2020-05-06 16:15:51 +00:00
Tomáš Chvátal
3df4867d4a Accepting request 789750 from home:pgajdos:python
- version update to 2.5.0
  * This is the last release supporting Python 2. Going forward, we will only support Python 3.6+
  * namespace fix for napalm cli (#950)
  * [EOS] Fix broken get_bgp_neighbors when 6PE configured on eos (#945)
  * [NXOS] If parent_table in nxos is None call exception (#939)
  * [Junos] Remove extensive argument from junos_iface_table (#929)
  * MTU support for get_interfaces (#940)
  * [EOS] When asPathType is Internal (IBGP), as_path is empty and the remote-as is the local_as (#1064)
  * [IOS] support n9k ipv6 ints for interfaces_ip getter (#969)
  * [IOS] support catalyst vss for mac_address getter (#968)
  * [IOS] Raise exception if BGP neighbor info requested and BGP not running (#970)
  * [NXOS] Implement nxos_ssh get_environment (#973)
  * Better handling of connection closing upon exceptions in enter (#994)
  * [NXOS] address single and multiple v6 address on n9k (#997)
  * [NXOS] Fix nxos and nxos_ssh hostname change handling (#999)
  * added option to run show run all (#1029)
  * [Junos] add optional arg for DB config selection (#1035)
  * [Junos] Fixed "Wrong interface information for Junos virtual-switch w/ bridge domains using get_network_instances" (#1032)
  * [EOS] Implemented lock_disable for EOS based on Junos. (#1042)
  * [NXOS] Work around NXAPI double quoting (#1048)
  * [NXOS] napalm.nxos.traceroute - VRF traces and handle AS in hops (#989)
  * [IOS] Fix extra line in show ip int brief on IOS (#986)
  * [NXOS] Expand nxos commit merge rollback error (#860)
  * [IOS] add support for VRF for get_arp_table func (#937)
  * [IOS] get_bgp_neighbors vrf and safi aware (#768)
  * [IOS] Check if temperature sensor on Cisco device is not supported (#1055)
  * [IOS] Fixes get_environment memory collection on ios-xe devices (#1053)
  * [IOS] get_route_to implementation for IOS (#750)

OBS-URL: https://build.opensuse.org/request/show/789750
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-napalm?expand=0&rev=5
2020-03-30 12:54:03 +00:00
Tomáš Chvátal
7ab5861f1d Accepting request 738195 from devel:languages:python
Downgrade to napalm v2.4.0 since v2.5.0 basically broke all community drivers.

OBS-URL: https://build.opensuse.org/request/show/738195
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-napalm?expand=0&rev=3
2019-10-14 08:09:47 +00:00
Tomáš Chvátal
7ee863fd4d Accepting request 737247 from home:mnhauke:branches:devel:languages:python
- Update to version 2.5.0
  * namespace fix for napalm cli
  * [EOS] Fix broken get_bgp_neighbors when 6PE configured on eos
  * [NXOS] If parent_table in nxos is None call exception
  * [Junos] Remove extensive argument from junos_iface_table
  * MTU support for get_interfaces
  * [EOS] When asPathType is Internal (IBGP), as_path is empty and
    the remote-as is the local_as
  * [IOS] support n9k ipv6 ints for interfaces_ip getter
  * [IOS] support catalyst vss for mac_address getter
  * [IOS] Raise exception if BGP neighbor info requested and BGP
    not running
  * [NXOS] Implement nxos_ssh get_environment
  * Better handling of connection closing upon exceptions in enter
  * [NXOS] address single and multiple v6 address on n9k
  * [NXOS] Fix nxos and nxos_ssh hostname change handling
  * [Junos] add optional arg for DB config selection
  * [Junos] Fixed "Wrong interface information for Junos virtual-switch
    w/ bridge domains using get_network_instances"
  * [EOS] Implemented lock_disable for EOS based on Junos.
  * [NXOS] Work around NXAPI double quoting
  * [NXOS] napalm.nxos.traceroute - VRF traces and handle AS in hops
  * [IOS] Fix extra line in show ip int brief on IOS
  * [NXOS] Expand nxos commit merge rollback error
  * [IOS] add support for VRF for get_arp_table func
  * [IOS] get_bgp_neighbors vrf and safi aware
  * [IOS] Check if temperature sensor on Cisco device is not supported
  * [IOS] Fixes get_environment memory collection on ios-xe devices
  * [IOS] get_route_to implementation for IOS

OBS-URL: https://build.opensuse.org/request/show/737247
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-napalm?expand=0&rev=2
2019-10-11 08:19:29 +00:00
Tomáš Chvátal
84b9dacb40 Accepting request 735964 from home:mnhauke:branches:home:dmolkentin:netbox
Initial package for python-napalm

OBS-URL: https://build.opensuse.org/request/show/735964
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-napalm?expand=0&rev=1
2019-10-08 07:10:50 +00:00