SlideShare una empresa de Scribd logo
1 de 27
Direc&ons	
  for	
  CloudStack	
  
Networking	
  
CloudStack	
  	
  SVUG	
  SDN	
  Meetup	
  
September	
  10	
  2015	
  
Chiradeep	
  ViCal	
  
@chiradeep	
  
About	
  me	
  
•  Founding	
  member	
  of	
  cloud.com	
  [	
  ini&al	
  
version	
  of	
  Apache	
  CloudStack]	
  
•  Developed	
  networking	
  and	
  storage	
  
subsystems	
  
•  Developed	
  SDN	
  (GRE	
  overlay),	
  NFV	
  (virtual	
  
router)	
  and	
  group-­‐based	
  policy	
  for	
  CloudStack	
  
•  PMC	
  member	
  of	
  Apache	
  CloudStack	
  
Agenda	
  
•  [Quick]	
  Introduc&on	
  to	
  CloudStack	
  
•  Overview	
  of	
  CloudStack	
  networking	
  
•  CloudStack	
  networking	
  futures	
  
Apache CloudStack is a
•  scalable, 
•  multi-tenant, 
•  open source, 
•  purpose-built,
•  cloud orchestration platform for 
•  delivering turnkey Infrastructure-as-a-
Service clouds
Apache CloudStack
•  Several	
  hundred	
  produc&on	
  clouds	
  
•  Largest	
  clouds	
  in	
  10’s	
  of	
  thousands	
  of	
  
hypervisors	
  
•  Sectors:	
  
• Hos&ng	
  
• Enterprise	
  &	
  Educa&on	
  
• Service	
  Providers	
  
• Web	
  2.0	
  
Commercial	
  and	
  Open	
  Source	
  Success	
  
How can you build your cloud?
Servers
Open Source Xen Hypervisor
Amazon Orchestration Software
AWS API (EC2, S3, …)
Amazon eCommerce Platform
Hypervisor
CloudStack Orchestration Software
Optional Portal
CloudStack or AWS API
StorageNetwork
Networking	
  Concerns	
  
•  Network	
  virtualiza&on	
  	
  
– Mul&-­‐tenancy	
  
•  Network	
  services	
  for	
  virtual	
  networks	
  and	
  
machines	
  
•  Network	
  automa&on	
  
•  Scalability	
  
Networking	
  Principles	
  in	
  Apache	
  
CloudStack	
  
•  Flexibility	
  
–  Allow	
  various	
  combina&ons	
  of	
  technology	
  for	
  L2-­‐L7	
  
network	
  services	
  
–  Allow	
  different	
  providers	
  (vendors)	
  for	
  the	
  same	
  
network	
  service	
  in	
  a	
  Cloud	
  POP	
  
•  Pluggability	
  
–  Plugins	
  allow	
  vendors	
  to	
  drop	
  in	
  vendor-­‐specific	
  
configura&on	
  and	
  lifecycle	
  management	
  code	
  
•  Service	
  scalability	
  
–  Scale	
  out	
  using	
  virtual	
  appliances	
  when	
  possible	
  
–  Scale	
  up	
  using	
  hardware	
  appliances	
  if	
  needed	
  
CloudStack	
  Architecture	
  
Orchestra&on	
  Core	
  
Plugin	
  
Framework	
  
Hypervisor	
  
Plugins	
  
Hypervisor	
  
Plugins	
  
Network	
  Plugins	
  
Network	
  Plugins	
  
Allocator	
  
Plugins	
  
Allocator	
  
Plugins	
  
Storage	
  Plugins	
  
CloudStack	
  Architecture	
  
Orchestra&on	
  Engine	
  
Plugin	
  
Framew
ork	
  
Hyperviso
r	
  Plugins	
  
Hyperviso
r	
  Plugins	
  
Network	
  
Plugins	
  
Network	
  
Plugins	
  
Allocator	
  
Plugins	
  
Storage	
  
Plugins	
  
API	
  
	
   API	
  
	
   API	
  
	
  
Storage	
  
Resource	
  
Physical Resources !
Storage	
  
Resource	
  
Network	
  
Resource	
  Network	
  
Resource	
  
Hypervisor	
  
Resource	
  Hypervisor	
  
Resource	
  
Allocator	
  
Plugins	
  
Allocator	
  
Plugins	
  
1
2
3
4
5
6
7
8
9
Orchestration steps usually executed in sequence!
SDN	
  /	
  Other	
  Overlays/Other	
  Devices	
  
•  Plugins	
  available	
  for	
  
– Midokura	
  
– NVP	
  
– Nuage	
  
– BigSwitch	
  
– Palo	
  Alto	
  
•  GRE	
  /	
  NVGRE	
  on	
  Xen/KVM	
  
•  VxLAN	
  on	
  KVM	
  
Mul&-­‐&er	
  virtual	
  networking	
  
VLAN2724
DB
VM 1!
Web
VM 1!
Web
VM 3!
Web
VM 2!
VLAN101
App
VM 1!
App
VM 2!
VLAN398
!
Virtual Router!
Internet!
Customer!
Premises!
IPSec VPN!
Private Gateway!Loadbalancer	
  
(HW	
  or	
  
Virtual)	
  
Network Services!
•  IPAM!
•  DNS!
•  LB [intra]!
•  S-2-S VPN!
•  Static Routes!
•  ACLs!
•  NAT, PF!
•  FW [ingress & egress]!
Virtual	
  networking	
  with	
  overlays	
  
GREKEY2724
DB
VM 1!
Web
VM 1!
Web
VM 3!
Web
VM 2!
GREKEY101
App
VM 1!
App
VM 2!
GREKEY398
!
VR + vSwitches!
Internet!
Customer!
Premises!
IPSec VPN!
Private Gateway!Loadbalancer	
  
(Virtual)	
  
Network Services!
•  IPAM!
•  DNS!
•  LB [intra]!
•  S-2-S VPN!
•  Static Routes!
•  ACLs!
•  NAT, PF!
•  FW [ingress & egress]!
vSwitch	
  (OVS)	
  used	
  to	
  route	
  
between	
  subnets	
  
Future	
  
•  Containers	
  
•  PaaS	
  
•  SDN	
  solu&ons	
  
•  NFV	
  	
  
•  IPv6	
  
•  Performance	
  
Containers	
  on	
  CloudStack	
  
Containers	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  IaaS	
  
•  Containers	
  [run&mes	
  /	
  schedulers	
  /	
  
orchestrators]	
  aim	
  for	
  independence	
  from	
  
underlying	
  infrastructure	
  
– Implement	
  IP	
  address	
  management	
  
– Use	
  overlay	
  networking	
  between	
  containers	
  	
  
– Orchestrate	
  network	
  services	
  such	
  as	
  	
  proxies,	
  
firewalls,	
  port-­‐forwarding	
  
– Volume	
  (persistent	
  logical	
  blobs)	
  orchestra&on	
  
Containers	
  	
  	
  	
  	
  	
  	
  	
  	
  IaaS	
  
•  Containers	
  rely	
  on	
  IaaS	
  for	
  
– Mul&-­‐tenancy	
  
– Network	
  reachability	
  (plumbing)	
  
– Availability	
  of	
  block	
  storage	
  everywhere	
  
– On-­‐demand	
  block	
  storage	
  
– On-­‐demand	
  Container	
  host	
  (VM)	
  scaling	
  
– Network	
  services	
  such	
  as	
  VPN,	
  SSL	
  termina&on	
  
– Failure-­‐domain	
  isola&on	
  
– Affinity	
  /	
  an&-­‐affinity	
  
Containers	
  and	
  IaaS	
  -­‐	
  ques&ons	
  
•  Can	
  containers	
  grow	
  up	
  to	
  be	
  VMs?	
  
– Will	
  container	
  orchestrators	
  replace	
  IaaS	
  ?	
  
•  Can	
  VMs	
  slim	
  down	
  /	
  speed	
  up	
  to	
  have	
  
container-­‐like	
  experiences?	
  
– Will	
  IaaS	
  evolve	
  to	
  address	
  container	
  strengths?	
  
Containers	
  and	
  IaaS	
  -­‐	
  ques&ons	
  
•  Can	
  containers	
  grow	
  up	
  to	
  be	
  VMs?	
  
– Will	
  container	
  orchestrators	
  replace	
  IaaS	
  ?	
  
•  Can	
  VMs	
  slim	
  down	
  /	
  speed	
  up	
  to	
  have	
  
container-­‐like	
  experiences?	
  
– Will	
  IaaS	
  evolve	
  to	
  address	
  container	
  strengths?	
  
•  Can	
  containers	
  and	
  IaaS	
  work	
  together	
  to	
  
reduce	
  inefficiencies?	
  
Overlay	
  on	
  Overlay?	
  
Baremetal	
  to	
  Baremetal	
  
Physical	
  Layer	
  L3	
  Plumbi
VM	
  to	
  VM	
  
Overlay	
  on	
  IP/UDP/TCP	
  
Container	
  to	
  Container	
  
Overlay	
  on	
  Overlay	
  	
  
Docker	
  libNetwork	
  &	
  CloudStack?	
  
•  libnetwork	
  plugins	
  can	
  be	
  used	
  to	
  request	
  
CloudStack	
  network	
  resources:	
  
– IP	
  addresses	
  and	
  MAC	
  addresses	
  
– DNS,	
  DHCP	
  op&ons	
  
•  Requires	
  addi&on	
  to	
  CloudStack	
  APIs.	
  
•  Can	
  poten&ally	
  eliminate	
  overlay-­‐on-­‐overlay	
  
scenarios	
  
Future	
  SDN	
  integra&on	
  
•  OpenDaylight	
  –	
  	
  
–  “modular,	
  extensible,	
  scalable	
  and	
  mul&-­‐protocol	
  
controller	
  infrastructure”.	
  	
  
–  CloudStack	
  Networking	
  plugin	
  can	
  call	
  ODL	
  NB	
  API	
  
•  OVN	
  “opinionated	
  virtual	
  networking”	
  
–  “network	
  virtualiza&on	
  project	
  that	
  brings	
  virtual	
  
networking	
  to	
  Open	
  vSwitch”	
  
–  being	
  developed	
  by	
  the	
  core	
  OVS	
  team.	
  	
  
–  OVN	
  will	
  include	
  logical	
  switches	
  and	
  routers,	
  security	
  
groups,	
  and	
  L2/L3/L4	
  ACLs,	
  implemented	
  on	
  top	
  of	
  a	
  
tunnel-­‐based	
  overlay	
  network	
  
–  CloudStack	
  Networking	
  plugin	
  can	
  call	
  OVN	
  NB	
  API	
  
NFV	
  
•  Apache	
  CloudStack	
  is	
  an	
  early	
  adopter	
  of	
  NFV	
  
to	
  virtualize	
  network	
  services	
  	
  
– DHCP,	
  DNS,	
  L3	
  rou&ng,	
  VPN,	
  LB,	
  FW,	
  etc.	
  
– Knowledge	
  of	
  virtual	
  appliance	
  	
  somewhat	
  
“baked”	
  in	
  however.	
  
•  Ongoing	
  effort	
  to	
  allow	
  other	
  virtual	
  
appliances	
  to	
  integrate.	
  
– Lifecycle	
  management	
  of	
  NFV	
  appliance	
  
– Service	
  chaining	
  of	
  NFV	
  appliances	
  
PaaS	
  
•  PaaS	
  does	
  not	
  require	
  sophis&cated	
  network	
  
services	
  
•  CloudStack’s	
  dual	
  networking	
  models	
  adds	
  to	
  
integra&on	
  challenge	
  
•  CloudFoundry	
  CPI	
  plugin	
  integra&on	
  available	
  
– From	
  NTT	
  (out	
  of	
  date)	
  
– Ongoing	
  work	
  from	
  Orange.	
  
IPv6	
  
•  IPv6	
  addressing	
  available	
  in	
  limited	
  network	
  
configura&ons	
  
•  Work	
  ongoing	
  to	
  add	
  
– IPv6	
  support	
  to	
  Basic	
  Zone	
  (security	
  groups)	
  
– BGP	
  support	
  to	
  exchange	
  routes	
  with	
  external	
  
networks	
  
	
  
Performance	
  
•  Virtual	
  Router	
  performance	
  is	
  always	
  a	
  
wildcard	
  
– Performance	
  varies	
  with	
  infrastructure,	
  
hypervisor,	
  traffic	
  mix	
  
– Hard	
  to	
  op&mize	
  in	
  general	
  
•  Operators	
  would	
  be	
  well	
  served	
  with	
  
guidelines	
  on	
  VR	
  tuning	
  
•  Need	
  a	
  new	
  project	
  for	
  this	
  
Ques&ons?	
  

Más contenido relacionado

La actualidad más candente

Introduction to Apache CloudStack by David Nalley
Introduction to Apache CloudStack by David NalleyIntroduction to Apache CloudStack by David Nalley
Introduction to Apache CloudStack by David Nalleybuildacloud
 
CloudStack Networking at CloudOpen Japan
CloudStack Networking at CloudOpen JapanCloudStack Networking at CloudOpen Japan
CloudStack Networking at CloudOpen JapanKimihiko Kitase
 
Cloud Application Blueprints with Apache Brooklyn by Alex Henevald
Cloud Application Blueprints with Apache Brooklyn by Alex HenevaldCloud Application Blueprints with Apache Brooklyn by Alex Henevald
Cloud Application Blueprints with Apache Brooklyn by Alex Henevaldbuildacloud
 
KVM High Availability Regardless of Storage - Gabriel Brascher, VP of Apache ...
KVM High Availability Regardless of Storage - Gabriel Brascher, VP of Apache ...KVM High Availability Regardless of Storage - Gabriel Brascher, VP of Apache ...
KVM High Availability Regardless of Storage - Gabriel Brascher, VP of Apache ...ShapeBlue
 
How DreamHost builds a Public Cloud with OpenStack
How DreamHost builds a Public Cloud with OpenStackHow DreamHost builds a Public Cloud with OpenStack
How DreamHost builds a Public Cloud with OpenStackCarl Perry
 
Cloud stack overview
Cloud stack overviewCloud stack overview
Cloud stack overviewhowie YU
 
Automating CloudStack and hypervisor installation and configuration
Automating CloudStack and hypervisor installation and configurationAutomating CloudStack and hypervisor installation and configuration
Automating CloudStack and hypervisor installation and configurationDag Sonstebo
 
Introduction to CloudStack Networking
Introduction to CloudStack NetworkingIntroduction to CloudStack Networking
Introduction to CloudStack NetworkingShapeBlue
 
What’s New in CloudStack 4.15 - CloudStack European User Group Virtual, May 2021
What’s New in CloudStack 4.15 - CloudStack European User Group Virtual, May 2021What’s New in CloudStack 4.15 - CloudStack European User Group Virtual, May 2021
What’s New in CloudStack 4.15 - CloudStack European User Group Virtual, May 2021ShapeBlue
 
Messaging For the Cloud and Microservices
Messaging For the Cloud and MicroservicesMessaging For the Cloud and Microservices
Messaging For the Cloud and MicroservicesRob Davies
 
Cloud stack overview
Cloud stack overviewCloud stack overview
Cloud stack overviewgavin_lee
 
Connecting Kafka Across Multiple AWS VPCs
Connecting Kafka Across Multiple AWS VPCs Connecting Kafka Across Multiple AWS VPCs
Connecting Kafka Across Multiple AWS VPCs confluent
 
Container Orchestration
Container OrchestrationContainer Orchestration
Container Orchestrationdfilppi
 
Kafka Security 101 and Real-World Tips
Kafka Security 101 and Real-World Tips Kafka Security 101 and Real-World Tips
Kafka Security 101 and Real-World Tips confluent
 
CloudStack Overview
CloudStack OverviewCloudStack Overview
CloudStack Overviewsedukull
 
WTF Do We Need a Service Mesh?
WTF Do We Need a Service Mesh? WTF Do We Need a Service Mesh?
WTF Do We Need a Service Mesh? Anton Weiss
 
RICON 2014 - Build a Cloud Day - Crash Course Open Source Cloud Computing
RICON 2014 - Build a Cloud Day - Crash Course Open Source Cloud ComputingRICON 2014 - Build a Cloud Day - Crash Course Open Source Cloud Computing
RICON 2014 - Build a Cloud Day - Crash Course Open Source Cloud ComputingMark Hinkle
 

La actualidad más candente (20)

Introduction to Apache CloudStack by David Nalley
Introduction to Apache CloudStack by David NalleyIntroduction to Apache CloudStack by David Nalley
Introduction to Apache CloudStack by David Nalley
 
CloudStack Networking at CloudOpen Japan
CloudStack Networking at CloudOpen JapanCloudStack Networking at CloudOpen Japan
CloudStack Networking at CloudOpen Japan
 
Cloud Application Blueprints with Apache Brooklyn by Alex Henevald
Cloud Application Blueprints with Apache Brooklyn by Alex HenevaldCloud Application Blueprints with Apache Brooklyn by Alex Henevald
Cloud Application Blueprints with Apache Brooklyn by Alex Henevald
 
KVM High Availability Regardless of Storage - Gabriel Brascher, VP of Apache ...
KVM High Availability Regardless of Storage - Gabriel Brascher, VP of Apache ...KVM High Availability Regardless of Storage - Gabriel Brascher, VP of Apache ...
KVM High Availability Regardless of Storage - Gabriel Brascher, VP of Apache ...
 
How DreamHost builds a Public Cloud with OpenStack
How DreamHost builds a Public Cloud with OpenStackHow DreamHost builds a Public Cloud with OpenStack
How DreamHost builds a Public Cloud with OpenStack
 
Cloud stack overview
Cloud stack overviewCloud stack overview
Cloud stack overview
 
Automating CloudStack and hypervisor installation and configuration
Automating CloudStack and hypervisor installation and configurationAutomating CloudStack and hypervisor installation and configuration
Automating CloudStack and hypervisor installation and configuration
 
Cloud stack for_beginners
Cloud stack for_beginnersCloud stack for_beginners
Cloud stack for_beginners
 
Introduction to CloudStack Networking
Introduction to CloudStack NetworkingIntroduction to CloudStack Networking
Introduction to CloudStack Networking
 
What’s New in CloudStack 4.15 - CloudStack European User Group Virtual, May 2021
What’s New in CloudStack 4.15 - CloudStack European User Group Virtual, May 2021What’s New in CloudStack 4.15 - CloudStack European User Group Virtual, May 2021
What’s New in CloudStack 4.15 - CloudStack European User Group Virtual, May 2021
 
Messaging For the Cloud and Microservices
Messaging For the Cloud and MicroservicesMessaging For the Cloud and Microservices
Messaging For the Cloud and Microservices
 
Cloud stack overview
Cloud stack overviewCloud stack overview
Cloud stack overview
 
Connecting Kafka Across Multiple AWS VPCs
Connecting Kafka Across Multiple AWS VPCs Connecting Kafka Across Multiple AWS VPCs
Connecting Kafka Across Multiple AWS VPCs
 
Zephyr: Creating a Best-of-Breed, Secure RTOS for IoT
Zephyr: Creating a Best-of-Breed, Secure RTOS for IoTZephyr: Creating a Best-of-Breed, Secure RTOS for IoT
Zephyr: Creating a Best-of-Breed, Secure RTOS for IoT
 
Container Orchestration
Container OrchestrationContainer Orchestration
Container Orchestration
 
Kafka Security 101 and Real-World Tips
Kafka Security 101 and Real-World Tips Kafka Security 101 and Real-World Tips
Kafka Security 101 and Real-World Tips
 
CloudStack Overview
CloudStack OverviewCloudStack Overview
CloudStack Overview
 
WTF Do We Need a Service Mesh?
WTF Do We Need a Service Mesh? WTF Do We Need a Service Mesh?
WTF Do We Need a Service Mesh?
 
RICON 2014 - Build a Cloud Day - Crash Course Open Source Cloud Computing
RICON 2014 - Build a Cloud Day - Crash Course Open Source Cloud ComputingRICON 2014 - Build a Cloud Day - Crash Course Open Source Cloud Computing
RICON 2014 - Build a Cloud Day - Crash Course Open Source Cloud Computing
 
Neutron scaling
Neutron scalingNeutron scaling
Neutron scaling
 

Similar a Directions for CloudStack Networking

The Future of SDN in CloudStack by Chiradeep Vittal
The Future of SDN in CloudStack by Chiradeep VittalThe Future of SDN in CloudStack by Chiradeep Vittal
The Future of SDN in CloudStack by Chiradeep Vittalbuildacloud
 
A closer look to locaweb IaaS
A closer look to locaweb IaaSA closer look to locaweb IaaS
A closer look to locaweb IaaSGleicon Moraes
 
Scalable networking in Apache CloudStack
Scalable networking in Apache CloudStackScalable networking in Apache CloudStack
Scalable networking in Apache CloudStackChiradeep Vittal
 
Operators experience and perspective on SDN with VLANs and L3 Networks
Operators experience and perspective on SDN with VLANs and L3 NetworksOperators experience and perspective on SDN with VLANs and L3 Networks
Operators experience and perspective on SDN with VLANs and L3 NetworksJakub Pavlik
 
Open stack networking_101_update_2014-os-meetups
Open stack networking_101_update_2014-os-meetupsOpen stack networking_101_update_2014-os-meetups
Open stack networking_101_update_2014-os-meetupsyfauser
 
CloudStack - LinuxFest NorthWest
CloudStack - LinuxFest NorthWestCloudStack - LinuxFest NorthWest
CloudStack - LinuxFest NorthWestke4qqq
 
Getting Started with Apache CloudStack
Getting Started with Apache CloudStackGetting Started with Apache CloudStack
Getting Started with Apache CloudStackJoe Brockmeier
 
Meetup open stack_grizzly
Meetup open stack_grizzlyMeetup open stack_grizzly
Meetup open stack_grizzlyeNovance
 
Private cloud cloud-phoenix-april-2014
Private cloud cloud-phoenix-april-2014Private cloud cloud-phoenix-april-2014
Private cloud cloud-phoenix-april-2014Miguel Zuniga
 
Net Devops Overview
Net Devops OverviewNet Devops Overview
Net Devops OverviewJoel W. King
 
Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...
Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...
Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...cloud-diva
 
Understanding and deploying Network Virtualization
Understanding and deploying Network VirtualizationUnderstanding and deploying Network Virtualization
Understanding and deploying Network VirtualizationSDN Hub
 
Quick overview of Openstack architecture
Quick overview of Openstack architectureQuick overview of Openstack architecture
Quick overview of Openstack architectureToni Ramirez
 
Climb Technical Overview
Climb Technical OverviewClimb Technical Overview
Climb Technical OverviewArif Ali
 
[OpenStack Day in Korea 2015] Track 2-3 - 오픈스택 클라우드에 최적화된 네트워크 가상화 '누아지(Nuage)'
[OpenStack Day in Korea 2015] Track 2-3 - 오픈스택 클라우드에 최적화된 네트워크 가상화 '누아지(Nuage)'[OpenStack Day in Korea 2015] Track 2-3 - 오픈스택 클라우드에 최적화된 네트워크 가상화 '누아지(Nuage)'
[OpenStack Day in Korea 2015] Track 2-3 - 오픈스택 클라우드에 최적화된 네트워크 가상화 '누아지(Nuage)'OpenStack Korea Community
 

Similar a Directions for CloudStack Networking (20)

The Future of SDN in CloudStack by Chiradeep Vittal
The Future of SDN in CloudStack by Chiradeep VittalThe Future of SDN in CloudStack by Chiradeep Vittal
The Future of SDN in CloudStack by Chiradeep Vittal
 
A closer look to locaweb IaaS
A closer look to locaweb IaaSA closer look to locaweb IaaS
A closer look to locaweb IaaS
 
Scalable networking in Apache CloudStack
Scalable networking in Apache CloudStackScalable networking in Apache CloudStack
Scalable networking in Apache CloudStack
 
Operators experience and perspective on SDN with VLANs and L3 Networks
Operators experience and perspective on SDN with VLANs and L3 NetworksOperators experience and perspective on SDN with VLANs and L3 Networks
Operators experience and perspective on SDN with VLANs and L3 Networks
 
Open stack networking_101_update_2014-os-meetups
Open stack networking_101_update_2014-os-meetupsOpen stack networking_101_update_2014-os-meetups
Open stack networking_101_update_2014-os-meetups
 
CloudStack - LinuxFest NorthWest
CloudStack - LinuxFest NorthWestCloudStack - LinuxFest NorthWest
CloudStack - LinuxFest NorthWest
 
Getting Started with Apache CloudStack
Getting Started with Apache CloudStackGetting Started with Apache CloudStack
Getting Started with Apache CloudStack
 
Meetup open stack_grizzly
Meetup open stack_grizzlyMeetup open stack_grizzly
Meetup open stack_grizzly
 
Welcome to amazon web services setup aws vpc
Welcome to amazon web services setup aws vpcWelcome to amazon web services setup aws vpc
Welcome to amazon web services setup aws vpc
 
OpenStack and Windows
OpenStack and WindowsOpenStack and Windows
OpenStack and Windows
 
Private cloud cloud-phoenix-april-2014
Private cloud cloud-phoenix-april-2014Private cloud cloud-phoenix-april-2014
Private cloud cloud-phoenix-april-2014
 
Net Devops Overview
Net Devops OverviewNet Devops Overview
Net Devops Overview
 
Bitnami Bootcamp. OpenStack
Bitnami Bootcamp. OpenStackBitnami Bootcamp. OpenStack
Bitnami Bootcamp. OpenStack
 
Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...
Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...
Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...
 
Understanding and deploying Network Virtualization
Understanding and deploying Network VirtualizationUnderstanding and deploying Network Virtualization
Understanding and deploying Network Virtualization
 
Intro to CloudStack
Intro to CloudStackIntro to CloudStack
Intro to CloudStack
 
Quick overview of Openstack architecture
Quick overview of Openstack architectureQuick overview of Openstack architecture
Quick overview of Openstack architecture
 
Climb Technical Overview
Climb Technical OverviewClimb Technical Overview
Climb Technical Overview
 
[OpenStack Day in Korea 2015] Track 2-3 - 오픈스택 클라우드에 최적화된 네트워크 가상화 '누아지(Nuage)'
[OpenStack Day in Korea 2015] Track 2-3 - 오픈스택 클라우드에 최적화된 네트워크 가상화 '누아지(Nuage)'[OpenStack Day in Korea 2015] Track 2-3 - 오픈스택 클라우드에 최적화된 네트워크 가상화 '누아지(Nuage)'
[OpenStack Day in Korea 2015] Track 2-3 - 오픈스택 클라우드에 최적화된 네트워크 가상화 '누아지(Nuage)'
 
Txlf2012
Txlf2012Txlf2012
Txlf2012
 

Más de Chiradeep Vittal

Loadbalancers: The fabric for your micro services
Loadbalancers: The fabric for your micro servicesLoadbalancers: The fabric for your micro services
Loadbalancers: The fabric for your micro servicesChiradeep Vittal
 
StackWatch: A prototype CloudWatch service for CloudStack
StackWatch: A prototype CloudWatch service for CloudStackStackWatch: A prototype CloudWatch service for CloudStack
StackWatch: A prototype CloudWatch service for CloudStackChiradeep Vittal
 
CloudStack Networking Deepdive CCCEU13
CloudStack Networking Deepdive CCCEU13CloudStack Networking Deepdive CCCEU13
CloudStack Networking Deepdive CCCEU13Chiradeep Vittal
 
StackMate - CloudFormation for CloudStack
StackMate - CloudFormation for CloudStackStackMate - CloudFormation for CloudStack
StackMate - CloudFormation for CloudStackChiradeep Vittal
 
SDN in Apache CloudStack (ApacheCon NA 2013)
SDN in Apache CloudStack (ApacheCon NA 2013)SDN in Apache CloudStack (ApacheCon NA 2013)
SDN in Apache CloudStack (ApacheCon NA 2013)Chiradeep Vittal
 
Scalable Object Storage with Apache CloudStack and Apache Hadoop
Scalable Object Storage with Apache CloudStack and Apache HadoopScalable Object Storage with Apache CloudStack and Apache Hadoop
Scalable Object Storage with Apache CloudStack and Apache HadoopChiradeep Vittal
 
Networking in the Cloud Age (LISA 2012 Tutorial)
Networking in the Cloud Age (LISA 2012 Tutorial)Networking in the Cloud Age (LISA 2012 Tutorial)
Networking in the Cloud Age (LISA 2012 Tutorial)Chiradeep Vittal
 
The Future of Apache CloudStack (Not So Cloudy) (Collab 2012)
The Future of Apache CloudStack (Not So Cloudy) (Collab 2012)The Future of Apache CloudStack (Not So Cloudy) (Collab 2012)
The Future of Apache CloudStack (Not So Cloudy) (Collab 2012)Chiradeep Vittal
 
Evolution of CloudStack Architecture (Collab 2012)
Evolution of CloudStack Architecture (Collab 2012)Evolution of CloudStack Architecture (Collab 2012)
Evolution of CloudStack Architecture (Collab 2012)Chiradeep Vittal
 

Más de Chiradeep Vittal (10)

Loadbalancers: The fabric for your micro services
Loadbalancers: The fabric for your micro servicesLoadbalancers: The fabric for your micro services
Loadbalancers: The fabric for your micro services
 
StackWatch: A prototype CloudWatch service for CloudStack
StackWatch: A prototype CloudWatch service for CloudStackStackWatch: A prototype CloudWatch service for CloudStack
StackWatch: A prototype CloudWatch service for CloudStack
 
CloudStack Networking Deepdive CCCEU13
CloudStack Networking Deepdive CCCEU13CloudStack Networking Deepdive CCCEU13
CloudStack Networking Deepdive CCCEU13
 
StackMate - CloudFormation for CloudStack
StackMate - CloudFormation for CloudStackStackMate - CloudFormation for CloudStack
StackMate - CloudFormation for CloudStack
 
SDN in Apache CloudStack (ApacheCon NA 2013)
SDN in Apache CloudStack (ApacheCon NA 2013)SDN in Apache CloudStack (ApacheCon NA 2013)
SDN in Apache CloudStack (ApacheCon NA 2013)
 
Scalable Object Storage with Apache CloudStack and Apache Hadoop
Scalable Object Storage with Apache CloudStack and Apache HadoopScalable Object Storage with Apache CloudStack and Apache Hadoop
Scalable Object Storage with Apache CloudStack and Apache Hadoop
 
Networking in the Cloud Age (LISA 2012 Tutorial)
Networking in the Cloud Age (LISA 2012 Tutorial)Networking in the Cloud Age (LISA 2012 Tutorial)
Networking in the Cloud Age (LISA 2012 Tutorial)
 
The Future of Apache CloudStack (Not So Cloudy) (Collab 2012)
The Future of Apache CloudStack (Not So Cloudy) (Collab 2012)The Future of Apache CloudStack (Not So Cloudy) (Collab 2012)
The Future of Apache CloudStack (Not So Cloudy) (Collab 2012)
 
Evolution of CloudStack Architecture (Collab 2012)
Evolution of CloudStack Architecture (Collab 2012)Evolution of CloudStack Architecture (Collab 2012)
Evolution of CloudStack Architecture (Collab 2012)
 
CloudStack + SDN
CloudStack + SDNCloudStack + SDN
CloudStack + SDN
 

Último

Large Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLarge Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLionel Briand
 
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesAmazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesKrzysztofKkol1
 
Best Angular 17 Classroom & Online training - Naresh IT
Best Angular 17 Classroom & Online training - Naresh ITBest Angular 17 Classroom & Online training - Naresh IT
Best Angular 17 Classroom & Online training - Naresh ITmanoharjgpsolutions
 
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...OnePlan Solutions
 
Advantages of Cargo Cloud Solutions.pptx
Advantages of Cargo Cloud Solutions.pptxAdvantages of Cargo Cloud Solutions.pptx
Advantages of Cargo Cloud Solutions.pptxRTS corp
 
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full RecordingOpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full RecordingShane Coughlan
 
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonLeveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonApplitools
 
Osi security architecture in network.pptx
Osi security architecture in network.pptxOsi security architecture in network.pptx
Osi security architecture in network.pptxVinzoCenzo
 
Understanding Flamingo - DeepMind's VLM Architecture
Understanding Flamingo - DeepMind's VLM ArchitectureUnderstanding Flamingo - DeepMind's VLM Architecture
Understanding Flamingo - DeepMind's VLM Architecturerahul_net
 
Zer0con 2024 final share short version.pdf
Zer0con 2024 final share short version.pdfZer0con 2024 final share short version.pdf
Zer0con 2024 final share short version.pdfmaor17
 
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...OnePlan Solutions
 
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...kalichargn70th171
 
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics
 
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdfAndrey Devyatkin
 
Effectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryErrorEffectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryErrorTier1 app
 
Introduction to Firebase Workshop Slides
Introduction to Firebase Workshop SlidesIntroduction to Firebase Workshop Slides
Introduction to Firebase Workshop Slidesvaideheekore1
 
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jGraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jNeo4j
 
Ronisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited CatalogueRonisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited Catalogueitservices996
 
Understanding Plagiarism: Causes, Consequences and Prevention.pptx
Understanding Plagiarism: Causes, Consequences and Prevention.pptxUnderstanding Plagiarism: Causes, Consequences and Prevention.pptx
Understanding Plagiarism: Causes, Consequences and Prevention.pptxSasikiranMarri
 
What’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 UpdatesWhat’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 UpdatesVictoriaMetrics
 

Último (20)

Large Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and RepairLarge Language Models for Test Case Evolution and Repair
Large Language Models for Test Case Evolution and Repair
 
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesAmazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
 
Best Angular 17 Classroom & Online training - Naresh IT
Best Angular 17 Classroom & Online training - Naresh ITBest Angular 17 Classroom & Online training - Naresh IT
Best Angular 17 Classroom & Online training - Naresh IT
 
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
 
Advantages of Cargo Cloud Solutions.pptx
Advantages of Cargo Cloud Solutions.pptxAdvantages of Cargo Cloud Solutions.pptx
Advantages of Cargo Cloud Solutions.pptx
 
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full RecordingOpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
OpenChain AI Study Group - Europe and Asia Recap - 2024-04-11 - Full Recording
 
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonLeveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
 
Osi security architecture in network.pptx
Osi security architecture in network.pptxOsi security architecture in network.pptx
Osi security architecture in network.pptx
 
Understanding Flamingo - DeepMind's VLM Architecture
Understanding Flamingo - DeepMind's VLM ArchitectureUnderstanding Flamingo - DeepMind's VLM Architecture
Understanding Flamingo - DeepMind's VLM Architecture
 
Zer0con 2024 final share short version.pdf
Zer0con 2024 final share short version.pdfZer0con 2024 final share short version.pdf
Zer0con 2024 final share short version.pdf
 
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
 
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...
The Ultimate Guide to Performance Testing in Low-Code, No-Code Environments (...
 
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
 
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
 
Effectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryErrorEffectively Troubleshoot 9 Types of OutOfMemoryError
Effectively Troubleshoot 9 Types of OutOfMemoryError
 
Introduction to Firebase Workshop Slides
Introduction to Firebase Workshop SlidesIntroduction to Firebase Workshop Slides
Introduction to Firebase Workshop Slides
 
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jGraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
 
Ronisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited CatalogueRonisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited Catalogue
 
Understanding Plagiarism: Causes, Consequences and Prevention.pptx
Understanding Plagiarism: Causes, Consequences and Prevention.pptxUnderstanding Plagiarism: Causes, Consequences and Prevention.pptx
Understanding Plagiarism: Causes, Consequences and Prevention.pptx
 
What’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 UpdatesWhat’s New in VictoriaMetrics: Q1 2024 Updates
What’s New in VictoriaMetrics: Q1 2024 Updates
 

Directions for CloudStack Networking

  • 1. Direc&ons  for  CloudStack   Networking   CloudStack    SVUG  SDN  Meetup   September  10  2015   Chiradeep  ViCal   @chiradeep  
  • 2. About  me   •  Founding  member  of  cloud.com  [  ini&al   version  of  Apache  CloudStack]   •  Developed  networking  and  storage   subsystems   •  Developed  SDN  (GRE  overlay),  NFV  (virtual   router)  and  group-­‐based  policy  for  CloudStack   •  PMC  member  of  Apache  CloudStack  
  • 3. Agenda   •  [Quick]  Introduc&on  to  CloudStack   •  Overview  of  CloudStack  networking   •  CloudStack  networking  futures  
  • 4. Apache CloudStack is a •  scalable, •  multi-tenant, •  open source, •  purpose-built, •  cloud orchestration platform for •  delivering turnkey Infrastructure-as-a- Service clouds Apache CloudStack
  • 5. •  Several  hundred  produc&on  clouds   •  Largest  clouds  in  10’s  of  thousands  of   hypervisors   •  Sectors:   • Hos&ng   • Enterprise  &  Educa&on   • Service  Providers   • Web  2.0   Commercial  and  Open  Source  Success  
  • 6. How can you build your cloud? Servers Open Source Xen Hypervisor Amazon Orchestration Software AWS API (EC2, S3, …) Amazon eCommerce Platform Hypervisor CloudStack Orchestration Software Optional Portal CloudStack or AWS API StorageNetwork
  • 7. Networking  Concerns   •  Network  virtualiza&on     – Mul&-­‐tenancy   •  Network  services  for  virtual  networks  and   machines   •  Network  automa&on   •  Scalability  
  • 8. Networking  Principles  in  Apache   CloudStack   •  Flexibility   –  Allow  various  combina&ons  of  technology  for  L2-­‐L7   network  services   –  Allow  different  providers  (vendors)  for  the  same   network  service  in  a  Cloud  POP   •  Pluggability   –  Plugins  allow  vendors  to  drop  in  vendor-­‐specific   configura&on  and  lifecycle  management  code   •  Service  scalability   –  Scale  out  using  virtual  appliances  when  possible   –  Scale  up  using  hardware  appliances  if  needed  
  • 9. CloudStack  Architecture   Orchestra&on  Core   Plugin   Framework   Hypervisor   Plugins   Hypervisor   Plugins   Network  Plugins   Network  Plugins   Allocator   Plugins   Allocator   Plugins   Storage  Plugins  
  • 10. CloudStack  Architecture   Orchestra&on  Engine   Plugin   Framew ork   Hyperviso r  Plugins   Hyperviso r  Plugins   Network   Plugins   Network   Plugins   Allocator   Plugins   Storage   Plugins   API     API     API     Storage   Resource   Physical Resources ! Storage   Resource   Network   Resource  Network   Resource   Hypervisor   Resource  Hypervisor   Resource   Allocator   Plugins   Allocator   Plugins   1 2 3 4 5 6 7 8 9 Orchestration steps usually executed in sequence!
  • 11. SDN  /  Other  Overlays/Other  Devices   •  Plugins  available  for   – Midokura   – NVP   – Nuage   – BigSwitch   – Palo  Alto   •  GRE  /  NVGRE  on  Xen/KVM   •  VxLAN  on  KVM  
  • 12. Mul&-­‐&er  virtual  networking   VLAN2724 DB VM 1! Web VM 1! Web VM 3! Web VM 2! VLAN101 App VM 1! App VM 2! VLAN398 ! Virtual Router! Internet! Customer! Premises! IPSec VPN! Private Gateway!Loadbalancer   (HW  or   Virtual)   Network Services! •  IPAM! •  DNS! •  LB [intra]! •  S-2-S VPN! •  Static Routes! •  ACLs! •  NAT, PF! •  FW [ingress & egress]!
  • 13. Virtual  networking  with  overlays   GREKEY2724 DB VM 1! Web VM 1! Web VM 3! Web VM 2! GREKEY101 App VM 1! App VM 2! GREKEY398 ! VR + vSwitches! Internet! Customer! Premises! IPSec VPN! Private Gateway!Loadbalancer   (Virtual)   Network Services! •  IPAM! •  DNS! •  LB [intra]! •  S-2-S VPN! •  Static Routes! •  ACLs! •  NAT, PF! •  FW [ingress & egress]! vSwitch  (OVS)  used  to  route   between  subnets  
  • 14. Future   •  Containers   •  PaaS   •  SDN  solu&ons   •  NFV     •  IPv6   •  Performance  
  • 16. Containers                    IaaS   •  Containers  [run&mes  /  schedulers  /   orchestrators]  aim  for  independence  from   underlying  infrastructure   – Implement  IP  address  management   – Use  overlay  networking  between  containers     – Orchestrate  network  services  such  as    proxies,   firewalls,  port-­‐forwarding   – Volume  (persistent  logical  blobs)  orchestra&on  
  • 17. Containers                  IaaS   •  Containers  rely  on  IaaS  for   – Mul&-­‐tenancy   – Network  reachability  (plumbing)   – Availability  of  block  storage  everywhere   – On-­‐demand  block  storage   – On-­‐demand  Container  host  (VM)  scaling   – Network  services  such  as  VPN,  SSL  termina&on   – Failure-­‐domain  isola&on   – Affinity  /  an&-­‐affinity  
  • 18. Containers  and  IaaS  -­‐  ques&ons   •  Can  containers  grow  up  to  be  VMs?   – Will  container  orchestrators  replace  IaaS  ?   •  Can  VMs  slim  down  /  speed  up  to  have   container-­‐like  experiences?   – Will  IaaS  evolve  to  address  container  strengths?  
  • 19. Containers  and  IaaS  -­‐  ques&ons   •  Can  containers  grow  up  to  be  VMs?   – Will  container  orchestrators  replace  IaaS  ?   •  Can  VMs  slim  down  /  speed  up  to  have   container-­‐like  experiences?   – Will  IaaS  evolve  to  address  container  strengths?   •  Can  containers  and  IaaS  work  together  to   reduce  inefficiencies?  
  • 20. Overlay  on  Overlay?   Baremetal  to  Baremetal   Physical  Layer  L3  Plumbi VM  to  VM   Overlay  on  IP/UDP/TCP   Container  to  Container   Overlay  on  Overlay    
  • 21. Docker  libNetwork  &  CloudStack?   •  libnetwork  plugins  can  be  used  to  request   CloudStack  network  resources:   – IP  addresses  and  MAC  addresses   – DNS,  DHCP  op&ons   •  Requires  addi&on  to  CloudStack  APIs.   •  Can  poten&ally  eliminate  overlay-­‐on-­‐overlay   scenarios  
  • 22. Future  SDN  integra&on   •  OpenDaylight  –     –  “modular,  extensible,  scalable  and  mul&-­‐protocol   controller  infrastructure”.     –  CloudStack  Networking  plugin  can  call  ODL  NB  API   •  OVN  “opinionated  virtual  networking”   –  “network  virtualiza&on  project  that  brings  virtual   networking  to  Open  vSwitch”   –  being  developed  by  the  core  OVS  team.     –  OVN  will  include  logical  switches  and  routers,  security   groups,  and  L2/L3/L4  ACLs,  implemented  on  top  of  a   tunnel-­‐based  overlay  network   –  CloudStack  Networking  plugin  can  call  OVN  NB  API  
  • 23. NFV   •  Apache  CloudStack  is  an  early  adopter  of  NFV   to  virtualize  network  services     – DHCP,  DNS,  L3  rou&ng,  VPN,  LB,  FW,  etc.   – Knowledge  of  virtual  appliance    somewhat   “baked”  in  however.   •  Ongoing  effort  to  allow  other  virtual   appliances  to  integrate.   – Lifecycle  management  of  NFV  appliance   – Service  chaining  of  NFV  appliances  
  • 24. PaaS   •  PaaS  does  not  require  sophis&cated  network   services   •  CloudStack’s  dual  networking  models  adds  to   integra&on  challenge   •  CloudFoundry  CPI  plugin  integra&on  available   – From  NTT  (out  of  date)   – Ongoing  work  from  Orange.  
  • 25. IPv6   •  IPv6  addressing  available  in  limited  network   configura&ons   •  Work  ongoing  to  add   – IPv6  support  to  Basic  Zone  (security  groups)   – BGP  support  to  exchange  routes  with  external   networks    
  • 26. Performance   •  Virtual  Router  performance  is  always  a   wildcard   – Performance  varies  with  infrastructure,   hypervisor,  traffic  mix   – Hard  to  op&mize  in  general   •  Operators  would  be  well  served  with   guidelines  on  VR  tuning   •  Need  a  new  project  for  this