x · OpenDev: Free Software Needs Free Tools

2019-04-19 19:50:13 +00:00

2016-12-18 10:26:27 -08:00

2016-12-14 12:07:04 -08:00

2016-12-18 10:26:27 -08:00

2016-12-18 10:26:27 -08:00

2016-12-14 12:07:04 -08:00

2016-12-14 12:07:04 -08:00

2019-04-19 19:50:13 +00:00

2016-12-14 12:07:04 -08:00

2016-12-14 12:07:04 -08:00

2016-12-14 12:07:04 -08:00

2016-12-14 12:07:04 -08:00

2016-12-14 12:07:04 -08:00

2016-12-14 12:07:04 -08:00

2016-12-18 10:26:27 -08:00

2016-12-18 10:26:27 -08:00

2016-12-18 10:26:27 -08:00

2016-06-23 07:30:25 -07:00

2016-12-18 10:26:27 -08:00

2016-12-18 10:26:27 -08:00

networking-cumulus Neutron ML2 driver

Cumulus ML2 Mechanism Driver for Neutron

Configuration

List of switches are required to be configured in /etc/neutron/plugins/ml2/ml2_conf_cumulus.ini. The list can be comma separated switch names or IPs. All other configurable parameters are optional.

Cumulus ML2 driver confiuration format:

[ml2_cumulus] switches = <list of IP addresses or names> protocol_port = <rest api port> sync_time = <time interval in secs> spf_time = <True/False> new_bridge = <True/False>

Example of ml2_conf_cumulus.ini:

[ml2_cumulus] switches = 192.168.10.10,192.168.20.20 sync_time = 10 new_bridge = False spf_enable = False

The cumulus mechanism driver needs to be enabled from the ml2 config file /etc/neutron/plugins/ml2/ml2_conf.ini:

[ml2]
tenant_network_types = vlan
type_drivers = vlan,vxlan
mechanism_drivers = linuxbridge,cumulus
...
...

(Re)start neutron-server specifying cumulus additional configuration file:

neutron-server \
    --config-file /etc/neutron/neutron.conf \
    --config-file /etc/neutron/plugins/ml2/ml2_conf.ini \
    --config-file /etc/neutron/plugins/ml2/ml2_conf_cumulus.ini

Read the original on opendev.org ↗