Hálózati szolgáltatások OpenStack környezetben

Size: px
Start display at page:

Download "Hálózati szolgáltatások OpenStack környezetben"

Transcription

1 Hálózati szolgáltatások OpenStack környezetben Szabó Gábor Mérnök-tanácsadó, Cisco Magyarország Kft február

2 Agenda OpenStack Introduction Networking in OpenStack OpenStack Neutron Under The Hood Cisco Innovations Improving OpenStack Networking Experience Cisco Confidential 2

3 Cloud Requirements Self Service Consumption Model Frees up IT from mundane setup tasks and allows end users to get what they want, when they want it Rapid Provisioning Commissioning or decommissioning of resources within minutes instead of weeks Elastic Resource Allocation Rapid scalability of virtual and physical Automated deployment Pay-As-You-Use $ Consume metering, accounting, charge-back Cisco Confidential 3

4 Cloud Service Provider - Delivery Models Collocation Services Resources owned and Managed by customers. in SP Data Center Dedicated Cloud Resources dedicated to customers. Self managed or SP managed Virtual Private Cloud VPC delivered from shared Multitenant environment Self managed or SP managed Public Cloud Shared resources from Multi-tenant environment. SP managed SP Clouds IP WAN / Internet Hybrid Cloud Managed Cloud Customer Private Cloud Resources dedicated SP managed Cisco Confidential 4

5 Major Cloud Service Types Private Cloud Infrastructure as a Service (IAAS) Platform as a Service (PAAS) Software as a Service (SAAS) Applications Applications Applications Applications Runtimes Runtimes Runtimes Runtimes Databases Databases Databases Databases Security Security Security Security Servers Servers Servers Servers Virtualization Virtualization Virtualization Virtualization Networking Networking Networking Networking Storage Storage Storage Storage Managed by You Managed by Provider Cisco Confidential 5

6 M2M Interface Public / Hybrid Cloud Reference Architecture End User Human Interface Public Cloud Admin Enterprise Cloud Portal Enterprise Cloud Orchestration Engine Cloud API Hybrid Cloud Use Case Cloud API Public Cloud Portal Public Cloud Orchestration Engine Enterprise Cloud WAN Public Cloud Cisco Confidential 6

7 Cloud APIs: REST The REST interface use only the standard components of HTTP request messages to represent the API action that is being performed: HTTP method: describes the action the request will perform Universal Resource Identifier (URI): path and query elements that indicate the resource on which the action will be performed Request Headers: pieces of metadata that provide more information about the request itself or the requester Request Body: the data on which the service will perform an action Data format: XML or JSON Cisco Confidential 7

8 REST API example - XML (Verizon Terremark) Create POST virtualmachines/computepools/{computepoolid}/action/ createblankvirtualmachine <CreateBlankVirtualMachine name=""> <ProcessorCount></ProcessorCount> <Memory> <Unit></Unit> <Value></Value> </Memory> <Layout> <Row href="" name="" /> <Group href="" name="" /> <NewRow></NewRow> <NewGroup></NewGroup> </Layout> <Description></Description> <Tags> <Tag></Tag> </Tags> <OperatingSystem href="" name="" /> <Disks> <Disk> <Index></Index> <Size> <Unit></Unit> <Value></Value> </Size> <Name></Name> </Disk> </Disks> <NetworkAdapterSettings> <NetworkAdapter> <Network href="" name="" /> <IpAddress></IpAddress> <IpAddressV6></IpAddressV6> </NetworkAdapter> </NetworkAdapterSettings> <DetachedDisks> <DetachedDisk href="" name="" /> </DetachedDisks> </CreateBlankVirtualMachine> Cisco Confidential 8

9 REST API example JSON (Rackspace) Create POST { "server": { "name": "my_server_with_network", "imageref": "d42f821e-c2d f07-af5ed7912d0e", "flavorref": "2", "max_count": 1, "min_count": 1, "networks": [ {"uuid": "538a112a-34d1-47ff-bf1e-c40639e886e2"}, {"uuid": " "}, {"uuid": " "} ] } } Cisco Confidential 9

10 What is OpenStack? OpenStack is an Infrastructure As A Service (IaaS) cloud compu?ng project provides a means to control (administer) compute, storage, network and virtualiza?on technologies Cisco Confidential 10

11 Why OpenStack? Avoids vendor lock-in Open source with more than 180 vendors contributing Rapid build-out of Public or Private clouds Easily customizable by Internal Software teams Ready for mission-critical private clouds 8 th major release Market Traction Comcast CERN Bloomberg Intel NASA Best Buy PayPal HubSpot Others High Cisco Contribution Cisco Cloud CTO is Vice-chair of board Support for Cisco s entire Cloud portfolio Cisco Accelerating Innovation (Neutron) Lew Tucker Cisco Confidential 11

12 OpenStack: A Brief History NASA Launches Nebula One of the first cloud computing platforms built by the Federal Government for the Federal Government March 2010: Rackspace Open Sources Cloud Files software, aka Swift May 2010: NASA open sources compute software, aka Nova June 2010: OpenStack is formed July 2010: The inaugural Design Summit nebula.nasa.gov Cisco Confidential 12

13 OpenStack Timeline and Releases 2010 Mar May June July Rackspace Open Sources Swift NASA Open Sources Nebula OpenStack Formed Inaugural Design Summit in Austin Oct Feb Apr Sep Apr Sep Apr Oct Austin Bexar Cactus Diablo Essex Folsom Grizzly Havana Icehouse Cisco Confidential 13

14 OpenStack Software Modules ( Projects ) Orchestration ( Heat ) Dashboard ( Horizon ) Compute ( Nova ) Block Storage ( Cinder ) Object Storage ( Swift ) Network ( Neutron ) Image ( Glance ) Identity ( Keystone ) Metering ( Telemetry ) (former name: Celiometer ) Cisco Confidential 14

15 Networking in OpenStack Cisco Confidential 15

16 OpenStack Network Service (Neutron) Provides network connectivity as a service between devices managed by other OpenStack services Provides abstractions and functionality needed for cloud networking Why Neutron? First-gen networking under Nova is limited Provide tenants an API to build rich networking topologies Foster innovation through plug-ins Former name was Quantum Neutron Cisco Confidential 16

17 Basic Neutron API Abstractions Nova TenantA TenantB TenantA TenantC virtual server Neutron L2 Virtual Network Virtual Subnet ( /24) virtual port L2 virtual network virtual subnet Network: isolated L2 segment, transporting Ethernet frames Subnet: block of IPv4 or IPv6 addresses Port: connection point for attaching a device to a virtual network Cisco Confidential 17

18 OpenStack Logical Network Topologies TenantA TenantB TenantA TenantC TenantA TenantB TenantA TenantC TenantD Shared Net /22 Shared Net /24 Shared Net /24 Shared Net / Physical Router Physical Router Single Flat Network Multiple Flat Networks Cisco Confidential 18

19 OpenStack Logical Network Topologies TenantA Private Net /24 TenantC Private Net /24 TenantA TenantA TenantC TenantC TenantA TenantA TenantB TenantC TenantC TenantA Private Net / TenantC Private Net /24 Shared Net /22 Provider Router (virtual) External Net / Physical Router Mixed Flat and Private Network Physical Router Provider and Tenant Networks Cisco Confidential 19

20 OpenStack Logical Network Topologies TenantA TenantA TenantC TenantC TenantC TenantC TenantA Private Net /24 TenantC Private Net /24 TenantC Private Net / TenantA Router (virtual) TenantC Router (virtual) External Net / Physical Router Tenant Routers and Private Networks Cisco Confidential 20

21 Neutron API Extensions Neutron Base API v2.0 Networks Create, Delete, Update List, Show Subnets Ports Create, Delete, Update List, Show Create, Delete, Update List, Show Neutron API Extensions Routers Create, Delete, Update, List, Show Add / Remove Interface FloatingIP Create, Delete, Update, List, Show QoS, ACLs, LBaaS Security Filter Policies Netflow Port Profiles/Statistics Cisco Confidential 21

22 Example Neutron API Calls Method URI Description GET v2.0/networks Lists networks to which the specified tenant has access. POST v2.0/networks Creates a network. GET v2.0/networks/{network_id} Shows information for a specified network. PUT v2.0/networks/{network_id} Updates a specified network. DELETE v2.0/networks/{network_id} Deletes a specified network and its associated resources. GET v2.0/subnets Lists subnets to which the specified tenant has access. POST v2.0/subnets Creates a subnet on a specified network. GET v2.0/subnets/{subnet_id} Shows information for a specified subnet. PUT v2.0/subnets/{subnet_id} Updates a specified subnet. DELETE v2.0/subnets/{subnet_id} Deletes a specified subnet. Cisco Confidential 22

23 Hosts and Neutron Services Management Network:through which s connect to iscsi storage, admins ssh into hosts, etc. Network node(s) functions as L3 router for gateway and adjacent VLAN traffic (via IP tables configured by L3 Agent) Data Network: through which traffic is switched between external-network-connected hosts and compute hosts Private Tenant Network Traffic Local L2 traffic bridged/switched on host Flat Networking Traffic VLAN Traffic across Nodes GRE or VXLAN tunnels across Nodes dhcp-agent dhcp-agent dhcp-agent *-plugin-agent *-plugin-agent *-plugin-agent l3-agent l3-agent L2B/OVS Network Node Network Node Network Node Data Network External Network Management Network nova-compute nova-compute nova-compute *-plugin-agent nova-compute *-plugin-agent *-plugin-agent *-plugin-agent L2B/OVS Compute Node Compute Node Compute Node Compute Node API Network nova-api nova-scheduler neutron-server keystone mysql, rabbit... Cloud Controller Node External Network: through which your users s communicate with the rest of the network/internet North/South Traffic uses Network Nodes as Gateway to Public/External Networks Multiple Network Nodes for high throughput Internet API Network: through which your users access the OpenStack dashboard (Horizon) and the Cloud API (REST) API Network is typically routable to enable public access Cisco Confidential 23

24 Network Types in OpenStack Different technologies for implementing L2 segment Local: internal in the same host ( all-in-one ) Flat: untagged native Ethernet VLAN: 802.1q tagged native Ethernet GRE: Ethernet over GRE tunnel VXLAN: Virtual Extensible LAN (Ethernet over UDP) tunnel Provider network: created by Openstack Admin Maps to physical networks Applicable types: Flat, VLAN Tenant network: Created by tenants, isolated between tenants Applicable types: VLAN, GRE, VXLAN Cisco Confidential 24

25 Neutron Plugin Concept Grizzly: monolithic plugin Havana: ML2 modular plugin Neutron Server Plugin API Vendor/User Plugin Neutron Server ML2 Plugin Type Manager API Extension Mechanism Manager Optional sub-plugin (Open vswitch) GRE TypeDriver VLAN TypeDriver VxLAN TypeDriver Open vswitch Linuxbridge Hyper-V Cisco Nexus Other Vendor Cisco Confidential 25

26 OpenStack Neutron Under The Hood Cisco Confidential 26

27 Tenant Networks - VLAN Compute nodes Network Node br- br- br Data Network 802.1Q (physical) br- Qrouter br-ex Segment ID: internal or external VLAN Data Network: 802.1Q VLAN range br-: VLAN translation eth1 External Network Cisco Confidential 27

28 Tenant Networks GRE, VxLAN Compute nodes Network Node br-tun br-tun br-tun Data Network (physical) br-tun Qrouter Full-mesh GRE/VxLAN tunnels Segment ID: GRE/VxLAN Tunnel ID Data Network: untagged or a VLAN br-ex eth1 External Network Management Network can be used as well Cisco Confidential 28

29 Tenant/Network Layout Host View - VLAN compute-node-01 network-node Tenant networks: internal VLANs Qrouter int-br- int-br- int-br-ex VLAN translation br- phy-br- Tenant networks: external VLANs br- phy-br- br-ex eth1 phy-br-ex VLAN range allocated to Tenant networks Data Network Public: x/24 Cisco Confidential 29

30 Tenant/Network Layout Host View GRE/VxLAN compute-node-01 network-node Tenant networks: internal VLANs Qrouter Internal VLAN Tunnel ID mapping br-tun patch-tun patch-int Tenant networks: Tunnel ID br-tun patch-tun patch-int br-ex eth1 int-br-ex phy-br-ex Public: x/24 Management Network: x Cisco Confidential 30

31 Open vswitch Bridge/Quantum Router view qr-xx & tapxx compute-node-01 network-node Qrouter qr-xx-ab qr-xx-06 ovs-vsctl list-ports int-br-ex patch-tun qr-024a qr-10f02a4b-ab qr-b37e qr-ef7c1e0c-79 tap e-68 tap271689cd-23 tap3fe91abf-c8 tap60a tap6d3911a5-44 patch-tun patch-int br-tun Tap interface for each network used for DHCP service Management Network: x patch-tun patch-int br-tun int-br-ex phy-br-ex br-ex eth1 Public: x/24 Cisco Confidential 31

32 OpenvSwitch Bridge/Quantum Router br-ex & br-tun view compute-node-01 network-node Qrouter patch-tun patch-tun int-br-ex patch-int network-node:~# ovs-vsctl list-ports br-ex eth1 br-tun phy-br-ex qg-8a8db076-b3 network-node:~# ovs-vsctl list-ports br-tun gre-1 br-tun patch-int gre-3 br-ex eth1 phy-br-ex qg-xx-b3 gre-1 gre-3 patch-int Management Network: x Public: x/24 Cisco Confidential 32

33 Open vswitch Bridge/Quantum Router compute-node-01 view compute-node-01 network-node Qrouter patch-tun patch-tun int-br-ex br-tun patch-int br-tun patch-int br-ex phy-br-ex ovs-vsctl list-ports patch-tun qvo180f8458-7b qvo3e60deda-cc Management Network: x qvo da eth1 Public: x/24 Cisco Confidential 33

34 Open vswitch Bridge/Quantum Router Linux Bridge View compute-node-01 vnetx qbr-xx qvb-xx qvo-xx vnet 7b 7b 7b Need for Linux Bridge: Iptables support on TAP if Patch interfaces: virtual patch cables patch-tun patch-int br-tun brctl show bridge name bridge id STP enabled interfaces e15d719a548 no int-br-ex qvo180f8458-7b qvo3e60deda-cc qvo da br-tun 0000.febc48d02540 no qbr180f8458-7b a425eeda354 no qvb180f8458-7b vnet0 qbr3e60deda-cc a70b498c8ce no qvb3e60deda-cc vnet2 qbr da e21bdf7dd5b no qvb da vnet1 Cisco Confidential 34

35 OpenvSwitch Bridge/Quantum Router br-tun Detailed View compute-node-01 patch-tun patch-int br-tun gre-2 gre-3 ovs-vsctl show ac44a899-5f10-4ff9-8dad-902fa7c10e5e... Bridge br-tun Port "gre-2" Interface "gre-2" type: gre options: {in_key=flow, out_key=flow, remote_ip=" "} Port patch-int Interface patch-int type: patch options: {peer=patch-tun} Port "gre-3" Interface "gre-3" type: gre options: {in_key=flow, out_key=flow, remote_ip=" "} Port br-tun Interface br-tun type: internal network-node compute-node-02 Cisco Confidential 35

36 Basic Traffic Flow High-Level Walk-Thru compute-node-01 network-node IP Tables/Floating IP NAT Qrouter High-Level Walk-Thru DHCP DHCP tap patch-tun patch-tun int-br-ex br-tun patch-int br-tun patch-int br-ex phy-br-ex eth1 GRE tunnel Management Network: x Public: x/24 Cisco Confidential 36

37 Cisco Innovations Improving OpenStack Networking Experience Cisco Confidential 37

38 Nexus Routing with VLAN Networking Management Network Network node(s) functions as L3 router for gateway and adjacent VLAN traffic (via IP tables configured by L3 Agent) Data Network: through which traffic is switched between external-networkconnected hosts and compute hosts Private Tenant Network Traffic Local L2 traffic bridged/ switched on host Flat Networking Traffic VLAN Traffic across Nodes GRE or VXLAN tunnels across Nodes dhcp-agent dhcp-agent dhcp-agent *-plugin-agent *-plugin-agent *-plugin-agent l3-agent l3-agent L2B/OVS Network Node Network Node Network Node Data Network External Network nova-compute nova-compute nova-compute *-plugin-agent nova-compute *-plugin-agent *-plugin-agent *-plugin-agent L2B/OVS Compute Node Compute Node Compute Node Compute Node API Network nova-api nova-scheduler neutron-server keystone mysql, rabbit... Nexus PIugin Cloud Controller Node SVI configured on Nexus for L3 forwarding and external Gateway Internet Cisco Confidential 38

39 Cisco Nexus Plugins for Neutron - Benefits Automated VLAN Provisioning Configure VLANs on the Nexus switch Layer 3 Gateway Map Nexus Switch Virtual Interface (SVI) to tenant VLAN Scalability with Top of Rack (ToR) Nexus as default Layer 3 Gateway Eliminates configuration and bottleneck of host-based software L3 forwarding Agent Multi-Homed Host Deployments Virtual Port Channel (vpc) for High Availability (HA) and link optimization to multiple Nexus switches Hardware and Software-based Networking Performance benefits of hardware-based ToR switch (Nexus 3000, 5000, 6000, 7000) Flexibility of software-defined Networking with Nexus 1000V Cisco Confidential 39

40 Cisco Nexus Plugins for Neutron Physical Switch Provisioning NETCONF over SSH (XML-based config snippets) CMD_PORT_TRUNK = """ <interface> <%s> <interface>%s</interface> < XML MODE_if-ethernet-switch> <switchport></switchport> <switchport> <mode> <trunk> </trunk> </mode> </switchport> </ XML MODE_if-ethernet-switch> </%s> </interface> """ CMD_VLAN_SVI_SNIPPET = """ <interface> <vlan> <vlan>%s</vlan> < XML MODE_vlan> <no> <shutdown/> </no> <ip> <address> <address>%s</address> </address> </ip> </ XML MODE_vlan> </vlan> </interface> """ CMD_NO_VLAN_INT_SNIPPET = """ <interface> <%s> <interface>%s</interface> < XML MODE_if-ethernet-switch> <switchport></switchport> <switchport> <trunk> <allowed> <vlan> <remove> <vlan>%s</vlan> </remove> </vlan> </allowed> </trunk> </switchport> </ XML MODE_if-ethernet-switch> </%s> </interface> """ Cisco Confidential 40

41 Configuring Cisco Nexus Plugin (1/3) Openvswitch VLAN Mode - Basic Plugin Configuration Edit /etc/neutron.conf ->"core_plugin" core_plugin = neutron.plugins.cisco.network_plugin.pluginv2 Edit /etc/neutron/plugins/cisco/cisco_plugins.ini -> [cisco_plugins] vswitch_plugin=neutron.plugins.openvswitch.ovs_neutron_plugin.ovsneutronpluginv2 Edit /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini [ovs] bridge_mappings = physnet1:br-eth1 network_vlan_ranges = physnet1:1000:1100 tenant_network_type = vlan Cisco Confidential 41

42 Configuring Cisco Nexus Plugin (2/3) Openvswitch VLAN Mode Nexus Configuration Edit /etc/neutron/plugins/cisco/cisco_plugins.ini [NEXUS_SWITCH: ] IP address of Nexus # Hostname and port used of the node compute-1=1/1 Nexus interface where # Hostname and port used of the node compute-2=1/2 compute node is connected # Port number where the SSH will be running at the Nexus Switch, e.g.: 22 (Default) ssh_port=22 # Provide the Nexus credentials, if you are using Nexus switches. If not this will be ignored. username=admin password=mysecretpasswordfornexus Cisco Confidential 42

43 Configuring Cisco Nexus Plugin (3/3) Openvswitch VLAN Mode Nexus vpc Configuration Edit /etc/neutron/plugins/cisco/cisco_plugins.ini (partial config) [NEXUS_SWITCH: ] # Hostname and port used of the node compute-1=portchannel:2 # Hostname and port used of the node compute-2=portchannel:3 [NEXUS_SWITCH: ] # Hostname and port used of the node compute-1=portchannel:2 # Hostname and port used of the node compute-2=portchannel:3 Same IP address compute of Nexus nodes, same port-channels Nexus vpc must be preconfigured Compute node external interface bonding must be preconfigured Cisco Confidential 43

44 Roadmap: OpenStack with Nexus 1000V Foundation of DC Virtual Services Architecture Management Network Replacing Open vswitch vpath Service Insertion/ Chaining VXLAN Overlay Networking CSR, VPN, Firewall, etc. nova-compute nova-compute dhcp-agent *-plugin-agent *-plugin-agent l3-agent Compute VSM/N1000V Node Compute Node Network Node nova-compute nova-compute nova-compute *-plugin-agent nova-compute *-plugin-agent *-plugin-agent *-plugin-agent Compute Compute N1000V Node Node Compute Node Compute Node nova-api nova-scheduler Neutron-server keystone mysql, rabbit... Data Network Cloud Controller Node API Network External Network Internet API Network is typically routable to enable public access Cisco Confidential 44

45 Roadmap: CSR 1000V Routing Network or Compute node(s) hosts CSR router(s) as for gateway and adjacent VLAN traffic CSR Provides per tenant isolation and full IOS capabilities including VPN, BGP, OSFP, MPLS, etc. dhcp-agent *-plugin-agent CSR 1000V VSM/N1000V Network Node Management Network nova-compute nova-compute nova-compute *-plugin-agent nova-compute *-plugin-agent *-plugin-agent *-plugin-agent Compute Compute N1000V Node Node Compute Node Compute Node nova-api nova-scheduler Neutron-server keystone mysql, rabbit... Data Network Cloud Controller Node API Network External Network Internet API Network is typically routable to enable public access Cisco Confidential 45

46 Future VxLAN termination on Nexus Compute nodes Network Node br-tun br-tun DHCP br-tun br-tun Data Network (physical) External Network Nexus 7K w/ F3, Nexus 5600 Massively Scalable Tenant Networks (16M, 16K terminated on N7K) Cisco Confidential 46

47 Thank you.

BRKDCT-1253: Introduction to OpenStack Daneyon Hansen, Software Engineer

BRKDCT-1253: Introduction to OpenStack Daneyon Hansen, Software Engineer BRKDCT-1253: Introduction to OpenStack Daneyon Hansen, Software Engineer Agenda Background Technical Overview Demonstration Q&A 2 Looking Back Do You Remember What This Guy Did to IT? Linux 3 The Internet

More information

Introduction to Neutron. Network as a Service

Introduction to Neutron. Network as a Service Introduction to Neutron Network as a Service Assaf Muller, Associate Software Engineer, Cloud Networking, Red Hat assafmuller.wordpress.com, amuller@redhat.com, amuller on Freenode (#openstack) The Why

More information

Quantum, network services for Openstack. Salvatore Orlando Openstack Quantum core developer

Quantum, network services for Openstack. Salvatore Orlando Openstack Quantum core developer Quantum, network services for Openstack Salvatore Orlando sorlando@nicira.com Openstack Quantum core developer Twitter- @taturiello Caveats Quantum is in its teenage years: there are lots of things that

More information

Cloud Networking (VITMMA02) Network Virtualization: Overlay Networks OpenStack Neutron Networking

Cloud Networking (VITMMA02) Network Virtualization: Overlay Networks OpenStack Neutron Networking Cloud Networking (VITMMA02) Network Virtualization: Overlay Networks OpenStack Neutron Networking Markosz Maliosz PhD Department of Telecommunications and Media Informatics Faculty of Electrical Engineering

More information

Neutron: peeking behind the curtains

Neutron: peeking behind the curtains Neutron: peeking behind the curtains (that is to say how Neutron builds virtual networks) Salvatore Orlando VMware Twitter: @taturiello IRC: salv-orlando Email: sorlando(at)vmware.com Before we start Make

More information

Neutron networking with RHEL OpenStack Platform. Nir Yechiel Senior Technical Product Manager, OpenStack Red Hat

Neutron networking with RHEL OpenStack Platform. Nir Yechiel Senior Technical Product Manager, OpenStack Red Hat Neutron networking with RHEL OpenStack Platform Nir Yechiel (@nyechiel) Senior Technical Product Manager, OpenStack Red Hat About Me OpenStack Community Member Working with customers deploying OpenStack

More information

Open vswitch in Neutron

Open vswitch in Neutron Open vswitch in Neutron Performance Challenges and Hardware Offload Date: Hong Kong, 6th Nov. 2013 Authors: Yongsheng Gong gongysh@unitedstack.com Bo Liang liang.bo@99cloud.net 1 197 Deployments Hyper-V

More information

OPEN CONTRAIL ARCHITECTURE GEORGIA TECH SDN EVENT

OPEN CONTRAIL ARCHITECTURE GEORGIA TECH SDN EVENT OPEN CONTRAIL ARCHITECTURE GEORGIA TECH SDN EVENT sdn-and-nfv-technical---georgia-tech---sep-2013---v2 Bruno Rijsman, Distinguished Engineer 24 September 2013 Use Cases 2 Copyright 2013 Juniper Networks,

More information

FloatingIP Enhancement For Public Cloud Infrastructure

FloatingIP Enhancement For Public Cloud Infrastructure FloatingIP Enhancement For Public Cloud Infrastructure June 4, 2015 Yushiro Furukawa Fujitsu Limited 0 Who am I? Yushiro Furukawa (Speaker) Software Engineer of Fujitsu from 2011 Developer of OpenStack

More information

OSDC.de 2013 Introduction to OpenStack. Justin Clift Open Source & Standards RH 17 April 2013

OSDC.de 2013 Introduction to OpenStack. Justin Clift Open Source & Standards RH 17 April 2013 OSDC.de 2013 Introduction to OpenStack Justin Clift Open Source & Standards Team @ RH 17 April 2013 Who is Justin Clift? Senior Software Engineer @ Red Hat Generally works in technical Community Building

More information

Build Cloud like Rackspace with OpenStack Ansible

Build Cloud like Rackspace with OpenStack Ansible Build Cloud like Rackspace with OpenStack Ansible https://etherpad.openstack.org/p/osa-workshop-01 Jirayut Nimsaeng DevOps & Cloud Architect 2nd Cloud OpenStack-Container Conference and Workshop 2016 Grand

More information

OpenContrail Overview Architecture & Demo

OpenContrail Overview Architecture & Demo www.opencontrail.org OpenContrail Overview Architecture & Demo Qasim Arham Oct, 2014 Agenda Introduction OpenStack Architecture and Overview OpenContrail and OpenStack Integration OpenStack Neutron Overview

More information

Application Centric Microservices Ken Owens, CTO Cisco Intercloud Services. Redhat Summit 2015

Application Centric Microservices Ken Owens, CTO Cisco Intercloud Services. Redhat Summit 2015 Application Centric Microservices Ken Owens, CTO Cisco Intercloud Services Redhat Summit 2015 Agenda Introduction Why Application Centric Application Deployment Options What is Microservices Infrastructure

More information

Best Practice Deployment of F5 App Services in Private Clouds. Henry Tam, Senior Product Marketing Manager John Gruber, Sr. PM Solutions Architect

Best Practice Deployment of F5 App Services in Private Clouds. Henry Tam, Senior Product Marketing Manager John Gruber, Sr. PM Solutions Architect Best Practice Deployment of F5 App Services in Private Clouds Henry Tam, Senior Product Marketing Manager John Gruber, Sr. PM Solutions Architect Agenda 1 2 3 4 5 The trend of data center, private cloud

More information

Nexus 1000V in Context of SDN. Martin Divis, CSE,

Nexus 1000V in Context of SDN. Martin Divis, CSE, Nexus 1000V in Context of SDN Martin Divis, CSE, mdivis@cisco.com Why Cisco Nexus 1000V Losing the Edge Server Admin Host Host Host Host Server Admin manages virtual switching! vswitch vswitch vswitch

More information

Building a Video Optimized Private Cloud Platform on Cisco Infrastructure Rohit Agarwalla, Technical

Building a Video Optimized Private Cloud Platform on Cisco Infrastructure Rohit Agarwalla, Technical Building a Video Optimized Private Cloud Platform on Cisco Infrastructure Rohit Agarwalla, Technical Leader roagarwa@cisco.com, @rohitagarwalla DEVNET-1106 Agenda Cisco Media Blueprint Media Workflows

More information

Building NFV Solutions with OpenStack and Cisco ACI

Building NFV Solutions with OpenStack and Cisco ACI Building NFV Solutions with OpenStack and Cisco ACI Domenico Dastoli @domdastoli INSBU Technical Marketing Engineer Iftikhar Rathore - INSBU Technical Marketing Engineer Agenda Brief Introduction to Cisco

More information

Deploying Cloud Network Services Prime Network Services Controller (formerly VNMC)

Deploying Cloud Network Services Prime Network Services Controller (formerly VNMC) Deploying Cloud Network Services Prime Network Services Controller (formerly VNMC) Dedi Shindler - Sr. Manager Product Management Cloud System Management Technology Group Cisco Agenda Trends Influencing

More information

Virtualization Design

Virtualization Design VMM Integration with UCS-B, on page 1 VMM Integration with AVS or VDS, on page 3 VMM Domain Resolution Immediacy, on page 6 OpenStack and Cisco ACI, on page 8 VMM Integration with UCS-B About VMM Integration

More information

BRKCDN-1006: Building Scalable OpenStack based Clouds on Cisco Architectures

BRKCDN-1006: Building Scalable OpenStack based Clouds on Cisco Architectures BRKCDN-1006: Building Scalable OpenStack based Clouds on Cisco Architectures Ram Durairaj, Sr. Technical Leader Murali Raju, Product Manager Agenda Background Technical Overview OpenStack@Cisco API Walk

More information

Part2: Let s pick one cloud IaaS middleware: OpenStack. Sergio Maffioletti

Part2: Let s pick one cloud IaaS middleware: OpenStack. Sergio Maffioletti S3IT: Service and Support for Science IT Cloud middleware Part2: Let s pick one cloud IaaS middleware: OpenStack Sergio Maffioletti S3IT: Service and Support for Science IT, University of Zurich http://www.s3it.uzh.ch/

More information

OpenStack Icehouse on IPv6

OpenStack Icehouse on IPv6 OpenStack Icehouse on IPv6 Shixiong Shang v1.3 Agenda Introduction Overview Use Cases Design and Implementation Demo Next Steps 2 Introduction Nephos6 Founded in June, 2011 Service assurance company Twitter:

More information

Upcoming Services in OpenStack Rohit Agarwalla, Technical DEVNET-1102

Upcoming Services in OpenStack Rohit Agarwalla, Technical DEVNET-1102 Upcoming Services in OpenStack Rohit Agarwalla, Technical Leader roagarwa@cisco.com, @rohitagarwalla DEVNET-1102 Agenda OpenStack Overview Upcoming Services Trove Sahara Ironic Magnum Kolla OpenStack Overview

More information

OPENSTACK PRIVATE CLOUD WITH GITHUB

OPENSTACK PRIVATE CLOUD WITH GITHUB OPENSTACK PRIVATE CLOUD WITH GITHUB Kiran Gurbani 1 Abstract Today, with rapid growth of the cloud computing technology, enterprises and organizations need to build their private cloud for their own specific

More information

Intel, OpenStack, & Trust in the Open Cloud. Intel Introduction

Intel, OpenStack, & Trust in the Open Cloud. Intel Introduction Intel, OpenStack, & Trust in the Open Cloud Intel Introduction 1 Intel enables OpenStack Cloud Deployments 2 Intel Contributions to OpenStack Telemetry (Ceilometer) Object Store (Swift) Erasure Code Metrics

More information

Agile OpenStack Networking with Cisco solutions Rohit Agarwalla, Technical DEVNET-1107

Agile OpenStack Networking with Cisco solutions Rohit Agarwalla, Technical DEVNET-1107 Agile OpenStack Networking with Cisco solutions Rohit Agarwalla, Technical Leader roagarwa@cisco.com, @rohitagarwalla DEVNET-1107 Agenda Introduction to OpenStack Cisco and OpenStack OpenStack Networking

More information

Introduction To OpenStack. Haim Ateya Group Manager, EMC

Introduction To OpenStack. Haim Ateya Group Manager, EMC Introduction To OpenStack Haim Ateya Group Manager, EMC Session Goals Get the audience familiar with OpenStack IaaS platform Go over the project, releases and community around it Review and explain OpenStack

More information

Architecture and terminology

Architecture and terminology Architecture and terminology Guy Carmin RHCE, RHCI, RHCVA, RHCSA Solution Architect IGC, Red Hat Roei Goldenberg RHCE Linux Consultant and Cloud expert, Matrix May 2015 Agenda RHEL-OSP services modules

More information

Cisco Virtual Networking Solution for OpenStack

Cisco Virtual Networking Solution for OpenStack Data Sheet Cisco Virtual Networking Solution for OpenStack Product Overview Extend enterprise-class networking features to OpenStack cloud environments. A reliable virtual network infrastructure that provides

More information

NET1821BU THE FUTURE OF NETWORKING AND SECURITY WITH NSX-T Bruce Davie CTO, APJ 2

NET1821BU THE FUTURE OF NETWORKING AND SECURITY WITH NSX-T Bruce Davie CTO, APJ 2 NET1821BU The Future of Network Virtualization with NSX-T #VMworld #NET1821BU NET1821BU THE FUTURE OF NETWORKING AND SECURITY WITH NSX-T Bruce Davie CTO, APJ 2 DISCLAIMER This presentation may contain

More information

VMWARE SOLUTIONS AND THE DATACENTER. Fredric Linder

VMWARE SOLUTIONS AND THE DATACENTER. Fredric Linder VMWARE SOLUTIONS AND THE DATACENTER Fredric Linder MORE THAN VSPHERE vsphere vcenter Core vcenter Operations Suite vcenter Operations Management Vmware Cloud vcloud Director Chargeback VMware IT Business

More information

Layer-4 to Layer-7 Services

Layer-4 to Layer-7 Services Overview, page 1 Tenant Edge-Firewall, page 1 LBaaS, page 2 FWaaS, page 4 Firewall Configuration, page 6 Overview Layer-4 through Layer-7 services support(s) end-to-end communication between a source and

More information

CS-580K/480K Advanced Topics in Cloud Computing. OpenStack

CS-580K/480K Advanced Topics in Cloud Computing. OpenStack CS-580K/480K dvanced Topics in Cloud Computing OpenStack 1 Where we are 2 Virtualization Layer Operating System 1 2 3 4 Operating System 1 2 3 4 Operating System 1 2 3 4 VM1 VM2 VM3 Virtualization Layer

More information

Deep Dive into OpenStack Networking

Deep Dive into OpenStack Networking Deep Dive into OpenStack Networking Damrongsak Reetanon Solutions Architect Red Hat (Thailand) September 22, 2016 Deep Dive into OpenStack Networking Deep Dive into OpenStack

More information

BCS EXIN Foundation Certificate in OpenStack Software Neutron Syllabus

BCS EXIN Foundation Certificate in OpenStack Software Neutron Syllabus BCS EXIN Foundation Certificate in OpenStack Software Neutron Syllabus Version 1.2 April 2017 This qualification is not regulated by the following United Kingdom Regulators - Ofqual, Qualification in Wales,

More information

Red Hat Enterprise Linux OpenStack Platform 7

Red Hat Enterprise Linux OpenStack Platform 7 Red Hat Enterprise Linux OpenStack Platform 7 Networking Guide An Advanced Guide to OpenStack Networking Last Updated: 2018-01-05 Red Hat Enterprise Linux OpenStack Platform 7 Networking Guide An Advanced

More information

Demystifying the Cloud With a Look at Hybrid Hosting and OpenStack

Demystifying the Cloud With a Look at Hybrid Hosting and OpenStack Demystifying the Cloud With a Look at Hybrid Hosting and OpenStack Robert Collazo Systems Engineer Rackspace Hosting The Rackspace Vision Agenda Truly a New Era of Computing 70 s 80 s Mainframe Era 90

More information

Cisco Cloud Services Router 1000V with Cisco IOS XE Software Release 3.13

Cisco Cloud Services Router 1000V with Cisco IOS XE Software Release 3.13 Q&A Cisco Cloud Services Router 1000V with Cisco IOS XE Software Release 3.13 Q. What is the Cisco Cloud Services Router 1000V? A. The Cisco Cloud Services Router 1000V (CSR 1000V) is a router in virtual

More information

1. What is Cloud Computing (CC)? What are the Pros and Cons of CC? Technologies of CC 27

1. What is Cloud Computing (CC)? What are the Pros and Cons of CC? Technologies of CC 27 1. What is Cloud Computing (CC)? 3 1.1. Utility Computing First 3 1.2. The New Features of Cloud Computing (CC) 4 1.3. Cloud Service Provider (CSP) 6 1.3.1 Thin Provisioning 7 1.4. CC via a CSP (not via

More information

Network Mul,tenancy in Xen- based Clouds. Chiradeep Vi;al CloudStack Commi;er Citrix Sep

Network Mul,tenancy in Xen- based Clouds. Chiradeep Vi;al CloudStack Commi;er Citrix Sep Network Mul,tenancy in Xen- based Clouds Chiradeep Vi;al CloudStack Commi;er Citrix Systems @chiradeep Sep 18 2013 Agenda Introduc,on to CloudStack Mul,- tenant IAAS Network Virtualiza,on / SDN L3 isola,on

More information

Red Hat OpenStack Platform 10 Product Guide

Red Hat OpenStack Platform 10 Product Guide Red Hat OpenStack Platform 10 Product Guide Overview of Red Hat OpenStack Platform OpenStack Team Red Hat OpenStack Platform 10 Product Guide Overview of Red Hat OpenStack Platform OpenStack Team rhos-docs@redhat.com

More information

OpenStack and OpenDaylight, the Evolving Relationship in Cloud Networking Charles Eckel, Open Source Developer Evangelist

OpenStack and OpenDaylight, the Evolving Relationship in Cloud Networking Charles Eckel, Open Source Developer Evangelist OpenStack and OpenDaylight, the Evolving Relationship in Cloud Networking Charles Eckel, Open Source Developer Evangelist Agenda Introduction OpenStack OpenDaylight OPNFV Putting it all Together Conclusion

More information

Red Hat OpenStack Platform 9

Red Hat OpenStack Platform 9 Red Hat OpenStack Platform 9 Networking Guide An Advanced Guide to OpenStack Networking Last Updated: 2018-09-04 Red Hat OpenStack Platform 9 Networking Guide An Advanced Guide to OpenStack Networking

More information

OpenStack Networking Services and Orchestration 2015 BROCADE COMMUNICATIONS SYSTEMS, INC. COMPANY PROPRIETARY INFORMATION

OpenStack Networking Services and Orchestration 2015 BROCADE COMMUNICATIONS SYSTEMS, INC. COMPANY PROPRIETARY INFORMATION OpenStack Networking Services and Orchestration 2015 BROCADE COMMUNICATIONS SYSTEMS, INC. COMPANY PROPRIETARY INFORMATION A Brief History of Networking Intelligent Industry Solutions Scale Architecture

More information

Xen*, SDN and Apache Cloudstack. Sebastien Goasguen, Apache CloudStack Citrix EMEA August 28 th 2012 Xen Summit

Xen*, SDN and Apache Cloudstack. Sebastien Goasguen, Apache CloudStack Citrix EMEA August 28 th 2012 Xen Summit Xen*, SDN and Apache Cloudstack Sebastien Goasguen, Apache CloudStack Citrix EMEA August 28 th 2012 Xen Summit Outline A bit about CloudStack A bit about SDN A bit about OpenVswitch Some bits about SDN

More information

Managing Demand Spikes in a highly flexible and agile deployment

Managing Demand Spikes in a highly flexible and agile deployment Managing Demand Spikes in a highly flexible and agile deployment Yuki Sato S2 (Akita, Japan) Jan Hilberath Midokura (Tokyo, Japan) Agenda Company Introduction Why SUSE OpenStack with MidoNet? MidoNet Introduction

More information

Weiterentwicklung von OpenStack Netzen 25G/50G/100G, FW-Integration, umfassende Einbindung. Alexei Agueev, Systems Engineer

Weiterentwicklung von OpenStack Netzen 25G/50G/100G, FW-Integration, umfassende Einbindung. Alexei Agueev, Systems Engineer Weiterentwicklung von OpenStack Netzen 25G/50G/100G, FW-Integration, umfassende Einbindung Alexei Agueev, Systems Engineer ETHERNET MIGRATION 10G/40G à 25G/50G/100G Interface Parallelism Parallelism increases

More information

Building Open Source-Based Cloud Solutions with OpenDaylight. Colin Dixon, Brocade/OpenDaylight Lisa Caywood, OpenDaylight

Building Open Source-Based Cloud Solutions with OpenDaylight. Colin Dixon, Brocade/OpenDaylight Lisa Caywood, OpenDaylight Building Open Source-Based Cloud Solutions with OpenDaylight Colin Dixon, Brocade/OpenDaylight Lisa Caywood, OpenDaylight Part of a New OPEN Networking Stack Networking Apps ORCHESTRATION (NFVO,...) Mgmt

More information

Road to Private Cloud mit OpenStack Projekterfahrungen

Road to Private Cloud mit OpenStack Projekterfahrungen Road to Private Cloud mit OpenStack Projekterfahrungen Andreas Kress Enterprise Architect Oracle Sales Consulting DOAG Regio Nürnberg/Franken 20. April 2017 Safe Harbor Statement The following is intended

More information

An Introduction to Red Hat Enterprise Linux OpenStack Platform. Rhys Oxenham Field Product Manager, Red Hat

An Introduction to Red Hat Enterprise Linux OpenStack Platform. Rhys Oxenham Field Product Manager, Red Hat An Introduction to Red Hat Enterprise Linux OpenStack Platform Rhys Oxenham Field Product Manager, Red Hat What is OpenStack? What is OpenStack? Fully open source cloud operating system Comprised of several

More information

BROCADE CLOUD-OPTIMIZED NETWORKING: THE BLUEPRINT FOR THE SOFTWARE-DEFINED NETWORK

BROCADE CLOUD-OPTIMIZED NETWORKING: THE BLUEPRINT FOR THE SOFTWARE-DEFINED NETWORK BROCADE CLOUD-OPTIMIZED NETWORKING: THE BLUEPRINT FOR THE SOFTWARE-DEFINED NETWORK Ken Cheng VP, Service Provider and Application Delivery Products September 12, 2012 Brocade Cloud-Optimized Networking

More information

Red Hat OpenStack Platform 13

Red Hat OpenStack Platform 13 Red Hat OpenStack Platform 13 Networking Guide An Advanced Guide to OpenStack Networking Last Updated: 2018-10-11 Red Hat OpenStack Platform 13 Networking Guide An Advanced Guide to OpenStack Networking

More information

Ethernet Fabrics- the logical step to Software Defined Networking (SDN) Frank Koelmel, Brocade

Ethernet Fabrics- the logical step to Software Defined Networking (SDN) Frank Koelmel, Brocade Ethernet Fabrics- the logical step to Software Defined Networking (SDN) Frank Koelmel, Brocade fkoelmel@broc 10/28/2013 2 2012 Brocade Communications Systems, Inc. Proprietary Information ETHERNET FABRICS

More information

OpenStack Neutron. Introduction and project status & Use case ML2 plugin with l2 population

OpenStack Neutron. Introduction and project status & Use case ML2 plugin with l2 population OpenStack Neutron Introduction and project status & Use case ML2 plugin with l2 population Summary 1. OpenStack Neutron Why Neutron? What s Neutron? 2. 2014.1 release Please, stabilize it! Features 3.

More information

DEEP DIVE: OPENSTACK COMPUTE

DEEP DIVE: OPENSTACK COMPUTE DEEP DIVE: OPENSTACK COMPUTE Stephen Gordon Technical Product Manager, Red Hat @xsgordon AGENDA OpenStack architecture refresher Compute architecture Instance life cycle Scaling compute

More information

Red Hat OpenStack Platform 13

Red Hat OpenStack Platform 13 Red Hat OpenStack Platform 13 Networking Guide An Advanced Guide to OpenStack Networking Last Updated: 2018-09-14 Red Hat OpenStack Platform 13 Networking Guide An Advanced Guide to OpenStack Networking

More information

Red Hat OpenStack Platform 10 Red Hat OpenDaylight Product Guide

Red Hat OpenStack Platform 10 Red Hat OpenDaylight Product Guide Red Hat OpenStack Platform 10 Red Hat OpenDaylight Product Guide Overview of Red Hat OpenDaylight OpenStack Team Red Hat OpenStack Platform 10 Red Hat OpenDaylight Product Guide Overview of Red Hat OpenDaylight

More information

Distributed Systems. 31. The Cloud: Infrastructure as a Service Paul Krzyzanowski. Rutgers University. Fall 2013

Distributed Systems. 31. The Cloud: Infrastructure as a Service Paul Krzyzanowski. Rutgers University. Fall 2013 Distributed Systems 31. The Cloud: Infrastructure as a Service Paul Krzyzanowski Rutgers University Fall 2013 December 12, 2014 2013 Paul Krzyzanowski 1 Motivation for the Cloud Self-service configuration

More information

Red Hat OpenStack Platform 11

Red Hat OpenStack Platform 11 Red Hat OpenStack Platform 11 Networking Guide An Advanced Guide to OpenStack Networking Last Updated: 2018-01-09 Red Hat OpenStack Platform 11 Networking Guide An Advanced Guide to OpenStack Networking

More information

OpenStack Havana On IPv6

OpenStack Havana On IPv6 OpenStack Havana On IPv6 Shixiong Shang Randy Tuttle Ciprian Popoviciu! Version 1.9.3 Agenda Introduction IPv6 and Cloud IPv6 Refreshment Proof of Concept Proposed Blueprint Next Steps 2 Introduction Nephos6!

More information

GETTING STARTED WITH OPENSTACK. Kenneth Hui, Rackspace Dan Radez, Red Hat April 27, 2016

GETTING STARTED WITH OPENSTACK. Kenneth Hui, Rackspace Dan Radez, Red Hat April 27, 2016 GETTING STARTED WITH OPENSTACK Kenneth Hui, Rackspace Dan Radez, Red Hat April 27, 2016 Presenters Kenneth Hui Dan Radez OpenStack Evangelist Sr. Software Engineer Rackspace Red Hat Twitter: @kenhuiny

More information

HPE HELION CLOUDSYSTEM 9.0. Copyright 2015 Hewlett Packard Enterprise Development LP

HPE HELION CLOUDSYSTEM 9.0. Copyright 2015 Hewlett Packard Enterprise Development LP HPE HELION CLOUDSYSTEM 9.0 HPE Helion CloudSystem Foundation CloudSystem Foundation Key Use Cases Automate dev/test CICD on OpenStack technology compatible infrastructure Accelerate cloud-native application

More information

Advanced CSR Lab with High Availability and Transit VPC

Advanced CSR Lab with High Availability and Transit VPC Advanced CSR Lab with High Availability and Transit VPC Fan Yang, Cisco, Engineer, Technical Marketing Nikolai Pitaev, Cisco, Engineer, Technical Marketing LTRVIR-3004 Agenda Slides (30 Min.): CSR 1000V

More information

POWERED BY OPENSTACK. Powered by OpenStack. Globo.Tech GloboTech Communications

POWERED BY OPENSTACK. Powered by OpenStack. Globo.Tech GloboTech Communications PRIVATE PRIVATE CLOUD CLOUD POWERED BY OPENSTACK Powered by OpenStack Globo.Tech GloboTech Communications sales@globo.tech TABLE OF CONTENT 2 EXECUTIVE SUMMARY...3 OPENSTACK... 4 INFRASTRUCTURE... 8 GLOBOTECH...

More information

Network flow automation and Visibility. Arista Networks France IX

Network flow automation and Visibility. Arista Networks France IX Network flow automation and Visibility Arista Networks France IX 2013-09-26 1 Are your workloads moving and scaling at an increased rate? Corporate Overview Are you still waiting for provisioning to happen

More information

Deploying TeraVM in an OpenStack Environment

Deploying TeraVM in an OpenStack Environment Application Note Deploying TeraVM in an OpenStack Environment VIAVI Solutions TeraVM in OpenStack* is revolutionizing IP testing! Never before has it been as easy or cost effective to scale test traffic

More information

Build your own Cloud on Christof Westhues

Build your own Cloud on Christof Westhues Build your own Cloud on Christof Westhues chwe@de.ibm.com IBM Big Data & Elastic Storage Tour Software Defined Infrastructure Roadshow December 2 4, 2014 New applications and IT are being built for Cloud

More information

The Next Opportunity in the Data Centre

The Next Opportunity in the Data Centre The Next Opportunity in the Data Centre Application Centric Infrastructure Soni Jiandani Senior Vice President, Cisco THE NETWORK IS THE INFORMATION BROKER FOR ALL APPLICATIONS Applications Are Changing

More information

BCS EXIN Foundation Certificate in OpenStack Software Syllabus

BCS EXIN Foundation Certificate in OpenStack Software Syllabus BCS EXIN Foundation Certificate in OpenStack Software Syllabus Version 1.2 April 2017 This qualification is not regulated by the following United Kingdom Regulators - Ofqual, Qualification in Wales, CCEA

More information

Data Center and Cloud Automation

Data Center and Cloud Automation Data Center and Cloud Automation Tanja Hess Systems Engineer September, 2014 AGENDA Challenges and Opportunities Manual vs. Automated IT Operations What problem are we trying to solve and how do we solve

More information

"Charting the Course... H8Q14S HPE Helion OpenStack. Course Summary

Charting the Course... H8Q14S HPE Helion OpenStack. Course Summary Course Summary Description This course will take students through an in-depth look at HPE Helion OpenStack V5.0. The course flow is optimized to address the high-level architecture and HPE Helion OpenStack

More information

Cisco Nexus 1000V Switch for Microsoft Hyper-V

Cisco Nexus 1000V Switch for Microsoft Hyper-V Q&A Cisco Nexus 1000V Switch for Microsoft Hyper-V Overview Q. What are Cisco Nexus 1000V Switches? A. Cisco Nexus 1000V Switches provide a comprehensive and extensible architectural platform for virtual

More information

Actual Agility with SDN: Weaving SDN into Data Center Automation May 6, John Burke Principal Research Analyst & CIO

Actual Agility with SDN: Weaving SDN into Data Center Automation May 6, John Burke Principal Research Analyst & CIO Actual Agility with SDN: Weaving SDN into Data Center Automation May 6, 2016 John Burke Principal Research Analyst & CIO john@nemertes Agenda ± Introductions ± SDN Adoption ± Cloud Management Adoption

More information

NephOS. A Single Turn-key Solution for Public, Private, and Hybrid Clouds

NephOS. A Single Turn-key Solution for Public, Private, and Hybrid Clouds NephOS A Single Turn-key Solution for Public, Private, and Hybrid Clouds What is NephOS? NephoScale NephOS is a turn-key OpenStack-based service-provider-grade cloud software suite designed for multi-tenancy.

More information

Cloud Security Best Practices

Cloud Security Best Practices Cloud Security Best Practices Cohesive Networks - your applications secured Our family of security and connectivity solutions, VNS3, protects cloud-based applications from exploitation by hackers, criminal

More information

Cisco Nexus 9200 Switch Datasheet

Cisco Nexus 9200 Switch Datasheet Cisco Nexus 9200 Switch Datasheet CONTENT Content... 1 Overview... 2 Appearance... 2 Key Features and Benefits... 3 NX-OS Software... 4 Nexus 9200 Compare models... 6 Specification of nexus 9200 series

More information

NTT Com Press Conference March 1, 2016 #enterprisecloud

NTT Com Press Conference March 1, 2016 #enterprisecloud NTT Com Press Conference March 1, 2016 #enterprisecloud 1 Significant Enhancement of Enterprise Cloud - Realizing Digital Transformation - NTT Communications March 1, 2016 2 NTT Communications Initiatives

More information

NephOS. A Single Turn-key Solution for Public, Private, and Hybrid Clouds

NephOS. A Single Turn-key Solution for Public, Private, and Hybrid Clouds NephOS A Single Turn-key Solution for Public, Private, and Hybrid Clouds What is NephOS? NephoScale NephOS is a turn-key OpenStack-based service-provider-grade cloud software suite designed for multi-tenancy.

More information

Cloud Networking (VITMMA02) Server Virtualization Data Center Gear

Cloud Networking (VITMMA02) Server Virtualization Data Center Gear Cloud Networking (VITMMA02) Server Virtualization Data Center Gear Markosz Maliosz PhD Department of Telecommunications and Media Informatics Faculty of Electrical Engineering and Informatics Budapest

More information

OpenStack and OVN What s New with OVS 2.7 OpenStack Summit -- Boston 2017

OpenStack and OVN What s New with OVS 2.7 OpenStack Summit -- Boston 2017 OpenStack and OVN What s New with OVS 2.7 OpenStack Summit -- Boston 2017 Russell Bryant (@russellbryant) Justin Pettit (@Justin_D_Pettit) Ben Pfaff (@Ben_Pfaff) Virtual Networking Overview Provides a

More information

Cloud Essentials for Architects using OpenStack

Cloud Essentials for Architects using OpenStack Cloud Essentials for Architects using OpenStack Course Overview Start Date 5th March 2015 Duration 2 Days Location Dublin Course Code SS15-13 Programme Overview Cloud Computing is gaining increasing attention

More information

Cisco Virtual Networking Solution Nexus 1000v and Virtual Services. Abhishek Mande Engineer

Cisco Virtual Networking Solution Nexus 1000v and Virtual Services. Abhishek Mande Engineer Cisco Virtual Networking Solution Nexus 1000v and Virtual Services Abhishek Mande Engineer mailme@cisco.com Agenda Application requirements in virtualized DC The Anatomy of Nexus 1000V Virtual Services

More information

JN0-210.juniper. Number: JN0-210 Passing Score: 800 Time Limit: 120 min.

JN0-210.juniper. Number: JN0-210 Passing Score: 800 Time Limit: 120 min. JN0-210.juniper Number: JN0-210 Passing Score: 800 Time Limit: 120 min Exam A QUESTION 1 Which protocol does Juniper Networks recommend to provide real-time updates of the network topology to the NorthStar

More information

OpenStack Networking: Where to Next?

OpenStack Networking: Where to Next? WHITE PAPER OpenStack Networking: Where to Next? WHAT IS STRIKING IS THE PERVASIVE USE OF OPEN VSWITCH (OVS), AND AMONG NEUTRON FEATURES, THE STRONG INTEREST IN SOFTWARE- BASED NETWORKING ON THE SERVER,

More information

Customize OpenStack for Telco NFV

Customize OpenStack for Telco NFV Security Level: Customize OpenStack for Telco NFV Tianran Zhou (zhoutianran@huawei.com) Feng Dong (albert.dongfeng@huawei.com) www.huawei.com HUAWEI TECHNOLOGIES CO., LTD. Motivation Linux as a general

More information

Jumpstart your Production OpenStack Deployment with

Jumpstart your Production OpenStack Deployment with Jumpstart your Production OpenStack Deployment with Dave Cain Wednesday April 27 th, 2016 11:50am-12:30pm CST 1 About me Dave Cain 12+ years working on IT in datacenters B.S. Computer Science @ NC State

More information

OpenStack Network Design using Cisco Solutions Shannon McFarland CCIE #5245 Principal

OpenStack Network Design using Cisco Solutions Shannon McFarland CCIE #5245 Principal OpenStack Network Design using Cisco Solutions Shannon McFarland CCIE #5245 Principal Engineer @eyepv6 Other Sessions Getting Started with OpenStack (DEVNET-1101) OpenStack Enabling DevOps (DEVNET-1104)

More information

Introduction to OpenStack Trove

Introduction to OpenStack Trove Introduction to OpenStack Trove A multi-database deployment Doug Shelley - Tesora Michael Basnight - Rackspace Agenda What is Trove How to Install Trove A look at the Trove API Multi-Database demonstration

More information

Ryu: Network Operating System

Ryu: Network Operating System Ryu: Network Operating System Kazutaka Morita NTT Software Innovation Center Isaku Yamahata VA Linux June 6, 2012 Agenda ² Overview ² How it works ² Demo ² Summary 2 Overview What is Ryu? ² Open-sourced

More information

Neutron 技術深入探討 /6/2 Lane

Neutron 技術深入探討 /6/2 Lane Neutron 技術深入探討 -2017/6/2 Lane 2 Agenda Architecture L2 Agent Tunneling DHCP agent ML2 plug-in L3 Agent NameSpace Access control Metadata Agent NAT 3 4 Architecture 5 Architecture 6 Agenda Architecture

More information

Simplify Container Networking With ican. Huawei Cloud Network Lab

Simplify Container Networking With ican. Huawei Cloud Network Lab Simplify Container Networking With ican Huawei Cloud Network Lab Container Network Defined By Application 2 What we face today Automation Deployment and Orchestration: Automate deploy resource for application

More information

EdgeConnect for Amazon Web Services (AWS)

EdgeConnect for Amazon Web Services (AWS) Silver Peak Systems EdgeConnect for Amazon Web Services (AWS) Dinesh Fernando 2-22-2018 Contents EdgeConnect for Amazon Web Services (AWS) Overview... 1 Deploying EC-V Router Mode... 2 Topology... 2 Assumptions

More information

Huawei CloudFabric and VMware Collaboration Innovation Solution in Data Centers

Huawei CloudFabric and VMware Collaboration Innovation Solution in Data Centers Huawei CloudFabric and ware Collaboration Innovation Solution in Data Centers ware Data Center and Cloud Computing Solution Components Extend virtual computing to all applications Transform storage networks

More information

Linux Clusters Institute: OpenStack Neutron

Linux Clusters Institute: OpenStack Neutron Linux Clusters Institute: OpenStack Neutron Yale, August 13 th 17 th 2018 John Michael Lowe Senior Cloud Engineer Indiana University jomlowe@iu.edu Neutron SDN or not Network Namespaces Components Security

More information

Configuring Virtual Networks Using OpenStack

Configuring Virtual Networks Using OpenStack This chapter contains the following sections: Information About Virtual Networks, page 1 Guidelines and Limitations for the OpenStack Dashboard, page 1 Creating a Virtual Network Workflow, page 2 Creating

More information

Hybrid Clouds: Integrating the Enterprise Data Center and the Public Cloud

Hybrid Clouds: Integrating the Enterprise Data Center and the Public Cloud Hybrid Clouds: Integrating the Enterprise Data Center and the Public Cloud Usha Ramachandran, Technical Marketing Engineer Session Abstract In this session, participants will learn how to create hybrid

More information

EXIN Foundation Certificate in OpenStack Software. Version Newton. Sample Exam. Edition

EXIN Foundation Certificate in OpenStack Software. Version Newton. Sample Exam. Edition EXIN Foundation Certificate in OpenStack Software Version Newton Sample Exam Edition 201706 Copyright EXIN Holding B.V. 2017. All rights reserved. EXIN is a registered trademark. No part of this publication

More information

Data Centers & Clouds Network Plumbing with Palo Alto

Data Centers & Clouds Network Plumbing with Palo Alto Data Centers & Clouds Network Plumbing with Palo Alto Topics Day Two: Public Cloud - Routing in hybrid cloud environments: Amazon, Azure, vcloud Air. - L2 connectivity from private DC to public DC. - Load

More information

COMP4442. Service and Cloud Computing. Lecture 04: OpenStack. Prof. George Baciu PQ838.

COMP4442. Service and Cloud Computing. Lecture 04: OpenStack. Prof. George Baciu PQ838. COMP4442 Service and Cloud Computing Lecture 04: OpenStack www.comp.polyu.edu.hk/~csgeorge/comp4442 Prof. George Baciu PQ838 csgeorge@comp.polyu.edu.hk 2/5/2018 COMP4442 Cloud Computing Lecture 04 George

More information

OpenStack Cloud Storage. PRESENTATION TITLE GOES HERE Sam Fineberg HP Storage

OpenStack Cloud Storage. PRESENTATION TITLE GOES HERE Sam Fineberg HP Storage OpenStack Cloud Storage PRESENTATION TITLE GOES HERE Sam Fineberg HP Storage What is OpenStack Free open source (Apache license) software governed by a non-profit foundation (corporation) with a mission

More information