Skip to content

Commit f7e74b0

Browse files
oneswigmarkgoddard
authored andcommitted
Add documentation for Cumulus Linux NCLU
The Cumulus Linux driver is supported but not documented. Add it to the list of supported drivers. Sort the list of supported drivers (it's getting long). Provide basic example config. Change-Id: I50c40dc3759389c4ab971e295014d3222f5da270 (cherry picked from commit 202e6bb)
1 parent ef45de9 commit f7e74b0

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

doc/source/configuration.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,16 @@ for the Juniper Junos OS device::
148148
ngs_commit_timeout = <optional commit timeout (seconds)>
149149
ngs_commit_interval = <optional commit interval (seconds)>
150150

151+
for a Cumulus Linux device::
152+
153+
[genericswitch:hostname-for-cumulus]
154+
device_type = netmiko_cumulus
155+
ip = <switch mgmt_ip address>
156+
username = admin
157+
password = password
158+
secret = secret
159+
ngs_mac_address = <switch mac address>
160+
151161
Additionally the ``GenericSwitch`` mechanism driver needs to be enabled from
152162
the ml2 config file ``/etc/neutron/plugins/ml2/ml2_conf.ini``::
153163

doc/source/supported-devices.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@ Supported Devices
44

55
The following devices are supported by this plugin:
66

7+
* Arista EOS
8+
* Brocade ICX (FastIron)
79
* Cisco 300-series switches
810
* Cisco IOS switches
9-
* Huawei switches
10-
* OpenVSwitch
11-
* Arista EOS
11+
* Cumulus Linux (via NCLU)
1212
* Dell Force10
1313
* Dell PowerConnect
14-
* Brocade ICX (FastIron)
15-
* Ruijie switches
1614
* HPE 5900 Series switches
15+
* Huawei switches
1716
* Juniper Junos OS switches
17+
* OpenVSwitch
18+
* Ruijie switches
1819

1920
This Mechanism Driver architecture allows easily to add more devices
2021
of any type.

0 commit comments

Comments
 (0)