pip install networking-fujitsu
Note
Please edit /etc/neutron/plugins/ml2/ml2_conf.ini as follows: Following configurations are common to all FOS switches in fossw_ips.
Add fujitsu_fossw to mechanism_drivers option.
mechanism_drivers = openvswitch,fujitsu_fossw
Both type_drivers and tenant_network_types in [ml2] section should include vlan or vxlan. (This driver supports VLAN and VXLAN of neutron network)
[ml2]
type_drivers = vlan,vxlan
tenant_network_types = vlan,vxlan
The following parameters should specify after [fujitsu_fossw].
fossw_ips = 192.168.0.1,192.168.0.2,...
username = admin
password = admin
port = 22
timeout = 30
udp_dest_port = 4789
ovsdb_vlanid_range_min = 2
Note
DO NOT include VLAN IDs specified by ovsdb_vlanid_range_min into network_vlan_ranges in /etc/neutron/plugins/ml2/ml2_conf.ini.
ovsdb_port = 6640
The following configurations are necessary for all FOS switches in case of VXLAN network.
Enable IP routing.
configure
ip routing
Enable vxlan service.
vxlan enable
Set VTEP IP address for switch side.
vxlan vtep source-ip 192.167.3.111
Set port number of VXLAN UDP destination, which is specified as udp_dest_port
vxlan udp-dst-port 4789
Set IP address for physical port which is connected to OpenStack controller node. The value of IP address equals to VTEP IP address of switch.
interface 0/10
ip address 192.167.3.111 255.255.255.0
Enable routing of the physical port.
routing
Return to Privileged EXEC mode.
end
Set port number of OVSDB server in the FOS switch, which is specified as ovsdb_port.
ovsdb
ovsdb tcp port 6640
Check ovsdb_vlanid_range_min and confirm that the VLAN ID within the range from ovsdb_vlanid_range_min to ovsdb_vlanid_range_min + 77 are not defined.
show vlan
Save configurations.
copy system:running-config nvram:startup-config