Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

PLEASE REFER TO R1 NETWORK CLOUD RELEASE DOCUMENTATION

NC Family Documentation - Release 1

THIS DOCUMENTATION WILL BE ARCHIVED



Table of Contents
excludeContents

Contents


Airship

A collection of inter-operable and loosely coupled open source tools that provide automated cloud provisioning and management in a declarative way.  

Airship helps operators take control of their infrastructure, by providing a declarative framework for defining and managing the life cycle of open infrastructure tools and the hardware below. These tools include OpenStack for Virtual Machines, Kubernetes for container orchestration, and MaaS for bare metal, with support for OpenStack Ironic on the way.

Read the documentation.

Source: AT&T

Calico

A new approach to virtual networking and network security for containers, VMs, and bare metal services.

Calico

...

Calico's network policy enforcement ensures that the only packets that flow to/from a workload are the ones the developer or operater expects. This is achieved by mapping high-level developer/operator intent to fully distributed ACLs running on every host. You can think of Calico as providing every workload with a fully automated virtual firewall to protect the workload and to protect the rest of your application should that workload become compromised. Calico automatically maps any network policy concepts from the orchetration envirnoment into Calico network policy. (For example, Calico was selected as the reference implementation of network policy for Kubernetes.) Calico network policy can also be specified using the Calico command line tools and APIs, either in place of or augmenting the policy concepts provided by the orchestration system.

Calico's highly scalable network fabric is built using the same principles as the internet - the most highly scaled network in existence. In contrast to most virtual networking solutions, Calico provides a flat IP network that can typically be run without any encapsulation (no overlays). The ability to run without an overlay provides exceptional throughput characteristics, and for large scale service operators makes diagnosing network connectivity issues a breeze. In addition Calico's network fabric also includes the ability to route packets using a stateless IP-in-IP overlay for any scenarios where an overlay network might be preferred.

Calico's network policy enforcement can also be combined with other virtual networking solutions. For example, the Canal project adds Calico policy enforcement to Flannel virtual networking. This exciting project brings rich network policy to Flannel users, and brings more network connectivity options to Calico users.

Read the Version 1.6 documentation.

...

Read the Version 7.9 documentation.

Source: Camunda

CI

Continuous Integration (CI), a DevOps software development practice where developers regularly merge their code changes into a central repository, after which automated builds and tests are run.

Continuous integration most often refers to the build or integration stage of the software release process and entails both an automation component (e.g. a CI or build service) and a cultural component (e.g. learning to integrate frequently). The key goals of continuous integration are to find and address bugs quicker, improve software quality, and reduce the time it takes to validate and release new software updates.

Source: AWS

CD

Continuous Delivery (CD) is a DevOps software development practice where code changes are automatically built, tested, and prepared for a release to production.Continuous Delivery expands upon continuous integration by deploying all code changes to a testing environment and/or a production environment after the build stage. When continuous delivery is implemented properly, developers will always have a deployment-ready build artifact that has passed through a standardized test process. 

Continuous delivery lets developers automate testing beyond just unit tests so they can verify application updates across multiple dimensions before deploying to customers. These tests may include UI testing, load testing, integration testing, API reliability testing, etc. This helps developers more thoroughly validate updates and pre-emptively discover issues. With the cloud, it is easy and cost-effective to automate the creation and replication of multiple environments for testing, which was previously difficult to do on-premises.

Source: AWS

Ceph

A unified, distributed storage system designed for performance, reliability and scalability.

...

Gerrit is used for code review. Gerrit is built using the secure postsql db utility. It allows developers to push code into a legitimate vault, where it can be reviewed, and deployed into the production environment. Gerrit also fully synchronizes with git.  

Image RemovedImage Added

Jenkins

A Jenkins container automates the CI process. This container contains the necessary Gerrit and Nexus plugins to build jobs that will run unit tests, execute static source code analysis, and deploy build artifacts to Nexus.

...

Read the documentation.

Source: Kubernetes

NARAD

Network Augmentation Resource Automation Database (NARAD), a data model approach to network cloud infrastructure.

NARAD:

...

...

Source: AT&T

Nexus 3

Nexus 3 supports both repositories and containers. It is integrated with Jenkins, publishing both artifacts and Docker containers. The Maven build uses Nexus 3 as a proxy repository for third party libraries. Afterward, built and packaged artifacts are posted in the Nexus release repository for downloading.

...

Open vSwitch is a multi-layer virtual switch licensed under the open source Apache* 2.0 license. It supports SDN control semantics via the OpenFlow* protocol and its OVSDB management interface. It is available from openvswitch.orgGitHub, and is also consumable through Linux distributions. DPDK is a set of user space libraries that enable a user to create optimized performant packet processing applications (information available at DPDK.org). In practice, it offers a series of Poll Mode Drivers (PMDs), which enable direct transferral of packets between user space and the physical interface, bypassing the kernel network stack.

Source: Intel

PINC

Platform for Intelligent Network Control (PINC), provides the ecosystem for Network Fabric Configuration Automation.

Features:

  • Powered by SDN-F, that uses the ECOM SDN-Controller base
  • Uses a model based configuration paradigm and reverse mapping methodologies to insulate the service from device specifics

PINC handles fabric configuration by compartmentalizing the configuration application into the following stages:

  • Bootstrap Configuration
  • Base Configuration
  • Base Incremental
  • Dynamic Configuration

Source: AT&T

 

Shaker

The distributed data-plane testing tool built for OpenStack.

Read the documentation.

SonarQube

A SonarQube Docker container enforces source code quality.  As part of the Akraino CI build, Jenkins triggers a static source code analysis, storing the results in SonarQube.

Sonobuoy

Sonobuoy is a diagnostic tool that makes it easier to understand the state of a Kubernetes cluster by running a set of Kubernetes conformance tests in an accessible and non-destructive manner. 

Source: Github

SR-IOV

The single root I/O virtualization (SR-IOV) interface is an extension to the PCI Express (PCIe) specification. SR-IOV allows a device, such as a network adapter, to separate access to its resources among various PCIe hardware functions. Source: Microsoft

Tempest

This is a set of integration tests to be run against a live OpenStack cluster. Tempest has batteries of tests for OpenStack API validation, scenarios, and other specific tests useful in validating an OpenStack deployment.

Source: Github

Read the Documentation

Yardstick

Yardstick is a framework to test non functional characteristics of an NFV Infrastructure as perceived by an application.

Source: Github

Read the Documentation