SlideShare a Scribd company logo
OpenStack Nova and Quantum

          Dave Lapsley
      dlapsley@nicira.com
Outline
•   What is the challenge?
•   How do Nova + Quantum meet the challenge?
•   What about AWS VPC?
•   Quantum Architecture
•   Where is Quantum headed?
Nova/Quantum Architecture                                                                  http



                                                                                     Dashboard

                                                                EC2/Openstack API

                                                                           EC2/Admin API

                                            Glance API
             Glance API                                              Nova API


                                             Nova
                                            Compute




                                                                                        Nova
   Glance          Image            Nova                                              Network/
                                                       Nova
  Registry          Store           Queue                                             Quantum
                                                     Database
                 (swift,etc)                                                          Manager




  Glance
 Database




                       Volume                Nova                 Nova
                       Storage              Volume              Schedule




                          Adapted from http://ken.pepple.info/openstack/2011/04/22/openstack-nova-architecture/
Large data centers today can have
around 2.4 million Virtual Machines
    How do we manage and network
     these virtual machines and the
      services built around them?
OpenStack provides an open-source,
 innovation-enabling platform for
          doing just this
        Open, scalable, secure, and
        manageable computing and
         networking in the cloud*

     * Storage too! But that’s an entire presentation in itself.
OpenStack Nova  Virtualize Computation
                     Hypervisor 1                                  Hypervisor 32

               VM       VM   VM      VM                      VM      VM    VM       VM

               VM       VM   VM      VM                      VM      VM    VM       VM

               VM       VM   VM      VM                      VM      VM    VM       VM

               VM       VM   VM      VM                      VM      VM    VM       VM




    to Public Network
                                          Physical Network




                    Hypervisor 992                                Hypervisor 1024

               VM       VM   VM      VM                      VM      VM    VM       VM

               VM       VM   VM      VM                      VM      VM    VM       VM

               VM       VM   VM      VM                      VM      VM    VM       VM

               VM       VM   VM      VM                      VM      VM    VM       VM
How do we manage connectivity?
                          Tenant


                                          VM
                      VM                                                   Tenant
           VM
                                                VM        VM
                 VM             VM                                                         VM
                                                                        VM
                                          VM                                                       VM
                                                              VM                     VM
                                          VM        VM                  VM
                 VM            VM                                                             VM
      VM
                                                                           VM
                                                                 VM                  VM              VM
            VM                       VM
                      VM                         VM
                                                                      VM
                                                                                              VM
                                                                             VM

                                        Public Network Accesss                             VM


                                                                                VM
                                                                                                VM
                          VM
                                                VM       VM                 VM        VM
                 VM        VM       VM                             VM

                                                                                 VM        VM
                VM        VM                   VM
                                                                   VM
                                   VM                                       VM
                                                         VM
                     VM                        VM
           VM               VM                                                           VM
                                                                   VM
                                          VM
                     VM        VM                         VM                                    Tenant
                                                                      VM
                                                                                    VM

                                    Tenant
Quantum  Virtualize Network
         Tenant A                               Tenant B                            Tenant C
                                                                          S           S         S
 S                  S                     WS               WS
                                                                                                     S
                                                                      S

                        IDS
                                                                                          IPS
     S
                                                                              IPS
                        FW                                                                          WS


                                                                                                    WS
                                                                          FW



                                          Public Network Access




                                                 Tenant D
                                 FW                                   FW                             WS


                                                                                                     WS
                                                           IDS
             IPS                          IPS

                                                                                                         S
                                                                                            IDS
                                                                  S
                                                                              S
 S       S     S             S        S   S       S        S
Quantum
• A standalone OpenStack service
• Provides network connectivity between a set of
  network interfaces from other services
• Exposes API of logical abstractions for describing
  network connectivity + policy between interfaces.
• Uses a plug-in architecture, so multiple
  technologies can implement the logical
  abstractions
• Provides a technology agnostic platform for
  sophisticated cloud network topologies
AWS VPC
• Amazon Web Service Virtual Private Cloud
  – “…lets you provision a private, isolated section of the
    Amazon Web Services (AWS) Cloud where you can
    launch AWS resources in a virtual network that you
    define.”
  – Similar goals and functionality to OpenStack Quantum
• But… different ecosystem
  – Closed system
  – Provided API and that’s it
  – Must use AWS
• Compare with Nova + Quantum
Quantum: Single Service
                 OpenStack Dashboard
                       Quantum Plugin                          nova-api
Tenant API




             Quantum Service




                                                                               Nova Service
                                                               nova-api



                               quantum-plugin             nova-scheduler




             Internal plugin
             communication



                          VM    VM    VM   nova-compute
                                             VM    VM     VM      VM      VM




                                                                               Hypervisor
                          VM    VM    VM        VM   VM   VM      VM      VM


                                                vswitch
Quantum: Two Services
                                              OpenStack Dashboard
                  firewall service                  Quantum Plugin                          nova-api
Tenant API




                                          Quantum Service




                                                                                                            Nova Service
                                                                                            nova-api



                                                            quantum-plugin             nova-scheduler




                                          Internal plugin
                                          communication



             VM   firewall service
                     VM      VM      VM                VM    VM    VM   nova-compute
                                                                          VM    VM     VM      VM      VM




                                                                                                            Hypervisor
             FW     FW      FW       FW                VM    VM    VM        VM   VM   VM      VM      VM


                  physical switch                                            vswitch
Quantum Architecture
                                 Tenant API                          Admin API




                                              Auth (via Keystone)
                                                                                      Plugin might
                                                                                      manage just the
                                              API Access Control                      network edge
Plugin interface maps to
                                                                                      (e.g., a vswitch),
“core” tenant API +
                                                                                      or all network
admin API.
                                                    Plugin                            devices.



                                               External Devices



Plugin communicates with external devices to                        “Network agents” running on nova
implement logical abstractions from the tenant                      hypervisor fit within this model.
API
Virtual Network Abstractions (1)
•   Interface IDs:
     – Services (e.g., nova, atlas) expose interface-IDs via their own tenant APIs to represent any
       device from that service that can be “plugged” into a virtual network.
     – Example: nova.foo.com/<tenant-id>/server/<server-id>/eth0

•   Networks:
     – Tenants use Quantum API to create networks, get back UUID:
     – Example: quantum.foo.com/<tenant-id>/network/<network-id>

•   Ports:
     – Tenants can create ports on a network, get a UUID, and associate config with those ports (APIs
       for advanced port config are TBD, initially ports give L2 connectivity):
     – Example: quantum.foo.com/<tenant-id>/network/<network-id>/port/<port-id>

•   Attachments:
     – Tenants can “plug” an interface into a port by setting the attachment of a port to be the
       appropriate interface-id.
     – Example: set quantum.foo.com/<tenant-id>/network/<network-id>/port/<port-id>/attach
       to value “nova.foo.com/<tenant-id>/server/<server-id>/eth0” .
Virtual Network Abstractions (2)
•   Implementation Abstraction:
     – At no time does the customer see details of how a network is implemented (e.g., VLANs).

•   Explicit Association:
     – Association of interfaces with network is an explicit step  more control.

•   API Extensions:
     – Plugins can expose API extensions to introduce more complex functionality (e.g., QoS).
       Extension support is queriable, so a customer can “discover” capabilities.

•   Extension Refactoring:
     – API extensions that represent common functionality across many plug-ins can become part of
       the core API.

•   API Evolution:
     – Core API is currently simple, focused on connectivity. Core API will evolve.
Example Scenario
                Nova i-23             Nova i-26      Nova i-22             Nova i-24           GW instance
                10.0.0.23             10.0.0.26      10.0.0.22             10.0.0.24            10.0.0.1
Tenant View




                            Private                              Private
                            Net #1                               Net #2




                             Hypervisor 1

                      Nova i-23          Nova i-22
                      10.0.0.23          10.0.0.22
Provider View




                                                           Data                        GW instance
                                                          Center                        10.0.0.1
                             Hypervisor 2                 Nework

                      Nova i-26          Nova i-24
                      10.0.0.26          10.0.0.24



                            Compute Service                                     NAT Gateway Service
Example Scenario w/ VLAN Plugin
                    Nova i-23             Nova i-26      Nova i-22             Nova i-24           GW instance
    Tenant View     10.0.0.23             10.0.0.26      10.0.0.22             10.0.0.24            10.0.0.1




                                Private                              Private
                                Net #1                               Net #2




                                 Hypervisor 1

                          Nova i-23          Nova i-22
                          10.0.0.23          10.0.0.22
    Provider View




                                                               Data                        GW instance
                                                              Center                        10.0.0.1
                                 Hypervisor 2                 Nework

                          Nova i-26          Nova i-24
                          10.0.0.26          10.0.0.24



                                Compute Service                                     NAT Gateway Service
VLAN Plugin
• One VLAN per “network”
• Hypervisor NIC is VLAN trunk, all switches are
  trunked.
• When an interface-ID is associated with a
  network, plugin uses the edge binding to find
  the interface-location (a port on a vswitch)
  and puts that port on the correct VLAN.
Future Directions
• Applying for core project status for Folsom
• Expect 5-10 new plugins in next 6 months.
• Support for new overlay technologies like NVGRE
  + VXLAN
• L3 routing + Firewall capabilities via new
  Quantum API
• VPN, data-center-interconnect technologies.
• Closer integration with Melange (IP address
  management)
• Improved Horizon integration.
Summary
• What is the challenge?
   – Managing and networking data centers and their services
• How do Nova + Quantum meet the challenge?
   – Open, scalable, secure, and manageable computing and
     networking in the cloud*
• What about AWS VPC?
   – Great goals! Not open.
• Quantum Architecture
   – Network connectivity as a service, API of logical abstractions,
     plug-in architecture, service pluggability.
• Where is Quantum headed?
   – Core status, new plugins, new technologies, L3/FW + new API,
     VPN DCI technologies, closer integration with IPAM and Horizon
Thank you

      dlapsley@nicira.com

http://wiki.openstack.org/Quantum

More Related Content

PDF
Virtualize or Containerize
PPTX
Am 04 track1--salvatore orlando--openstack-apac-2012-final
PDF
Windows Server 2008 R2 Hyper-V SP1 Component Architecture
PDF
Adaptive SLA-aware Cloud Federations
PDF
PloneGov: Cooperación, participación y Software Libre en Gobierno
PDF
Windows server2008r2hyper v-componentarchitecture
PDF
Menttes: exportando servicios basados en Software Libre
PDF
PloneGov: un proyecto internacional de cooperación entre Gobiernos abierto a ...
Virtualize or Containerize
Am 04 track1--salvatore orlando--openstack-apac-2012-final
Windows Server 2008 R2 Hyper-V SP1 Component Architecture
Adaptive SLA-aware Cloud Federations
PloneGov: Cooperación, participación y Software Libre en Gobierno
Windows server2008r2hyper v-componentarchitecture
Menttes: exportando servicios basados en Software Libre
PloneGov: un proyecto internacional de cooperación entre Gobiernos abierto a ...

Viewers also liked (20)

PDF
C-SEC|2016 Session 2 The Security Game : You Failed at the Beginning By Incog...
PDF
SAGAN_SOLUTION
PPTX
Docker - A high level introduction to dockers and containers
PDF
Cloud Security & Privacy Standard Slide
PDF
Comparing open source private cloud platforms
PDF
Functional and Non-functional Test automation
PPTX
Open Stack compute-service-nova
PPT
Virtualization VMWare technology
PDF
Comparing IaaS: VMware vs OpenStack vs Google’s Ganeti
PPTX
PPSX
Virtualization basics
PDF
Virtualization and cloud Computing
PPTX
VMware vSphere technical presentation
PPT
VMware Presentation
PDF
Virtualization presentation
PPT
Virtualization in cloud computing ppt
PPTX
Virtualization 101: Everything You Need To Know To Get Started With VMware
PPT
Cloud computing simple ppt
PPTX
Design Beautiful REST + JSON APIs
PDF
Introduction to virtualization
C-SEC|2016 Session 2 The Security Game : You Failed at the Beginning By Incog...
SAGAN_SOLUTION
Docker - A high level introduction to dockers and containers
Cloud Security & Privacy Standard Slide
Comparing open source private cloud platforms
Functional and Non-functional Test automation
Open Stack compute-service-nova
Virtualization VMWare technology
Comparing IaaS: VMware vs OpenStack vs Google’s Ganeti
Virtualization basics
Virtualization and cloud Computing
VMware vSphere technical presentation
VMware Presentation
Virtualization presentation
Virtualization in cloud computing ppt
Virtualization 101: Everything You Need To Know To Get Started With VMware
Cloud computing simple ppt
Design Beautiful REST + JSON APIs
Introduction to virtualization
Ad

Similar to Openstack Nova and Quantum (20)

PPTX
Whats the weather tomorrow
PDF
Scalable Object Storage with Apache CloudStack and Apache Hadoop
PDF
Vyatta cloud expo-sjc_2012-share
PDF
12th Japan CloudStack User Group Meetup
PDF
12th Japan CloudStack User Group Meetup MidoNet with scalable virtual router
PDF
virtualization tutorial at ACM bangalore Compute 2009
PPT
Overview of VMware & VMware Education from IBM
PDF
Cooperative VM Migration for a virtualized HPC Cluster with VMM-bypass I/O de...
PDF
Cisco VSG_Конкурс продуктов портала VirtualizationSecurityGroup.Ru
PPTX
Hyper V - Minasi Forum 2009
PPTX
Virtual Data Centers with OpenStack Quantum
PPTX
Virtual data centers with OpenStack Quantum
PPTX
Virtualization securityv2
PPTX
Aidan Finn Hyper V The Future Of Infrastructure
PDF
Learn OpenStack from trystack.cn ——Folsom in practice
PDF
CSA Presentation 26th May Virtualization securityv2
PDF
WCM Server Model (web content management)
PPTX
Hyper V R2 Deep Dive
PPTX
Nova for Physicalization and Virtualization compute models
KEY
Hardware supports for Virtualization
Whats the weather tomorrow
Scalable Object Storage with Apache CloudStack and Apache Hadoop
Vyatta cloud expo-sjc_2012-share
12th Japan CloudStack User Group Meetup
12th Japan CloudStack User Group Meetup MidoNet with scalable virtual router
virtualization tutorial at ACM bangalore Compute 2009
Overview of VMware & VMware Education from IBM
Cooperative VM Migration for a virtualized HPC Cluster with VMM-bypass I/O de...
Cisco VSG_Конкурс продуктов портала VirtualizationSecurityGroup.Ru
Hyper V - Minasi Forum 2009
Virtual Data Centers with OpenStack Quantum
Virtual data centers with OpenStack Quantum
Virtualization securityv2
Aidan Finn Hyper V The Future Of Infrastructure
Learn OpenStack from trystack.cn ——Folsom in practice
CSA Presentation 26th May Virtualization securityv2
WCM Server Model (web content management)
Hyper V R2 Deep Dive
Nova for Physicalization and Virtualization compute models
Hardware supports for Virtualization
Ad

More from David Lapsley (11)

PPTX
Learn you some Ansible for great good!
PPTX
VXLAN Distributed Service Node
PPTX
Empowering Admins by taking away root (Improving platform visibility in Horizon)
PPTX
Real-time Statistics with Horizon
PPTX
Client-side Rendering with AngularJS
PPTX
20141002 delapsley-socalangularjs-final
PPTX
20141001 delapsley-oc-openstack-final
PPTX
20140821 delapsley-cloudopen-public
PPTX
OpenStack Horizon: Controlling the Cloud using Django
PPTX
Openstack Quantum Security Groups Session
PPTX
Openstack Quantum + Devstack Tutorial
Learn you some Ansible for great good!
VXLAN Distributed Service Node
Empowering Admins by taking away root (Improving platform visibility in Horizon)
Real-time Statistics with Horizon
Client-side Rendering with AngularJS
20141002 delapsley-socalangularjs-final
20141001 delapsley-oc-openstack-final
20140821 delapsley-cloudopen-public
OpenStack Horizon: Controlling the Cloud using Django
Openstack Quantum Security Groups Session
Openstack Quantum + Devstack Tutorial

Recently uploaded (20)

PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Approach and Philosophy of On baking technology
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Empathic Computing: Creating Shared Understanding
DOCX
The AUB Centre for AI in Media Proposal.docx
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Reach Out and Touch Someone: Haptics and Empathic Computing
Dropbox Q2 2025 Financial Results & Investor Presentation
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Understanding_Digital_Forensics_Presentation.pptx
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Approach and Philosophy of On baking technology
Encapsulation_ Review paper, used for researhc scholars
MYSQL Presentation for SQL database connectivity
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
The Rise and Fall of 3GPP – Time for a Sabbatical?
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
“AI and Expert System Decision Support & Business Intelligence Systems”
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Chapter 3 Spatial Domain Image Processing.pdf
20250228 LYD VKU AI Blended-Learning.pptx
Empathic Computing: Creating Shared Understanding
The AUB Centre for AI in Media Proposal.docx

Openstack Nova and Quantum

  • 1. OpenStack Nova and Quantum Dave Lapsley dlapsley@nicira.com
  • 2. Outline • What is the challenge? • How do Nova + Quantum meet the challenge? • What about AWS VPC? • Quantum Architecture • Where is Quantum headed?
  • 3. Nova/Quantum Architecture http Dashboard EC2/Openstack API EC2/Admin API Glance API Glance API Nova API Nova Compute Nova Glance Image Nova Network/ Nova Registry Store Queue Quantum Database (swift,etc) Manager Glance Database Volume Nova Nova Storage Volume Schedule Adapted from http://ken.pepple.info/openstack/2011/04/22/openstack-nova-architecture/
  • 4. Large data centers today can have around 2.4 million Virtual Machines How do we manage and network these virtual machines and the services built around them?
  • 5. OpenStack provides an open-source, innovation-enabling platform for doing just this Open, scalable, secure, and manageable computing and networking in the cloud* * Storage too! But that’s an entire presentation in itself.
  • 6. OpenStack Nova  Virtualize Computation Hypervisor 1 Hypervisor 32 VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM to Public Network Physical Network Hypervisor 992 Hypervisor 1024 VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM
  • 7. How do we manage connectivity? Tenant VM VM Tenant VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM Public Network Accesss VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM VM Tenant VM VM Tenant
  • 8. Quantum  Virtualize Network Tenant A Tenant B Tenant C S S S S S WS WS S S IDS IPS S IPS FW WS WS FW Public Network Access Tenant D FW FW WS WS IDS IPS IPS S IDS S S S S S S S S S S
  • 9. Quantum • A standalone OpenStack service • Provides network connectivity between a set of network interfaces from other services • Exposes API of logical abstractions for describing network connectivity + policy between interfaces. • Uses a plug-in architecture, so multiple technologies can implement the logical abstractions • Provides a technology agnostic platform for sophisticated cloud network topologies
  • 10. AWS VPC • Amazon Web Service Virtual Private Cloud – “…lets you provision a private, isolated section of the Amazon Web Services (AWS) Cloud where you can launch AWS resources in a virtual network that you define.” – Similar goals and functionality to OpenStack Quantum • But… different ecosystem – Closed system – Provided API and that’s it – Must use AWS • Compare with Nova + Quantum
  • 11. Quantum: Single Service OpenStack Dashboard Quantum Plugin nova-api Tenant API Quantum Service Nova Service nova-api quantum-plugin nova-scheduler Internal plugin communication VM VM VM nova-compute VM VM VM VM VM Hypervisor VM VM VM VM VM VM VM VM vswitch
  • 12. Quantum: Two Services OpenStack Dashboard firewall service Quantum Plugin nova-api Tenant API Quantum Service Nova Service nova-api quantum-plugin nova-scheduler Internal plugin communication VM firewall service VM VM VM VM VM VM nova-compute VM VM VM VM VM Hypervisor FW FW FW FW VM VM VM VM VM VM VM VM physical switch vswitch
  • 13. Quantum Architecture Tenant API Admin API Auth (via Keystone) Plugin might manage just the API Access Control network edge Plugin interface maps to (e.g., a vswitch), “core” tenant API + or all network admin API. Plugin devices. External Devices Plugin communicates with external devices to “Network agents” running on nova implement logical abstractions from the tenant hypervisor fit within this model. API
  • 14. Virtual Network Abstractions (1) • Interface IDs: – Services (e.g., nova, atlas) expose interface-IDs via their own tenant APIs to represent any device from that service that can be “plugged” into a virtual network. – Example: nova.foo.com/<tenant-id>/server/<server-id>/eth0 • Networks: – Tenants use Quantum API to create networks, get back UUID: – Example: quantum.foo.com/<tenant-id>/network/<network-id> • Ports: – Tenants can create ports on a network, get a UUID, and associate config with those ports (APIs for advanced port config are TBD, initially ports give L2 connectivity): – Example: quantum.foo.com/<tenant-id>/network/<network-id>/port/<port-id> • Attachments: – Tenants can “plug” an interface into a port by setting the attachment of a port to be the appropriate interface-id. – Example: set quantum.foo.com/<tenant-id>/network/<network-id>/port/<port-id>/attach to value “nova.foo.com/<tenant-id>/server/<server-id>/eth0” .
  • 15. Virtual Network Abstractions (2) • Implementation Abstraction: – At no time does the customer see details of how a network is implemented (e.g., VLANs). • Explicit Association: – Association of interfaces with network is an explicit step  more control. • API Extensions: – Plugins can expose API extensions to introduce more complex functionality (e.g., QoS). Extension support is queriable, so a customer can “discover” capabilities. • Extension Refactoring: – API extensions that represent common functionality across many plug-ins can become part of the core API. • API Evolution: – Core API is currently simple, focused on connectivity. Core API will evolve.
  • 16. Example Scenario Nova i-23 Nova i-26 Nova i-22 Nova i-24 GW instance 10.0.0.23 10.0.0.26 10.0.0.22 10.0.0.24 10.0.0.1 Tenant View Private Private Net #1 Net #2 Hypervisor 1 Nova i-23 Nova i-22 10.0.0.23 10.0.0.22 Provider View Data GW instance Center 10.0.0.1 Hypervisor 2 Nework Nova i-26 Nova i-24 10.0.0.26 10.0.0.24 Compute Service NAT Gateway Service
  • 17. Example Scenario w/ VLAN Plugin Nova i-23 Nova i-26 Nova i-22 Nova i-24 GW instance Tenant View 10.0.0.23 10.0.0.26 10.0.0.22 10.0.0.24 10.0.0.1 Private Private Net #1 Net #2 Hypervisor 1 Nova i-23 Nova i-22 10.0.0.23 10.0.0.22 Provider View Data GW instance Center 10.0.0.1 Hypervisor 2 Nework Nova i-26 Nova i-24 10.0.0.26 10.0.0.24 Compute Service NAT Gateway Service
  • 18. VLAN Plugin • One VLAN per “network” • Hypervisor NIC is VLAN trunk, all switches are trunked. • When an interface-ID is associated with a network, plugin uses the edge binding to find the interface-location (a port on a vswitch) and puts that port on the correct VLAN.
  • 19. Future Directions • Applying for core project status for Folsom • Expect 5-10 new plugins in next 6 months. • Support for new overlay technologies like NVGRE + VXLAN • L3 routing + Firewall capabilities via new Quantum API • VPN, data-center-interconnect technologies. • Closer integration with Melange (IP address management) • Improved Horizon integration.
  • 20. Summary • What is the challenge? – Managing and networking data centers and their services • How do Nova + Quantum meet the challenge? – Open, scalable, secure, and manageable computing and networking in the cloud* • What about AWS VPC? – Great goals! Not open. • Quantum Architecture – Network connectivity as a service, API of logical abstractions, plug-in architecture, service pluggability. • Where is Quantum headed? – Core status, new plugins, new technologies, L3/FW + new API, VPN DCI technologies, closer integration with IPAM and Horizon
  • 21. Thank you dlapsley@nicira.com http://wiki.openstack.org/Quantum