Adds support for using Cumulus switches with NGS
Support for NCLU was added in Networking Generic Switch in the Zed release[1]. Support for NVUE was added in Networking Generic Switch in the 2023.2 release[2]. [1] https://review.opendev.org/c/openstack/networking-generic-switch/+/743269 [2] https://review.opendev.org/c/openstack/networking-generic-switch/+/907551 Closes-Bug: #2083840 Change-Id: I973c6484ccd2a36990cf39df102e65be0376f08c
This commit is contained in:
parent
e444400214
commit
3e44735bde
@ -65,6 +65,8 @@
|
|||||||
dell-powerconnect: netmiko_dell_powerconnect
|
dell-powerconnect: netmiko_dell_powerconnect
|
||||||
junos: netmiko_juniper
|
junos: netmiko_juniper
|
||||||
openvswitch: netmiko_ovs_linux
|
openvswitch: netmiko_ovs_linux
|
||||||
|
nclu: netmiko_cumulus
|
||||||
|
nvue: netmiko_cumulus_nvue
|
||||||
ipa_image_name: "ipa"
|
ipa_image_name: "ipa"
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- block:
|
- block:
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
Adds support for using Cumulus switches (NCLU and NVUE) with Networking
|
||||||
|
Generic Switch.
|
Loading…
x
Reference in New Issue
Block a user