43
OPEN, OPEN, ENTERPRISE ENTERPRISE CLOUD CLOUD A Principal Plataforma de Computação em Nuvem

RHOSP6 DELL Summit - OpenStack

Embed Size (px)

Citation preview

Page 1: RHOSP6 DELL Summit - OpenStack

OPEN,OPEN,ENTERPRISEENTERPRISECLOUDCLOUD

A Principal Plataforma de Computação em Nuvem

Page 2: RHOSP6 DELL Summit - OpenStack

$ WHOAMI$ WHOAMI

Raul Leite

Sr Solution Architect Cloud/Platform

[email protected]

@sp4wnr0ot

Page 3: RHOSP6 DELL Summit - OpenStack

1993

1999

2002

2006

2009

2011

2012

2013

2014

2015

FO U N D E D

I PO

R E D HAT E N T E R P R I S E L I N UX F I RST R E L E AS E

J BO S S AQ U I R E D

R E D HAT E N T E R P R I S E VI RT UAL I Z AT I O NR E L E AS E D

R E D H AT A D D E D TO S & P 5 0 0 I N D E X

C LO U D FO R M S & O P E N S H I F T R E L E AS E

1 B I L L I O N R E V E N U E

R E D HAT STO RAG E S E RVE R R E L E AS E D

O P E N S H I F T E N T E R P R I S E R E L E AS E D

R H E L O P E N STAC K P L AT FO R M R E L E AS E D

C E N TO S J O I N R E D HAT

I N KTAN K ( C E P H ) E N OVAN C E ( O P E N STAC K ) &F E E D H E N RY ACQ U I R E D

Page 4: RHOSP6 DELL Summit - OpenStack

Soluções Entrerprise para sistemas crít icos.

Portfól io flexível de produtos de infraestrutura e Middleware, construídocom base no desenvolvimento junto a comunidade.

Modelo de Subscrição flexível e prevísivel .

Acesso l ivre ao código, que evita o lock-in com o fornecedores.

Envolvimento do cl iente no roadmap de desenvolvimento do produto.

Serviços de consultoria certificados.

Serviço de suporte Empresarial .

Carreiras de treinamento e certificações.

VA L O R A D I C I O N A D OVA L O R A D I C I O N A D O

Fornecedores de ofertas completas de hardware, software e serviços.

Certificações com fornecedores de múltiplas plataformas.

E C O S S I S T E M AE C O S S I S T E M A

E N T E R P R I S E O P E N S O U R C E S O F T WA R EE N T E R P R I S E O P E N S O U R C E S O F T WA R E

Page 5: RHOSP6 DELL Summit - OpenStack

OPENOPENSOURCESOURCE

PROJECTSPROJECTS

Da comunidade até enterprise

Page 6: RHOSP6 DELL Summit - OpenStack
Page 7: RHOSP6 DELL Summit - OpenStack
Page 8: RHOSP6 DELL Summit - OpenStack

O S P R O F I S S I O N A I S D E T I E S TÃOO S P R O F I S S I O N A I S D E T I E S TÃOE N F R E N TA N D O N OVA S D E M A N DA SE N F R E N TA N D O N OVA S D E M A N DA S

HOJE, AS EMPRESAS ENFRENTAM TODAS ESTAS DEMANDAS, ENQUANTOHOJE, AS EMPRESAS ENFRENTAM TODAS ESTAS DEMANDAS, ENQUANTOLIDAM COM DIVERSAS TECNOLOGIAS INDISPENSÁVEISLIDAM COM DIVERSAS TECNOLOGIAS INDISPENSÁVEIS

Redução de custos Padronização deplataforma

Mobil idade Performance

Page 9: RHOSP6 DELL Summit - OpenStack
Page 10: RHOSP6 DELL Summit - OpenStack

Gerenciamento de Nuvens comCloudForms

Page 11: RHOSP6 DELL Summit - OpenStack
Page 12: RHOSP6 DELL Summit - OpenStack
Page 13: RHOSP6 DELL Summit - OpenStack

DA S H B OA R DDA S H B OA R D

Page 14: RHOSP6 DELL Summit - OpenStack

MANAGING RESOURCESMANAGING RESOURCEST R U E V I S I B I L I T YT R U E V I S I B I L I T Y

Page 15: RHOSP6 DELL Summit - OpenStack
Page 16: RHOSP6 DELL Summit - OpenStack
Page 17: RHOSP6 DELL Summit - OpenStack

Automatização de IAAS

Red Hat Enterprise Linux OpenStack

Page 18: RHOSP6 DELL Summit - OpenStack

W H AT I S O P E N S TAC K ?W H AT I S O P E N S TAC K ?

An Open Source Infrastructure-as-a-Service tool based on workflowsoriginated in AWS

It is written in Python

It is constructed out of a collection of independent services that arefederated together through RESTful APIs

Page 19: RHOSP6 DELL Summit - OpenStack

MARKETINGMARKETING

OVSOVS

Page 20: RHOSP6 DELL Summit - OpenStack
Page 21: RHOSP6 DELL Summit - OpenStack

FOR MORE ...FOR MORE ...

.

.

OpenStack Architecture Design Guide: Technical

Considerations For General Purpose Clouds

Dell Red Hat Cloud Solutions Reference Architecture

Guide

Page 22: RHOSP6 DELL Summit - OpenStack

ABSTRACTIONSABSTRACTIONS

Instances

Flavors

Objects

ContainersImages Volumes Networks

Users

Tenants

Page 23: RHOSP6 DELL Summit - OpenStack

SERVICESSERVICES

KeystoneNeutronCinderNovaGlanceSwift

Horizon

Page 24: RHOSP6 DELL Summit - OpenStack

H O R I Z O NH O R I Z O Na GUI you can make your own

designed to interact

designed to customize and extend

built using Django, an awesome Python web framework

can interact with (most) al l OpenStack services

Page 25: RHOSP6 DELL Summit - OpenStack

K E Y S TO N EK E Y S TO N EAuthentication and Identity for All Creatures

manages user authentication with multiple plugins forsources

maintains database of al l active OpenStack components

it is essential ly the keys to the castle

Page 26: RHOSP6 DELL Summit - OpenStack

N OVAN OVACompute Service

The original module created for the NASA / Rackspaceproject

Is the compute engine, controll ing your hypervisor tocreate / maintain / destroy virtual machines

kvm is the default hypervisor, with other drivers availablefor things l ike VMWare

Page 27: RHOSP6 DELL Summit - OpenStack

G L A N C EG L A N C Eall of your images are belong to us

helps you manage your VM image collection

can be backed my multiple storage backends

raw (unformatted)aki/ami/ari (amazon kernel ,machine,ram images)isoqcow2 (qemu/kvm - supports CoW)vhd (hyper-V)vdi (qemu/VirtualBox)vmdk (vmware)ovf image containers

Page 28: RHOSP6 DELL Summit - OpenStack

C I N D E RC I N D E R

persistent block storage for virtual machines

scalable and extensible

multiple backend services are available, including...

Page 29: RHOSP6 DELL Summit - OpenStack

N E U T R O NN E U T R O NThe OSI Model , no hardware needed

creates software-defined networks, routers, and tons ofother fun stuf f on the fly to give you a true IaaS

is the default networking service for OpenStack, althoughNova sti l l has some networking capabil it ies

Can do distributed virtual routing in Kilo

Page 30: RHOSP6 DELL Summit - OpenStack

C E I L O M E T E RC E I L O M E T E R

H E ATH E AT

telemtry and metrics

can be accessed via API for chargeback modeling andquota management

Orchestration and Automation

Leveraged by OSP Director in Kilo heavily to deploy theovercloud

Page 31: RHOSP6 DELL Summit - OpenStack

S W I F TS W I F T

object storage for things l ike graphics, videos, files andother useful things

l ike an unladen swallow

objects are stored as binaries and tracked through Swiftmetadata and available via HTTP

horizontally scalable with built in software replication

well suited for multi-datacenter deployments

Page 32: RHOSP6 DELL Summit - OpenStack

OT H E R M O D U L E SOT H E R M O D U L E S

Trove - database-as-a-service

Ironic - bare-metal-as-a-service (heavily used by OSP Director)

Sahara - big-data-as-a-service

more information at https://www.openstack.org/software/roadmap/

some in tech preview, others barely on a drawing board

Page 33: RHOSP6 DELL Summit - OpenStack
Page 34: RHOSP6 DELL Summit - OpenStack
Page 35: RHOSP6 DELL Summit - OpenStack
Page 36: RHOSP6 DELL Summit - OpenStack
Page 37: RHOSP6 DELL Summit - OpenStack
Page 38: RHOSP6 DELL Summit - OpenStack
Page 39: RHOSP6 DELL Summit - OpenStack
Page 40: RHOSP6 DELL Summit - OpenStack

CONTRIBUIÇÃOCONTRIBUIÇÃO NA COMUNIDADE.... NA COMUNIDADE....

Page 41: RHOSP6 DELL Summit - OpenStack
Page 42: RHOSP6 DELL Summit - OpenStack
Page 43: RHOSP6 DELL Summit - OpenStack