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

Size: px
Start display at page:

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

Transcription

1

2 BRKCDN-1006: Building Scalable OpenStack based Clouds on Cisco Architectures Ram Durairaj, Sr. Technical Leader Murali Raju, Product Manager

3 Agenda Background Technical Overview API Walk thru Services Insertion using Quantum APIs Q&A 3

4 Acknowledgement We would like to thank the entire team for their support, contribution and help in creating this session, particularly, Daneyon Hansen Edgar Magana Masum Hasan and Sumit Naiksatam for their content/slides contributions and reviews. 4

5 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 5

6 OpenStack Community & and counting 6

7 OpenStack Vision Public Clouds Private Clouds Seamless Cloud Interoperability Community Clouds 7

8 Agenda Background Technical Overview API Walk thru Services Insertion using Quantum APIs Q&A 8

9 OpenStack Introduction A Cloud Operating System A collection of interrelated software components delivering capabilities to build and manage cloud infrastructure. A global community of developers devoted to innovation and openness Flexibility in deployment and features Standards for broad deployment No fear of vendor lock-in 9

10 OpenStack Terminology Instance- Running virtual machine Image- Non-running virtual machine, multiple formats (AMI, OVF, etc.) Application Programming Interface (API)- Interface for computer programs Message Queue- Acts as a hub for passing messages between daemons Volume- Provides persistent block storage to instances Project- aka Tenants, provides logical separation among cloud users Flavors- Pre-created bundles of compute resources Fixed IP- Associated to an instance on start-up, internal only Floating IP- Public facing IP address 10

11 OpenStack Core Projects OpenStack Compute (Nova) Software to provision virtual machines on commodity hardware at massive scale OpenStack Object Storage (Swift) Software to reliably store billions of objects distributed across commodity hardware OpenStack Image Service (Glance) Services for discovering, registering, and retrieving virtual machine images 11

12 OpenStack Core Projects Cont.. OpenStack Dashboard (Horizon) A self-service web portal to allow administrators and users to manage OpenStack resources OpenStack Identity (Keystone) Provides unified authentication across all OpenStack projects and integrates with 3 rd party authentication systems 12

13 OpenStack Incubation Projects OpenStack Network Information Management (Melange) Intended to provide centralized network information management OpenStack Network Service (Quantum) Provides network connectivity as a service between devices managed by other OpenStack services Many Other Community Projects 13

14 OpenStack Networking Options Flat Mode All Instances are attached to a single Linux bridge. IP s are injected into image on launch FlatDHCP Mode Similar to Flat Mode, but includes a DHCP server to manage instance IP s. Instances receive an IP through a dhcpdiscover message VLAN Network Mode (Default Mode) A VLAN, Fixed IP Subnet, and Linux bridge per tenant. Switch must support 802.1Q VLAN tagging Quantum Network Manager A peer OpenStack service providing network connectivity services 14

15 OpenStack VLAN Networking Details OpenStack Compute OpenStack Instance i.e. eth0 Instance vnic i.e. vnet0 Virtual Port --vlan_interface= Physical Interface i.e. vlan 100 Virtual Interface virbr0 dnsmasq Hypervisor bridge-utils Linux Bridge 1 bridge, VLAN, Subnet per tenant iptables Libvirt-bin Libvirt bridge-nf ebtables nova-network 15

16 Cloud Platforms and Network APIs Networking is only used for connectivity. Cloud APIs are being standardized using a very simplistic network model Compute Service (VMs, Memory, Local Disk) Developer API Storage Service (Block, Massive Keyvalue store) Basic Network Connectivity User and System Admin Servers Disks Accounts 16

17 OpenStack and Cisco s contribution Quantum: Network-as-a-Service As a peer to compute and storage Compute Service (VMs, Memory, Local Disk) Developer API Storage Service (Block, Massive Key-value store) Network Service (Virtual Networks, Services) Servers Disks Networks Rich set of Network Connectivity and Features 17

18 Quantum Architecture Quantum API API Extensions Quantum Service L2 network abstraction definition and management Device and service attachment framework Does NOT implement any abstractions Quantum Plug-in API Vendor/User Plug-In Maps abstraction to implementation on physical network Makes all decisions about *how* a network is implemented Can provide additional features through API extensions 18

19 Agenda Background Technical Overview API Walk thru Services Insertion using Quantum APIs Q&A 19

20 Cisco Plugin s for Quantum Quantum API Quantum Service Quantum Plug-in API Cisco Cloud Networking Plug-In API Extensions NX-OS, UCS, Cisco Network Services Manager, VXLAN, Cisco Infrastructure Products Unified Fabric Unified Network Services Unified Computing 20

21 Software Architecture Nova API calls Nova- API Queue (RabbitMQ) Nova- Scheduler Compute controller (Nova) Nova- Network DB MySQL) Quantum API calls Quantum Manager Network controller (Quantum) Quantum -API Quantum -Plugin A user can interface with the Quantum directly Or via a Quantum Client/Proxy (Quantum Manager) interfaced with Nova-Network Compute Node 1 Nova- Compute User VM 1 User VM 2 Request to launch a Server in Nova may result in call to Quantum to provision and connect Server to network 21

22 Quantum Abstractions Quantum provides abstractions and relevant functions and interfaces (API) for CRUD of Virtual Network (VN) SW 11 Virtual port (VPT) on a VN ETH1 VN-Blue-E1 VN-Red-E2 Hypervisor Attachment of a virtual interface (VIF) of a virtual server (VM) to VPT, thus connecting the VM to the network veth1 vnic1 OS WS1 veth2 vnic2 OS App veth3 vnic3 OS WS2 veth4 vnic4 OS App VM1 VM2 VM3 VM42 22

23 Quantum Abstractions Via the CRUD API a A VM can be dynamically Taken On or off network Moved from one port to another changing on-demand VLAN SW 11 ETH1 VN-Blue-E1 VN-Red-E2 Hypervisor QoS veth1 veth2 veth3 veth4 Network access (for example private to public) vnic1 OS vnic2 OS vnic3 OS vnic4 OS WS1 App WS2 App VM1 VM2 VM3 VM42 23

24 Realization of Quantum Abstractions Virtual network can be realized via (or mapped to) Linux Bridge VLAN Linux Bridge + VLAN Any network configuration via Plug-in SW 11 ETH1 VN-Blue-E1 VN-Red-E2 Hypervisor veth1 veth2 veth3 veth4 Virtual port mapped to Linux TAP/TUN vnic1 OS WS1 VM1 vnic2 OS App VM2 vnic3 OS WS2 VM3 vnic4 OS App VM42 TAP: L2 virtual port, TUN: L3 tunnel veth in VM-FEX environment 24

25 Plugin Create Network/Port and attachment are abstract APIs These abstractions can be mapped to multiple network technologies Any technology or vendor specific networking features/capabilities can be interfaced/integrated via Quantum Plug-in mechanism 25

26 Turn-key OpenStack offering Best practices and whitepapers have been developed Cisco s Quantum contribution available for download from OpenStack.org Current Software Development Quantum L3 service for Essex release (April 2012) Expand Cisco-specific drivers (NX-OS, UCS, Palo) Stabilize OpenStack Core Projects Cisco Intelligent Automation for Cloud integration (demo available) 26

27 Cisco s contribution to Quantum VIC/802.1qbh Driver UCS/VIC (Palo) Quantum API server Cisco Plug-in NX-OS driver NX-OS Fabric RestFul API: CRUD operations 1. create-network 2. create-port 3. attach-port API Cisco Extensions Port Profiles, Qos Policies Plug-In Drivers UCSM using XML/APIs NX-OS resident Policy Agent APIs or NX-OS XML APIs ( based on availability) Use Case Driven Development Openstack-Compute refactoring 27

28 Cisco s contribution to Quantum Quantum Logical Abstractions Realization of logical model, generic + extensions L2 Network Plugin Segmentation ID Manager VLAN Manager Mapping of logical model to underlying physical topology and network technology; global network view L2 Network Model L2 Device Inventory Static Configuration Discovered Configuration Technology-specific; acts on one device per call; local view UCS Plugin Device-specific Plugins Nexus Plugin Per device type, e.g. UCS Inventory Nexus Inventory Device-interaction-transportspecific; e.g. sending NETCONF commands UCSM Driver Device-specific Drivers Nexus Driver * Pluggable modules via configuration files * Modules external to Quantum 28

29 Sequence of Operations Device- Device- Driver Device- Driver Driver L2-Network- Plugin 8 Core & Extended API: create_network() create_port() create_portprofile() L2-Network-Model Core & Extended API: create_network() create_port() create_portprofile() Return: Device IP + Context Core & Extended API: create_network(device_ip, context) 4 create_port(device_ip, context) create_portprofile(device_ip, context) Return: Success/failure, other information relevant to that plugin Device drivers: XML-API based UCSM driver, and NetConf based Nexus Driver 2 L2-Device Inventory L2-Device Inventory L2-Device Inventory L2-Device-Plugin L2-Device-Plugin L2-Device-Plugin

30 Cisco s Quantum Plug-in UCS/VIC support SAN LAN MGMT SAN G G G Fabric A Switch G G Fabric R Extender I S S Compute Chassis C Uplink Internal Fabric C G Fabric A Switch G G G G Fabric I R Extender UCS 6100 Series Fabric Interconnect UCS 5100 Series Blade Server Chassis UCS 2100 Series Fabric Extender Active/Standby per vnic Active Path M Adapter BMC P Adapter BMC P Adapter Mezzanine Palo Adaptors M81KR Host visible vnic/vhba X X x86 Computer Compute Blade (Half slot) X X X x86 Computer X Compute Blade (Full slot) UCS B-Series Blade Servers 30

31 Port-Profile Virtual Network port-profile type vethernet VN-1 IaaS Admin Enterprise E1 Site 1 VN-1 (mapped to) VLAN 15, VN-1-QoS vmware port-group switchport mode access switchport access vlan 15 CRUD Requests SW 11 Cloud Provider s DC 1 service-policy type qos input VN-1-QoS service-policy type qos output VN-1- QoS no shutdown state enabled OpenStack/ Quantum VSM (NX-OS) veth1 ETH1 VN-Blue-E1 VN-Red-E2 Nexus 1Kv VEM veth2 veth3 Hypervisor veth4 ip access-list ACL-1 permit ip any any class-map type qos match-all CL-1 match access-group name ACL-1 vnic1 vnic2 vnic3 vnic4 policy-map type qos VN-1-QoS OS WS1 VM1 OS App VM2 OS WS2 VM3 OS App VM42 class CL-1 set dscp cs7 31

32 VM-FEX IaaS Admin Enterprise E1 Site 1 VM-FEX instances (vnic) and associated veth (on Fabric Interconnect or 5K) created automatically port-profile type vethernet VM-App-E1 vmware port-group switchport mode access switchport access vlan 15 Cloud Provider s DC 1 service-policy type qos input E1-QoS-PL-1 SW 11 FI (6100) veth1 veth3 veth2 veth4 VLAN 15 service-policy type qos output E1-QoS-PL-1 no shutdown state enabled vnic1 vnic3 OpenStack/ Quantum UCSM vnic2 vnic4 N1Kv VEM Hypervisor 802.1qbh ip access-list E1-ACL-1 permit ip any any class-map type qos match-all E1-QoS-1 match access-group name E1-ACL-1 OS OS OS OS policy-map type qos E1-QoS-PL-1 App VM1 App VM2 App VM3 App VM42 class E1-QoS-CL-1 set dscp cs7 32

33 Cisco s Quantum Plugin NX OS Driver Part 1 (Quantum Service & Network Creation) Quantum service invokes Cisco Plugin Cisco Plugin invokes Cisco NX-OS Driver (Sub-Plugin) NX-OS driver creates a VLAN using the same ID that the one for UCSM NX-OS driver sets-up the VLAN parameters NX-OS driver sets-ups the ports associated to the UCS (Static Network Topology) Cisco Plugin calls UCS driver to create the port, profile and makes a cluster association 33

34 Cisco s Quantum Plugin NX OS Driver NX-OS driver maps the QoS configuration between the UCS and NX-OS. NX-OS dirver configures the QoS parameters for the VLAN associated. (VLAN Level) Part 2 (Nova Compute spawns VM) Nova compute creates Palo-specific libvirt configuration for VM by invoking appropriate Quantum Client APIs VM is spawned VM has connectivity on the network created earlier 34

35 Quantum L2 API POST /networks.json POST /networks/<network id>/ports.json PUT /networks/<network id>/ports/<port id>/attachment.json GET /tenants/tenant-id/networks Create virtual network (json indicates body will be in JSON) In body: { "network": { "name :." } } Returns <network id> Create a virtual port on specified network (<network id> Returns <port id> Attaches the VIF (of VM) to specified network and port List all networks of a tenant GET /tenants/tenant-id/networks/detail GET /tenants/tenant-id/networks/network-id GET /tenants/tenant-id/networks/network-id/detail PUT /tenants/tenant-id/networks/network-id Rename a network In body: { "network : { "name":. }} DELETE /tenants/tenant-id/networks/network-id Similarly for port and attachment For Further Reference: 35

36 Quantum & L3 Quantum today Only L2; Nova currently handles some L3 constructs but this is not desirable What do we need? Why? Extend Quantum to support L3 constructs in addition to available L2 constructs Introduce Subnets and abstracted Routing constructs Enable: Intra-tenant routing (multi-tier topologies), Public-Private, Private-Public, VPN, L3 Services (Load-balancer, Firewall, Caching, etc.), Hybrid Cloud, Network Containers 36

37 The Big Picture 37

38 Quantum L3 (tenant) Model ( Proposed) Tenant Tenant VM Tenant VM VM Create Project/Tenant Create Legend: New resources proposed for the L3 model in Quantum Plug L2 L2 Network L2 Network Map L3 L3 L3 Subnet Subnet Create Routes Route-table Associate Targets Target Tenant owned network resources VPN Gateway (Target) Internet Gateway Other Services Tenant VM ID, IP Addr VM ID, IP Addr SP resources created for tenant Target Entities Tenant resources 3 rd Party Resources VPN VPN VPN Public Network SP-Local Network SP managed infrastructure Note: This is proposed and Under active discussions in Openstack community. Model and APIs are subject to change 38

39 Quantum L3 : Usecase 1 (one Private Subnet) Source Destination Target Subnet-A My VPN Gateway * Application Private Subnet (ID: Subnet- A) /24 Application *Refers to the ID of a target resource created by the tenant with the following call: create_target(tenantid, name= My VPN Gateway, type_id= VPN 1, protocol= IPSec, version= 1 ) Note: This is proposed and Under active discussions in Openstack community. Model and APIs are subject to change 39

40 Quantum L3 : Usecase 2 (Public/Private Subnets) Source Destination Target Subnet-A /24 Subnet-B Subnet-B /24 Subnet-A Subnet-A My Internet Gateway Subnet-B My VPN Gateway Public Subnet (ID: Subnet-A) /24 Private Subnet (ID: Subnet-B) /24 Web Server (FIP) Web Server (FIP) DB Server DB Server

41 Quantum L3 : Usecase 3 (Public/2 Private Subnets) Source Destination Target Subnet-A /24 Subnet-B Public Subnet (ID: Subnet-A) /24 Subnet-B /24 Subnet-C Subnet-A My Internet Gateway * Web Server (FIP) Web Server (FIP) *Refers to the ID of a target resource created by the tenant with the following call: create_target(tenantid, name= My Internet Gateway, type_id= Public ) Private Subnet (ID: Subnet-B) /24 Private Subnet (ID: Subnet-C) /24 App Server DB Server DB Server App Server

42 Agenda Background Technical Overview Quantum API Walk thru Services Insertion using Quantum APIs Q&A 42

43 Network Services Insertion It defines the way services will be inserted in the network, and the necessary configuration steps to maintain them up and running along all possible changes on the customers cloud infrastructure 43

44 Network Services Types 1. Single Side Services: Just require one service instance to provide the service and they are mostly deployed at the application server side of the network 2. Symmetric Services: Require one server instance running at each side of the edge routers of the network, one for the client side and one for the server application Network Services Insertion Modes Server Gateway Server Gateway Service Service / Service Clusters In-Path Insertion Out-of- Path Insertion (Redirection) 44

45 Network Services Insertion Model 1. Network Templates Orchestration Building the entire network and all the required components based on templates designed for certain services or a combination of them. 2. On Demand As Dynamic Virtual Machines (VMs) Network services are provided on-demand by Cloud Service Providers and Third party entities through Network APIs (Quantum) 45

46 Network Services Insertion - On Demand Model 1. Cloud Service Providers (CSPs) deploy and administrate services 46

47 Network Services Insertion - On Demand Model 2. Tenants deploy and administrate services 47

48 Network Services Insertion - On Demand Model 3. Cloud Service Providers deploy and maintain services but tenants administrate their functionality 48

49 Use Case 1: Single In-Path Service Insertion create_network (tenant_id, net_name) network-x create_network (tenant_id, net_name) network-y create_multiport (net_id, number_ports, tenant_id) Firewall Creates the new networks and necessary ports euca-run-instances (Firewall) euca-run-instances (Tenant VMs) Instantiate both services from VM images plug_iface (tenent_id, net_id, port_id) From FW to Net-X plug_iface (tenent_id, net_id, port_id) From FW to Net-Y plug_iface (tenent_id, net_id, port_id) From Net-Y to VMs plug_iface (tenent_id, net_id, port_id) From Net-X to GW Re-connects Network X and V as well as the new services 49

50 Use Case 2: Multiple In-Path Services Insertion 50

51 Use Case 2: Multiple In-Path Services Insertion create_network (net_name, tenant_id) network-g create_network (net_name, tenant_id) network-f create_multiport (net_id, number_ports, tenant_id) Firewall create_multiport (net_id, number_ports, tenant_id) Wan Opt Creates the new networks and necessary ports unplug_iface (tenent_id, net_id, port_id) network-x unplug_iface (tenent_id, net_id, port_id) network-v Unplugging interfaces between the GW and Network X and V euca-run-instances (Firewall) euca-run-instances (Wan Opt) Instantiate both services from VM images 51

52 Use Case 2: Multiple In-Path Services Insertion plug_iface (tenent_id, net_id, port_id) From Net-V to FW plug_iface (tenent_id, net_id, port_id) From Net-F to FW plug_iface (tenent_id, net_id, port_id) From Net-G to FW plug_iface (tenent_id, net_id, port_id) From Net-X to Web Opt plug_iface (tenent_id, net_id, port_id) From Wan Opt to Net-F plug_iface (tenent_id, net_id, port_id) From Net-G to GW Re-connects Network X and V as well as the new services Management Best Practices: create_network (net_name, tenant_id) management-network create_multiport (net_id, number_ports, tenant_id) plug_iface (tenent_id, net_id, port_id) Firewall plug_iface (tenent_id, net_id, port_id) Web Opt 52

53 Services Insertion Utility 53

54 Service Insertion Utility insert_inpath_service <tenant_id> <service_image_id> <management_net_name> <northbound_net_name> <southbound_net_name> delete_service <tenant_id> <service_instance_id> connect_vm <tenant_id> <vm_image_id> <service_instance_id> disconnect_vm <vm_instance_id> Reference: 54

55 Questions? 55

56 Complete Your Online Session Evaluation Give us your feedback and you could win fabulous prizes. Winners announced daily. Receive 20 Passport points for each session evaluation you complete. Complete your session evaluation online now (open a browser through our wireless network to access our portal) or visit one of the Internet stations throughout the Convention Center. Don t forget to activate your Cisco Live Virtual account for access to all session material, communities, and on-demand and live activities throughout the year. Activate your account at the Cisco booth in the World of Solutions or visit 56

57 Final Thoughts Get hands-on experience with the Walk-in Labs located in World of Solutions, booth 1042 Come see demos of many key solutions and products in the main Cisco booth 2924 Visit after the event for updated PDFs, ondemand session videos, networking, and more! Follow Cisco Live! using social media: Facebook: Twitter: LinkedIn Group: 57

58

59 Backup Slides

60 OpenStack Authentication Architecture OpenStack Nova nova-api (EC2, OS, Admin) Swift object-api Glance glance-api Keystone Service & Admin API s identity token Catalog Policy Service Backends (KVS, SQL, PAM, Templated) 60

61 OpenStack Image Service Architecture OpenStack Swift Nova object-api Keystone nova-api (EC2, OS, Admin) Service API Glance Glance API Server (glace-api) SQL Registry Server Store Adapter S3 Store HTTP Store Swift Store Filesystem Store 61

62 OpenStack Compute Architecture OpenStack Users Nova nova-api (EC2, OS, Admin) Scheduler (nova-scheduler) Message Queue (RabbitMQ) Compute Worker(s) (nova-compute) Network Controller(s) (nova-network) Volume Worker(s) (nova-volume) Data Store Computer Programs glance-api object-api Service API Glance Swift Keystone 62

63 OpenStack Software Architecture OpenStack Other OpenStack Projects project-api Nova nova-api (EC2, OS, Admin) Glance glance-api object-api Swift 63

64 OpenStack Software Architecture OpenStack Other OpenStack Projects project-api Nova nova-api (EC2, OS, Admin) Glance glance-api object-api Swift 64

65 OpenStack Software Architecture OpenStack Other OpenStack Projects project-api Nova nova-api (EC2, OS, Admin) Glance glance-api object-api Swift 65

66 OpenStack Software Architecture OpenStack Other OpenStack Projects project-api Nova nova-api (EC2, OS, Admin) Glance glance-api object-api Swift 66

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

UCS Technical Deep Dive: Getting to the Heart of the Matter

UCS Technical Deep Dive: Getting to the Heart of the Matter UCS Technical Deep Dive: Getting to the Heart of the Matter Session ID Agenda Introductions UCS Architecture, Innovations, Topology Physical Building Blocks Logical Building Blocks Typical Use Cases (Live

More information

UCS Management Architecture Deep Dive

UCS Management Architecture Deep Dive UCS Management Architecture Deep Dive Agenda Introductions UCS Architecture, Innovations, Topology Physical Building Blocks Logical Building Blocks Typical Use Cases (Live UCS Demo) Programmable Infrastructure

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

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

UCS Management Deep Dive

UCS Management Deep Dive UCS Management Deep Dive Jeff Silberman UCS Technical Marketing Engineer 2 Agenda Introductions UCS Architecture, Innovations, Topology Physical Building Blocks Logical Building Blocks Typical Use Cases

More information

Using Advanced Features on Cisco UCS Dan Hanson, Technical Marketing Manager, Data Center Group

Using Advanced Features on Cisco UCS Dan Hanson, Technical Marketing Manager, Data Center Group Using Advanced Features on Cisco UCS Dan Hanson, Technical Marketing Manager, Data Center Group 2 UCS Bundled Upgrades Useful for Staging, Labs, and Non Productions This does a very quick fast upgrade

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

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

OPENSTACK: THE OPEN CLOUD

OPENSTACK: THE OPEN CLOUD OPENSTACK: THE OPEN CLOUD Anuj Sehgal (s.anuj@jacobs-university.de) AIMS 2012 Labs 04 June 2012 1 Outline What is the cloud? Background Architecture OpenStack Nova OpenStack Glance 2 What is the Cloud?

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

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

Automation of Application Centric Infrastructure (ACI) with Cisco UCS Director

Automation of Application Centric Infrastructure (ACI) with Cisco UCS Director Automation of Application Centric Infrastructure (ACI) with Cisco UCS Director Raju Penmetsa @RajuPenmetsa1 Data Center Group Agenda IT Complexity Solution for ACI Automation Cisco UCS Director Application

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

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

Hybrid Cloud Networking

Hybrid Cloud Networking Hybrid Cloud Networking ITMCCS-2580 Follow us on Twitter for real time updates of the event: @ciscoliveeurope, #CLEUR Housekeeping We value your feedback- don't forget to complete your online session evaluations

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

Data Center/Virtualization and the Cloud: Impact on the Evolution of Training and Certification

Data Center/Virtualization and the Cloud: Impact on the Evolution of Training and Certification Data Center/Virtualization and the Cloud: Impact on the Evolution of Training and Certification BRKCCIE1001 Agenda Challenges and opportunities for an industry in transition Alignment to the larger Cisco

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

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

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 642-999 Title : Implementing Cisco Data Center Unified Computing Vendor : Cisco Version : DEMO Get Latest

More information

Intercloud Fabric. Session ID 18PT. Michael Petersen, CCIE #39836 Systems Engineer, Cisco Danmark

Intercloud Fabric. Session ID 18PT. Michael Petersen, CCIE #39836 Systems Engineer, Cisco Danmark Fabric Session ID 18PT Michael Petersen, CCIE #39836 Systems Engineer, Cisco Danmark Agenda Why Hybrid? What are the Challenges? and Cisco Fabric Solution and Architecture Overview Cisco ONE Summary, Q&A

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

Cisco Virtual Application Container Services 2.0 Lab v1

Cisco Virtual Application Container Services 2.0 Lab v1 Cisco Virtual Application Container Services 2.0 Lab v1 Last Updated: 02-SEP-2015 About This Solution Cisco Virtual Application Container Services (VACS) enables simplified deployment of Secure Application

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

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

Cisco Nexus 1000V InterCloud

Cisco Nexus 1000V InterCloud Deployment Guide Cisco Nexus 1000V InterCloud Deployment Guide (Draft) June 2013 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. Page 1 of 49 Contents

More information

Borderless Networks. Tom Schepers, Director Systems Engineering

Borderless Networks. Tom Schepers, Director Systems Engineering Borderless Networks Tom Schepers, Director Systems Engineering Agenda Introducing Enterprise Network Architecture Unified Access Cloud Intelligent Network & Unified Services Enterprise Networks in Action

More information

UCS Management Deep Dive

UCS Management Deep Dive UCS Management Deep Dive Jason Shaw Cisco UCS Technical Marketing Engineer Agenda Introductions UCS Architecture, Topology Physical Building Blocks Logical Building Blocks Policy Driven Management UCS

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

New Cloud Automation Strategies for Infrastructure as a Service and Beyond

New Cloud Automation Strategies for Infrastructure as a Service and Beyond New Cloud Automation Strategies for Infrastructure as a Service and Beyond BRKSPG-2305 2 Cisco enables a world of many clouds connecting people and organizations within a cloud, between clouds, and beyond

More information

Cisco Cloud Architecture with Microsoft Cloud Platform Peter Lackey Technical Solutions Architect PSOSPG-1002

Cisco Cloud Architecture with Microsoft Cloud Platform Peter Lackey Technical Solutions Architect PSOSPG-1002 Cisco Cloud Architecture with Microsoft Cloud Platform Peter Lackey Technical Solutions Architect PSOSPG-1002 Agenda Joint Cisco and Microsoft Integration Efforts Introduction to CCA-MCP What is a Pattern?

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

Cisco UCS Director and ACI Advanced Deployment Lab

Cisco UCS Director and ACI Advanced Deployment Lab Cisco UCS Director and ACI Advanced Deployment Lab Michael Zimmerman, TME Vishal Mehta, TME Agenda Introduction Cisco UCS Director ACI Integration and Key Concepts Cisco UCS Director Application Container

More information

Evolution with End-to-End Data Center Virtualization

Evolution with End-to-End Data Center Virtualization Evolution with End-to-End Data Center Virtualization Yves Louis DC Virtualisation Technical Solution Architect Agenda Data Center Virtualization Overview Front-End Data Center Virtualization Core Layer

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

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

Multi-Cloud and Application Centric Modeling, Deployment and Management with Cisco CloudCenter (CliQr)

Multi-Cloud and Application Centric Modeling, Deployment and Management with Cisco CloudCenter (CliQr) Multi-Cloud and Application Centric Modeling, Deployment and Management with Cisco CloudCenter (CliQr) Jeremy Oakey - Sr. Director, Technical Marketing & Integrations BRKCLD-2008 Agenda Introduction Architecture

More information

Architecting Scalable Clouds using VXLAN and Nexus 1000V

Architecting Scalable Clouds using VXLAN and Nexus 1000V Architecting Scalable Clouds using VXLAN and Nexus 1000V Lawrence Kreeger Principal Engineer Agenda Session Is Broken Into 3 Main Parts Part 1: VXLAN Overview What is a VXLAN? Why VXLANs? What is VMware

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

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

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

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

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

OpenStack Lab on VMware Workstation Setting up the All-In-One VM

OpenStack Lab on VMware Workstation Setting up the All-In-One VM OpenStack Lab on VMware Workstation Setting up the All-In-One VM In our first post, we got to the start of the OpenStack install using the Rackspace Private Cloud ISO (Alamo). Because we had to set up

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

VMware Integrated OpenStack Quick Start Guide

VMware Integrated OpenStack Quick Start Guide VMware Integrated OpenStack Quick Start Guide VMware Integrated OpenStack 1.0.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

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

OpenStack Technology Review & Demo

OpenStack Technology Review & Demo OpenStack Technology Review & Demo Egan Ford IBM Distinguished Engineer egan@us.ibm.com PPT s and Videos: http://xmission.com/~egan/cloud/! 2 Agenda IBM SmartCloud and OpenStack Cloud Taxonomy Some OpenStack

More information

Cisco Enterprise Cloud Suite Overview Cisco and/or its affiliates. All rights reserved.

Cisco Enterprise Cloud Suite Overview Cisco and/or its affiliates. All rights reserved. Cisco Enterprise Cloud Suite Overview 2015 Cisco and/or its affiliates. All rights reserved. 1 CECS Components End User Service Catalog SERVICE PORTAL Orchestration and Management UCS Director Application

More information

Table of Contents HOL-PRT-1305

Table of Contents HOL-PRT-1305 Table of Contents Lab Overview... 2 - Abstract... 3 Overview of Cisco Nexus 1000V series Enhanced-VXLAN... 5 vcloud Director Networking and Cisco Nexus 1000V... 7 Solution Architecture... 9 Verify Cisco

More information

UCS Engineering Details for the SAN Administrator

UCS Engineering Details for the SAN Administrator UCS Engineering Details for the SAN Administrator Craig Ashapa 2 First things first: debunking a myth Today (June 2012 UCS 2.02m) there is no FCoE northbound of UCS unless you really really really want

More information

Building a Big IaaS Cloud. David /

Building a Big IaaS Cloud. David / Building a Big IaaS Cloud David Nalley @ke4qqq ke4qqq@apache.org / david@gnsa.us #whoami Recovering Sysadmin F/LOSS contributor Committer on Apache CloudStack Assumptions You have a need for an IaaS compute

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

Minimal OpenStack Starting Your OpenStack Journey

Minimal OpenStack Starting Your OpenStack Journey Minimal OpenStack Starting Your OpenStack Journey Sean Dague / Aug 19th, 2015 Twitter: @sdague Blog: dague.net The Mission of OpenStack "To produce the ubiquitous Open Source Cloud Computing platform that

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

Integrating Cisco UCS with Cisco ACI

Integrating Cisco UCS with Cisco ACI Integrating Cisco UCS with Cisco ACI Marian Klas, mklas@cisco.com Systems Engineer Data Center February 2015 Agenda: Connecting workloads to ACI Bare Metal Hypervisors UCS & APIC Integration and Orchestration

More information

Introduction to Cisco Virtual Topology System DP Ayyadevara, Product Manager, Cloud Virtualization Cisco PSOSDN-1050

Introduction to Cisco Virtual Topology System DP Ayyadevara, Product Manager, Cloud Virtualization Cisco PSOSDN-1050 Introduction to Cisco Virtual Topology System DP Ayyadevara, Product Manager, Cloud Virtualization Group @ Cisco PSOSDN-1050 Agenda Cisco Data Center SDN Strategy Programmable Fabric with VTS VTS Architecture

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

Software Defined Networks For Service Providers. A Practical Approach

Software Defined Networks For Service Providers. A Practical Approach BRKSPG-3683 Software Defined Networks For Providers. A Practical Approach Michael O Gorman Chief Architect Office C97-693316-00 2011 Cisco and/or its affiliates. All rights reserved. Cisco Confidential

More information

Design Guide for Cisco ACI with Avi Vantage

Design Guide for Cisco ACI with Avi Vantage Page 1 of 23 Design Guide for Cisco ACI with Avi Vantage view online Overview Cisco ACI Cisco Application Centric Infrastructure (ACI) is a software defined networking solution offered by Cisco for data

More information

Apache CloudStack. Sebastien Goasguen Open Source Office,

Apache CloudStack. Sebastien Goasguen Open Source Office, Apache CloudStack Sebastien Goasguen Open Source Office, Citrix @sebgoa IaaS Landscape IaaS is really: A Data Center Orchestrator Data storage Data movement Data processing That can: Handle failures Support

More information

Orchestrating the Cloud Infrastructure using Cisco Intelligent Automation for Cloud

Orchestrating the Cloud Infrastructure using Cisco Intelligent Automation for Cloud Orchestrating the Cloud Infrastructure using Cisco Intelligent Automation for Cloud 2 Orchestrate the Cloud Infrastructure Business Drivers for Cloud Long Provisioning Times for New Services o o o Lack

More information

CLOUD INFRASTRUCTURE ARCHITECTURE DESIGN

CLOUD INFRASTRUCTURE ARCHITECTURE DESIGN CLOUD INFRASTRUCTURE ARCHITECTURE DESIGN Dan Radez OpenStack Red Hat Brad Ascar CloudForms Red Hat Agenda Red Hat OpenStack Platform Installation OpenStack Architecture Highly Available OpenStack Red Hat

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

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

Pradeep Kathail Chief Software Architect Network Operating Systems Technology Group, Cisco Systems Inc.

Pradeep Kathail Chief Software Architect Network Operating Systems Technology Group, Cisco Systems Inc. Pradeep Kathail Chief Software Architect Network Operating Systems Technology Group, Cisco Systems Inc. March 4 th, 2014 2012 2010 Cisco and/or its affiliates. All rights reserved. 1 2012 Cisco and/or

More information

OpenStack. Architecture and Operation. OpenStack Tutorial Day 2. Kasidit Chanchio Vasabilab, Thammasat University

OpenStack. Architecture and Operation. OpenStack Tutorial Day 2. Kasidit Chanchio Vasabilab, Thammasat University OpenStack Architecture and Operation OpenStack Tutorial Day 2 Kasidit Chanchio Vasabilab, Thammasat University How OpenStack Components work Components in our focuses: Keystone Nova Glance Networking Orchrestration

More information

Preparing for Installation

Preparing for Installation This chapter contains the following sections: Preparing the Configuration and Mapping Files, page 1 OpenStack Charm s, page 1 Cisco Nexus 1000V for KVM VSM Charm s, page 3 Cisco Nexus 1000V for KVM VEM

More information

Introducing Cisco Cloud Administration CLDADM v1.0; 5 Days; Instructor-led

Introducing Cisco Cloud Administration CLDADM v1.0; 5 Days; Instructor-led Introducing Cisco Cloud Administration CLDADM v1.0; 5 Days; Instructor-led Course Description Introducing Cisco Cloud Administration (CLDADM) is a new 5-day ILT course designed to help students prepare

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

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

What s New with VMware vcloud Director 8.0

What s New with VMware vcloud Director 8.0 Feature Overview TECHNICAL WHITE PAPER Table of Contents What s New with VMware....3 Support for vsphere 6.0 and NSX 6.1.4....4 VMware vsphere 6.0 Support...4 VMware NSX 6.1.4 Support....4 Organization

More information

Baremetal with Apache CloudStack

Baremetal with Apache CloudStack Baremetal with Apache CloudStack ApacheCon Europe 2016 Jaydeep Marfatia Cloud, IOT and Analytics Me Director of Product Management Cloud Products Accelerite Background Project lead for open source project

More information

CCNP Voice: Implementing CUCM 8.0 Josh Finke, CCIE#25707

CCNP Voice: Implementing CUCM 8.0 Josh Finke, CCIE#25707 CCNP Voice: Implementing CUCM 8.0 Josh Finke, CCIE#25707 josh.finke@ironbow.com Agenda Session Objectives and Scope CIPT1 Exam Information and Blueprint Overview Study Methodology Exam Topic Headings Sample

More information

PrepAwayExam. High-efficient Exam Materials are the best high pass-rate Exam Dumps

PrepAwayExam.   High-efficient Exam Materials are the best high pass-rate Exam Dumps PrepAwayExam http://www.prepawayexam.com/ High-efficient Exam Materials are the best high pass-rate Exam Dumps Exam : 300-160 Title : Designing Cisco Data Center Unified Computing Vendor : Cisco Version

More information

Extend your datacenter with the power of Citrix Open Cloud

Extend your datacenter with the power of Citrix Open Cloud Extend your datacenter with the power of Citrix Open Cloud Peter Leimgruber Sr. SE Datacenter & Networking, CE Mikael Lindholm Sr. SE XenServer & Cloud, EMEA Sales Dev Agenda Cloud Expectations and reality

More information

Migration from Classic DC Network to Application Centric Infrastructure

Migration from Classic DC Network to Application Centric Infrastructure Migration from Classic DC Network to Application Centric Infrastructure Kannan Ponnuswamy, Solution Architect, Cisco Advanced Services Acronyms IOS vpc VDC AAA VRF STP ISE FTP ToR UCS FEX OTV QoS BGP PIM

More information

Virtual Desktop Infrastructure Mercer University

Virtual Desktop Infrastructure Mercer University Virtual Desktop Infrastructure Mercer University Shane Milam Executive Director, Technology Infrastructure 2 The University Faith-based institution of higher learning that seeks to achieve excellence and

More information

Cisco Application Centric Infrastructure and Microsoft SCVMM and Azure Pack

Cisco Application Centric Infrastructure and Microsoft SCVMM and Azure Pack White Paper Cisco Application Centric Infrastructure and Microsoft SCVMM and Azure Pack Introduction Cisco Application Centric Infrastructure (ACI) is a next-generation data center fabric infrastructure

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

CISCO EXAM QUESTIONS & ANSWERS

CISCO EXAM QUESTIONS & ANSWERS CISCO 642-999 EXAM QUESTIONS & ANSWERS Number: 642-999 Passing Score: 800 Time Limit: 90 min File Version: 32.5 http://www.gratisexam.com/ Sections 1. Questions 2. Drag & Drop 3. Hot Spot CISCO 642-999

More information

TEN ESSENTIAL NETWORK VIRTUALIZATION DEFINITIONS

TEN ESSENTIAL NETWORK VIRTUALIZATION DEFINITIONS E-Guide TEN ESSENTIAL NETWORK VIRTUALIZATION DEFINITIONS SearchSDN T here is some confusion surrounding as there is no one definition. In this exclusive guide, you ll find ten to help you better understand

More information

Data Center Virtualization Setting the Foundation. Ed Bugnion VP/CTO, Cisco Server, Access and Virtualization Technology Group

Data Center Virtualization Setting the Foundation. Ed Bugnion VP/CTO, Cisco Server, Access and Virtualization Technology Group Data Center Virtualization Setting the Foundation Ed Bugnion VP/CTO, Cisco Server, Access and Virtualization Technology Group I Fought the Law, and the Law Won Sonny Curtis and the Crickets Moore s Law

More information

PSOACI Why ACI: An overview and a customer (BBVA) perspective. Technology Officer DC EMEAR Cisco

PSOACI Why ACI: An overview and a customer (BBVA) perspective. Technology Officer DC EMEAR Cisco PSOACI-4592 Why ACI: An overview and a customer (BBVA) perspective TJ Bijlsma César Martinez Joaquin Crespo Technology Officer DC EMEAR Cisco Lead Architect BBVA Lead Architect BBVA Cisco Spark How Questions?

More information

Hybrid Cloud Solutions

Hybrid Cloud Solutions Hybrid Cloud Solutions with Cisco and Microsoft Innovation Rob Tappenden, Technical Solution Architect rtappend@cisco.com March 2016 Today s industry and business challenges Industry Evolution & Data Centres

More information

Virtual Machine Fabric Extension (VM-FEX)

Virtual Machine Fabric Extension (VM-FEX) Virtual Machine Fabric Extension (VM-FEX) Bringing the Virtual Machines Directly on the Network Dan Hanson, Technical Marketing Manager, Data Center Group, CCIE #4482 2 Agenda What This Session Will Cover

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

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

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

Virtualized Access Layer. Petr Grygárek

Virtualized Access Layer. Petr Grygárek Virtualized Access Layer Petr Grygárek Goals Integrate physical network with virtualized access layer switches Hypervisor vswitch Handle logical network connection of multiple (migrating) OS images hosted

More information

Building Private Cloud Infrastructure

Building Private Cloud Infrastructure Building Private Cloud Infrastructure Matthias Wessendorf Consulting Systems Engineer 20.11.2014 Cloud == FOG?? 3 The Path to Data Center Transformation Application- Based Silos Zones of Virtualization

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

Service Insertion with ACI using F5 iworkflow

Service Insertion with ACI using F5 iworkflow Service Insertion with ACI using F5 iworkflow Gert Wolfis F5 EMEA Cloud SE October 2016 Agenda F5 and Cisco ACI Joint Solution Cisco ACI L4 L7 Service Insertion Overview F5 and Cisco ACI Integration Models

More information

Cloud Computing. Amazon Web Services (AWS)

Cloud Computing. Amazon Web Services (AWS) Cloud Computing What is Cloud Computing? Benefit of cloud computing Overview of IAAS, PAAS, SAAS Types Of Cloud private, public & hybrid Amazon Web Services (AWS) Introduction to Cloud Computing. Introduction

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

Virtual Security Gateway Overview

Virtual Security Gateway Overview This chapter contains the following sections: Information About the Cisco Virtual Security Gateway, page 1 Cisco Virtual Security Gateway Configuration for the Network, page 10 Feature History for Overview,

More information

Cisco Unified Data Center Strategy

Cisco Unified Data Center Strategy Cisco Unified Data Center Strategy How can IT enable new business? Holger Müller Technical Solutions Architect, Cisco September 2014 My business is rapidly changing and I need the IT and new technologies

More information

Cisco HyperFlex Systems

Cisco HyperFlex Systems White Paper Cisco HyperFlex Systems Converting to Cisco Nexus 1000V Distributed Switches for Cisco HyperFlex Virtual Machine Guest and VMware vmotion Networks Author: Hui Chen October 2016 2016 Cisco and/or

More information

Cisco Nexus 1000V InterCloud based Hybrid Cloud Architectures and Approaches

Cisco Nexus 1000V InterCloud based Hybrid Cloud Architectures and Approaches Cisco Nexus 1000V InterCloud based Hybrid Cloud Architectures and Approaches Kapil Bakshi Solutions Architect Session Details - Session Title: Cisco Nexus 1000V InterCloud-based Hybrid Cloud Architectures

More information