44
Cloud e Datacenter Networking Università degli Studi di Napoli Federico II Dipartimento di Ingegneria Elettrica e delle Tecnologie dell’Informazione DIETI Laurea Magistrale in Ingegneria Informatica Prof. Roberto Canonico OpenStack: an introduction V3.0 – May 2020 – © Roberto Canonico

Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

  • Upload
    others

  • View
    0

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

Cloud e Datacenter NetworkingUniversità degli Studi di Napoli Federico II

Dipartimento di Ingegneria Elettrica e delle Tecnologie dell’Informazione DIETI

Laurea Magistrale in Ingegneria Informatica

Prof. Roberto Canonico

OpenStack: an introduction

V3.0 – May 2020 – © Roberto Canonico

Page 2: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

I° Quadrimestre

Lesson outline

OpenStack Architecture

Presentation of core OpenStack services

2Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 3: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

OpenStack

OpenStack is a cloud management system that controls large pools of compute, storage,

and networking resources throughout a datacenter, all managed through a dashboard that

gives administrators control while empowering their users to provision resources through a

web interface

Apache 2.0 license (OSI), open development process

Publically available open source code repository

Modular design for deployment flexibility via APIs

3Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 4: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

OpenStack: A Brief History (up to 2016 …)

September 2009: NASA Launches Nebula

One of the first cloud computing platforms built for Federal Government Private Cloud

March 2010: Rackspace Open Sources Cloud Files software, aka Swift

May 2010: NASA open sources compute software, aka “Nova”

June 2010: OpenStack is formed

July 2010: The inaugural Design Summit

April 2012: OpenStack Foundation

April 2013: Grizzly Release (7th)

October 2013: Havana Release (8th)

Quantum service renamed to Neutron

April 2014: Icehouse Release (9th)

October 2014: Juno Release (10th)

April 2015: Kilo Release (11th)

October 2015: Liberty Release (12th)

April 2016: Mitaka Release (13th)

Two releases per year since 2012

4Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 5: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

OpenStack releases

5Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 6: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

OpenStack top contributors

6Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 7: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

The OpenStack map

7Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 8: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

OpenStack Core Services

Compute (“Nova”) provides virtual servers upon demand

Compute resources are accessible via APIs for developers building cloud

applications and via web interfaces for administrators and users

The compute architecture is designed to scale horizontally on standard

hardware

Network (“Neutron” formerly known as “Quantum”) is a pluggable, scalable

and API-driven system for managing networks and IP addresses

Replaced at some point the old Nova-Network service

Identity (“Keystone”) provides authentication and authorization

for all the OpenStack services

Dashboard (“Horizon”) provides a modular web-based user interface for all

the OpenStack services

8Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 9: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

OpenStack Core Services

Block Storage (“Cinder”) provides persistent block storage to guest VMs

This project was born from code originally in Nova

Object Store (“Swift”) provides object storage

It allows you to store or retrieve files (but not mount directories)

Image (“Glance”) provides a catalog and repository for virtual disk images

These disk images are most commonly used in OpenStack Compute

9Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 10: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

OpenStack layers

10

• An OpenStack system consists of a number of functional components operating at three different layers

• The OpenStack core layers provide a coherent set of IaaS services to usersand rely on virtualized resources provided by hypervisors or container-based platforms

Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 11: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

OpenStack Core Services: relationships

11Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 12: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

OpenStack Core Services: interactions (1)

12Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 13: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

OpenStack Core Services: interactions (2)

13Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 14: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

OpenStack architecture

14Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 15: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

Common approach to OpenStack services design

Each OpenStack core service exposes all its capabilities over a RESTful API

Services interoperate through RESTful API calls, so when a service requires

resources from another services, it makes a RESTful API call to query services’

capabilities, list its resources or call for a certain action

Each Openstack service consists of several components

Components use a message broker server for inner service communication

RabbitMQ in most cases

Components save persistent data and objects’ states into a database

15Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 16: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

General architecture of core OpenStack services

OpenStack services are designed according to a three level structure:

An API layer that exposes the services through a REST API

A driver layer that translates API calls into interactions with the implementation layer

An implementation layer that

actually implements the services

16Roberto Canonico – Gaia Ambrosino - 2019

Page 17: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

Message bus

Communication among OpenStack components happens through an AMQP message bus

Message routing between services

Generic API to send messages

Multiple drivers supported

RabbitMQ

ZeroMQ

Qpid

17Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 18: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

Nova database

All system data are stored in a MySQL Server

Instance info

Network info

Node info

Python library SQL-Alchemy ORM

SQLite for unit testing

Other relational databases

18Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 19: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

Keystone Overview

Keystone acts as front-ends to various OpenStack services (compute,

storage, etc.)

for authentication and authorization (AA)

Can function as an ID service on its own with SQLite or MySQL as ID

server

Provides capabilities to create users and roles

Supports multiple forms of authentication including user name and

password credentials, token-based systems, and Amazon Web

Services style logins

Other ID services can be interfaced

Can function as Service Catalogue (SC) to any client

(users, applications, GUI)

SC is returned along with the token in response to an authentication request

SC contains following information

Service end-point (EP): <service http address>:<port>/<service API version>/<tenant ID>

Region in which service has been deployed

19

API Requests with Token

Identity

Service

(Keystone)

Compute

Service

(Nova 8774)

Image

Service

(Glance 9292)

Storage

Service

(Swift 8080)

Network

Service

(Neutron 9696)

Credentials

Token & SC

(with TTL)

Other ID

Backend

Token

Validation

Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 20: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

Image Service (Glance) Overview

Meta-data about a [VM] image can be stored or updated in

Glance Registry

For actual storage of images, Glance registry can interface with

Swift, S3, Ceph or a File System

Can also interface with any web server (HTTP) for read-only data

Meta-data stored in SQLlite or MySQL

Glance does not scan the image to identify image parameters

20

Storage

Service

(File/Swift)

Glance

API

Controller

Glance

Registry

Metadata

Repository

Image

Repository

Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 21: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

Nova Compute service

Nova Compute service supports:

On-demand CRUD (Create / Read / Update / Delete) of instances (VMs)

On-demand attachment/detachment of VM to a network via Nova-Network

Nova-Network has been replaced by the Neutron service

On-demand attachment/detachment of block storage (“volume”) to/from VM

Supports a number of different hypervisors

KVM

VMWare ESX/ESXi

XenServer, Xen Cloud Platform (XCP)

Hyper-V

… but also lightweight container-based virtualization solutions

LXC Linux Containers

UML User Mode Linux

… but also instances directly instantiated on bare-metal hardware (no virtualization)

21Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 22: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

Nova Compute service

Nova interacts with Keystone for authentication, Glance for images and Horizon for web UI

22Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 23: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

Nova-compute and different hypervisors

Either directly or through libvirt, nova-compute is able to interact with a

number of different hypervisors and container technologies

23Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 24: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

Compute Instances

24

Servers

An abstraction of running VM

instances or virtual servers

A compute instance is associated

to a set of resources

Flavor

Image

IPv4/6 addresses

Metadata

user specified, such as

server name

Flavors

Templates of hardware resources

associated to a running instance

Example:

m1.medium:

Memory: 4096MB,

VCPUS: 2,

Storage: 40GB,

Swap: 0GB,

RXTX Quota: 0GB,

RXTX Cap: 0MB

Admin can create new flavors:

Image

Images can be used as

templates when setting up

new servers

OS image

VM disk

Other files

nova-manage instance_type create m1.mega 32768 16 320 0 0 0

Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 25: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

Nova-Volume Service (Cinder)

Provides a persistent Block Storage Service for the instances running in Nova

Create / Delete / Connect volumes to running instances via iSCSI

Snapshots can be taken to create backups or to create new block storage volumes

(e.g. to clone an instance)

Different drivers available to physically connect to different storage systems

LVM / iSCSI

SAN drivers

Ceph

25Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 26: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

Nova-Scheduler Service

Determines the placement of new resources requested via the API

Modular architecture to allow for optimization

Base Schedulers include

Round Robin

Filter Scheduler

Spread First

Fill First

Chance (random)

26Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 27: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

Nova compute: instance creation and storage

1. Image is copied from the Image store to the Compute node

2. A volume is made available to the VM from the Volume store through the Cinder service

3. The VM is activated in the Compute node

Some storage volumes live in the instance local storage

Destroyed when the instance is terminated (ephemeral storage)

Others are accessed through iSCSI (requires initiator sw in the VM)

Survive the instance termination (persistent storage)

Can be attached to another instance after instance termination

27Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 28: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

Storage services in OpenStack

In an OpenStack cluster there are several storage-related services

Cinder, Glance, Swift, Ceph, …

28Roberto Canonico – Gaia Ambrosino - 2019

Page 29: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

Why different storage services?

object-oriented storage manages «objects» accessed through HTTP

file-oriented storage manages «files» accessed through a network file system

(eg. NFS) typically stored in NAS devices

block-oriented storage manages volumes typically accessed through iSCSI

and stored in SAN devices

29Roberto Canonico – Gaia Ambrosino - 2019

Page 30: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

Neutron architecture

Provides REST APIs to manage network connections for the resources managed by other services

Modular design: API specifies service, vendors provide their implementation

Extensions for vendor-specific features

30

Neutron API

Neutron Service

Neutron Plug-in API

API Extensions

Service API

(VPN, FW & LBaaS)

VNI & PNI

Virtual & Physical Networking Infrastructure

Plug-In ExtensionsPlug-In

Implementation

Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 31: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

OpenStack deployment (1)

Deploying an OpenStack Cloud is a difficult task, as many alternative choices are possible

A typical real-world deployment of OpenStack relies on

N nodes acting as Controller and API nodes (N>1 for High Availability, HA)

K nodes acting as Network node

M nodes acting as Compute nodes

Only for testing purposes, one can install all the core services in a single VM using DevStack

31Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 32: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

OpenStack deployment (2)

Deploying OpenStack in production is a challenging and resource-intensive exercise

Analysts estimate that a team of 20 engineers would be required to deploy OpenStack for a

25-rack infrastructure

This figure shows that the actual cost of deploying OpenStack is much higher than the

perceived cost of deploying the software

Upgrading from one version of OpenStack to another is a difficult task often plagued with

unplanned downtimes arising from unexpected issues

Troubled by past upgrade processes, many organizations are hesitant to migrate to the latest

OpenStack release

The most recent OpenStack Foundation Survey revealed that “complexity to deploy and operate”

presented a challenge for many users

To automatically install and configure the OpenStack services on a cluster of servers, several

OpenStack distributions have been developed over the years E.g. Mirantis Fuel, Red Hat Enterprise Linux OpenStack Platform, Ubuntu OpenStack , Cisco Metapod

HP Helion OpenStack , Rackspace Private Cloud, IBM Cloud Manager, Oracle OpenStack , …

32Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 33: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

OpenStack networking in various deployment scenarios

33Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Source: https://docs.openstack.org/devstack/latest/guides/neutron.html

Single node deployment Multiple nodes deployment

Page 34: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

OpenStack networking in various deployment scenarios

34Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Source: https://docs.openstack.org/devstack/latest/guides/neutron.html

Multiple nodes deployment with provider network

Page 35: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

OpenStack networking in a Compute Node

35Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 36: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

Compute node network components

36Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Since Mitaka there is no more a Linux bridge in between the vm and the ovs bridge (br-int)

So the vm is directly connected via tap port to the OVS bridge (br-int).

Page 37: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

Network node network components

37Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 38: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

Neutron networking

38Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 39: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

Networking from a tenant’s perspective

Various options:

Use case #1: Single flat network

Use case #2: Multiple flat networks

Use case #3: Mixed flat and private networks

Use case #4: Provider router with private networks

Use case #5: Per-tenant routers with private networks

39Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 40: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

Use case #1: Single flat network

40Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 41: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

Use case #2: Multiple flat networks

41Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 42: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

Use case #3: Mixed flat and private networks

42Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 43: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

Use case #4: Provider router with private networks

43Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II

Page 44: Cloud e Datacenter Networking - unina.itwpage.unina.it/rcanonic/didattica/dcn/lucidi/DCN-L07-b-OpenStack-Intro... · One of the first cloud computing platforms built for Federal Government

Use case #5: Per-tenant routers with private networks

44Cloud and Datacenter Networking Course – Prof. Roberto Canonico – Università degli Studi di Napoli Federico II