You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Next »

Error rendering macro 'children'

null


To be able to identify and establish the current and needed projects' structure we need to see where we are and what we really have. Initially, the Community decided to base on Juniper proposal (2020-07-28 TWS Minutes) however this must be discussed further and fully defined. If you know there is an existing project or you think about some needed project please add the row bellow and fill up with proper information.

  • Green - projects proposed by Juniper
  • Red - roughly identified based on wiki pages (to be verified/archived or approved)


End to End Architecture - Yuvaraja Mariappan  Sukhdev Kapur (This is an umbrella role)
Marketing Representative - Adam Grochowski

ProjectPTL contactshort description
Controller projects



TF Operator Framework

Config

Fabric & Device Management

Atul Moghe

@Ankur Tandon

  • Atul Moghe - please provide a short description here  
Kubernetes

@Prasad Miriyala

@Sachin Vaidya


Control Plane

Nikhil Bansal

@Mahesh Sivakumar

A set of software services that maintain a model of networks and network policies, typically running on several servers for high availability.

The Tungsten Fabric controller integrates with cloud management systems such as OpenStack or Kubernetes. Its function is to ensure that when a virtual machine (VM) or container is created, it is provided with network connectivity according to the network and security policies specified in the controller or orchestrator.

Collection and Analytics

  • Nikhil Bansal - please check and update a short description here  

Tungsten Fabric collects information from the cloud infrastructure (compute, network and storage) and the workloads running on it in order to facilitate operational monitoring, troubleshooting and capacity planning. The data is collected in a variety of formats such as syslogs, structured messages (known as Sandesh), Ipfix, Sflow and SNMP. Objects such as vRouters, physical hosts, virtual machines, interfaces, virtual networks and policies are modeled as User Visible Entities (UVEs) and the attributes for a UVE may come from a variety of sources in different formats.

Dataplane (vRouter projects)

vRouter 

(Dataplane)

  • Anand RaoKiran KN - please check and update a short description here  

The default deployment option today is for the vRouter forwarder to be implemented in a module that runs in the Linux kernel. The vRouter implements networking functionality that would otherwise be performed using iptables or Open vSwitch. Running in the kernel gives the forwarder direct access to network traffic as it passes through the network stack of KVM, and provides significant performance improvement over what can be achieved if the forwarder ran as a process in user space.

1) Flow setup rate improvements:
The flow setup rate is one of the bottlenecks currently and we are limited to around 40-50K flows per second. There is a need to optimize this to achieve setup rate in the order of 500-1000K flows/sec.
Scope: Medium

vRouter Agent

@Pranava Dutta

@Sangarshan P


DPDK (part of vrouter datapath)
  • Anand RaoKiran KN - please check if this project should still exists as a separate one or is it a part of vRouter (Dataplane), please update table and description accordignly  

The Data Plane Development Kit (DPDK), from Intel, is a set of libraries and drivers that allow applications running in user space to have direct access to a NIC without going through the KVM network stack. A version of the vRouter forwarder is available that runs in user space and supports DPDK. The DPDK vRouter provides accelerated packet throughput compared to the kernel module with unmodified VMs, and even better performance can be achieved if the guest VMs also have DPDK enabled.

The DPDK vRouter works by dedicating CPU cores to packet forwarding which loop continuously waiting for packets. Not only are these cores not available for running guest VMs, as they are running at 100% continuously, and this can be an issue in some environments.

1) QoS support for DPDK vRouter:
TF vRouter supports QoS marking and enforcement. The marking part is done leveraging linux kernel support and enforcement in the physical interface is done using a utility called ‘qosmap’ which configures the NIC queues with the desired scheduling and priority. However in DPDK, this support is not there. It supports some basic marking abilities, but nothing more than that. We need full QoS marking and enforcement support for DPDK vRouter also.
Scope: Medium

2) IPSec support for DPDK vRouter:
TF vRouter currently supports vRouter to vRouter encryption using strongswan in kernel mode. We need to have similar support in DPDK mode which leverages DPDK library APIs for IPSec.
Scope: Large

SR-IOV(part of vrouter datapath)

SR-IOV (Single Root – Input/Output Virtualization)

isn’t strictly a deployment option for vRouter itself, but can be used with vRouter in some applications. SR-IOV allows the hardware resources of a NIC to be shared among multiple clients as if each has sole access, much like a hypervisor does for CPU. It gives a VM interface direct access to the NIC, so the data path bypasses the hypervisor networking stack, which leads to enhanced performance. SR-IOV can be useful when the VM is performing a gateway function between a physical network and virtual networks, but since SR-IOV involves bypassing the vRouter, the interfaces don’t participate in Tungsten Fabric virtual networks and don’t participate in network policies and network services.

Smart NIC vRouter(part of vrouter datapath)


Some new NICs are becoming available which are programmable. The Tungsten Fabric vRouter forwarder functionality can be implemented on these new NICs, and this brings substantial benefits in performance, particularly for small packet sizes which are dominant in some environments. Additionally, forwarding is almost completely offloaded from the x86 CPU of the server, so cores can be freed up for more VMs.

Smart NICs look very promising, but obviously require that the Smart NICs are available in production environments, and it will take time for them to become in widespread use.

Supporting projects
CI/CD

@Andrey Pavlov

TF CI (Jenkins) + devtools (tf-dev-env, tf-devstack, tf-dev-test)

Deployment  & Packaging

Alexandre Levine

Containers and deployers layers for TF. Includes:

  • Containers
    • Docker
    • Podman
    • Cri-o
    • Containerd
  • Deployers
    • RHOSP (13, 16) - openstack, vrouter-less / RHEL 7, 8
    • JuJu - openstack, k8s, hybrid / CentOS 7, Ubuntu 16, 18
    • Ansible deployer - openstack, k8s  / Centos 7, Ubuntu 16, 18
    • Helm - openstack, k8s / Centos 7, Ubuntu 16, 18
    • k8s manifests - k8s / Centos 7, Ubuntu 18
    • Openshift (3, 4) - RHEL 7, 8
    • Future: Operator framework
  • Integration
    • Akraino / Airship
    • OPNFV
Documentation

The transition of existing contrail documentation to Tungsten Fabric.  Develop TF documentation

Will help import Contrail documentation to the upstream

OpenLab

Training (Sub project of Documentation)

Security Vulnerability

UI
Need to identify a community representative
  • No labels