Sign inSign up

nexenta/contiv-v2plugin

By nexenta

Updated about 9 years ago

NexentaEdge version of Contiv v2plugin

Plugin
0

162

nexenta/contiv-v2plugin repository overview

This version of a plugin modified to support Jumbo Frames and other NexentaEdge specific modifications.

Typical usage with NexentaEdge:

  1. Download and install plugin, replace CLIENT_IF_LIST and REPLICAST_IF_LIST with interfaces names, i.e. eth0, etc and ROLE with master for management node and slave for the rest of NexentaEdge nodes:

docker plugin install nexenta/contiv-v2plugin:1.0 plugin_role=ROLE iflist=CLIENT_IF_LIST iflist_rep=REPLICAST_IF_LIST

  1. Create NexentaEdge Replicast network:

netctl network create rep1 -s 200.1.1.1/24 -g 200.1.1.200 --subnetv6=fd00::/64 --gatewayv6=fd00::1 --encap=vlan

  1. Create NexentaEdge Client network:

netctl network create cn1 -s 100.2.11.1/24 -g 100.2.11.200 --encap=vlan

  1. Start NexentaEdge containers using networks rep1 and cn1.

Tag summary

Content type

Plugin

Digest

Size

49.7 MB

Last updated

about 9 years ago

docker plugin install nexenta/contiv-v2plugin:1.0