[RFE] Support Juniper devices
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Networking ML2 Generic Switch |
Undecided
|
Mark Goddard |
Bug Description
Add support for Juniper devices running JunOS.
Juniper devices do not use the "Cisco IOS-style" CLI provided by the majority of switch vendors, and feature a transaction-based commit model. The driver must handle failure to commit to the configuration database, and retry the operation.
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to networking-generic-switch (master) | #1 |
OpenStack Infra (hudson-openstack) wrote : | #2 |
Related fix proposed to branch: master
Review: https:/
OpenStack Infra (hudson-openstack) wrote : | #3 |
Related fix proposed to branch: master
Review: https:/
Changed in networking-generic-switch: | |
assignee: | nobody → Mark Goddard (mgoddard) |
status: | New → In Progress |
OpenStack Infra (hudson-openstack) wrote : Related fix merged to networking-generic-switch (master) | #4 |
Reviewed: https:/
Committed: https:/
Submitter: Zuul
Branch: master
commit 3ac398a481c8f71
Author: Mark Goddard <email address hidden>
Date: Mon Sep 4 14:37:42 2017 +0100
Pass network_id to device's del_network method
This allows devices which reference VLANs by name and not ID
(such as Juniper Junos devices) to delete networks by name, which
is their neutron ID.
Change-Id: If1257fad47d050
Related-Bug: #1740587
OpenStack Infra (hudson-openstack) wrote : | #5 |
Reviewed: https:/
Committed: https:/
Submitter: Zuul
Branch: master
commit a4631e15baa4a02
Author: Mark Goddard <email address hidden>
Date: Tue Sep 5 16:24:43 2017 +0100
Extract netmiko device configuration save
The configuration save operation of netmiko devices is extracted into a
separate function. This allows devices to implement the function as
required, or to use the base class's implementation.
Change-Id: I135ccb842a1120
Related-Bug: #1740587
OpenStack Infra (hudson-openstack) wrote : | #6 |
Reviewed: https:/
Committed: https:/
Submitter: Zuul
Branch: master
commit 6c2e671d3db9583
Author: Mark Goddard <email address hidden>
Date: Tue Oct 10 18:25:26 2017 +0100
Refactor sending netmiko config commands
Extracts the sending of netmiko configuration commands into a separate
method. This allows subclasses to implement as necessary.
Change-Id: I8eea36c5ae9323
Related-Bug: #1740587
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/networking-generic-switch 1.2.0 | #7 |
This issue was fixed in the openstack/
Related fix proposed to branch: master /review. openstack. org/530534
Review: https:/