Table of Contents |
---|
Contents
[hide]
- 1 NetVirt Documentation
- 2 Design Docs
- 3 Helpful Links
- 4 2016 ODL Summit NetVirt Tutorial
- 5 Boron NetVirt VPNService Architecture and Code Walk-through
- 6 Beryllium NetVirt Architecture and Code Walkthrough
NetVirt Documentation
Design Docs
- NetVirt Introduction
- ITM Tunnel Auto Configuration
- IPv6 Design
- NetVirt Pipeline
- Genius User Guide
- L3 and L2 Pipeline Changes
Helpful Links
2016 ODL Summit NetVirt Tutorial
Below are some great links to get started with the NetVirt projects. The Netvirt Basics describe the project, it's goals, features and architecture. The Netvirt Advanced go into further details on the flow pipeline and features like L3 and floating-ip's, IPv6 and Security Groups. Each of the slides has a corresponding presentation presented at the OpenDaylight Summit. The demo links are to virtualBox OVA files that contain everything you need to easily bring up a two node OpenStack and OpenDaylight deployment - simply import the OVA and fire them up. The Basics slides also describe how to use the OVA, run the demo and how to debug. The allinone links install and start OpenDaylight automatically. The external link uses OpenDaylight externally on the host and assumes ODL is reachable at 192.168.50.1.
- NetVirt Basics Presentation
- NetVirt Basics Tutorial Video (and Demo)
- NetVirt Advanced Presentation
- NetVirt Advanced Tutorial Video
- netvirt_boron_mitaka.ova
Note If VirtualBox complains about the fourth VM Network Adapter when you start the OVA image then go into the settings for the VM, select Network->Adapter 4->Advanced. Change the Adapter Type from Paravirtualized Network (virtio-net) to the type just above it. VB under Windows sometimes has issues with the fourth Network Adapter.
Note If you want to update to a later OpenStack or OpenDaylight release that what is already packaged in the OVS images above use the following link for notes on things to look for Demo Updates.
Boron NetVirt VPNService Architecture and Code Walk-through
- Video 1: Architecture, VPN Service slides | pptx
- Video 2: L2 Overview slides | pptx
- Project Meeting 06/21/16: IT Infrastructure Overview (about 30 min in
Beryllium NetVirt Architecture and Code Walkthrough
Below are great links for understanding and using the Network Virtualization project. There are:
- tutorials describing the project, it's goals, features and architecture
- a Youtube presentation covering the slides and demos
- demo links are to virtualBox OVA files that contain everything you need to easily bring up a two node OpenStack and OpenDaylight deployment - simply import the OVA and fire them up. The slides also describe how to use the OVA, run the demo and how to debug