Composable IaaS+ and future. Sergey Goncharov Solution Architect, Red Hat

Size: px
Start display at page:

Download "Composable IaaS+ and future. Sergey Goncharov Solution Architect, Red Hat"

Transcription

1 Composable IaaS+ and future Sergey Goncharov Solution Architect, Red Hat 11

2 Red Hat OpenStack Platform Core

3 OpenStack connects two worlds Tenant view Operator view Developers 3 Red Hat OpenStack Platform Administrators

4 Core Components in version 11 (Ocata) DATA PROCESSING TELEMETRY SHARED FILESYSTEM ORCHESTRATION SHARED SERVICES DEPLOYMENT and MANAGEMENT IDENTITY DIRECTOR IaaS+ CEILOMETER SAHARA STORAGE COMPUTE NETWORKING BLOCK IMAGE OBJECT GLANCE SWIFT KEYSTONE HEAT MANILA BARE-METAL PROVISIONING DASHBOARD IaaS NOVA CINDER NEUTRON IRONIC HORIZON Certified Red Hat OpenStack Platform plugins: 4 Red Hat OpenStack Platform TRIPLEO

5 OpenStack connects two worlds Tenant view the actual OpenStack IaaS user Limited by what the Operator decides to offer in that cloud Operator view often the same role that has root access to the systems Combines configuration files and API actions to create a working environment for his tenants. Tenant view Operator view 5 Red Hat OpenStack Platform

6 OpenStack connects two worlds Both can use Horizon, the CLI tools, a library (such as os_cloud in Ansible or boto in Python) or directly the API using HTTP and JSON/XML via curl/wget. OpenStack policy engine (Policy.json in Keystone) will filter which API calls require administrative privileges (i.e. the operator) or regular tenant privileges. The use of Keystone Domains (in v3) allows an intermediate role: domain_admin CloudForms also offers a Cloud Admin view and a User Portal with the available services. 6 Red Hat OpenStack Platform

7 Red Hat OpenStack Platform Composable IaaS and Director

8 Red Hat OpenStack Platform Director API driven deployment (and management) of Red Hat OpenStack Platform. Safely upgrade and update production OpenStack deployments with modular roles and upgrades. Integrated Ansible-based validations and upgrade logic. Configuration stored as YAML code; Operators can configure the datacenter's attributes accordingly (e.g VLAN, IP ranges). CLI based on standard OpenStack interfaces. Leverages best practices and reference architectures from our extensive field experience. Out-of-the-box Control Plane HA thanks to Pacemaker. External load balancer support. Ceph deployment and configuration as storage backend. Can connect to existing Ceph. Co-locate storage components on compute infrastructure - deploy Ceph OSD's on compute hosts from Director with full production support and tuning advise. Supported partner hardware integration (Ironic, Cinder, Neutron) Cisco UCS, Dell, Intel, HP, Fujitsu, SeaMicro, and Open CloudServer Cisco Nexus 1000v (networking) and other SDNs Netapp Data ONTAP (Cinder storage) and other Storage 8 Red Hat OpenStack Platform

9 Director: building scalable clouds Scales to hundreds of nodes, automating the whole hardware lifecycle. Pattern-based automatic discovery and selection of appropriate nodes from hardware inventory. Automatic Health Check can execute performance test before deployment to identify possible misconfigurations or faulty servers. Ability to validate installation post deployment using Tempest and Ansible scripting Easy to scale up and down - add compute and storage capacity (see deployment limits) Enhanced management via CloudForms, for both tenants and administrators. Increasing support for GUI-based deployments using the director UI. Flexibility to deploy HA services independently increasing architectural flexibility. Nova EC2 API deployable from director as a custom role. 9 Red Hat OpenStack Platform

10 Director Validations (Undercloud) Ansible-driven solution to catch potential hardware, networking and deployment issues - reduces deployment failures Simplify the burden on IT staff by providing recommended configuration solution settings when issues are detected Help customers to achieve production-ready deployments through entire process Pre-installation (prior to starting deployment) Post-installation (checks after deployment) 10 Upstream project: CLI and GUI compatability Red Hat OpenStack Platform

11 Default Roles 5 default roles cover the majority of deployment requirements: Controller Compute BlockStorage (cinder) CephStorage (OSD) ObjectStorage (Swift) Operators can easily customize and create their own roles! Further tuning available as post-installation scripts 11 Red Hat OpenStack Platform

12 Composable Roles and Custom Services Distribute services to individual nodes or group in ways specific to your data center and architecture requirements. 12 Red Hat OpenStack Platform

13 Composable Roles and HA Services MyController MyDatabase MyMessage HA Proxy Galera Cinder-vol Redis... RabbitMQ HA-managed (ie pacemaker) services can now be placed outside controller using a custom role. Still a single, primary pacemaker cluster per deployment; all constraints and cluster logic is managed for you. Flexibility in architectures for security, load, scale. Please note: Changing pacemaker-managed services in a running overcloud should only be done in consultation with Red Hat support services. 13 Red Hat OpenStack Platform

14 Composable Upgrades Each service's Heat template now has an upgrade_tasks parameter as part of its outputs section. This is a block of Ansible formatted code to handle all the upgrade procedures. Each Ansible task receives a tag value to allow heat to step through the code and execute in the correct order. Tags define an order of operations for running the tasks, ensuring full control of upgrades across services. Director puppet/services/service.yaml 14 Red Hat OpenStack Platform Outputs:... upgrade_tasks: - name: Check pacemaker cluster running before upgrade tags: step0,validation pacemaker_cluster: state=online check_and_fail=true async: 30 poll: 4 - name: Stop pacemaker cluster tags: step2 pacemaker_cluster: state=offline - name: Start pacemaker cluster tags: step4 pacemaker_cluster: state=online - name: Check pacemaker resource tags: step4 pacemaker_is_active: resource: "{{ item }}" max_wait: 500 with_items: {get_param: PacemakerResources} - name: Check pacemaker haproxy resource tags: step4 pacemaker_is_active: resource: haproxy max_wait: 500 when: {get_param: EnableLoadBalancer}

15 Composable Upgrades Director major_upgrade_steps.j2.yaml puppet/services/service.yaml Heat will iterate through the roles and services and join all the upgrade_tasks together into a playbook. It then executes the plays, by tag, moving through the upgrade procedure in the correct order. Service upgrades can be batched but default to one at a time. 15 Red Hat OpenStack Platform... # Upgrade Steps for all roles {%- for step in range(0, upgrade_steps_max) %} # Config resources for step {{step}} {%- for role in roles %} {{role.name}}upgradeconfig_step{{step}}: type: OS::TripleO::UpgradeConfig # The UpgradeConfig resources could actually be created without # serialization, but the event output is easier to follow if we # do, and there should be minimal performance hit (creating the # config is cheap compared to the time to apply the deployment). {%- if step > 0 %} {%- if role in enabled_roles %} depends_on: - {{role.name}}upgrade_step{{step -1}} {%- endif %} {%- endif %} properties: UpgradeStepConfig: {get_param: [role_data, {{role.name}}, upgrade_tasks]} step: {{step}} {%- endfor %}

16 Composable Upgrades Roles can be blocked from automated upgrade by using the disable_upgrade_deployment: True option in their role definition. By default Compute and ObjectStorage have this value set. Roles Controller CephStorage BlockStorage Etc major_upgrade_steps.j2.yaml Tag puppet/services/service.yaml ObjectStorage disable_upgrade_deployment: True Compute 16 Red Hat OpenStack Platform

17 Deploy new roles to running Overcloud Base Custom Post-deploy Roles can be deployed independently after initial deployment Allows for more scale out and customized architectures Cannot remove services from old roles; this is for addition only Please note: Changing pacemaker-managed services in a running overcloud should only be done in consultation with Red Hat support services. 17 Red Hat OpenStack Platform

18 NFV Installations with Director Director allows an operator to define advanced resource partitioning at deploy time with control of: NUMA/CPU pinning, Hugepages, IRQ isolation, SR-IOV, OVS+DPDK all via composable roles. SR-IOV Deployment (DPDK guest) 18 Red Hat OpenStack Platform OVS+DPDK Deployment (DPDK guest)

19 WIP

20 Implement Keystone Trusts for Glance Image store trust 4. trust_id Keystone In some cases Glance has long running operations for things such as large images or complex operations that outlive the time granted to a user token. If a user token has expired any request initiated by Glance which needs a valid user token will fail. This causes the original user s request to also fail, even though the token was originally valid when passed to Glance. In Red Hat OpenStack Platform 11 Glance introduces the use of Keystone Trusts to maintain this authentication and avoid token expiration. 3. trust_id 2. trust 1. Image 20 Red Hat OpenStack Platform How this works 1. Glance receives request for image upload. 2. Before upload begins Glance creates a trust with knowledge of token, roles, project, trustees 3. Glance gets token and trust_id and keeps for entire operation. Image upload is initiated. 4. If further authentication is required Glance requests the new token using the trust_id 5. The upload operation completes.

21 Co-Locate Ceph on Nova Compute Ceph compute co-location is now fully supported in production using composable roles and with increased documentation Co-locates Ceph OSDs on the Compute nodes - Useful for NFV use cases - Reduce hardware requirements - Requires performance tuning Updated Reference architecture Support for both converged and non-converged infra using custom roles 21 Red Hat OpenStack Platform

22 Features in Tech Preview* Storage features available but not fully supported yet. Not for use in production environments. RBD Cinder Volume Replication driver Cinder support for Ceph RBD Mirroring Uses latest Cinder replication API Support for DR more easily from API Cinder active/active service Run more than one Cinder service at a time Increase SLA and throughput Numerous improvements to Cinder Cinder Replication Cinder HA CephFS Native Driver Enhancements Manila Increases integration between Ceph and Manila. Read-only share support LBaaS v2 Octavia Implements LBaaS v2 via Virtual Machines. Deployed via Director Moving out of Neutron into standalone project *Tech Preview features are subject to change in GA release 22 Red Hat OpenStack Platform Red Hat Open

23 SR-IOV Partitions high-performance network cards (NIC) in Virtual Functions (VF), each with its own PCI IDs. Some NICs support hardware-based VLAN tagging and other offload techniques (IOMMU, etc) Nova doesn t understand SRIOV VFs, so in the past it could only perform a basic PCI Passthrough With Neutron, we can perform two things (not simultaneously, mutually exclusive) VF passthrough: Nova tells KVM to passthrough all IO from a VM to the unique PCI ID of the VF. Each active VM gets a fraction of NIC bandwidth PF passthrough: Nova will only allow one VM to use the NIC, thanks to passthrough of the root PCI ID. That VM gets all the physical bandwidth VM must use the NIC-specific driver. 23 Red Hat OpenStack Platform

24 DPDK-Accelerated OVS The Hypervisor now has a user-space only version of OVS accelerated by DPDK, transparent to tenants. It s an alternative to classical OVS (kernel datapath) It allocates a NIC and a CPU to execute the Poll Mode Driver, bypassing the kernel, dramatically increasing the overall performance It achieves maximum throughput with low latency, even with small packet sizes, for both net-to-vm (uses VFIO) and VM-toVM traffic (uses virtio vhost-user) Requires hugepages and CPU pinning No security-groups, linux-bridge, QoS, etc Flat or VLAN only. VXLAN not recommended Only certain NICs supported 24 Red Hat OpenStack Platform

25 OVS and DPDK Versions in Red Hat OpenStack Platform 11 DPDK Designated as a Long Term Support release (LTS) DPDK Brings NUMA-awareness to openvswitch-dpdk by upstream (does not affect OSP release cycle). Backported by Red Hat for ovs-dpdk (replacing DPDK 16.07) is the base release for all DPDK stable releases and guarantees a two-year upstream maintenance cycle. deployments. Virtual host devices comprise of multiple different types of memory which should all be allocated to the same physical node uses NUMA awareness to achieve this in some of the following ways: advanced supporte d intelligent OVS 2.6 Maintains currency and ensures feature set is updated. Paves the way for future performance improvements, enhancements and OVN support. 25 Red Hat OpenStack Platform removes the requirement for a single device-tracking node which often created performance issues by splitting memory allocations when VMs were not on that node. NUMA ID s can now be dynamically derived and that information used by DPDK to correctly place all memory types on the same node. DPDK now sends NUMA node information for a guest directly to OVS allowing OVS to allocate memory more easily on the correct node removes the requirement for poll mode driver (PMD) threads to be on cores of the same NUMA node. PMDs can now be on the same node as a device s memory allocations.

26 VLAN-Aware VMs Full Support A VLAN aware VM is an OpenStack instance with multiple VLANs presented to it on a single virtual network interface card (vnic). This is known as a Neutron TrunkPort. A Neutron TrunkPort is a subport to a normal Neutron port; each subport can carry a unique VLAN. The parent port then becomes a trunk, delivering the subport VLANs to the VM on a single interface. There are multiple use cases for this functionality, ranging from ease of operations around instance management to NFV VNF network isolation requirements. 26 Red Hat OpenStack Platform

27 VLAN-Aware VMs Full Support With Subports each VLAN can be presented to the instance via its own tagged interface. This greatly reduces complexity around the management of the instance. 27 Red Hat OpenStack Platform Image: Create Commons:

28 Ironic Highlights New ironic inspector plugin processes Link Discovery Protocol (LLDP) packets during introspection. Data is stored in Swift and can be used to see state and configuration of network equipment. This helps to greatly reduce deployment issues around network configuration and troubleshooting. Ironic services for the Overcloud now support deployment in a composable role. Resource intensive services can be placed on their own servers if required. pxe_ssh, used for power management of virtual servers in lab environments is now deprecated and replaced with VirtualBMC. This allows operators to use an ipmi-like interface with virtual hosts, improving ease of use of lab and non-production deployments and ensuring more correlation of procedure between production and non-production. The Ironic CLI gains graceful shutdown and NMI support. This allows baremetal to tenant users the ability to better control physical hardware power requirements. 28 Red Hat OpenStack Platform "switch_port_mtu": 9216, "switch_port_id": "554", "switch_port_physical_capabilities": [ "1000BASE-T fdx", "100BASE-TX fdx", "100BASE-TX hdx", "switch_system_name": "sw01-dist-1bb12.rdu2", "switch_port_link_aggregation_enabled": false, "switch_port_link_aggregation_support": true, "switch_system_description": "Juniper Networks, Inc. ex t, version 12.3R6.6 Build date: :38:30

29 VMWare support Red Hat OpenStack Platform supports the VMware vcenter hypervisor driver. See the VMware Integration Guide Networking must be provided by a combination of either Neutron/NSX or Neutron/Nuage Red Hat does not provide support for other Compute virtualization drivers such as the deprecated VMware "direct-to-esx" hypervisor, and non-kvm libvirt hypervisors. 29 Red Hat OpenStack Platform

30 THANK YOU plus.google.com/+redhat facebook.com/redhatinc linkedin.com/company/red-hat twitter.com/redhatnews youtube.com/user/redhatvideos

DEPLOYING NFV: BEST PRACTICES

DEPLOYING NFV: BEST PRACTICES DEPLOYING NFV: BEST PRACTICES Rimma Iontel Senior Cloud Architect, Cloud Practice riontel@redhat.com Julio Villarreal Pelegrino Principal Architect, Cloud Practice julio@redhat.com INTRODUCTION TO NFV

More information

OPENSTACK Building Block for Cloud. Ng Hwee Ming Principal Technologist (Telco) APAC Office of Technology

OPENSTACK Building Block for Cloud. Ng Hwee Ming Principal Technologist (Telco) APAC Office of Technology OPENSTACK Building Block for Cloud Ng Hwee Ming Principal Technologist (Telco) APAC Office of Technology ABOUT RED HAT FROM COMMUNITY TO PRODUCT STABILIZ E INTEGRAT E PARTICIPATE INTEGRAT E STABILIZ E

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

Contrail Cloud Platform Architecture

Contrail Cloud Platform Architecture Contrail Cloud Platform Architecture Release 10.0 Modified: 2018-04-04 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net Juniper Networks, the Juniper

More information

Red Hat OpenStack Platform 10

Red Hat OpenStack Platform 10 Red Hat OpenStack Platform 10 Network Functions Virtualization Planning Guide Planning for NFV in Red Hat OpenStack Platform 10 Last Updated: 2018-03-01 Red Hat OpenStack Platform 10 Network Functions

More information

Contrail Cloud Platform Architecture

Contrail Cloud Platform Architecture Contrail Cloud Platform Architecture Release 13.0 Modified: 2018-08-23 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net Juniper Networks, the Juniper

More information

CLOUD ARCHITECTURE & PERFORMANCE WORKLOADS. Field Activities

CLOUD ARCHITECTURE & PERFORMANCE WORKLOADS. Field Activities CLOUD ARCHITECTURE & PERFORMANCE WORKLOADS Field Activities Matt Smith Senior Solution Architect Red Hat, Inc @rhmjs Jeremy Eder Principal Performance Engineer Red Hat, Inc @jeremyeder CLOUD ARCHITECTURE

More information

Technical Overview. Ted Brunell Principal Solution Architect, DoD

Technical Overview. Ted Brunell Principal Solution Architect, DoD Technical Overview 10 Ted Brunell Principal Solution Architect, DoD Programs @DoDCloudGuy tbrunell@redhat.com A Technical Overview in Four Steps Core 2 Red Hat OpenStack Platform Director Integration Advanced

More information

SUBSCRIPTION OVERVIEW

SUBSCRIPTION OVERVIEW RED HAT OPENSTACK PLATFORM SUBSCRIPTION OVERVIEW TECHNOLOGY OVERVIEW INTRODUCTION This overview outlines your Red Hat OpenStack Platform subscription options to help you choose the best solution for your

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

"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

Ocata, Integrations and NFV. Sergey Goncharov Solution Architect, Red Hat

Ocata, Integrations and NFV. Sergey Goncharov Solution Architect, Red Hat Ocata, Integrations and NFV Sergey Goncharov Solution Architect, Red Hat sgonchar@redhat.com 11 Red Hat OpenStack Platform Ocata Core Components in version 11 (Ocata) DATA PROCESSING TELEMETRY SHARED FILESYSTEM

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

(Em)Powering Open Hardware with Open Source Software

(Em)Powering Open Hardware with Open Source Software (Em)Powering Open Hardware with Open Source Software Thomas Cameron, RHCA Cloud Strategist Greg Jones, RHCE Cloud Specialist Senior Solutions Architect Founding Member, CloudForms Tiger Team We have YubiKeys

More information

Analyzing Performance of OpenStack with Grafana Dashboards

Analyzing Performance of OpenStack with Grafana Dashboards Analyzing Performance of OpenStack with Grafana Dashboards GrafanaCon EU 2018 Alex Krzos Senior Software Engineer March 2nd 2018 Agenda What is OpenStack Example Perf and Scale Analysis What is the problem?

More information

HPE Helion OpenStack Carrier Grade 1.1 Release Notes HPE Helion

HPE Helion OpenStack Carrier Grade 1.1 Release Notes HPE Helion HPE Helion OpenStack Carrier Grade 1.1 Release Notes 2017-11-14 HPE Helion Contents HP Helion OpenStack Carrier Grade 1.1: Release Notes... 3 Changes in This Release... 3 Usage Caveats...4 Known Problems

More information

Red Hat OpenStack Platform 13

Red Hat OpenStack Platform 13 Red Hat OpenStack Platform 13 Network Functions Virtualization Product Guide Overview of the Network Functions Virtualization (NFV) Last Updated: 2018-07-03 Red Hat OpenStack Platform 13 Network Functions

More information

Red Hat Virtualization

Red Hat Virtualization Red Hat Virtualization Status Overview and Roadmap Yaniv Dary Senior Technical Product Manager, Red Hat Moran Goldboim Senior Technical Product Manager, Red Hat May 2017 4.1 HISTORY OF RED HAT VIRTUALIZATION

More information

Red Hat OpenStack Platform 12

Red Hat OpenStack Platform 12 Red Hat OpenStack Platform 12 Director Installation and Usage An end-to-end scenario on using Red Hat OpenStack Platform director to create an OpenStack cloud Last Updated: 2018-07-02 Red Hat OpenStack

More information

THE CEPH POWER SHOW. Episode 2 : The Jewel Story. Daniel Messer Technical Marketing Red Hat Storage. Karan Singh Sr. Storage Architect Red Hat Storage

THE CEPH POWER SHOW. Episode 2 : The Jewel Story. Daniel Messer Technical Marketing Red Hat Storage. Karan Singh Sr. Storage Architect Red Hat Storage THE CEPH POWER SHOW Episode 2 : The Jewel Story Karan Singh Sr. Storage Architect Red Hat Storage Daniel Messer Technical Marketing Red Hat Storage Kyle Bader Sr. Storage Architect Red Hat Storage AGENDA

More information

HP Helion OpenStack Carrier Grade 1.1: Release Notes

HP Helion OpenStack Carrier Grade 1.1: Release Notes HP Helion OpenStack Carrier Grade 1.1: Release Notes HP Helion OpenStack Carrier Grade Contents 2 Contents HP Helion OpenStack Carrier Grade 1.1: Release Notes...3 Changes in This Release... 5 Usage Caveats...7

More information

Red Hat OpenStack Platform 11

Red Hat OpenStack Platform 11 Red Hat OpenStack Platform 11 Director Installation and Usage An end-to-end scenario on using Red Hat OpenStack Platform director to create an OpenStack cloud Last Updated: 2018-10-11 Red Hat OpenStack

More information

Red Hat Enterprise Linux OpenStack Platform User Group.

Red Hat Enterprise Linux OpenStack Platform User Group. Red Hat Enterprise Linux OpenStack Platform User Group. Chris Milsted Seniour Solutions Architect; RHEL, Satellite, OpenStack, OpenShift, Red Hat Storage, Containers... cmilsted@redhat.com Recap on RHEL

More information

Cisco Virtualized Infrastructure Manager

Cisco Virtualized Infrastructure Manager DEVNET-2570 Virtualized Infrastructure Manager Suhail Syed, Product Manager Vamsi Krihsna Kuppur, Product Manager Spark How Questions? Use Spark to communicate with the speaker after the session 1. Find

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

INSTALLATION RUNBOOK FOR Netronome Agilio OvS. MOS Version: 8.0 OpenStack Version:

INSTALLATION RUNBOOK FOR Netronome Agilio OvS. MOS Version: 8.0 OpenStack Version: INSTALLATION RUNBOOK FOR Netronome Agilio OvS Product Name: Agilio OvS Driver Version: 2.2-r4603 MOS Version: 8.0 OpenStack Version: Liberty Product Type: Network Offload Driver 1. Introduction 1.1 Target

More information

Introduction to Cisco and Intel NFV Quick Start

Introduction to Cisco and Intel NFV Quick Start Quick Start Cisco Intel NFV Quick Start. Simplify Virtualization, Encourage Innovation for Service Providers Introduction Customer expectations for network services have evolved markedly. Customers want

More information

Achieve Low Latency NFV with Openstack*

Achieve Low Latency NFV with Openstack* Achieve Low Latency NFV with Openstack* Yunhong Jiang Yunhong.Jiang@intel.com *Other names and brands may be claimed as the property of others. Agenda NFV and network latency Why network latency on NFV

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

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

Case Study on Enterprise Private Cloud

Case Study on Enterprise Private Cloud Case Study on Enterprise Private Cloud A TCS Case Study Veerapuram Varadhan (SUSE) Murugan N (TCS) Agenda Tata Consultancy Services Company Overview Private Cloud Challenges Present infrastructure TCS

More information

Reference Architecture: Red Hat OpenStack Platform with ThinkSystem Servers

Reference Architecture: Red Hat OpenStack Platform with ThinkSystem Servers Reference Architecture: Red Hat OpenStack Platform with ThinkSystem Servers Last update: 26 September 2017 Provides both economic and high performance options for cloud workloads Describes Lenovo ThinkSystem

More information

Contrail Release Release Notes

Contrail Release Release Notes Contrail Release 3.2.11 Release Notes Release 3.2.11 June 2018 Contents Introduction........................................................ 3 New and Changed Features............................................

More information

Red Hat OpenStack Platform 13

Red Hat OpenStack Platform 13 Red Hat OpenStack Platform 13 Director Installation and Usage An end-to-end scenario on using Red Hat OpenStack Platform director to create an OpenStack cloud Last Updated: 2018-10-11 Red Hat OpenStack

More information

Reference Architecture: Red Hat OpenStack Platform

Reference Architecture: Red Hat OpenStack Platform Reference Architecture: Red Hat OpenStack Platform Last update: 08 August 2017 Version 1.4 Provides both economic and high performance options for cloud workloads Describes Lenovo System x servers, networking,

More information

Contrail Release Release Notes

Contrail Release Release Notes Contrail Release 3.2.8 Release Notes Release 3.2.8 December 2017 Contents Introduction........................................................ 3 New and Changed Features............................................

More information

Contrail Release Release Notes

Contrail Release Release Notes Contrail Release 3.2.10 Release Notes Release 3.2.10 May 2018 Contents Introduction........................................................ 3 New and Changed Features............................................

More information

Dell EMC + Red Hat NFV Solution. Dell EMC PowerEdge R-Series Architecture Guide Version 10.0

Dell EMC + Red Hat NFV Solution. Dell EMC PowerEdge R-Series Architecture Guide Version 10.0 Dell EMC + Red Hat NFV Solution Dell EMC PowerEdge R-Series Architecture Guide Version 10.0 Dell EMC Service Provider Solutions ii Contents Contents List of Figures... iv List of Tables... v Trademarks...

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

A Brief Guide to Virtual Switching Franck Baudin (Red Hat) Billy O Mahony (Intel)

A Brief Guide to Virtual Switching Franck Baudin (Red Hat) Billy O Mahony (Intel) A Brief Guide to Virtual Switching Franck Baudin (Red Hat) Billy O Mahony (Intel) vswitching: Different Use Cases Enterprise Data Center Manageability Console Telco Network Infrastructure Larger Packet

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

Dell EMC Ready Bundle for Red Hat OpenStack Platform. PowerEdge FX Architecture Guide Version

Dell EMC Ready Bundle for Red Hat OpenStack Platform. PowerEdge FX Architecture Guide Version Dell EMC Ready Bundle for Red Hat OpenStack Platform PowerEdge FX Architecture Guide Version 10.0.1 Dell EMC Converged Platforms and Solutions ii Contents Contents List of Figures...iv List of Tables...v

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

Data Path acceleration techniques in a NFV world

Data Path acceleration techniques in a NFV world Data Path acceleration techniques in a NFV world Mohanraj Venkatachalam, Purnendu Ghosh Abstract NFV is a revolutionary approach offering greater flexibility and scalability in the deployment of 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

Dell EMC NFV Ready Bundle for Red Hat

Dell EMC NFV Ready Bundle for Red Hat Dell EMC NFV Ready Bundle for Red Hat Architecture Guide Version 10.2 Dell EMC Service Provider Solutions ii Contents Contents List of Figures...iv List of Tables... v Trademarks... vi Glossary... vii

More information

Dataplane Networking journey in Containers

Dataplane Networking journey in Containers Dataplane Networking journey in Gary Loughnane gary.loughnane@intel.com Kuralamudhan Ramakrishnan kuralamudhan.ramakrishnan@intel.com DPDK Summit Userspace - Dublin- 2017 Discussion topics Container Deployment

More information

SUSE OpenStack Cloud Production Deployment Architecture. Guide. Solution Guide Cloud Computing.

SUSE OpenStack Cloud Production Deployment Architecture. Guide. Solution Guide Cloud Computing. SUSE OpenStack Cloud Production Deployment Architecture Guide Solution Guide Cloud Computing Table of Contents page Introduction... 2 High Availability Configuration...6 Network Topography...8 Services

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

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

Accelerating Contrail vrouter

Accelerating Contrail vrouter WHITE PAPER Accelerating Contrail vrouter WHEN DEPLOYED WITH THE JUNIPER NETWORKS CONTRAIL CLOUD NETWORKING PLATFORM, THE NETRONOME AGILIO VROUTER SOLUTION DELIVERS ACCELERATED PERFORMANCE THAT ENABLES

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

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

Why software defined storage matters? Sergey Goncharov Solution Architect, Red Hat

Why software defined storage matters? Sergey Goncharov Solution Architect, Red Hat Why software defined storage matters? Sergey Goncharov Solution Architect, Red Hat sgonchar@redhat.com AGENDA Storage and Datacenter evolution Red Hat Storage portfolio Red Hat Gluster Storage Red Hat

More information

Red Hat Cloud Platforms with Dell EMC. Quentin Geldenhuys Emerging Technology Lead

Red Hat Cloud Platforms with Dell EMC. Quentin Geldenhuys Emerging Technology Lead Red Hat Cloud Platforms with Dell EMC Quentin Geldenhuys Emerging Technology Lead qgeldenhuys@redhat.com Red Hat Mission To be the catalyst in communities of customers, contributors, and partners creating

More information

Red Hat OpenStack Platform 13

Red Hat OpenStack Platform 13 Red Hat OpenStack Platform 13 Firewall Rules for Red Hat OpenStack Platform List of required ports and protocols. Last Updated: 2018-06-27 Red Hat OpenStack Platform 13 Firewall Rules for Red Hat OpenStack

More information

Red Hat OpenStack Platform 10

Red Hat OpenStack Platform 10 Red Hat OpenStack Platform 10 Firewall Rules for Red Hat OpenStack Platform List of required ports and protocols. Last Updated: 2017-12-12 Red Hat OpenStack Platform 10 Firewall Rules for Red Hat OpenStack

More information

Huawei FusionSphere 6.0 Technical White Paper on OpenStack Integrating FusionCompute HUAWEI TECHNOLOGIES CO., LTD. Issue 01.

Huawei FusionSphere 6.0 Technical White Paper on OpenStack Integrating FusionCompute HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Technical White Paper on OpenStack Integrating Issue 01 Date 2016-04-30 HUAWEI TECHNOLOGIES CO., LTD. 2016. All rights reserved. No part of this document may be reproduced or transmitted in any form or

More information

Contrail Release Release Notes

Contrail Release Release Notes Contrail Release 3.2.2 Release Notes Release 3.2.2 March 2017 Contents Introduction........................................................ 2 New and Changed Features............................................

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

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme FUT1744BU The Benefits of VMware Integrated OpenStack for Your NFV Platform Hassan HAMADE Mauricio VALDUEZA #VMworld #FUT1744BU Disclaimer This presentation may contain product features that are currently

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme MGT2609BE VMware Integrated OpenStack 4.0: What's New Hari Kannan Product Manager hkannan@vmware.com Hassan Hamade Cloud Architect hhamade@vmware.com VMworld 2017 Content: Not for publication #vmworld

More information

Dell EMC Ready Bundle for Red Hat OpenStack Platform. Dell EMC PowerEdge R-Series Architecture Guide Version

Dell EMC Ready Bundle for Red Hat OpenStack Platform. Dell EMC PowerEdge R-Series Architecture Guide Version Dell EMC Ready Bundle for Red Hat OpenStack Platform Dell EMC PowerEdge R-Series Architecture Guide Version 10.0.1 Dell EMC Converged Platforms and Solutions ii Contents Contents List of Figures...iv List

More information

Delivering Red Hat OpenShift at Ease on Red Hat OpenStack and RHV

Delivering Red Hat OpenShift at Ease on Red Hat OpenStack and RHV Delivering Red Hat OpenShift at Ease on Red Hat OpenStack and RHV Subheading goes here Francesco Vollero - Specialist Solution Architect OpenStack Natale Vinto - Specialist Solution Architect OpenShift

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

Dell EMC Red Hat OpenStack Cloud Solution. Architecture Guide Version 6.0

Dell EMC Red Hat OpenStack Cloud Solution. Architecture Guide Version 6.0 Dell EMC Red Hat OpenStack Cloud Solution Architecture Guide Version 6.0 Dell EMC Validated Solutions Contents 2 Contents List of Figures...4 List of Tables...5 Trademarks... 6 Glossary... 7 Notes, Cautions,

More information

SUSE OpenStack Cloud

SUSE OpenStack Cloud SUSE OpenStack Cloud Customers now expect: - Instant services & solutions - On-demand, mobile access - Security & reliability 3 The Cloud is here to help - 95% of businesses now use cloud computing - 72%

More information

INTRODUCING CONTAINER-NATIVE VIRTUALIZATION

INTRODUCING CONTAINER-NATIVE VIRTUALIZATION INTRODUCING CONTAINER-NATIVE VIRTUALIZATION Cats and Dogs Living Together Stephen Gordon Principal Product Manager Red Hat Fabian Deutsch Manager, Software Engineering Red Hat sgordon@redhat.com / @xsgordon

More information

Helion OpenStack Carrier Grade 4.0 RELEASE NOTES

Helion OpenStack Carrier Grade 4.0 RELEASE NOTES Helion OpenStack Carrier Grade 4.0 RELEASE NOTES 4.0 Copyright Notice Copyright 2016 Hewlett Packard Enterprise Development LP The information contained herein is subject to change without notice. The

More information

StarlingX. StarlingX is aligned with the OpenStack Foundation Edge Working Group and the Linux Foundation Akraino Edge Stack.

StarlingX. StarlingX is aligned with the OpenStack Foundation Edge Working Group and the Linux Foundation Akraino Edge Stack. StarlingX 1 StarlingX The StarlingX Project provides a fully integrated openstack platform with focus on High Availability, Quality of Service, Performance and Low Latency needed for industrial and telco

More information

Red Hat Enterprise Virtualization and KVM Roadmap. Scott M. Herold Product Management - Red Hat Virtualization Technologies

Red Hat Enterprise Virtualization and KVM Roadmap. Scott M. Herold Product Management - Red Hat Virtualization Technologies Red Hat Enterprise Virtualization and KVM Roadmap Scott M. Herold Product Management - Red Hat Virtualization Technologies INTRODUCTION TO RED HAT ENTERPRISE VIRTUALIZATION RED HAT ENTERPRISE VIRTUALIZATION

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

Red Hat OpenStack Platform 13

Red Hat OpenStack Platform 13 Red Hat OpenStack Platform 13 Red Hat OpenDaylight Installation and Configuration Guide Install and Configure OpenDaylight using Red Hat OpenStack Platform Last Updated: 20181114 Red Hat OpenStack Platform

More information

Dell Red Hat OpenStack Cloud Solution Reference Architecture Guide - Version 5.0

Dell Red Hat OpenStack Cloud Solution Reference Architecture Guide - Version 5.0 Dell Red Hat OpenStack Cloud Solution Reference Architecture Guide - Version 5.0 2014-2016 Dell Inc. Contents 2 Contents Trademarks... 4 Notes, Cautions, and Warnings... 5 Glossary... 6 Overview...9 OpenStack

More information

Datacenter Network Solutions Group

Datacenter Network Solutions Group 1 Enabling NFV features in kubernetes IVAN COUGHLAN IVAN.COUGHLAN@INTEL.COM Software Architect Kuralamudhan Ramakrishnan kuralamudhan.ramakrishnan@intel.com Senior Software Engineer Data Center Network

More information

OPENDAYLIGHT TUTORIAL

OPENDAYLIGHT TUTORIAL OPENDAYLIGHT TUTORIAL September 2018 Janki Chhatbar jchhatba@redhat.com Senior Software Engineer Rimma Iontel riontel@redhat.com Senior Architect, Red Hat 1 For Hands-On Instructions https://tinyurl.com/ons2018odl

More information

Dell EMC Ready Bundle for Red Hat OpenStack Platform

Dell EMC Ready Bundle for Red Hat OpenStack Platform Dell EMC Ready Bundle for Red Hat OpenStack Platform PowerEdge R-Series Architecture Guide Version 10.1 Dell EMC Converged Platforms and Solutions Contents iii Contents List of Figures...v List of Tables...vii

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

Accelerate OpenStack* Together. * OpenStack is a registered trademark of the OpenStack Foundation

Accelerate OpenStack* Together. * OpenStack is a registered trademark of the OpenStack Foundation Accelerate OpenStack* Together * OpenStack is a registered trademark of the OpenStack Foundation Considerations to Build a Production OpenStack Cloud Ruchi Bhargava, Intel IT Shuquan Huang, Intel IT Kai

More information

Accelerating vrouter Contrail

Accelerating vrouter Contrail WHITE PAPER Accelerating vrouter Contrail A VIRTUAL ROUTER (VROUTER) IS A SOFTWARE ONLY IMPLEMENTATION OF LAYER 3 INTERNET PROTOCOL (IP) ROUTING. ROUTING FUNCTIONS THAT ARE TRADITIONALLY DELIVERED AS DEDICATED

More information

QLOGIC SRIOV Fuel Plugin Documentation

QLOGIC SRIOV Fuel Plugin Documentation QLOGIC SRIOV Fuel Plugin Documentation Release 1.0-1.0.0-1 QLOGIC Jul 19, 2016 CONTENTS 1 Overview of the QLogic SRIOV Fuel Plugin 1 1.1 Software Prerequisites..........................................

More information

Agilio CX 2x40GbE with OVS-TC

Agilio CX 2x40GbE with OVS-TC PERFORMANCE REPORT Agilio CX 2x4GbE with OVS-TC OVS-TC WITH AN AGILIO CX SMARTNIC CAN IMPROVE A SIMPLE L2 FORWARDING USE CASE AT LEAST 2X. WHEN SCALED TO REAL LIFE USE CASES WITH COMPLEX RULES TUNNELING

More information

RED HAT CLOUDFORMS. Chris Saunders Cloud Solutions

RED HAT CLOUDFORMS. Chris Saunders Cloud Solutions RED HAT CLOUDFORMS Chris Saunders Cloud Solutions Architect chrisb@redhat.com @canadianchris BUSINESS HAS CHANGED IN RESPONSE, IT OPERATIONS NEEDS TO CHANGE LINE OF BUSINESS Challenged to deliver services

More information

Red Hat HyperConverged Infrastructure. RHUG Q Marc Skinner Principal Solutions Architect 8/23/2017

Red Hat HyperConverged Infrastructure. RHUG Q Marc Skinner Principal Solutions Architect 8/23/2017 Red Hat HyperConverged Infrastructure RHUG Q3.2017 Marc Skinner Principal Solutions Architect 8/23/2017 AGENDA 2 What is RHHI? Use cases Technology Features Installation What is RHHI? INFRASTRUCTURE CONSOLIDATION

More information

Red Hat OpenStack Platform 13

Red Hat OpenStack Platform 13 Red Hat OpenStack Platform 13 Keeping Red Hat OpenStack Platform Updated Performing minor updates of Red Hat OpenStack Platform Last Updated: 2019-01-04 Red Hat OpenStack Platform 13 Keeping Red Hat 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

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

Red Hat Enterprise Virtualization Hypervisor Roadmap. Bhavna Sarathy Senior Technology Product Manager, Red Hat

Red Hat Enterprise Virtualization Hypervisor Roadmap. Bhavna Sarathy Senior Technology Product Manager, Red Hat Red Hat Enterprise Virtualization Hypervisor Roadmap Bhavna Sarathy Senior Technology Product Manager, Red Hat RHEV Hypervisor 1 RHEV Hypervisor Themes & 2 Architecture & Use cases 3 Q&A 4 Future 5 } HYPERVISOR

More information

TITANIUM CLOUD VIRTUALIZATION PLATFORM

TITANIUM CLOUD VIRTUALIZATION PLATFORM TITANIUM CLOUD VIRTUALIZATION PLATFORM Glenn Seiler Software Defined Infrastructure BU 30 Minutes 12 Content Slides 2017 WIND RIVER. ALL RIGHTS RESERVED. Wind River Titanium Cloud Titanium Cloud is a cloud

More information

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

Cisco UCS Integrated Infrastructure with Red Hat Enterprise Linux OpenStack Platform and Red Hat Ceph Storage. Deployment Guide

Cisco UCS Integrated Infrastructure with Red Hat Enterprise Linux OpenStack Platform and Red Hat Ceph Storage. Deployment Guide Cisco UCS Integrated Infrastructure with Red Hat Enterprise Linux OpenStack Platform and Red Hat Ceph Storage Deployment Guide Last Updated: May 4, 2016May 4, 2016 1 About Cisco Validated Designs The CVD

More information

Survey of ETSI NFV standardization documents BY ABHISHEK GUPTA FRIDAY GROUP MEETING FEBRUARY 26, 2016

Survey of ETSI NFV standardization documents BY ABHISHEK GUPTA FRIDAY GROUP MEETING FEBRUARY 26, 2016 Survey of ETSI NFV standardization documents BY ABHISHEK GUPTA FRIDAY GROUP MEETING FEBRUARY 26, 2016 VNFaaS (Virtual Network Function as a Service) In our present work, we consider the VNFaaS use-case

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

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

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

NFV Infrastructure for Media Data Center Applications

NFV Infrastructure for Media Data Center Applications NFV Infrastructure for Media Data Center Applications Today s Presenters Roger Sherwood Global Strategy & Business Development, Cisco Systems Damion Desai Account Manager for Datacenter, SDN, NFV and Mobility,

More information

Red Hat Containers Roadmap. Red Hat A panel of product directors

Red Hat Containers Roadmap. Red Hat A panel of product directors Red Hat Containers Roadmap Red Hat A panel of product directors Joe Fernandes Sr. Director Product Mgmt, Red Hat Rich Sharples Sr. Director of Product Mgmt, Red Hat Sayan Saha Sr. Manager of Product Mgmt,

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

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 Mitaka Release Overview

OpenStack Mitaka Release Overview OpenStack Mitaka Release Overview Brad Topol, Ph.D., IBM Distinguished Engineer, OpenStack Core Contributor Davanum Srinivas, Community Architect and OpenStack TC Member / Principal Software Engineer,

More information