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

Size: px
Start display at page:

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

Transcription

1 Ocata, Integrations and NFV Sergey Goncharov Solution Architect, Red Hat 11

2 Red Hat OpenStack Platform Ocata

3 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: 3 Red Hat OpenStack Platform TRIPLEO

4 Compute (Nova) Self-service VMs: Boot an instance of a selected of flavor (vcpu, RAM, No need to manage hypervisors individuall, due to distributed design of OpenStack, at any scale. Reboot, stop, resize, terminate Defines which choices are available to tenants: flavors offering specific capabilities and carefully planned capacity and overcommit ratios. Similar to Amazon EC2 See the console log of his instance, open VNC/RDP session, change VM root password (if OS supports) Reserve, assign and release floating Ips Manage keypairs and security-groups Check quota usage Select which Neutron network or port Other Neutron/Cinder shortcuts for network and volume management 4 Red Hat OpenStack Platform Supports KVM and VMWare (vcenter) Easier maintenance and operations with support for node evacuation, mark host down and instance live-migration. Define host-aggregates and AZs with specific meta-data to allow advanced scheduling and request filtering. Set NFV specific flavors including vcpu pinning, large pages, vcpu, RAM, and I/O device NUMA awareness, SR-IOV/PCI Passthrough Instance HA, transparent to tenants, if enabled Operator view Tenant view disk size), OS image (from Glance), SSH keypair, host-aggregate or availability zone (AZ), custom metadata, user-data, security-groups, with/without ephemeral disk.

5 Networking (Neutron) Similar to Amazon VPC, ELB Create, Remove, Update, Delete (CRUD) networks, subnets and ports, for basic L2 and L3 with IP Address Management (DHCP) Tenant view Additionally: Provider networks Quotas Security Groups (per port) East/West L3 routing with tenant-defined routers External gateway, NAT, floating IPs Load balancing, VPN and Firewall Multiple simultaneous L2 technologies on a single installation via ML2 Default Open vswitch, or choose from dozens of commercial SDN vendors Configures SSL/TLS backend for LBaaS Define floating IP ranges, normally for publicly routable IPv4 addresses Offer/ delegate IPv6 tenant networks (SLAAC, DHCP) Define and enforce QoS (currently only egress flows) VXLAN offloading to HW available (up to 4x throughput) IPv6 tenant network management Distributed Virtual Routing (DVR) for better scalability QoS (rate limit policies) per port, per network L2Pop and Responder to mitigate ARP flooding at scale RBAC for granular sharing of tenant networks 5 Red Hat OpenStack Platform Operator view Define a tenant network (overlay) Defines provider networks, manually set-up in Neutron by the operator, representing a pre-existing network (i.e. VLAN). Useful to point to corporate DNS or Gateways with multiple routes

6 Similar to Amazon EBS Uses Red Hat Ceph storage as default CRUD additional hard drives to an instance, as Block volumes: require tenant VMs to format with a filesystem. Multiple backends (LVM, iscsi, NFS, ScaleIO, etc) including proprietary ones with more specific features Persistent storage, can be cloned, snapshotted, replicated or imported/exported to another AZ (also public storage like Google Cloud Storage *) Faster provisioning via over-subscription, thinprovisioning and generic image cache Encryption available via LUKS (if enabled by ops) ISCSI multi-path support for extra reliability Hot-unplug from one instance and re-attach to another instance Private volume types for premium levels of service (SSD, thick_provisioned) Non-disruptive and Incremental snapshot: ideal for backup/restore and DR use-cases Simplified operations, DR and backup with Generic Volume Migration & replication (sync/async, with N number of replicas) between different storage backends QoS available (total IOPS) If exposed, vendor-specific features (mirroring, compression, replication, thin provisioning) 6 Red Hat OpenStack Platform Storage Policies for simpler management *Tech Preview features are subject to change in GA release Operator view Tenant view Block Storage (Cinder)

7 Similar to Amazon S3 (a modern version of FTP, WebDAV) Very few dependencies with other OpenStack modules, mostly Keystone for RBAC CRUD objects in containers, per account Scales horizontally up to petabytes Ideal to store static objects (media, web files, ) Replication for global clusters Only useful if the application understands the Swift/S3 API Also useful to store Glance image backups Not meant to be used as POSIX filesystem Fast-POST allows fast-efficient updates of metadata without re-upload of the content. 7 Red Hat OpenStack Platform Advanced Swift features: middleware for API processing, temporary URLs, URL rewrite Swift requires his own storage space, not integrated with Ceph Reduced availability for further storage efficiency with Erasure Coding Operator view Tenant view Object Storage (Swift)

8 VM Image Storage (Glance) Similar to Amazon AMIs CRUD images (VM templates, a bootable OS) and snapshots (VM backup) Upload from file or from URL Metadata can host any key-value pair, useful to document OS version, date... Multiple disk-formats (QCOW2, RAW, ISO, VDI, VMDK) and container-format (bare, OVF, AMI, ARI) Checksum and signature verification for extra security Support for large uploads with Keystone Trusts 8 Red Hat OpenStack Platform Store images using Cinder as backend. If not using Ceph, Director configures Swift as a Glance image store. If using Ceph, Glance will leverage advanced RBD features (cache, thin-provisioning, immediate snapshot) Automatic Nova/Libvirt/KVM optimization depending on guest OS via os_name attribute Operator view Tenant view Private or public images Best-practice: offer golden images to tenants via public glance images.

9 Identity and Access Control (Keystone) Similar to Amazon IAM CRUD user, tenants (project), roles (as long as Operator allows it) Change password, also download credentials file (RC) with EC2 keys Discover OpenStack endpoints via catalog Kerberos for SSO in both Web (Horizon) and in CLI on client systems with SSSD Federated Identity: same user/password across multiple OpenStack providers, fully documented. 9 Red Hat OpenStack Platform SAML Federation for authentication with external providers (pre-existing) or other clouds, via Red Hat SSO Multiple identity backends: LDAP, ActiveDirectory, FreeIPA, PAM, etc Preferred authorization backend is MariaDB Lightweight tokens (Fernet) for better performance and scalability Logs in standard CADF auditable format Public endpoint protection with SSL/TLS Operator view Tenant view Authenticates and gives Authorization to users. Provides them session tokens that will be used for all OpenStack actions CRUD user, tenants (project), roles, and domains (for v3) for better RBAC.

10 Orchestration engine (Heat) Similar to Amazon Cloudformations, and ELB CRUD templates (stacks), that can be stopped and resumed. Tenant view Well-defined and mature, HOT offers more modularity and flexibility improvements (i.e. resource chains, pre-delete hooks, etc) Very useful when combined with Ceilometer (telemetry) and LBaaS. Example use-case is instance auto-scaling, by creating another VM when cluster load reaches 80% CPU. 10 Red Hat OpenStack Platform Can offer shared templates, approved by IT Excellent integration with CloudForms to create a advanced service catalog to endusers with policies and customized quota and capacity management. Operator view Instructs OpenStack to automate deployment of resources as defined in HOT or CloudFormations (CFN) language Heat may require minor tuning to ensure enough CPU and RAM is assigned to it

11 Telemetry (Ceilometer) Similar to Amazon CloudWatch Alarms (e.g CPU threshold reached) can also be triggered. Alarm threshold can be custom-defined, all via the Aodh API (pronounced hey ) Querying for historical values are available. Now Ceilometer offers much better performance and scalability, thanks to the split of its components: Gnocchi, Aodh, and Panko. Gnocchi stores/indexes time-series metrics Aodh does the same for alarms Panko is the event engine Connects with CloudForms for Capacity monitoring and management. Gnocchi is default for Undercloud; greatly improving performance. There is no longer a Ceilometer API. Use the Gnocchi API. 11 Red Hat OpenStack Platform Operator view Tenant view Metrics (CPU, RAM usage) and Events (e.g instance is created) can be only be listed. Historically, Ceilometer was a single component with a MongoDB backend; it often suffered performance issues at scale.

12 Baremetal for tenants (Ironic) Similar to Amazon Dedicated EC2 Servers After Ironic reserves a baremetal node, Nova is used to provision the instance Only works with glance images tagged hypervisor_type=ironic Requires careful design for tenant-facing service (network isolation, security...) Defines nova Host-Aggregates with key-value baremetal and a flavor with key hypervisor_type="ironic" Quotas and capacity planning are needed Can deploy Linux or Windows VMs (requires extra steps) Good integration (thanks to specific certification) with most hardware vendors: Dell, Cisco, HP Graceful shutdown/reboot and NMI (non-maskable interrupt, hard power off) control for physical servers directly from the ironic CLI Introspection process to detect HW capabilities 12 Red Hat OpenStack Platform Requires many Nova and Neutron changes (i.e. Flat Networking for PXE provisioning) Operator view Tenant view Nova commands are used against a existing baremetal Host-Aggregate Allocates a pool of nodes to be entirely allocated to certain tenants, on demand

13 I need a UI to manage my workloads or troubleshoot I don t like the CLI I want to see my Heat topologies Quickly display my quota usage and default options 13 Red Hat OpenStack Platform I want an admin panel I want a quick access to my Red Hat Access account I want to see all Neutron networks and routers Operator view Tenant view Dashboard (Horizon)

14 Data Processing (Sahara) Similar to Amazon Elastic MapReduce (EMR) Simple parameters such as Hadoop version, cluster topology, and node count Data can be hosted elsewhere (S3, Swift...) Rapid provisioning of Hadoop clusters for Dev and QA Analytics-as-a-Service for bursty or ad-hoc workloads Updated versions of all components 14 Red Hat OpenStack Platform Supports Hadoop distributions on CentOS and RHEL 7: Cloudera CDH 5.5 and 5.7 HortonWorks Ambari 2.4 MapR 5.1 and 5.2 Plugin Image Packaging Tool, to validate custom plugins, package them and generate clusters from clean, versioned, OS-only images. Operator view Tenant view Run Hadoop workloads in few clicks without expertise in Hadoop operations Utilization of unused compute power from a general purpose OpenStack cloud to perform Data Processing tasks

15 Shared File System (Manila) Similar to Amazon Elastic File System but not just NFS, also CIFS Can be shared with other tenants (RBAC), including mappings to LDAP entities User-defined quotas, policies, replication, snapshots, extend/shrink capacity VM Operating System must connect to the share using whatever network protocol has been set (NFS, CIFS) 15 Red Hat OpenStack Platform Delegates storage management to end users with clearly defined limits and boundaries NFS (access by IP address or subnet) CIFS (authentication by user) In OSP, Manila is via Director CephFS driver is Tech Preview Operator view Tenant view Creates a network file share, available in a Neutron shared network Significantly reduces operational burden

16 TripleO: OpenStack on OpenStack Director is based on upstream OpenStack deployment program TripleO Operator uses an OpenStack installation, referred to as the Undercloud to deploy and update the production OpenStack install, referred to as the Overcloud via Heat and Ironic. See these two blog posts. 16 Red Hat OpenStack Platform

17 Integration / NFV

18 Co-engineered with RHEL SUPPORTED GUESTS Virtualization Windows Linux Windows Linux Security Ecosystem Network Windows OpenStack Security Enhanced Linux (SELinux) RHEL + KVM SERVERS 18 Red Hat OpenStack Platform Ceph OVS Storage Network KVM Network Stack Device Drivers LINUX KERNEL Storage

19 Ecosystem of certified Partner Plugins Red Hat OpenStack Platform 11 works hand-in-hand with a huge range of certified trusted providers across most components. Certification requirements are documented in our certification policy guide and certification workflow guide. Full certification support is outlined in the following KB. 19 Red Hat OpenStack Platform

20 SDN Software Defined Networking Dozens of SDN partners, Neutron certified Director can automatically configure Cisco, Nuage, PLUMgrid. More to come Two main models: Software centric - hardware is general-purpose Hardware centric - specific network hardware is required Can extend Neutron via ML2 drivers, core plugins or advanced services. 20 Red Hat OpenStack Platform

21 NFV Network Functions Virtualization Red Hat NFV Solution is based on 100% Open-Source components, also certified VNFs Extensive Partner Ecosystem for a production-ready, supported ETSI NFV compliant platform 21 Red Hat OpenStack Platform

22 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 22 Red Hat OpenStack Platform

23 Integration with CloudForms Red Hat OpenStack subscriptions include a CloudForms for OpenStack Subscription which allows management of your Red Hat OpenStack Platform installation's Overcloud, Undercloud and storage. Integrate Red Hat OpenStack Platform's Overcloud: OpenStack workload management from within CloudForms admin/tenant facing Synchronize OpenStack tenants with CloudForms Tenants create, update, and manage Cinder Backup and Restore from various backends Create and Delete snapshots of volumes Enhanced topology views and refreshed dashboards ease use and functionality Support for domains, regions, and host aggregates 23 Red Hat OpenStack Platform

24 Integration with CloudForms Integrate Red Hat OpenStack Platform's Undercloud: OpenStack infrastructure management (director) from within CloudForms Operator facing UI for loading instackenv.json Introspect right from the CF UI with Introspect Nodes and Provide Nodes tasks Set node states from the CF UI with Set Node to Manageable menu items New provider for OSP director specifically allowing topology views of the Undercloud networks UI for network management and visibility. Automatically detects Gnocchi and uses it if found. 24 Red Hat OpenStack Platform

25 Integrated with Red Hat Ceph Storage Default backend for Red Hat OpenStack Platform, which comes with 64TB of Ceph Enterprise Manual installation of Red Hat Storage Console available (Ceph 2 management tool) Ceph Rados Object Gateway can be enabled by Director (as an option) Director can connect to an externally-managed Ceph cluster. Director can also install/deploy/update Ceph Director can now deploy co-located Ceph OSD on Compute allowing for minimal hardware requirements Cinder driver now supports NFS snapshots bringing create, delete and clone from actions. 25 Red Hat OpenStack Platform

26 OpenDaylight * Minimalistic release, not meant to compete with SDN vendors (Tech Preview) Main focus is on providing NetVirt and SFC for OpenStack by using the OpenDaylight ML2 plug-in Latest OpenDaylight release (Boron SR2) deployed via Director 26 Red Hat OpenStack Platform Feature List: Distributed L2: VLAN, NVGRE, VXLAN Distributed L3: east/west routing, floating IPs No support for NAPT (aka SNAT) No support for IPv6 DHCPv4 using Neutron s DHCP agent Network namespaces with dnsmasq Metadata (cloud-init) support through DHCP namespace Security-groups when OVS Conntrack * enabled Supports Neutron port-security extensions Simplified architecture; no l2-agent or l3-agent *Tech Preview features are subject to change in GA release

27 Operational Tools Overview Performance (collectd), logging (fluentd), and monitoring (sensu) agent deployments are fully supported in Red Hat OpenStack Platform 11. You can deploy agents and clients directly from Director using composable roles and services. Performance/Capacity Centralized Logging Availability Monitoring The server packages are kept on an upstream community repo (CentOS OpsTools SIG) and can be deployed with Ansible playbooks. Upstream components are not supported by Red Hat. 27 Red Hat OpenStack Platform

28 Operational Tools in Detail Centralized Logging Suite To support a centralized EFK Stack (Fluentd, Kibana and ElasticSearch) all nodes come with a fluentd log collection agent Availability Monitoring Suite To support complex and essential availability monitoring with tools such as Sensu (for alert monitoring) Uchiwa (for web UI) Redis and RabbitMQ as backends all nodes can be deployed with a Sensu monitoring agent Performance Monitoring Suite To build upon a Graphite (for metric collection) and grafana (for web UI) monitoring installation all nodes can be deployed with a collectd agent 28 Red Hat OpenStack Platform

29 OpenShift Container Platform as a workload Red Hat does not support upstream projects that offer limited management for container platforms to tenants as new OpenStack APIs (like Magnum, Murano). Red Hat has a complete Reference Architecture for OSP8 (10+ coming soon), easy to install, for OpenShift Container Platform as a guest: Kubernetes integrates with OpenStack Networking and Storage. Automatically provision kubernetes nodes via the OpenStack cloud provider plug-in (kubelet --cloud-provider=openstack ). Check out the Red Hat Cloud Suite for an integrated product. 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

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

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

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

"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

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

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

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

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

Composable IaaS+ and future. Sergey Goncharov Solution Architect, Red Hat Composable IaaS+ and future Sergey Goncharov Solution Architect, Red Hat sgonchar@redhat.com 11 Red Hat OpenStack Platform Core OpenStack connects two worlds Tenant view Operator view Developers 3 Red

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

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

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

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

Red Hat OpenStack Platform 12

Red Hat OpenStack Platform 12 Red Hat OpenStack Platform 12 Architecture Guide Introduction to the product, components, and architectural examples Last Updated: 2017-12-13 Red Hat OpenStack Platform 12 Architecture Guide Introduction

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

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 OpenStack Platform 10 Architecture Guide

Red Hat OpenStack Platform 10 Architecture Guide Red Hat OpenStack Platform 10 Architecture Guide Introduction to the product, components, and architectural examples OpenStack Team Red Hat OpenStack Platform 10 Architecture Guide Introduction to the

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

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

What s New in Red Hat OpenShift Container Platform 3.4. Torben Jäger Red Hat Solution Architect

What s New in Red Hat OpenShift Container Platform 3.4. Torben Jäger Red Hat Solution Architect What s New in Red Hat OpenShift Container Platform 3.4 Torben Jäger Red Hat Solution Architect OpenShift Roadmap OpenShift Container Platform 3.2 Kubernetes 1.2 & Docker 1.9 Red Hat

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

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

Upcoming Services in OpenStack Rohit Agarwalla, Technical DEVNET-1102

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

More information

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

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

TEN LAYERS OF CONTAINER SECURITY

TEN LAYERS OF CONTAINER SECURITY TEN LAYERS OF CONTAINER SECURITY Tim Hunt Kirsten Newcomer May 2017 ABOUT YOU Are you using containers? What s your role? Security professionals Developers / Architects Infrastructure / Ops Who considers

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

OpenStack Architecture and Pattern Deployment with Heat. OpenStack Architecture and Pattern Deployment using Heat Ruediger Schulze

OpenStack Architecture and Pattern Deployment with Heat. OpenStack Architecture and Pattern Deployment using Heat Ruediger Schulze OpenStack Architecture and Pattern Deployment using Heat Ruediger Schulze Agenda 1. OpenStack Architecture 2. Pattern Deployment with Heat 3. Summary 2 What is OpenStack? At its most basic level, OpenStackis

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

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 Roadmap for Containers and DevOps

Red Hat Roadmap for Containers and DevOps Red Hat Roadmap for Containers and DevOps Brian Gracely, Director of Strategy Diogenes Rettori, Principal Product Manager Red Hat September, 2016 Digital Transformation Requires an evolution in... 2 APPLICATIONS

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

Red Hat OpenStack Platform 9 Architecture Guide

Red Hat OpenStack Platform 9 Architecture Guide Red Hat OpenStack Platform 9 Architecture Guide Introduction to the product, components, and architectural examples OpenStack Team Red Hat OpenStack Platform 9 Architecture Guide Introduction to the product,

More information

EMC STORAGE SOLUTIONS WITH MIRANTIS OPENSTACK

EMC STORAGE SOLUTIONS WITH MIRANTIS OPENSTACK EMC STORAGE SOLUTIONS WITH MIRANTIS OPENSTACK Managing EMC Storage Arrays with OpenStack Juno EMC Solutions May 2015 Copyright 2015 EMC Corporation. All Rights Reserved. Published May 2015 EMC believes

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

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

ENTERPRISE-GRADE MANAGEMENT FOR OPENSTACK WITH RED HAT CLOUDFORMS

ENTERPRISE-GRADE MANAGEMENT FOR OPENSTACK WITH RED HAT CLOUDFORMS TECHNOLOGY DETAIL ENTERPRISE-GRADE MANAGEMENT FOR OPENSTACK WITH RED HAT CLOUDFORMS ABSTRACT Enterprises engaged in deploying, managing, and scaling out Red Hat Enterprise Linux OpenStack Platform have

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

(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

Red Hat Virtualization 4.1 Technical Presentation May Adapted for MSP RHUG Greg Scott

Red Hat Virtualization 4.1 Technical Presentation May Adapted for MSP RHUG Greg Scott Red Hat Virtualization 4.1 Technical Presentation May 2017 Adapted for MSP RHUG Greg Scott gscott@redhat.com Who is this bald guy? Red Hat TAM for the financial and telco industries Lots of ties to the

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

Xen and CloudStack. Ewan Mellor. Director, Engineering, Open-source Cloud Platforms Citrix Systems

Xen and CloudStack. Ewan Mellor. Director, Engineering, Open-source Cloud Platforms Citrix Systems Xen and CloudStack Ewan Mellor Director, Engineering, Open-source Cloud Platforms Citrix Systems Agenda What is CloudStack? Move to the Apache Foundation CloudStack architecture on Xen The future for CloudStack

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

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

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

Deterministic Storage Performance

Deterministic Storage Performance Deterministic Storage Performance 'The AWS way' for Capacity Based QoS with OpenStack and Ceph Kyle Bader - Senior Solution Architect, Red Hat Sean Cohen - A. Manager, Product Management, OpenStack, Red

More information

IBM Cloud Orchestrator Version User's Guide IBM

IBM Cloud Orchestrator Version User's Guide IBM IBM Cloud Orchestrator Version 2.5.0.4 User's Guide IBM IBM Cloud Orchestrator Version 2.5.0.4 User's Guide IBM Note Before you use this information and the product it supports, read the information in

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

VMware Integrated OpenStack User Guide. VMware Integrated OpenStack 4.1

VMware Integrated OpenStack User Guide. VMware Integrated OpenStack 4.1 VMware Integrated OpenStack User Guide VMware Integrated OpenStack 4.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

RED HAT CEPH STORAGE ROADMAP. Cesar Pinto Account Manager, Red Hat Norway

RED HAT CEPH STORAGE ROADMAP. Cesar Pinto Account Manager, Red Hat Norway RED HAT CEPH STORAGE ROADMAP Cesar Pinto Account Manager, Red Hat Norway cpinto@redhat.com THE RED HAT STORAGE MISSION To offer a unified, open software-defined storage portfolio that delivers a range

More information

getting started guide

getting started guide Pure commitment. getting started guide Cloud Native Infrastructure version 2.0 Contents Introduction... 3 Intended audience... 3 Logging in to the Cloud Native Infrastructure dashboard... 3 Creating your

More information

Red Hat OpenStack Platform 10 Red Hat OpenDaylight Product Guide

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

More information

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

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

Using the vrealize Orchestrator OpenStack Plug-In 2.0. Modified on 19 SEP 2017 vrealize Orchestrator 7.0

Using the vrealize Orchestrator OpenStack Plug-In 2.0. Modified on 19 SEP 2017 vrealize Orchestrator 7.0 Using the vrealize Orchestrator OpenStack Plug-In 2.0 Modified on 19 SEP 2017 vrealize Orchestrator 7.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

BCS EXIN Foundation Certificate in OpenStack Software Syllabus

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

More information

VMware Integrated OpenStack User Guide

VMware Integrated OpenStack User Guide VMware Integrated OpenStack User Guide VMware Integrated OpenStack 3.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

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

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

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

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

OpenStack End User Guide. SUSE OpenStack Cloud 8

OpenStack End User Guide. SUSE OpenStack Cloud 8 OpenStack End User Guide SUSE OpenStack Cloud 8 OpenStack End User Guide SUSE OpenStack Cloud 8 ABSTRACT OpenStack is an open-source cloud computing platform for public and private clouds. A series of

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

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

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

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

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

More information

HP Helion CloudSystem 9.0 Administrator Guide

HP Helion CloudSystem 9.0 Administrator Guide HP Helion CloudSystem 9.0 Administrator Guide Abstract This information is for use by administrators using HP Helion CloudSystem Software 9.0, who are assigned to configure and provision compute resources

More information

Human Centric. Innovation. OpenStack = Linux of the Cloud? Ingo Gering, Fujitsu Dirk Müller, SUSE

Human Centric. Innovation. OpenStack = Linux of the Cloud? Ingo Gering, Fujitsu Dirk Müller, SUSE OpenStack = Linux of the Cloud? Ingo Gering, Fujitsu Dirk Müller, SUSE Introduction to OpenStack Software Defined Anything (SDx) Containers and container orchestration with OpenStack Magnum Providing Bare

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

Deterministic Storage Performance

Deterministic Storage Performance Deterministic Storage Performance 'The AWS way' for Capacity Based QoS with OpenStack and Ceph Federico Lucifredi - Product Management Director, Ceph, Red Hat Sean Cohen - A. Manager, Product Management,

More information

Next Generation Storage for The Software-Defned World

Next Generation Storage for The Software-Defned World ` Next Generation Storage for The Software-Defned World John Hofer Solution Architect Red Hat, Inc. BUSINESS PAINS DEMAND NEW MODELS CLOUD ARCHITECTURES PROPRIETARY/TRADITIONAL ARCHITECTURES High up-front

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

Red Hat OpenStack Platform 8

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

More information

VMware Integrated OpenStack Administrator Guide

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

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

Building your Private Cloud with Red Hat OpenStack & Red Hat CEPH Storage from POC to Production deployment in 2 weeks

Building your Private Cloud with Red Hat OpenStack & Red Hat CEPH Storage from POC to Production deployment in 2 weeks Building your Private Cloud with Red Hat OpenStack & Red Hat CEPH Storage from POC to Production deployment in 2 weeks Daniel Vaknin Cloud & Infrastructure Solutions Specialist TeraSky Date: November 16

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

Zoptymalizuj Swoje Centrum Danych z Red Hat Virtualization. Jacek Skórzyński Solution Architect/Red Hat

Zoptymalizuj Swoje Centrum Danych z Red Hat Virtualization. Jacek Skórzyński Solution Architect/Red Hat Zoptymalizuj Swoje Centrum Danych z Red Hat Virtualization Jacek Skórzyński Solution Architect/Red Hat AGENDA Red Hat Virtualization Overview RHV Architecture RHV Core Features Red Hat Virtualization Overview

More information

Amazon Web Services (AWS) Solutions Architect Intermediate Level Course Content

Amazon Web Services (AWS) Solutions Architect Intermediate Level Course Content Amazon Web Services (AWS) Solutions Architect Intermediate Level Course Content Introduction to Cloud Computing A Short history Client Server Computing Concepts Challenges with Distributed Computing Introduction

More information

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

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

More information

Deploying Software Defined Storage for the Enterprise with Ceph. PRESENTATION TITLE GOES HERE Paul von Stamwitz Fujitsu

Deploying Software Defined Storage for the Enterprise with Ceph. PRESENTATION TITLE GOES HERE Paul von Stamwitz Fujitsu Deploying Software Defined Storage for the Enterprise with Ceph PRESENTATION TITLE GOES HERE Paul von Stamwitz Fujitsu Agenda Yet another attempt to define SDS Quick Overview of Ceph from a SDS perspective

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

VMware Integrated OpenStack with Kubernetes Getting Started Guide. VMware Integrated OpenStack 4.0

VMware Integrated OpenStack with Kubernetes Getting Started Guide. VMware Integrated OpenStack 4.0 VMware Integrated OpenStack with Kubernetes Getting Started Guide VMware Integrated OpenStack 4.0 VMware Integrated OpenStack with Kubernetes Getting Started Guide You can find the most up-to-date technical

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

CIT 668: System Architecture. Amazon Web Services

CIT 668: System Architecture. Amazon Web Services CIT 668: System Architecture Amazon Web Services Topics 1. AWS Global Infrastructure 2. Foundation Services 1. Compute 2. Storage 3. Database 4. Network 3. AWS Economics Amazon Services Architecture Regions

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

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Oded Nahum Principal Systems Engineer PLUMgrid EMEA November 2014 Page 1 Page 2 Table of Contents Table

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

Statement of Compliance Cloud Platform

Statement of Compliance Cloud Platform Bidder Name Statement of Compliance Cloud Platform S. No. Functional Requirements of Virtual Private Cloud and Hybrid Cloud Platform Cloud services 1 Cloud services for both Windows hyper-v and Vmware

More information

CONTAINERS AND MICROSERVICES WITH CONTRAIL

CONTAINERS AND MICROSERVICES WITH CONTRAIL CONTAINERS AND MICROSERVICES WITH CONTRAIL Scott Sneddon Sree Sarva DP Ayyadevara Sr. Director Sr. Director Director Cloud and SDN Contrail Solutions Product Line Management This statement of direction

More information

RHEV in the weeds - special sauce! Marc Skinner

RHEV in the weeds - special sauce! Marc Skinner RHEV in the weeds - special sauce! Marc Skinner Twin Cities Users Group :: Q3/2013 Introduction RHEV = Red Hat Enterprise Vitualization RHEV Manager = Red Hat Enterprise Hypervisor Manager DATACENTER VIRTUALIZATION

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

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

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

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

Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Concepts Guide

Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Concepts Guide Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5 Concepts Guide Revised January 30, 2015 06:00 pm IST Citrix CloudPlatform Citrix CloudPlatform (powered by Apache CloudStack) Version 4.5

More information

Resiliency Replication Appliance Installation Guide Version 7.2

Resiliency Replication Appliance Installation Guide Version 7.2 Resiliency Replication Appliance Installation Guide Version 7.2 DISCLAIMER IBM believes that the information in this publication is accurate as of its publication date. The information is subject to change

More information

WHAT S NEW IN OPENSTACK LIBERTY

WHAT S NEW IN OPENSTACK LIBERTY WHAT S NEW IN OPENSTACK LIBERTY Sean Cohen Principal Product Manager October 1st, 2015 Stephen Gordon Sr. Technical Product Manager INTRODUCTION 2 Sean Cohen Principal Product Manager Stephen Gordon Sr.

More information

Windows Server 2012 Hands- On Camp. Learn What s Hot and New in Windows Server 2012!

Windows Server 2012 Hands- On Camp. Learn What s Hot and New in Windows Server 2012! Windows Server 2012 Hands- On Camp Learn What s Hot and New in Windows Server 2012! Your Facilitator Damir Bersinic Datacenter Solutions Specialist Microsoft Canada Inc. damirb@microsoft.com Twitter: @DamirB

More information