contiv-init

command
v3.3.3+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2019 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Overview

Contiv-init is the init process of the contiv vswitch POD. It starts VPP and contiv-agent processes in the correct order, and does the STN (Steal the NIC) pre-configuration on VPP and in the host stack.

In STN case, the order of contiv-init operation is:

  • read contiv YAML config,
  • determine interface to be stolen from the config,
  • request stealing the NIC from the STN Daemon,
  • start VPP,
  • pre-configure the stolen interface on VPP,
  • configure VPP-host connectivity,
  • connect to ETCD,
  • persist the VPP and host config in ETCD,
  • start the contiv-agent.

In non-STN case, contiv init operates as follows:

  • read contiv YAML config,
  • start VPP,
  • start contiv-agent.

In order to request STN of an interface, specify requested Linux interface name in StealInterface in the NodeConfig part of the contiv-vpp deployment yaml, e.g.:

     NodeConfig:
		- NodeName: "ubuntu-1"
		  StealInterface: "enp0s8"

Also, do not forget to put proper PCI address into the VPP startup config file, e.g. in /etc/vpp/contiv-vswitch.conf

...
dpdk {
  dev 0000:00:08.0
}
...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL