SlideShare une entreprise Scribd logo
1  sur  36
OpenStack and the Transformation
of the Data Center
Lew Tucker, VP/CTO Cloud Computing, Cisco
@lewtucker
OpenStack Summit – Atlanta, May 2014
2© 2014 Cisco and/or its affiliates. All rights reserved. Source: Cisco Visual Networking Index
2016 20202017
71% of
apps will
run on
virtual
machines
2/3 of all
mobile
traffic will
be video
50 billion
connected
devices
The Growth of the Internet Is Impacting All Aspects of IT
More data
created
this year
than in the
past 5000
2012
Mobile
Internet
of
Things
New
Breed
of Apps
Cloud
3© 2014 Cisco and/or its affiliates. All rights reserved.
IT World Becoming Increasingly Complex
Systems of
to
Systems of
- Geoffrey Moore
http://www.slideshare.net/rstrad1/moore-digitalimpact
Devices Collaboration
Software &
Apps
Network
IT Infrastructure &
Platform Services
4© 2014 Cisco and/or its affiliates. All rights reserved.
Internet of Things to Internet of Everything
Smart Grid Smart Buildings Smart Factories SF City Parking
Spaces
(open source data)
Connecting, sensing, measuring, and controlling in real time improves
reliability, cost, and alignment of supply and demand
5© 2014 Cisco and/or its affiliates. All rights reserved.
New Technologies Driving a Virtuous Cycle of Innovation
CLOUD
BIG DATA
INTERNET
OF THINGS
SDN
Volume
Velocity
Variety
6© 2014 Cisco and/or its affiliates. All rights reserved.
Design It Code It Where
Can We
Put It?
Procure It Install It Configure
It
Secure It Push It
The Promise of Cloud Computing
From 8 Weeks to 15 Minutes
Continuous Deployment
… with Elastic Scaling
7© 2014 Cisco and/or its affiliates. All rights reserved.
0%
10%
20%
30%
40%
50%
60%
70%
80%
90%
100%
06 07 08 09 10 11 12 13
Datacenter Spending (%) Over Time
Server Spending Standalone Servers - Mgnt & Admin
Virtual Servers - Mgnt & Admin Power & Cooling Expense
Source: IDC, 2011 “New Economic Model for the Datacenter”
• Operating expenses
represent over 80%
of data center spending
• OpEx increase driven by
server virtualization
• New models are needed
Management (OpEx) Expenses Growing
8© 2014 Cisco and/or its affiliates. All rights reserved.
Source: Heavy Reading - Where Networks Meet IT
IT Administrators Face a Tidal Wave of Innovations
Network Functions
Virtualization (NVF)
OpenStack
Programmability
OpenFlow
Virtualization
SDN
Abstraction Orchestration
APIs
Cloudification
Data Centers
Network OS
X86
Hypervisor
Automation
And the Data Centers
keep Growing
10© 2014 Cisco and/or its affiliates. All rights reserved.
OpenStack Heralds the Creation of a New Layer in Software
Stack That Spans the Entire Data Centers
Unified Compute, Storage, Networking Infrastructure - Physical + Virtual
OpenStack Network Service
OpenStack Compute Service OpenStack Storage Service
User App-1
User App-2
User
App-3
PaaS Service
User App-3
11© 2014 Cisco and/or its affiliates. All rights reserved.
Salt
Puppet
Chef
Ansible
Git GerritJenkins
CI/CD
Software and Automation – Driving Speed and Agility
12© 2014 Cisco and/or its affiliates. All rights reserved.
Software-Defined Networking – Overlay Networking
Leaf
Spine
Servers
VPNs/Public
Internet
Edge
Routers
Scale Out Core. .
. .
Virtual
Access
Layer
vSwitch
V
M
V
M
V
M
vSwitch
V
M
V
M
V
M
13© 2014 Cisco and/or its affiliates. All rights reserved.
OpenStack Platform: Services and APIs
Nova
Compute
Heat
Orchestration
Glance
Image
Storage
Swift
Storage
Neutron
Networking
Keystone
Security
OpenStack Design Principle
Built as a set of loosely coupled, related
projects developing advanced cloud
services
• Each service driven by community
projects with contributions from many
companies
• Easier for innovation through addition of
new services
• Small number of core services
• Larger number of associated services
Meanwhile, a Revolution Was Happening in Networking…
OpenFlow
• Protocol which
would allow
software running
on servers to
direct the flow of
packets in a
network
• Separation of
control and data
planes
Server
Virtualization
• Created need
for virtual
switches on
each server
• Vmware, Cisco
Nexus
1000v, Open
vSwitch
Virtualized
Network
Services
• Firewall,
load-
balancing, VPN
• Network service
orchestration
Network
Controller
• Lots of activity
around creating
new SDN
controllers
• Open source
projects: Open
Daylight
15© 2014 Cisco and/or its affiliates. All rights reserved.
Network Functions Virtualization (NFV) Provides
Dynamically Scalable Services
AT&T, BT, Orange, Telecom
Italia, Telefonica, Telstra, V
erizon…
16© 2014 Cisco and/or its affiliates. All rights reserved.
OpenStack Networking Evolved
Nova Networking
• Simple, flat networking
• Contained within Nova service
• Difficult to accommodate rapid
changes happening in
networking
Neutron Networking
• Treat networking as a separate
service
• Designed to hide specific
vendor/technology implementation
choices from the developer’s APIs
and abstractions
• Being extended to include network
services and heterogeneous
environments
17© 2014 Cisco and/or its affiliates. All rights reserved.
OpenStack Neutron Networking Service
Network Service (Neutron) API
Network Service
Network abstraction definition and management
No actual implementation of abstraction
Plugin API
API Extensions
Vendor Plug-Ins
Linux Bridge, Open vSwitch, Cisco, Big
Switch, Brocade, Cloudbase, Mellanoz, Midonet,
NEX, PLUMgrid, Ryu, Vmware NSX ….
Vendor/User Plug-In
Implementation of abstractions
Virtual or physical
Extended APIs
OpenStack Neutron ML2 Architecture
Neutron Server
DHCP Agent
L3 Agent
Message
Queue
REST API
Neutron Core
plugins
ML2
Cisco
(Nexus,N1Kv)
OVS
Morevendor
plugins
Type Drivers Mechanism Drivers
VLAN
GRE
VXLAN
CiscoNexus
OVS
OpenDayLight
APIC
Neutron Service
plugins
LoadBalancer
Firewall
VPN
HAProxy
IPTables
OpenSwan
• Core + Extension REST APIs
• Message queue for communicating with
neutron agents
• Core and service plugins
• Different vendor core plugins
• Different network technology support
• ML2 plugin with type and mechanism
drivers
• Service plugins with backend drivers
IPTables on
Network
Node
Core API
Network Port Subnet
Resource and Attribute Extension API
ProviderNetwork PortBinding Router Quotas SecurityGroups AgentScheduler LBaaS FWaaS VPNaaS ….
L2 Agent
OVS on
Compute
Node
Southbound Interfaces
L3ServicesFutures
Morevendor
drivers
OpenStack Neutron ML2 Architecture
Neutron Server
REST API
Neutron Core pluginsML2
Cisco
(Nexus,N1Kv)
OVS
Morevendor
plugins
Type Drivers Mechanism Drivers
VLAN
GRE
VXLAN
CiscoNexus
OVS
OpenDayLight
APIC
Neutron Service
plugins
LoadBalancer
Firewall
VPN
HAProxy
IPTables
OpenSwan
• Core + Extension REST APIs
• Message queue for communicating with
neutron agents
• Core and service plugins
• Different vendor core plugins
• Different network technology support
• ML2 plugin with type and mechanism
drivers
• Service plugins with backend drivers
Core API
Network Port Subnet
Resource and Attribute Extension API
ProviderNetwork PortBinding Router Quotas SecurityGroups AgentScheduler LBaaS FWaaS VPNaaS ….
Southbound Interfaces
L3ServicesFutures
Morevendor
drivers
20© 2014 Cisco and/or its affiliates. All rights reserved.
Neutron Networking for Tenant Isolation
Networks
Tenant
Networks
Admin
Provider
Networks
VLAN
VXLAN
GRE
vSwitch
ToR/Fabric
vSwitch, ToR
vSwitch
Network Type Network Segmentation
Scheme for Tenant
Isolation
Device Implementing
Network Segmentation
Scheme
Direct Device
Configuration
Device Configuration
through Controller
Neutron Plugin/Driver
21© 2014 Cisco and/or its affiliates. All rights reserved.
Neutron Networking for Layer 3 Services
Networks
Tenant
Networks
Admin
Provider
Networks
Linux Host
Service
VM’s
Provisioned
Externally
Network
Type
Device implementing
Advanced Service
Direct Device
Configuration
Device Configuration
through Controller
Neutron Plugin/Driver
vSwitch, To
R
Routers
Neutron
Resource
22© 2014 Cisco and/or its affiliates. All rights reserved.
Neutron Cisco CSR1000v for Neutron VPN Service
VPN
VMs on
Compute
Nodes
CSR1Kv VM
Neutron Server
Neutron Service
Plugin (VPN)
Cisco VPN Service
Driver
VPN Agent
Cisco VPN Device
Driver
REST API
Benefits
• CSR1Kv secure VPN qualified solution
• Unlock rich CSR1Kv features into OpenStack
Router
10.1.0.4
10.1.0.1
172.24.4.11
VM
10.2.0.4
VM
Router
Network Network
10.2.0.1
172.24.4.21
CSR1Kv
172.24.4.23
10.2.0.6
Site to Site IPsec Tunnel
CSR1Kv
172.24.4.13
Private networkPrivate network
Public NetworkPublic Network
Site1 Site2
23© 2014 Cisco and/or its affiliates. All rights reserved.
Server
Virtualization
Virtual
Switches
Storage
Virtualization
Network
Virtualization
Network Function
Virtualization
VMs and
Containers
Network
Controllers
Object Storage
Services
Block Storage
Services
OpenStack Platform for the New Data Center
OpenStack Cloud Platform Services
ApplicationsUser Apps System Apps
OrchestrationProvisioning Metering MonitoringIdentity
24© 2014 Cisco and/or its affiliates. All rights reserved.
 System administration apps and services orchestrating the
infrastructure – YES
 User-facing applications?
 Is there an easier way to realize developer’s intent without becoming a
network administrator?
Do Applications Really Want to Program the Network?
25© 2014 Cisco and/or its affiliates. All rights reserved.
Typical 3-Tier Application Design Pattern
Web Tier
Web Server
VM
Web Server
VM
Web Server
VM
Public
Internet
App Server
VM
App Server
VM
MemCache
VM
App-Server Tier
Database
VM
Database
VM
Database Tier
Want to connect web servers to public Internet, while blocking outside
access to application and database servers
Load Balance Across Web Servers Protect VMs with Security Group RulesCreate Networks, Routers
26© 2014 Cisco and/or its affiliates. All rights reserved.
Developer’s Intent: Control Access, Direct Traffic
Web Tier
Web Svr
VM
Web Svr
VM
Web Svr
VM
Public
Internet
App Svr
VM
App Svr
VM
MemCache
VM
App Server Tier
DataBase
VM
DataBase
VM
Database Tier
Policy PolicyPolicy
Performance
Security
Scalability
Availability
Performance
Security
Scalability
Availability
Performance
Security
Scalability
Availability
Consistency, Repeatability
27© 2014 Cisco and/or its affiliates. All rights reserved.
Group-based Policy Abstractions Developed by the Community
https://blueprints.launchpad.net/neutron/+spec/group-based-policy-abstraction
Blueprint Contributors:
• Nuage, Juniper, IBM, Big Switch, One Convergence, Red Hat, Mirantis, Midokura, Cisco
28
EXTENDING OPENSTACK NEUTRON API’S
NEUTRON ROUTER
SECURITY
GROUP
NEUTRON NETWORK
Neutron API Group Policy API
NEUTRON
NETWORK
Port
Port
Tenant Tenant
Use Existing Neutron APIs with APIC and Cisco ACI
Contract
GROUP
SERVICE
CHAIN
GROUP
Group Policy introduces a new API that maps to the
ACI policy model
29
SEPARATING TENANT POLICIES FROM OPERATIONS
2
ACI Admin
(Manages Network
Operations and
Infrastructure)
L/B
EPG
APP
EPG DBF/W
L/B
EPG
WEB
Application Network Profile
Create Application Policy
3
5
ACI
Fabric
Push Policy
APIC
OpenStack
Tenant
(Manages Tenant
and Application
State only)
Instantiate VMs
Web WebWebWeb AppApp4
Create Application Network
Profile
1
DB DB
HYPERVISOR HYPERVISOR HYPERVISOR
NOVANEUTRON
Automatically Push
Network Profiles to
AFC
L/B
EPG
APP
EPG DBF/W
L/B
EPG
WEB
Application Network Profile
Application Policy
Infrastructure Controller
30
OPENSTACK + CISCO’S APPLICATION POLICY CONTROLLER
NEUTRON
ROUTER
SECURITY
GROUP
Web WebWebWeb AppApp DB DB
HYPERVISOR HYPERVISOR HYPERVISOR
NEUTRON
NETWORK
APIC
Web WebWebWeb AppApp DB DB
HYPERVISOR HYPERVISOR HYPERVISOR
Contract Contract Contract
DBAPPWEB
ADC
F/W
ADC
APIC
APIC
Plugin
APIC
Plugin
OVS Plugin
Neutron
Networking
APIC Plugin
Group Policy
Plugin
OVS Plugin
Neutron
Networking
APIC PLUGIN GROUP POLICY PLUGIN
31
https://blueprints.launchpad.net/neutron/+spec/group-based-policy-abstraction
Thursday, May 15:
1:30 – 2:10
B309
IBM, Cisco, Midokura
Wednesday, May 14:
3:30-4:10
B309
KEY SESSIONS: NEUTRON NETWORKING IN AN
APPLICATION-CENTRIC WORLD
32© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 32
Closing Thoughts
33© 2014 Cisco and/or its affiliates. All rights reserved.
The Landscape has changed
 We’ve moved from mainframes with dumb terminals to
cloud-based apps, smart phones, and devices
 Cloud-native apps at scale span multiple availability
zones and geographies
 Any app, anywhere, any device
The Vanishing Data Center and the InterCloud
34© 2014 Cisco and/or its affiliates. All rights reserved.
Multi-tenancy, dynamic provisioning, and elasticity is the new normal
 Applications are continuously deployed and released
 DevOps turns infrastructure into code
The Vanishing Data Center and the InterCloud
35© 2014 Cisco and/or its affiliates. All rights reserved.
Data centers are becoming nodes in a larger, global graph
 Computing and distributed storage is moving to the edge
 How will this change the concepts of traditional networks?
 What is meant by a cloud when they themselves become part
of an Intercloud?
The Vanishing Data Center and the InterCloud
Thank you.

Contenu connexe

Tendances

Modular Layer 2 In OpenStack Neutron
Modular Layer 2 In OpenStack NeutronModular Layer 2 In OpenStack Neutron
Modular Layer 2 In OpenStack Neutronmestery
 
OpenStack Neutron's Distributed Virtual Router
OpenStack Neutron's Distributed Virtual RouterOpenStack Neutron's Distributed Virtual Router
OpenStack Neutron's Distributed Virtual Routercarlbaldwin
 
OpenStack and OpenDaylight Workshop: ONUG Spring 2014
OpenStack and OpenDaylight Workshop: ONUG Spring 2014OpenStack and OpenDaylight Workshop: ONUG Spring 2014
OpenStack and OpenDaylight Workshop: ONUG Spring 2014mestery
 
Bridges and Tunnels a Drive Through OpenStack Networking
Bridges and Tunnels a Drive Through OpenStack NetworkingBridges and Tunnels a Drive Through OpenStack Networking
Bridges and Tunnels a Drive Through OpenStack Networkingmarkmcclain
 
OpenStack Networking and Automation
OpenStack Networking and AutomationOpenStack Networking and Automation
OpenStack Networking and AutomationAdam Johnson
 
Networking in OpenStack for non-networking people: Neutron, Open vSwitch and ...
Networking in OpenStack for non-networking people: Neutron, Open vSwitch and ...Networking in OpenStack for non-networking people: Neutron, Open vSwitch and ...
Networking in OpenStack for non-networking people: Neutron, Open vSwitch and ...Dave Neary
 
OpenStack Paris Summit: Bridges and Tunnels: A Drive Through OpenStack Networ...
OpenStack Paris Summit: Bridges and Tunnels: A Drive Through OpenStack Networ...OpenStack Paris Summit: Bridges and Tunnels: A Drive Through OpenStack Networ...
OpenStack Paris Summit: Bridges and Tunnels: A Drive Through OpenStack Networ...markmcclain
 
Scaling OpenStack Networking Beyond 4000 Nodes with Dragonflow - Eshed Gal-Or...
Scaling OpenStack Networking Beyond 4000 Nodes with Dragonflow - Eshed Gal-Or...Scaling OpenStack Networking Beyond 4000 Nodes with Dragonflow - Eshed Gal-Or...
Scaling OpenStack Networking Beyond 4000 Nodes with Dragonflow - Eshed Gal-Or...Cloud Native Day Tel Aviv
 
Open stack networking_101_update_2014
Open stack networking_101_update_2014Open stack networking_101_update_2014
Open stack networking_101_update_2014yfauser
 
Neutron behind the scenes
Neutron   behind the scenesNeutron   behind the scenes
Neutron behind the scenesinbroker
 
ONUG Tutorial: Bridges and Tunnels Drive Through OpenStack Networking
ONUG Tutorial: Bridges and Tunnels Drive Through OpenStack NetworkingONUG Tutorial: Bridges and Tunnels Drive Through OpenStack Networking
ONUG Tutorial: Bridges and Tunnels Drive Through OpenStack Networkingmarkmcclain
 
Neutron VEB Plugin
Neutron VEB PluginNeutron VEB Plugin
Neutron VEB PluginBIM
 
BRKDCT-2445 Agile OpenStack Networking with Cisco Solutions - Cisco Live! US ...
BRKDCT-2445 Agile OpenStack Networking with Cisco Solutions - Cisco Live! US ...BRKDCT-2445 Agile OpenStack Networking with Cisco Solutions - Cisco Live! US ...
BRKDCT-2445 Agile OpenStack Networking with Cisco Solutions - Cisco Live! US ...Rohit Agarwalla
 
Agile OpenStack Networking with Cisco Solutions
Agile OpenStack Networking with Cisco SolutionsAgile OpenStack Networking with Cisco Solutions
Agile OpenStack Networking with Cisco SolutionsCisco DevNet
 
OpenStack Neutron 201 1hr
OpenStack Neutron 201 1hr OpenStack Neutron 201 1hr
OpenStack Neutron 201 1hr David Lenwell
 
Quantum (OpenStack Meetup Feb 9th, 2012)
Quantum (OpenStack Meetup Feb 9th, 2012)Quantum (OpenStack Meetup Feb 9th, 2012)
Quantum (OpenStack Meetup Feb 9th, 2012)Dan Wendlandt
 
Inside neutron 2
Inside neutron 2Inside neutron 2
Inside neutron 2Robin Gong
 
OpenStack Neutron Advanced Services by Akanda
OpenStack Neutron Advanced Services by AkandaOpenStack Neutron Advanced Services by Akanda
OpenStack Neutron Advanced Services by AkandaSean Roberts
 
Neutron Advanced Services - Akanda - Astara 201 presentation
Neutron Advanced Services - Akanda - Astara 201 presentationNeutron Advanced Services - Akanda - Astara 201 presentation
Neutron Advanced Services - Akanda - Astara 201 presentationEric Lopez
 
OpenDaylight Netvirt and Neutron - Mike Kolesnik, Josh Hershberg - OpenStack ...
OpenDaylight Netvirt and Neutron - Mike Kolesnik, Josh Hershberg - OpenStack ...OpenDaylight Netvirt and Neutron - Mike Kolesnik, Josh Hershberg - OpenStack ...
OpenDaylight Netvirt and Neutron - Mike Kolesnik, Josh Hershberg - OpenStack ...Cloud Native Day Tel Aviv
 

Tendances (20)

Modular Layer 2 In OpenStack Neutron
Modular Layer 2 In OpenStack NeutronModular Layer 2 In OpenStack Neutron
Modular Layer 2 In OpenStack Neutron
 
OpenStack Neutron's Distributed Virtual Router
OpenStack Neutron's Distributed Virtual RouterOpenStack Neutron's Distributed Virtual Router
OpenStack Neutron's Distributed Virtual Router
 
OpenStack and OpenDaylight Workshop: ONUG Spring 2014
OpenStack and OpenDaylight Workshop: ONUG Spring 2014OpenStack and OpenDaylight Workshop: ONUG Spring 2014
OpenStack and OpenDaylight Workshop: ONUG Spring 2014
 
Bridges and Tunnels a Drive Through OpenStack Networking
Bridges and Tunnels a Drive Through OpenStack NetworkingBridges and Tunnels a Drive Through OpenStack Networking
Bridges and Tunnels a Drive Through OpenStack Networking
 
OpenStack Networking and Automation
OpenStack Networking and AutomationOpenStack Networking and Automation
OpenStack Networking and Automation
 
Networking in OpenStack for non-networking people: Neutron, Open vSwitch and ...
Networking in OpenStack for non-networking people: Neutron, Open vSwitch and ...Networking in OpenStack for non-networking people: Neutron, Open vSwitch and ...
Networking in OpenStack for non-networking people: Neutron, Open vSwitch and ...
 
OpenStack Paris Summit: Bridges and Tunnels: A Drive Through OpenStack Networ...
OpenStack Paris Summit: Bridges and Tunnels: A Drive Through OpenStack Networ...OpenStack Paris Summit: Bridges and Tunnels: A Drive Through OpenStack Networ...
OpenStack Paris Summit: Bridges and Tunnels: A Drive Through OpenStack Networ...
 
Scaling OpenStack Networking Beyond 4000 Nodes with Dragonflow - Eshed Gal-Or...
Scaling OpenStack Networking Beyond 4000 Nodes with Dragonflow - Eshed Gal-Or...Scaling OpenStack Networking Beyond 4000 Nodes with Dragonflow - Eshed Gal-Or...
Scaling OpenStack Networking Beyond 4000 Nodes with Dragonflow - Eshed Gal-Or...
 
Open stack networking_101_update_2014
Open stack networking_101_update_2014Open stack networking_101_update_2014
Open stack networking_101_update_2014
 
Neutron behind the scenes
Neutron   behind the scenesNeutron   behind the scenes
Neutron behind the scenes
 
ONUG Tutorial: Bridges and Tunnels Drive Through OpenStack Networking
ONUG Tutorial: Bridges and Tunnels Drive Through OpenStack NetworkingONUG Tutorial: Bridges and Tunnels Drive Through OpenStack Networking
ONUG Tutorial: Bridges and Tunnels Drive Through OpenStack Networking
 
Neutron VEB Plugin
Neutron VEB PluginNeutron VEB Plugin
Neutron VEB Plugin
 
BRKDCT-2445 Agile OpenStack Networking with Cisco Solutions - Cisco Live! US ...
BRKDCT-2445 Agile OpenStack Networking with Cisco Solutions - Cisco Live! US ...BRKDCT-2445 Agile OpenStack Networking with Cisco Solutions - Cisco Live! US ...
BRKDCT-2445 Agile OpenStack Networking with Cisco Solutions - Cisco Live! US ...
 
Agile OpenStack Networking with Cisco Solutions
Agile OpenStack Networking with Cisco SolutionsAgile OpenStack Networking with Cisco Solutions
Agile OpenStack Networking with Cisco Solutions
 
OpenStack Neutron 201 1hr
OpenStack Neutron 201 1hr OpenStack Neutron 201 1hr
OpenStack Neutron 201 1hr
 
Quantum (OpenStack Meetup Feb 9th, 2012)
Quantum (OpenStack Meetup Feb 9th, 2012)Quantum (OpenStack Meetup Feb 9th, 2012)
Quantum (OpenStack Meetup Feb 9th, 2012)
 
Inside neutron 2
Inside neutron 2Inside neutron 2
Inside neutron 2
 
OpenStack Neutron Advanced Services by Akanda
OpenStack Neutron Advanced Services by AkandaOpenStack Neutron Advanced Services by Akanda
OpenStack Neutron Advanced Services by Akanda
 
Neutron Advanced Services - Akanda - Astara 201 presentation
Neutron Advanced Services - Akanda - Astara 201 presentationNeutron Advanced Services - Akanda - Astara 201 presentation
Neutron Advanced Services - Akanda - Astara 201 presentation
 
OpenDaylight Netvirt and Neutron - Mike Kolesnik, Josh Hershberg - OpenStack ...
OpenDaylight Netvirt and Neutron - Mike Kolesnik, Josh Hershberg - OpenStack ...OpenDaylight Netvirt and Neutron - Mike Kolesnik, Josh Hershberg - OpenStack ...
OpenDaylight Netvirt and Neutron - Mike Kolesnik, Josh Hershberg - OpenStack ...
 

En vedette

OpenStack Neutron Dragonflow l3 SDNmeetup
OpenStack Neutron Dragonflow l3 SDNmeetupOpenStack Neutron Dragonflow l3 SDNmeetup
OpenStack Neutron Dragonflow l3 SDNmeetupEran Gampel
 
Open stack networking vlan, gre
Open stack networking   vlan, greOpen stack networking   vlan, gre
Open stack networking vlan, greSim Janghoon
 
Open stack neutron and opendaylight
Open stack neutron and opendaylightOpen stack neutron and opendaylight
Open stack neutron and opendaylightramgow
 
Eliminating SAN Congestion Just Got Much Easier- webinar - Nov 2015
Eliminating SAN Congestion Just Got Much Easier-  webinar - Nov 2015 Eliminating SAN Congestion Just Got Much Easier-  webinar - Nov 2015
Eliminating SAN Congestion Just Got Much Easier- webinar - Nov 2015 Tony Antony
 
The CMS openstack, opportunistic, overlay, online-cluster Cloud (CMSooooCloud)
The CMS openstack, opportunistic, overlay, online-cluster Cloud (CMSooooCloud)The CMS openstack, opportunistic, overlay, online-cluster Cloud (CMSooooCloud)
The CMS openstack, opportunistic, overlay, online-cluster Cloud (CMSooooCloud)Jose Antonio Coarasa Perez
 
Tech Talk by Louis Fourie: SFC: technology, trend and implementation
Tech Talk by Louis Fourie: SFC: technology, trend and implementationTech Talk by Louis Fourie: SFC: technology, trend and implementation
Tech Talk by Louis Fourie: SFC: technology, trend and implementationnvirters
 
OpenStack summit austin 2016
OpenStack summit austin 2016OpenStack summit austin 2016
OpenStack summit austin 2016Yongyoon Shin
 
Simple, Scalable and Secure Networking for Data Centers with Project Calico
Simple, Scalable and Secure Networking for Data Centers with Project CalicoSimple, Scalable and Secure Networking for Data Centers with Project Calico
Simple, Scalable and Secure Networking for Data Centers with Project CalicoEmma Gordon
 
Openstack on Fedora, Fedora on Openstack: An Introduction to cloud IaaS
Openstack on Fedora, Fedora on Openstack: An Introduction to cloud IaaSOpenstack on Fedora, Fedora on Openstack: An Introduction to cloud IaaS
Openstack on Fedora, Fedora on Openstack: An Introduction to cloud IaaSSadique Puthen
 
Intro to Project Calico: a pure layer 3 approach to scale-out networking
Intro to Project Calico: a pure layer 3 approach to scale-out networkingIntro to Project Calico: a pure layer 3 approach to scale-out networking
Intro to Project Calico: a pure layer 3 approach to scale-out networkingPacket
 
Multi tier-app-network-topology-neutron-final
Multi tier-app-network-topology-neutron-finalMulti tier-app-network-topology-neutron-final
Multi tier-app-network-topology-neutron-finalSadique Puthen
 
Reference design for v mware nsx
Reference design for v mware nsxReference design for v mware nsx
Reference design for v mware nsxsolarisyougood
 
OpenStack Neutron Tutorial
OpenStack Neutron TutorialOpenStack Neutron Tutorial
OpenStack Neutron Tutorialmestery
 
Virtualized network with openvswitch
Virtualized network with openvswitchVirtualized network with openvswitch
Virtualized network with openvswitchSim Janghoon
 
Overview of Distributed Virtual Router (DVR) in Openstack/Neutron
Overview of Distributed Virtual Router (DVR) in Openstack/NeutronOverview of Distributed Virtual Router (DVR) in Openstack/Neutron
Overview of Distributed Virtual Router (DVR) in Openstack/Neutronvivekkonnect
 
Metaswitch Project Calico
Metaswitch Project CalicoMetaswitch Project Calico
Metaswitch Project CalicoAndrew Kennedy
 
클라우드 환경을 위한 네트워크 가상화와 NSX(기초편)
클라우드 환경을 위한 네트워크 가상화와 NSX(기초편)클라우드 환경을 위한 네트워크 가상화와 NSX(기초편)
클라우드 환경을 위한 네트워크 가상화와 NSX(기초편)Laehyoung Kim
 
OpenStack Architecture
OpenStack ArchitectureOpenStack Architecture
OpenStack ArchitectureMirantis
 
EMC with Mirantis Openstack
EMC with Mirantis OpenstackEMC with Mirantis Openstack
EMC with Mirantis OpenstackEMC
 

En vedette (20)

OpenStack Neutron Dragonflow l3 SDNmeetup
OpenStack Neutron Dragonflow l3 SDNmeetupOpenStack Neutron Dragonflow l3 SDNmeetup
OpenStack Neutron Dragonflow l3 SDNmeetup
 
Open stack networking vlan, gre
Open stack networking   vlan, greOpen stack networking   vlan, gre
Open stack networking vlan, gre
 
Open stack neutron and opendaylight
Open stack neutron and opendaylightOpen stack neutron and opendaylight
Open stack neutron and opendaylight
 
Eliminating SAN Congestion Just Got Much Easier- webinar - Nov 2015
Eliminating SAN Congestion Just Got Much Easier-  webinar - Nov 2015 Eliminating SAN Congestion Just Got Much Easier-  webinar - Nov 2015
Eliminating SAN Congestion Just Got Much Easier- webinar - Nov 2015
 
The CMS openstack, opportunistic, overlay, online-cluster Cloud (CMSooooCloud)
The CMS openstack, opportunistic, overlay, online-cluster Cloud (CMSooooCloud)The CMS openstack, opportunistic, overlay, online-cluster Cloud (CMSooooCloud)
The CMS openstack, opportunistic, overlay, online-cluster Cloud (CMSooooCloud)
 
Fabric Networking
Fabric NetworkingFabric Networking
Fabric Networking
 
Tech Talk by Louis Fourie: SFC: technology, trend and implementation
Tech Talk by Louis Fourie: SFC: technology, trend and implementationTech Talk by Louis Fourie: SFC: technology, trend and implementation
Tech Talk by Louis Fourie: SFC: technology, trend and implementation
 
OpenStack summit austin 2016
OpenStack summit austin 2016OpenStack summit austin 2016
OpenStack summit austin 2016
 
Simple, Scalable and Secure Networking for Data Centers with Project Calico
Simple, Scalable and Secure Networking for Data Centers with Project CalicoSimple, Scalable and Secure Networking for Data Centers with Project Calico
Simple, Scalable and Secure Networking for Data Centers with Project Calico
 
Openstack on Fedora, Fedora on Openstack: An Introduction to cloud IaaS
Openstack on Fedora, Fedora on Openstack: An Introduction to cloud IaaSOpenstack on Fedora, Fedora on Openstack: An Introduction to cloud IaaS
Openstack on Fedora, Fedora on Openstack: An Introduction to cloud IaaS
 
Intro to Project Calico: a pure layer 3 approach to scale-out networking
Intro to Project Calico: a pure layer 3 approach to scale-out networkingIntro to Project Calico: a pure layer 3 approach to scale-out networking
Intro to Project Calico: a pure layer 3 approach to scale-out networking
 
Multi tier-app-network-topology-neutron-final
Multi tier-app-network-topology-neutron-finalMulti tier-app-network-topology-neutron-final
Multi tier-app-network-topology-neutron-final
 
Reference design for v mware nsx
Reference design for v mware nsxReference design for v mware nsx
Reference design for v mware nsx
 
OpenStack Neutron Tutorial
OpenStack Neutron TutorialOpenStack Neutron Tutorial
OpenStack Neutron Tutorial
 
Virtualized network with openvswitch
Virtualized network with openvswitchVirtualized network with openvswitch
Virtualized network with openvswitch
 
Overview of Distributed Virtual Router (DVR) in Openstack/Neutron
Overview of Distributed Virtual Router (DVR) in Openstack/NeutronOverview of Distributed Virtual Router (DVR) in Openstack/Neutron
Overview of Distributed Virtual Router (DVR) in Openstack/Neutron
 
Metaswitch Project Calico
Metaswitch Project CalicoMetaswitch Project Calico
Metaswitch Project Calico
 
클라우드 환경을 위한 네트워크 가상화와 NSX(기초편)
클라우드 환경을 위한 네트워크 가상화와 NSX(기초편)클라우드 환경을 위한 네트워크 가상화와 NSX(기초편)
클라우드 환경을 위한 네트워크 가상화와 NSX(기초편)
 
OpenStack Architecture
OpenStack ArchitectureOpenStack Architecture
OpenStack Architecture
 
EMC with Mirantis Openstack
EMC with Mirantis OpenstackEMC with Mirantis Openstack
EMC with Mirantis Openstack
 

Similaire à OpenStack and the Transformation of the Data Center - Lew Tucker

The Data Center Network Evolution
The Data Center Network EvolutionThe Data Center Network Evolution
The Data Center Network EvolutionCisco Canada
 
MidoNet Differentiation and Overview
MidoNet Differentiation and OverviewMidoNet Differentiation and Overview
MidoNet Differentiation and OverviewMidokura
 
Cisco SDN/NVF Innovations (SDN NVF Day ITB 2016)
Cisco SDN/NVF Innovations (SDN NVF Day ITB 2016)Cisco SDN/NVF Innovations (SDN NVF Day ITB 2016)
Cisco SDN/NVF Innovations (SDN NVF Day ITB 2016)SDNRG ITB
 
Microservices and containers networking: Contiv, an industry leading open sou...
Microservices and containers networking: Contiv, an industry leading open sou...Microservices and containers networking: Contiv, an industry leading open sou...
Microservices and containers networking: Contiv, an industry leading open sou...Codemotion
 
SDN 101: Software Defined Networking Course - Sameh Zaghloul/IBM - 2014
SDN 101: Software Defined Networking Course - Sameh Zaghloul/IBM - 2014SDN 101: Software Defined Networking Course - Sameh Zaghloul/IBM - 2014
SDN 101: Software Defined Networking Course - Sameh Zaghloul/IBM - 2014SAMeh Zaghloul
 
BRKDCT-2445 Agile OpenStack Networking with Cisco Solutions-Cisco Live! US 20...
BRKDCT-2445 Agile OpenStack Networking with Cisco Solutions-Cisco Live! US 20...BRKDCT-2445 Agile OpenStack Networking with Cisco Solutions-Cisco Live! US 20...
BRKDCT-2445 Agile OpenStack Networking with Cisco Solutions-Cisco Live! US 20...Rohit Agarwalla
 
09 (IDNOG02) Services SDN & NFV Delivering more with less by Mochammad Irzan
09 (IDNOG02) Services SDN & NFV Delivering more with less by Mochammad Irzan09 (IDNOG02) Services SDN & NFV Delivering more with less by Mochammad Irzan
09 (IDNOG02) Services SDN & NFV Delivering more with less by Mochammad IrzanIndonesia Network Operators Group
 
OVNC 2015-THE NEW IP - Open Networking Architecture with SDN & NFV
OVNC 2015-THE NEW IP - Open Networking Architecture with SDN & NFVOVNC 2015-THE NEW IP - Open Networking Architecture with SDN & NFV
OVNC 2015-THE NEW IP - Open Networking Architecture with SDN & NFVNAIM Networks, Inc.
 
PLNOG16: Automatyzacja kreaowania usług operatorskich w separacji od rodzaju ...
PLNOG16: Automatyzacja kreaowania usług operatorskich w separacji od rodzaju ...PLNOG16: Automatyzacja kreaowania usług operatorskich w separacji od rodzaju ...
PLNOG16: Automatyzacja kreaowania usług operatorskich w separacji od rodzaju ...PROIDEA
 
Netsft2017 day in_life_of_nfv
Netsft2017 day in_life_of_nfvNetsft2017 day in_life_of_nfv
Netsft2017 day in_life_of_nfvIntel
 
Anuta Networks at Networking Field Day 14
Anuta  Networks at Networking Field Day 14Anuta  Networks at Networking Field Day 14
Anuta Networks at Networking Field Day 14Kiran Sirupa
 
Network Function Virtualization (NFV) BoF
Network Function Virtualization (NFV) BoFNetwork Function Virtualization (NFV) BoF
Network Function Virtualization (NFV) BoFAPNIC
 
Enabling SDN for Service Providers by Khay Kid Chow
Enabling SDN for Service Providers by Khay Kid ChowEnabling SDN for Service Providers by Khay Kid Chow
Enabling SDN for Service Providers by Khay Kid ChowMyNOG
 
Innovation in SDN Tools and Platforms
Innovation in SDN Tools and PlatformsInnovation in SDN Tools and Platforms
Innovation in SDN Tools and PlatformsUmesh Krishnaswamy
 
Cisco at v mworld 2015 theater presentation brfarnha
Cisco at v mworld 2015 theater presentation brfarnhaCisco at v mworld 2015 theater presentation brfarnha
Cisco at v mworld 2015 theater presentation brfarnhaldangelo0772
 
SDN and Photonics for Dynamic Cloud Connectivity
SDN and Photonics for Dynamic Cloud Connectivity SDN and Photonics for Dynamic Cloud Connectivity
SDN and Photonics for Dynamic Cloud Connectivity ADVA
 
 Network Innovations Driving Business Transformation
 Network Innovations Driving Business Transformation Network Innovations Driving Business Transformation
 Network Innovations Driving Business TransformationCisco Service Provider
 
About Brain4Net, Inc. - July 2015
About Brain4Net, Inc. - July 2015About Brain4Net, Inc. - July 2015
About Brain4Net, Inc. - July 2015Brain4Net, Inc.
 
CloudStack DC Meetup - Apache CloudStack Overview and 4.1/4.2 Preview
CloudStack DC Meetup - Apache CloudStack Overview and 4.1/4.2 PreviewCloudStack DC Meetup - Apache CloudStack Overview and 4.1/4.2 Preview
CloudStack DC Meetup - Apache CloudStack Overview and 4.1/4.2 PreviewChip Childers
 

Similaire à OpenStack and the Transformation of the Data Center - Lew Tucker (20)

The Data Center Network Evolution
The Data Center Network EvolutionThe Data Center Network Evolution
The Data Center Network Evolution
 
MidoNet Differentiation and Overview
MidoNet Differentiation and OverviewMidoNet Differentiation and Overview
MidoNet Differentiation and Overview
 
Cisco SDN/NVF Innovations (SDN NVF Day ITB 2016)
Cisco SDN/NVF Innovations (SDN NVF Day ITB 2016)Cisco SDN/NVF Innovations (SDN NVF Day ITB 2016)
Cisco SDN/NVF Innovations (SDN NVF Day ITB 2016)
 
5 cisco open_stack
5 cisco open_stack5 cisco open_stack
5 cisco open_stack
 
Microservices and containers networking: Contiv, an industry leading open sou...
Microservices and containers networking: Contiv, an industry leading open sou...Microservices and containers networking: Contiv, an industry leading open sou...
Microservices and containers networking: Contiv, an industry leading open sou...
 
SDN 101: Software Defined Networking Course - Sameh Zaghloul/IBM - 2014
SDN 101: Software Defined Networking Course - Sameh Zaghloul/IBM - 2014SDN 101: Software Defined Networking Course - Sameh Zaghloul/IBM - 2014
SDN 101: Software Defined Networking Course - Sameh Zaghloul/IBM - 2014
 
BRKDCT-2445 Agile OpenStack Networking with Cisco Solutions-Cisco Live! US 20...
BRKDCT-2445 Agile OpenStack Networking with Cisco Solutions-Cisco Live! US 20...BRKDCT-2445 Agile OpenStack Networking with Cisco Solutions-Cisco Live! US 20...
BRKDCT-2445 Agile OpenStack Networking with Cisco Solutions-Cisco Live! US 20...
 
09 (IDNOG02) Services SDN & NFV Delivering more with less by Mochammad Irzan
09 (IDNOG02) Services SDN & NFV Delivering more with less by Mochammad Irzan09 (IDNOG02) Services SDN & NFV Delivering more with less by Mochammad Irzan
09 (IDNOG02) Services SDN & NFV Delivering more with less by Mochammad Irzan
 
OVNC 2015-THE NEW IP - Open Networking Architecture with SDN & NFV
OVNC 2015-THE NEW IP - Open Networking Architecture with SDN & NFVOVNC 2015-THE NEW IP - Open Networking Architecture with SDN & NFV
OVNC 2015-THE NEW IP - Open Networking Architecture with SDN & NFV
 
PLNOG16: Automatyzacja kreaowania usług operatorskich w separacji od rodzaju ...
PLNOG16: Automatyzacja kreaowania usług operatorskich w separacji od rodzaju ...PLNOG16: Automatyzacja kreaowania usług operatorskich w separacji od rodzaju ...
PLNOG16: Automatyzacja kreaowania usług operatorskich w separacji od rodzaju ...
 
Netsft2017 day in_life_of_nfv
Netsft2017 day in_life_of_nfvNetsft2017 day in_life_of_nfv
Netsft2017 day in_life_of_nfv
 
Anuta Networks at Networking Field Day 14
Anuta  Networks at Networking Field Day 14Anuta  Networks at Networking Field Day 14
Anuta Networks at Networking Field Day 14
 
Network Function Virtualization (NFV) BoF
Network Function Virtualization (NFV) BoFNetwork Function Virtualization (NFV) BoF
Network Function Virtualization (NFV) BoF
 
Enabling SDN for Service Providers by Khay Kid Chow
Enabling SDN for Service Providers by Khay Kid ChowEnabling SDN for Service Providers by Khay Kid Chow
Enabling SDN for Service Providers by Khay Kid Chow
 
Innovation in SDN Tools and Platforms
Innovation in SDN Tools and PlatformsInnovation in SDN Tools and Platforms
Innovation in SDN Tools and Platforms
 
Cisco at v mworld 2015 theater presentation brfarnha
Cisco at v mworld 2015 theater presentation brfarnhaCisco at v mworld 2015 theater presentation brfarnha
Cisco at v mworld 2015 theater presentation brfarnha
 
SDN and Photonics for Dynamic Cloud Connectivity
SDN and Photonics for Dynamic Cloud Connectivity SDN and Photonics for Dynamic Cloud Connectivity
SDN and Photonics for Dynamic Cloud Connectivity
 
 Network Innovations Driving Business Transformation
 Network Innovations Driving Business Transformation Network Innovations Driving Business Transformation
 Network Innovations Driving Business Transformation
 
About Brain4Net, Inc. - July 2015
About Brain4Net, Inc. - July 2015About Brain4Net, Inc. - July 2015
About Brain4Net, Inc. - July 2015
 
CloudStack DC Meetup - Apache CloudStack Overview and 4.1/4.2 Preview
CloudStack DC Meetup - Apache CloudStack Overview and 4.1/4.2 PreviewCloudStack DC Meetup - Apache CloudStack Overview and 4.1/4.2 Preview
CloudStack DC Meetup - Apache CloudStack Overview and 4.1/4.2 Preview
 

Plus de Lew Tucker

Istio Service Mesh
Istio Service MeshIstio Service Mesh
Istio Service MeshLew Tucker
 
Welcome to the Multi-cloud world
Welcome to the Multi-cloud worldWelcome to the Multi-cloud world
Welcome to the Multi-cloud worldLew Tucker
 
Open stack the road ahead
Open stack   the road aheadOpen stack   the road ahead
Open stack the road aheadLew Tucker
 
OpenStack and the Power of Community-Developed Software
OpenStack and the Power of Community-Developed SoftwareOpenStack and the Power of Community-Developed Software
OpenStack and the Power of Community-Developed SoftwareLew Tucker
 
OpenStack: Changing the Face of Service Delivery
OpenStack: Changing the Face of Service DeliveryOpenStack: Changing the Face of Service Delivery
OpenStack: Changing the Face of Service DeliveryLew Tucker
 
OpenStack in an Ever Expanding World of Possibilities - Vancouver 2015 Summit
OpenStack in an Ever Expanding World of Possibilities - Vancouver 2015 SummitOpenStack in an Ever Expanding World of Possibilities - Vancouver 2015 Summit
OpenStack in an Ever Expanding World of Possibilities - Vancouver 2015 SummitLew Tucker
 
World of many (OpenStack) clouds - the Making of the Intercloud
World of many (OpenStack) clouds - the Making of the IntercloudWorld of many (OpenStack) clouds - the Making of the Intercloud
World of many (OpenStack) clouds - the Making of the IntercloudLew Tucker
 
Cloud Computing and the Promise of Everything as a Service
Cloud Computing and the Promise of Everything as a ServiceCloud Computing and the Promise of Everything as a Service
Cloud Computing and the Promise of Everything as a ServiceLew Tucker
 
OpenStack and the Future of Application Centric Infrastructure
OpenStack and the Future of Application Centric InfrastructureOpenStack and the Future of Application Centric Infrastructure
OpenStack and the Future of Application Centric InfrastructureLew Tucker
 
OpenStack, SDN, and the Future of Software Defined Infrastructure
OpenStack, SDN, and the Future of Software Defined InfrastructureOpenStack, SDN, and the Future of Software Defined Infrastructure
OpenStack, SDN, and the Future of Software Defined InfrastructureLew Tucker
 
Cloud Computing, SDN, Big Data and Internet of Everything - Lew Tucker
Cloud Computing, SDN, Big Data and Internet of Everything - Lew TuckerCloud Computing, SDN, Big Data and Internet of Everything - Lew Tucker
Cloud Computing, SDN, Big Data and Internet of Everything - Lew TuckerLew Tucker
 
The Ever Changing Cloud, CloudExpo 2012
The Ever Changing Cloud, CloudExpo 2012The Ever Changing Cloud, CloudExpo 2012
The Ever Changing Cloud, CloudExpo 2012Lew Tucker
 
OpenStack Quantum Network Service
OpenStack Quantum Network ServiceOpenStack Quantum Network Service
OpenStack Quantum Network ServiceLew Tucker
 
Virtual data centers with OpenStack Quantum
Virtual data centers with OpenStack QuantumVirtual data centers with OpenStack Quantum
Virtual data centers with OpenStack QuantumLew Tucker
 
Cloud computing
Cloud computingCloud computing
Cloud computingLew Tucker
 
OpenStack: Time is Now - Lew Tucker
OpenStack: Time is Now - Lew TuckerOpenStack: Time is Now - Lew Tucker
OpenStack: Time is Now - Lew TuckerLew Tucker
 
Cloud Computing ...changes everything
Cloud Computing ...changes everythingCloud Computing ...changes everything
Cloud Computing ...changes everythingLew Tucker
 

Plus de Lew Tucker (17)

Istio Service Mesh
Istio Service MeshIstio Service Mesh
Istio Service Mesh
 
Welcome to the Multi-cloud world
Welcome to the Multi-cloud worldWelcome to the Multi-cloud world
Welcome to the Multi-cloud world
 
Open stack the road ahead
Open stack   the road aheadOpen stack   the road ahead
Open stack the road ahead
 
OpenStack and the Power of Community-Developed Software
OpenStack and the Power of Community-Developed SoftwareOpenStack and the Power of Community-Developed Software
OpenStack and the Power of Community-Developed Software
 
OpenStack: Changing the Face of Service Delivery
OpenStack: Changing the Face of Service DeliveryOpenStack: Changing the Face of Service Delivery
OpenStack: Changing the Face of Service Delivery
 
OpenStack in an Ever Expanding World of Possibilities - Vancouver 2015 Summit
OpenStack in an Ever Expanding World of Possibilities - Vancouver 2015 SummitOpenStack in an Ever Expanding World of Possibilities - Vancouver 2015 Summit
OpenStack in an Ever Expanding World of Possibilities - Vancouver 2015 Summit
 
World of many (OpenStack) clouds - the Making of the Intercloud
World of many (OpenStack) clouds - the Making of the IntercloudWorld of many (OpenStack) clouds - the Making of the Intercloud
World of many (OpenStack) clouds - the Making of the Intercloud
 
Cloud Computing and the Promise of Everything as a Service
Cloud Computing and the Promise of Everything as a ServiceCloud Computing and the Promise of Everything as a Service
Cloud Computing and the Promise of Everything as a Service
 
OpenStack and the Future of Application Centric Infrastructure
OpenStack and the Future of Application Centric InfrastructureOpenStack and the Future of Application Centric Infrastructure
OpenStack and the Future of Application Centric Infrastructure
 
OpenStack, SDN, and the Future of Software Defined Infrastructure
OpenStack, SDN, and the Future of Software Defined InfrastructureOpenStack, SDN, and the Future of Software Defined Infrastructure
OpenStack, SDN, and the Future of Software Defined Infrastructure
 
Cloud Computing, SDN, Big Data and Internet of Everything - Lew Tucker
Cloud Computing, SDN, Big Data and Internet of Everything - Lew TuckerCloud Computing, SDN, Big Data and Internet of Everything - Lew Tucker
Cloud Computing, SDN, Big Data and Internet of Everything - Lew Tucker
 
The Ever Changing Cloud, CloudExpo 2012
The Ever Changing Cloud, CloudExpo 2012The Ever Changing Cloud, CloudExpo 2012
The Ever Changing Cloud, CloudExpo 2012
 
OpenStack Quantum Network Service
OpenStack Quantum Network ServiceOpenStack Quantum Network Service
OpenStack Quantum Network Service
 
Virtual data centers with OpenStack Quantum
Virtual data centers with OpenStack QuantumVirtual data centers with OpenStack Quantum
Virtual data centers with OpenStack Quantum
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
OpenStack: Time is Now - Lew Tucker
OpenStack: Time is Now - Lew TuckerOpenStack: Time is Now - Lew Tucker
OpenStack: Time is Now - Lew Tucker
 
Cloud Computing ...changes everything
Cloud Computing ...changes everythingCloud Computing ...changes everything
Cloud Computing ...changes everything
 

Dernier

Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditSkynet Technologies
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Scott Andery
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...panagenda
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationKnoldus Inc.
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 

Dernier (20)

Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance Audit
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
 
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
Why device, WIFI, and ISP insights are crucial to supporting remote Microsoft...
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Data governance with Unity Catalog Presentation
Data governance with Unity Catalog PresentationData governance with Unity Catalog Presentation
Data governance with Unity Catalog Presentation
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 

OpenStack and the Transformation of the Data Center - Lew Tucker

  • 1. OpenStack and the Transformation of the Data Center Lew Tucker, VP/CTO Cloud Computing, Cisco @lewtucker OpenStack Summit – Atlanta, May 2014
  • 2. 2© 2014 Cisco and/or its affiliates. All rights reserved. Source: Cisco Visual Networking Index 2016 20202017 71% of apps will run on virtual machines 2/3 of all mobile traffic will be video 50 billion connected devices The Growth of the Internet Is Impacting All Aspects of IT More data created this year than in the past 5000 2012 Mobile Internet of Things New Breed of Apps Cloud
  • 3. 3© 2014 Cisco and/or its affiliates. All rights reserved. IT World Becoming Increasingly Complex Systems of to Systems of - Geoffrey Moore http://www.slideshare.net/rstrad1/moore-digitalimpact Devices Collaboration Software & Apps Network IT Infrastructure & Platform Services
  • 4. 4© 2014 Cisco and/or its affiliates. All rights reserved. Internet of Things to Internet of Everything Smart Grid Smart Buildings Smart Factories SF City Parking Spaces (open source data) Connecting, sensing, measuring, and controlling in real time improves reliability, cost, and alignment of supply and demand
  • 5. 5© 2014 Cisco and/or its affiliates. All rights reserved. New Technologies Driving a Virtuous Cycle of Innovation CLOUD BIG DATA INTERNET OF THINGS SDN Volume Velocity Variety
  • 6. 6© 2014 Cisco and/or its affiliates. All rights reserved. Design It Code It Where Can We Put It? Procure It Install It Configure It Secure It Push It The Promise of Cloud Computing From 8 Weeks to 15 Minutes Continuous Deployment … with Elastic Scaling
  • 7. 7© 2014 Cisco and/or its affiliates. All rights reserved. 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% 06 07 08 09 10 11 12 13 Datacenter Spending (%) Over Time Server Spending Standalone Servers - Mgnt & Admin Virtual Servers - Mgnt & Admin Power & Cooling Expense Source: IDC, 2011 “New Economic Model for the Datacenter” • Operating expenses represent over 80% of data center spending • OpEx increase driven by server virtualization • New models are needed Management (OpEx) Expenses Growing
  • 8. 8© 2014 Cisco and/or its affiliates. All rights reserved. Source: Heavy Reading - Where Networks Meet IT IT Administrators Face a Tidal Wave of Innovations Network Functions Virtualization (NVF) OpenStack Programmability OpenFlow Virtualization SDN Abstraction Orchestration APIs Cloudification Data Centers Network OS X86 Hypervisor Automation
  • 9. And the Data Centers keep Growing
  • 10. 10© 2014 Cisco and/or its affiliates. All rights reserved. OpenStack Heralds the Creation of a New Layer in Software Stack That Spans the Entire Data Centers Unified Compute, Storage, Networking Infrastructure - Physical + Virtual OpenStack Network Service OpenStack Compute Service OpenStack Storage Service User App-1 User App-2 User App-3 PaaS Service User App-3
  • 11. 11© 2014 Cisco and/or its affiliates. All rights reserved. Salt Puppet Chef Ansible Git GerritJenkins CI/CD Software and Automation – Driving Speed and Agility
  • 12. 12© 2014 Cisco and/or its affiliates. All rights reserved. Software-Defined Networking – Overlay Networking Leaf Spine Servers VPNs/Public Internet Edge Routers Scale Out Core. . . . Virtual Access Layer vSwitch V M V M V M vSwitch V M V M V M
  • 13. 13© 2014 Cisco and/or its affiliates. All rights reserved. OpenStack Platform: Services and APIs Nova Compute Heat Orchestration Glance Image Storage Swift Storage Neutron Networking Keystone Security OpenStack Design Principle Built as a set of loosely coupled, related projects developing advanced cloud services • Each service driven by community projects with contributions from many companies • Easier for innovation through addition of new services • Small number of core services • Larger number of associated services
  • 14. Meanwhile, a Revolution Was Happening in Networking… OpenFlow • Protocol which would allow software running on servers to direct the flow of packets in a network • Separation of control and data planes Server Virtualization • Created need for virtual switches on each server • Vmware, Cisco Nexus 1000v, Open vSwitch Virtualized Network Services • Firewall, load- balancing, VPN • Network service orchestration Network Controller • Lots of activity around creating new SDN controllers • Open source projects: Open Daylight
  • 15. 15© 2014 Cisco and/or its affiliates. All rights reserved. Network Functions Virtualization (NFV) Provides Dynamically Scalable Services AT&T, BT, Orange, Telecom Italia, Telefonica, Telstra, V erizon…
  • 16. 16© 2014 Cisco and/or its affiliates. All rights reserved. OpenStack Networking Evolved Nova Networking • Simple, flat networking • Contained within Nova service • Difficult to accommodate rapid changes happening in networking Neutron Networking • Treat networking as a separate service • Designed to hide specific vendor/technology implementation choices from the developer’s APIs and abstractions • Being extended to include network services and heterogeneous environments
  • 17. 17© 2014 Cisco and/or its affiliates. All rights reserved. OpenStack Neutron Networking Service Network Service (Neutron) API Network Service Network abstraction definition and management No actual implementation of abstraction Plugin API API Extensions Vendor Plug-Ins Linux Bridge, Open vSwitch, Cisco, Big Switch, Brocade, Cloudbase, Mellanoz, Midonet, NEX, PLUMgrid, Ryu, Vmware NSX …. Vendor/User Plug-In Implementation of abstractions Virtual or physical Extended APIs
  • 18. OpenStack Neutron ML2 Architecture Neutron Server DHCP Agent L3 Agent Message Queue REST API Neutron Core plugins ML2 Cisco (Nexus,N1Kv) OVS Morevendor plugins Type Drivers Mechanism Drivers VLAN GRE VXLAN CiscoNexus OVS OpenDayLight APIC Neutron Service plugins LoadBalancer Firewall VPN HAProxy IPTables OpenSwan • Core + Extension REST APIs • Message queue for communicating with neutron agents • Core and service plugins • Different vendor core plugins • Different network technology support • ML2 plugin with type and mechanism drivers • Service plugins with backend drivers IPTables on Network Node Core API Network Port Subnet Resource and Attribute Extension API ProviderNetwork PortBinding Router Quotas SecurityGroups AgentScheduler LBaaS FWaaS VPNaaS …. L2 Agent OVS on Compute Node Southbound Interfaces L3ServicesFutures Morevendor drivers
  • 19. OpenStack Neutron ML2 Architecture Neutron Server REST API Neutron Core pluginsML2 Cisco (Nexus,N1Kv) OVS Morevendor plugins Type Drivers Mechanism Drivers VLAN GRE VXLAN CiscoNexus OVS OpenDayLight APIC Neutron Service plugins LoadBalancer Firewall VPN HAProxy IPTables OpenSwan • Core + Extension REST APIs • Message queue for communicating with neutron agents • Core and service plugins • Different vendor core plugins • Different network technology support • ML2 plugin with type and mechanism drivers • Service plugins with backend drivers Core API Network Port Subnet Resource and Attribute Extension API ProviderNetwork PortBinding Router Quotas SecurityGroups AgentScheduler LBaaS FWaaS VPNaaS …. Southbound Interfaces L3ServicesFutures Morevendor drivers
  • 20. 20© 2014 Cisco and/or its affiliates. All rights reserved. Neutron Networking for Tenant Isolation Networks Tenant Networks Admin Provider Networks VLAN VXLAN GRE vSwitch ToR/Fabric vSwitch, ToR vSwitch Network Type Network Segmentation Scheme for Tenant Isolation Device Implementing Network Segmentation Scheme Direct Device Configuration Device Configuration through Controller Neutron Plugin/Driver
  • 21. 21© 2014 Cisco and/or its affiliates. All rights reserved. Neutron Networking for Layer 3 Services Networks Tenant Networks Admin Provider Networks Linux Host Service VM’s Provisioned Externally Network Type Device implementing Advanced Service Direct Device Configuration Device Configuration through Controller Neutron Plugin/Driver vSwitch, To R Routers Neutron Resource
  • 22. 22© 2014 Cisco and/or its affiliates. All rights reserved. Neutron Cisco CSR1000v for Neutron VPN Service VPN VMs on Compute Nodes CSR1Kv VM Neutron Server Neutron Service Plugin (VPN) Cisco VPN Service Driver VPN Agent Cisco VPN Device Driver REST API Benefits • CSR1Kv secure VPN qualified solution • Unlock rich CSR1Kv features into OpenStack Router 10.1.0.4 10.1.0.1 172.24.4.11 VM 10.2.0.4 VM Router Network Network 10.2.0.1 172.24.4.21 CSR1Kv 172.24.4.23 10.2.0.6 Site to Site IPsec Tunnel CSR1Kv 172.24.4.13 Private networkPrivate network Public NetworkPublic Network Site1 Site2
  • 23. 23© 2014 Cisco and/or its affiliates. All rights reserved. Server Virtualization Virtual Switches Storage Virtualization Network Virtualization Network Function Virtualization VMs and Containers Network Controllers Object Storage Services Block Storage Services OpenStack Platform for the New Data Center OpenStack Cloud Platform Services ApplicationsUser Apps System Apps OrchestrationProvisioning Metering MonitoringIdentity
  • 24. 24© 2014 Cisco and/or its affiliates. All rights reserved.  System administration apps and services orchestrating the infrastructure – YES  User-facing applications?  Is there an easier way to realize developer’s intent without becoming a network administrator? Do Applications Really Want to Program the Network?
  • 25. 25© 2014 Cisco and/or its affiliates. All rights reserved. Typical 3-Tier Application Design Pattern Web Tier Web Server VM Web Server VM Web Server VM Public Internet App Server VM App Server VM MemCache VM App-Server Tier Database VM Database VM Database Tier Want to connect web servers to public Internet, while blocking outside access to application and database servers Load Balance Across Web Servers Protect VMs with Security Group RulesCreate Networks, Routers
  • 26. 26© 2014 Cisco and/or its affiliates. All rights reserved. Developer’s Intent: Control Access, Direct Traffic Web Tier Web Svr VM Web Svr VM Web Svr VM Public Internet App Svr VM App Svr VM MemCache VM App Server Tier DataBase VM DataBase VM Database Tier Policy PolicyPolicy Performance Security Scalability Availability Performance Security Scalability Availability Performance Security Scalability Availability Consistency, Repeatability
  • 27. 27© 2014 Cisco and/or its affiliates. All rights reserved. Group-based Policy Abstractions Developed by the Community https://blueprints.launchpad.net/neutron/+spec/group-based-policy-abstraction Blueprint Contributors: • Nuage, Juniper, IBM, Big Switch, One Convergence, Red Hat, Mirantis, Midokura, Cisco
  • 28. 28 EXTENDING OPENSTACK NEUTRON API’S NEUTRON ROUTER SECURITY GROUP NEUTRON NETWORK Neutron API Group Policy API NEUTRON NETWORK Port Port Tenant Tenant Use Existing Neutron APIs with APIC and Cisco ACI Contract GROUP SERVICE CHAIN GROUP Group Policy introduces a new API that maps to the ACI policy model
  • 29. 29 SEPARATING TENANT POLICIES FROM OPERATIONS 2 ACI Admin (Manages Network Operations and Infrastructure) L/B EPG APP EPG DBF/W L/B EPG WEB Application Network Profile Create Application Policy 3 5 ACI Fabric Push Policy APIC OpenStack Tenant (Manages Tenant and Application State only) Instantiate VMs Web WebWebWeb AppApp4 Create Application Network Profile 1 DB DB HYPERVISOR HYPERVISOR HYPERVISOR NOVANEUTRON Automatically Push Network Profiles to AFC L/B EPG APP EPG DBF/W L/B EPG WEB Application Network Profile Application Policy Infrastructure Controller
  • 30. 30 OPENSTACK + CISCO’S APPLICATION POLICY CONTROLLER NEUTRON ROUTER SECURITY GROUP Web WebWebWeb AppApp DB DB HYPERVISOR HYPERVISOR HYPERVISOR NEUTRON NETWORK APIC Web WebWebWeb AppApp DB DB HYPERVISOR HYPERVISOR HYPERVISOR Contract Contract Contract DBAPPWEB ADC F/W ADC APIC APIC Plugin APIC Plugin OVS Plugin Neutron Networking APIC Plugin Group Policy Plugin OVS Plugin Neutron Networking APIC PLUGIN GROUP POLICY PLUGIN
  • 31. 31 https://blueprints.launchpad.net/neutron/+spec/group-based-policy-abstraction Thursday, May 15: 1:30 – 2:10 B309 IBM, Cisco, Midokura Wednesday, May 14: 3:30-4:10 B309 KEY SESSIONS: NEUTRON NETWORKING IN AN APPLICATION-CENTRIC WORLD
  • 32. 32© 2014 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 32 Closing Thoughts
  • 33. 33© 2014 Cisco and/or its affiliates. All rights reserved. The Landscape has changed  We’ve moved from mainframes with dumb terminals to cloud-based apps, smart phones, and devices  Cloud-native apps at scale span multiple availability zones and geographies  Any app, anywhere, any device The Vanishing Data Center and the InterCloud
  • 34. 34© 2014 Cisco and/or its affiliates. All rights reserved. Multi-tenancy, dynamic provisioning, and elasticity is the new normal  Applications are continuously deployed and released  DevOps turns infrastructure into code The Vanishing Data Center and the InterCloud
  • 35. 35© 2014 Cisco and/or its affiliates. All rights reserved. Data centers are becoming nodes in a larger, global graph  Computing and distributed storage is moving to the edge  How will this change the concepts of traditional networks?  What is meant by a cloud when they themselves become part of an Intercloud? The Vanishing Data Center and the InterCloud