SlideShare una empresa de Scribd logo
1 de 48
Descargar para leer sin conexión
Cloud Computing
OpenStack
VNG – Infrastructure platform
Tran Anh Nhan – IRD department head
Pham Tran Kim Chi – Lead System Engineer
May 2014
Cloud Computing - OpenStack - VNG - IRD
Agenda
• VNG - IRD
• What is Cloud Computing?
• OpenStack Architecture
• OpenStack Networking
• Deployment Model
• Ceilometer
Cloud Computing - OpenStack - VNG - IRD
New Section
VNG Corp introduction
Cloud Computing - OpenStack - VNG - IRD
VNG Corporation
• Game publisher/developer (VLTK, VLCM,
Gunny, Boom, Khu vuon tren may,
ZingPlay …)
• Online music/media (ZingMP3, ZingTV)
• Social network (Zing Me, Zalo)
• E-commerce (123mua.vn, 123pay.vn)
Cloud Computing - OpenStack - VNG - IRD
IRD Department
Research and build the infrastructure platform for
VNG to enhance business, optimize quality and cost,
meet the new technology.
• Content Delivery Network (CDN) system is used
by all VNG products that want to optimize static
bandwidth.
• Live-streaming system is a streaming platform for
Zing events, Talk TV.
• OpenStack provides servers and networks for
some products with a small scale (in pilot phase.
Project Team is receiving feedback for further
enhancement).
• Object storage (in POC phase).
Cloud Computing - OpenStack - VNG - IRD
New Section
What is Cloud Computing?
Cloud Computing - OpenStack - VNG - IRD
References
• Gartner
• Synergy research
• The National Institute of Standards and
Technology (NIST)
• Cloud computing today
• 451 Research
Cloud Computing - OpenStack - VNG - IRD
Number & trend
Cloud Computing - OpenStack - VNG - IRD
Number & trend
Cloud Computing - OpenStack - VNG - IRD
What is Cloud computing?
Cloud Computing - OpenStack - VNG - IRD
What is Cloud computing?
Cloud Computing - OpenStack - VNG - IRD
What is Cloud computing?
Cloud Computing - OpenStack - VNG - IRD
Cloud Services
Cloud Computing - OpenStack - VNG - IRD
Cloud Services
• AWS #1 of cloud services provider - What services
AWS provide?
– Amazon Web Services (AWS) continues to dominate
the IaaS and PaaS space in terms of revenue. AWS:
3.8$B revenue (2013)
– Compute & Networking (Amazon EC2, Auto Scaling,
Elastic Load Balancing, Route 53 ,..)
– Storage & CDN (Amazon S3, Amazon Glacier a low
cost storage for backup, Amazon EBS, Cloud
Front/CDN)
– DB – Cache: RDS (MySQL, Oracle, SQL Server, and
PostgreSQL), DynamoDB (NoSQL data store),
ElastiCache (In-Memory Caching Service), Redshift
(Data Warehouse Service)
– Application services: Elastic Transcoder,..
Cloud Computing - OpenStack - VNG - IRD
Cloud Orchestration Framework
Cloud Computing - OpenStack - VNG - IRD
New Section
OpenStack Architecture
Cloud Computing - OpenStack - VNG - IRD
History
• OpenStack is an open source IaaS
initiative for managing and creating huge
groups of virtual private servers in a cloud
computing environment. It was initially
developed by Rackspace and NASA.
Cloud Computing - OpenStack - VNG - IRD
Cloud Computing - OpenStack - VNG - IRD
Nowadays
Cloud Computing - OpenStack - VNG - IRD
Servers Storage
Network switch Network switch Network switch
Virtualization Solution (VMWare VCenter,
Citrix XEN Server, Ovirt, Proxmox….)
Hypervisor (VMWARE, XEN, QEMU, KVM, Hyper-V)
Cloud Computing - OpenStack - VNG - IRD
Cloud Infrastructure
• Modular architecture
• Designed to easily scale out
• Based on set of core services
Cloud Computing - OpenStack - VNG - IRD
OpenStack Platform
Servers Storage
Network switch Network switch Network switch
Hypervisor (VMWARE, XEN, QEMU, KVM, Hyper-V)
Cloud Computing - OpenStack - VNG - IRD
Infrastructure As A Service Overview
Cloud Computing - OpenStack - VNG - IRD
Infrastructure As A Service roles
• Cloud Ops: monitor/add/remove physical
compute nodes, storage nodes, controller
nodes, network nodes.
• App Owner: add/remove/upgrade cloud
services, check billing status.
• Dev Ops: launch/ terminate/ scale instances,
storage. Register/ unregister new image.
Backup/ restore instances/ storage. These
tasks can be done via dashboard or API.
• App Devs: call the dev ops tasks inside
application logical flow.
Cloud Computing - OpenStack - VNG - IRD
OpenStack Architecture
Cloud Computing - OpenStack - VNG - IRD
OpenStack Architecture
On-Demand Self-Services
Resource
pooling
Broad
Network
Access
Mesearued
services
Cloud Computing - OpenStack - VNG - IRD
OpenStack Architecture
Hypervisor
Server
Storage Network
Nova compute Cinder Neutron
Cloud Computing - OpenStack - VNG - IRD
Cloud Computing - OpenStack - VNG - IRD
New Section
OpenStack Networking
Cloud Computing - OpenStack - VNG - IRD
OpenStack Networking
Cloud Computing - OpenStack - VNG - IRD
Network Node Compute Node
phy-
br-
em2
phy-
br-
em2
em1: 172.16.0.2 em1: 172.16.0.3
em2: no ip address
em2: no ip address
Nova API …
ovs/ br-int
dnsmasq
dchp agent
IP name space
Nova Compute …
tap-xx
qvo-xx
int-br-
em2
tap-xx qvb-xx
Linux bridge
qbr-xxxxx
Instance
eth0
ovs/ br-int
qvo-xx
int-br-
em2
veth
Neutron API
0.0.0.0:9696
management network
dedicated physical VLAN for neutron traffic between nodes
neutron ovs plugin
veth
Cloud Computing - OpenStack - VNG - IRD
Cloud Computing - OpenStack - VNG - IRD
New Section
Deployment Model
Cloud Computing - OpenStack - VNG - IRD
Cinder
API
COROSYNC + HAProxy
Controller 01 Controller 02
Rabbit
MQ
Keyston
e
Glance
API
Nova
API
PACEMAK
ER
Compute node 1
Compute node n
Ceph node 1
Ceph node n
QEMUDriver
Ceph node 2
Compute node 2
RBD Driver
Cloud Computing - OpenStack - VNG - IRD
OpenStack Networking
Neutron Server
Switch Interface
Driver
Physical switch
Controller Node
OVS Plugin
OVS Plugin
Openvswitch
Instances
Compute Node
Neutron OVS agent
DHCP
InstancesInstances
OVS Plugin
Openvswitch
Instances
Compute Node
Neutron OVS agent
InstancesInstances
L3 Agent DHCP L3 Agent
Cloud Computing - OpenStack - VNG - IRD
Feature
• Launch instance
• Snapshot/ restore instance
• Attach device to instance
• Snapshot/ restore attach device
• Scale up instance
• Internal network for instances
• Provide instances with VLAN as product
requires.
• Instances are stored totally in Ceph Storage.
Cloud Computing - OpenStack - VNG - IRD
DEMO
Cloud Computing - OpenStack - VNG - IRD
New Section
Ceilometer
Cloud Computing - OpenStack - VNG - IRD
OpenStack Architecture
On-Demand Self-Services
Resource
pooling
Broad
Network
Access
Mesearued
services
Cloud Computing - OpenStack - VNG - IRD
Monitoring
• Monitor physical host by cacti, graphite,
zabbix.
• Monitor instances status by ceilometer.
• Monitor OpenStack statistics by
ceilometer.
Cloud Computing - OpenStack - VNG - IRD
Ceilometer
• Objectives
• Ceilometer component
• Ceilometer collect data
• Access collected data
Objectives
• Provide a infrastructure to collect
any information in OPS.
• Publish information for other
monitoring.
• Integrate with Heat for trigger auto
scale.
Celiometer - OpenStack - VNG - IRD
Ceilometer collect data
• Bus listener
• Polling agent
• Push agents
Celiometer - OpenStack - VNG - IRD
Cloud Computing - OpenStack - VNG - IRD
Ceilometer
Cloud Computing - OpenStack - VNG - IRD
Process meter
Access collected data
• Via API
• Via Ceilometer command
Celiometer - OpenStack - VNG - IRD
Cloud Computing - OpenStack - VNG - IRD
DEMO
Cloud Computing - OpenStack - VNG - IRD
Q & A

Más contenido relacionado

La actualidad más candente

La actualidad más candente (20)

CloudStack news
CloudStack newsCloudStack news
CloudStack news
 
OpenStack: Everything You Need To Know to Get Started (ATO2014)
OpenStack: Everything You Need To Know to Get Started (ATO2014)OpenStack: Everything You Need To Know to Get Started (ATO2014)
OpenStack: Everything You Need To Know to Get Started (ATO2014)
 
How Cloud Native VNFs Deployed on OpenStack Will Change the Telecom Industry ...
How Cloud Native VNFs Deployed on OpenStack Will Change the Telecom Industry ...How Cloud Native VNFs Deployed on OpenStack Will Change the Telecom Industry ...
How Cloud Native VNFs Deployed on OpenStack Will Change the Telecom Industry ...
 
OpenStack Tutorial
OpenStack TutorialOpenStack Tutorial
OpenStack Tutorial
 
An Intrudction to OpenStack 2017
An Intrudction to OpenStack 2017An Intrudction to OpenStack 2017
An Intrudction to OpenStack 2017
 
AWS re:Invent 2016 Recap: What Happened, What It Means
AWS re:Invent 2016 Recap: What Happened, What It MeansAWS re:Invent 2016 Recap: What Happened, What It Means
AWS re:Invent 2016 Recap: What Happened, What It Means
 
OpenStack meetup @ Bangalore on 31st Mar 2018
OpenStack meetup @ Bangalore on 31st Mar 2018OpenStack meetup @ Bangalore on 31st Mar 2018
OpenStack meetup @ Bangalore on 31st Mar 2018
 
Introduction to OpenStack Storage
Introduction to OpenStack StorageIntroduction to OpenStack Storage
Introduction to OpenStack Storage
 
Containers and OpenStack - A Happy Marriage - Madhuri - Intel - CC18
Containers and OpenStack - A Happy Marriage - Madhuri - Intel - CC18Containers and OpenStack - A Happy Marriage - Madhuri - Intel - CC18
Containers and OpenStack - A Happy Marriage - Madhuri - Intel - CC18
 
(CMP404) Cloud Rendering at Walt Disney Animation Studios
(CMP404) Cloud Rendering at Walt Disney Animation Studios(CMP404) Cloud Rendering at Walt Disney Animation Studios
(CMP404) Cloud Rendering at Walt Disney Animation Studios
 
Data Stores @ Netflix
Data Stores @ NetflixData Stores @ Netflix
Data Stores @ Netflix
 
Virtualizing Apache Spark and Machine Learning with Justin Murray
Virtualizing Apache Spark and Machine Learning with Justin MurrayVirtualizing Apache Spark and Machine Learning with Justin Murray
Virtualizing Apache Spark and Machine Learning with Justin Murray
 
Running OpenStack on Amazon AWS, Alex Fishman
Running OpenStack on Amazon AWS, Alex FishmanRunning OpenStack on Amazon AWS, Alex Fishman
Running OpenStack on Amazon AWS, Alex Fishman
 
Simplifying the Move to OpenStack
Simplifying the Move to OpenStackSimplifying the Move to OpenStack
Simplifying the Move to OpenStack
 
Hybrid cloud enabling a borderless data centre for your business
Hybrid cloud enabling a borderless data centre for your businessHybrid cloud enabling a borderless data centre for your business
Hybrid cloud enabling a borderless data centre for your business
 
OpenStack Architected Like AWS (and GCP)
OpenStack Architected Like AWS (and GCP)OpenStack Architected Like AWS (and GCP)
OpenStack Architected Like AWS (and GCP)
 
Better, Faster, Cheaper Infrastructure: Apache CloudStack and Riak CS
Better, Faster, Cheaper Infrastructure: Apache CloudStack and Riak CSBetter, Faster, Cheaper Infrastructure: Apache CloudStack and Riak CS
Better, Faster, Cheaper Infrastructure: Apache CloudStack and Riak CS
 
AWS-compared-to-OpenStack
AWS-compared-to-OpenStackAWS-compared-to-OpenStack
AWS-compared-to-OpenStack
 
Kirin User Story: Migrating Mission Critical Applications to OpenStack Privat...
Kirin User Story: Migrating Mission Critical Applications to OpenStack Privat...Kirin User Story: Migrating Mission Critical Applications to OpenStack Privat...
Kirin User Story: Migrating Mission Critical Applications to OpenStack Privat...
 
OpenStack Training | OpenStack Tutorial For Beginners | OpenStack Certificati...
OpenStack Training | OpenStack Tutorial For Beginners | OpenStack Certificati...OpenStack Training | OpenStack Tutorial For Beginners | OpenStack Certificati...
OpenStack Training | OpenStack Tutorial For Beginners | OpenStack Certificati...
 

Similar a Cloud computing OpenStack_discussion_2014-05

Similar a Cloud computing OpenStack_discussion_2014-05 (20)

Lessons Learned during IBM SmartCloud Orchestrator Deployment at a Large Tel...
Lessons Learned during IBM SmartCloud Orchestrator Deployment at a Large Tel...Lessons Learned during IBM SmartCloud Orchestrator Deployment at a Large Tel...
Lessons Learned during IBM SmartCloud Orchestrator Deployment at a Large Tel...
 
Support of containerized workloads in ONAP
Support of containerized workloads in ONAPSupport of containerized workloads in ONAP
Support of containerized workloads in ONAP
 
Optimising Service Deployment and Infrastructure Resource Configuration
Optimising Service Deployment and Infrastructure Resource ConfigurationOptimising Service Deployment and Infrastructure Resource Configuration
Optimising Service Deployment and Infrastructure Resource Configuration
 
OpenStack in an Ever Expanding World of Possibilities - Vancouver 2015 Summit
OpenStack in an Ever Expanding World of Possibilities - Vancouver 2015 SummitOpenStack in an Ever Expanding World of Possibilities - Vancouver 2015 Summit
OpenStack in an Ever Expanding World of Possibilities - Vancouver 2015 Summit
 
State of the OpenDaylight Union
State of the OpenDaylight UnionState of the OpenDaylight Union
State of the OpenDaylight Union
 
Community Session: Strategic Private Cloud in SKY UK
Community Session: Strategic Private Cloud in SKY UKCommunity Session: Strategic Private Cloud in SKY UK
Community Session: Strategic Private Cloud in SKY UK
 
Directions for CloudStack Networking
Directions for CloudStack  NetworkingDirections for CloudStack  Networking
Directions for CloudStack Networking
 
Bbva bank on Open Stack
Bbva bank on Open StackBbva bank on Open Stack
Bbva bank on Open Stack
 
Un-clouding the cloud
Un-clouding the cloudUn-clouding the cloud
Un-clouding the cloud
 
RTP NPUG: Ansible Intro and Integration with ACI
RTP NPUG: Ansible Intro and Integration with ACIRTP NPUG: Ansible Intro and Integration with ACI
RTP NPUG: Ansible Intro and Integration with ACI
 
KT ucloud storage, by Jaesuk Ahn
KT ucloud storage, by Jaesuk AhnKT ucloud storage, by Jaesuk Ahn
KT ucloud storage, by Jaesuk Ahn
 
Am 02 osac_kt_swift
Am 02 osac_kt_swiftAm 02 osac_kt_swift
Am 02 osac_kt_swift
 
AWS IoT: From Testing to Scaling
AWS IoT: From Testing to ScalingAWS IoT: From Testing to Scaling
AWS IoT: From Testing to Scaling
 
Private Cloud with Open Stack, Docker
Private Cloud with Open Stack, DockerPrivate Cloud with Open Stack, Docker
Private Cloud with Open Stack, Docker
 
PSOCLD-1006 Cisco Cloud Architectures on OpenStack - Cisco Live! US 2015 San ...
PSOCLD-1006 Cisco Cloud Architectures on OpenStack - Cisco Live! US 2015 San ...PSOCLD-1006 Cisco Cloud Architectures on OpenStack - Cisco Live! US 2015 San ...
PSOCLD-1006 Cisco Cloud Architectures on OpenStack - Cisco Live! US 2015 San ...
 
OpenStack: Changing the Face of Service Delivery
OpenStack: Changing the Face of Service DeliveryOpenStack: Changing the Face of Service Delivery
OpenStack: Changing the Face of Service Delivery
 
OpenStack: Changing the Face of Service Delivery
OpenStack: Changing the Face of Service DeliveryOpenStack: Changing the Face of Service Delivery
OpenStack: Changing the Face of Service Delivery
 
OpenStack Quantum: Cloud Carrier Summit 2012
OpenStack Quantum: Cloud Carrier Summit 2012OpenStack Quantum: Cloud Carrier Summit 2012
OpenStack Quantum: Cloud Carrier Summit 2012
 
Transforming Networks with NFV & SDN
Transforming Networks with NFV & SDNTransforming Networks with NFV & SDN
Transforming Networks with NFV & SDN
 
[OpenStack Day in Korea 2015] Track 2-3 - 오픈스택 클라우드에 최적화된 네트워크 가상화 '누아지(Nuage)'
[OpenStack Day in Korea 2015] Track 2-3 - 오픈스택 클라우드에 최적화된 네트워크 가상화 '누아지(Nuage)'[OpenStack Day in Korea 2015] Track 2-3 - 오픈스택 클라우드에 최적화된 네트워크 가상화 '누아지(Nuage)'
[OpenStack Day in Korea 2015] Track 2-3 - 오픈스택 클라우드에 최적화된 네트워크 가상화 '누아지(Nuage)'
 

Más de Le Cuong

City Next for Partners
City Next for PartnersCity Next for Partners
City Next for Partners
Le Cuong
 
The Future of GIS
The Future of GISThe Future of GIS
The Future of GIS
Le Cuong
 
OpenStack Introduction
OpenStack IntroductionOpenStack Introduction
OpenStack Introduction
Le Cuong
 
SFD2013 OpenStack ứng dụng tại Trung tâm dữ liệu Đà Nẵng
SFD2013 OpenStack ứng dụng tại Trung tâm dữ liệu Đà NẵngSFD2013 OpenStack ứng dụng tại Trung tâm dữ liệu Đà Nẵng
SFD2013 OpenStack ứng dụng tại Trung tâm dữ liệu Đà Nẵng
Le Cuong
 
SFD2013 OpenStack Điện toán đám mây nguồn mở
SFD2013 OpenStack Điện toán đám mây nguồn mởSFD2013 OpenStack Điện toán đám mây nguồn mở
SFD2013 OpenStack Điện toán đám mây nguồn mở
Le Cuong
 
SAGA Chuẩn chính phủ điện tử
SAGA Chuẩn chính phủ điện tửSAGA Chuẩn chính phủ điện tử
SAGA Chuẩn chính phủ điện tử
Le Cuong
 
How to build a PMO
How to build a PMOHow to build a PMO
How to build a PMO
Le Cuong
 
SFD2013 OpenInnovation
SFD2013 OpenInnovationSFD2013 OpenInnovation
SFD2013 OpenInnovation
Le Cuong
 
Microsoft Next City
Microsoft Next CityMicrosoft Next City
Microsoft Next City
Le Cuong
 
Itlc hanoi va viet openstack gioi thieu hn04
Itlc hanoi va viet openstack gioi thieu hn04Itlc hanoi va viet openstack gioi thieu hn04
Itlc hanoi va viet openstack gioi thieu hn04
Le Cuong
 
ITLC Hanoi - Triển khai ceph hướng tới Cloud Storage và hỗ trợ OpenStack - du...
ITLC Hanoi - Triển khai ceph hướng tới Cloud Storage và hỗ trợ OpenStack - du...ITLC Hanoi - Triển khai ceph hướng tới Cloud Storage và hỗ trợ OpenStack - du...
ITLC Hanoi - Triển khai ceph hướng tới Cloud Storage và hỗ trợ OpenStack - du...
Le Cuong
 
ITLC Hanoi - open stack-icehouse - nguyen trung kien_pdf
ITLC Hanoi - open stack-icehouse - nguyen trung kien_pdfITLC Hanoi - open stack-icehouse - nguyen trung kien_pdf
ITLC Hanoi - open stack-icehouse - nguyen trung kien_pdf
Le Cuong
 
Itlc hanoi lesson learned-open-stack - pham tung duong
Itlc hanoi lesson learned-open-stack - pham tung duongItlc hanoi lesson learned-open-stack - pham tung duong
Itlc hanoi lesson learned-open-stack - pham tung duong
Le Cuong
 
Itlc hanoi gioi thieu tong quan open stack - tong manh cuong
Itlc hanoi   gioi thieu tong quan open stack - tong manh cuongItlc hanoi   gioi thieu tong quan open stack - tong manh cuong
Itlc hanoi gioi thieu tong quan open stack - tong manh cuong
Le Cuong
 
ITLC Hanoi - Establishing a service desk
ITLC Hanoi - Establishing a service deskITLC Hanoi - Establishing a service desk
ITLC Hanoi - Establishing a service desk
Le Cuong
 
IT Leader Club Hanoi - ITIL - ITIL & SMB - Nguyen Manh Cuong
IT Leader Club Hanoi - ITIL - ITIL & SMB - Nguyen Manh CuongIT Leader Club Hanoi - ITIL - ITIL & SMB - Nguyen Manh Cuong
IT Leader Club Hanoi - ITIL - ITIL & SMB - Nguyen Manh Cuong
Le Cuong
 
IT Leader Club Hanoi - ITIL - FCAPS nhin tu quan diem ITIL - Luu Van Hau
IT Leader Club Hanoi - ITIL - FCAPS nhin tu quan diem ITIL - Luu Van HauIT Leader Club Hanoi - ITIL - FCAPS nhin tu quan diem ITIL - Luu Van Hau
IT Leader Club Hanoi - ITIL - FCAPS nhin tu quan diem ITIL - Luu Van Hau
Le Cuong
 
IT Leader Club Hanoi - ITIL - Quan ly su co CNTT- Tran Thang
IT Leader Club Hanoi - ITIL - Quan ly su co CNTT- Tran ThangIT Leader Club Hanoi - ITIL - Quan ly su co CNTT- Tran Thang
IT Leader Club Hanoi - ITIL - Quan ly su co CNTT- Tran Thang
Le Cuong
 

Más de Le Cuong (19)

BA DAY: 5 bước phân tích yêu cầu nghiệp vụ
BA DAY: 5 bước phân tích yêu cầu nghiệp vụ BA DAY: 5 bước phân tích yêu cầu nghiệp vụ
BA DAY: 5 bước phân tích yêu cầu nghiệp vụ
 
City Next for Partners
City Next for PartnersCity Next for Partners
City Next for Partners
 
The Future of GIS
The Future of GISThe Future of GIS
The Future of GIS
 
OpenStack Introduction
OpenStack IntroductionOpenStack Introduction
OpenStack Introduction
 
SFD2013 OpenStack ứng dụng tại Trung tâm dữ liệu Đà Nẵng
SFD2013 OpenStack ứng dụng tại Trung tâm dữ liệu Đà NẵngSFD2013 OpenStack ứng dụng tại Trung tâm dữ liệu Đà Nẵng
SFD2013 OpenStack ứng dụng tại Trung tâm dữ liệu Đà Nẵng
 
SFD2013 OpenStack Điện toán đám mây nguồn mở
SFD2013 OpenStack Điện toán đám mây nguồn mởSFD2013 OpenStack Điện toán đám mây nguồn mở
SFD2013 OpenStack Điện toán đám mây nguồn mở
 
SAGA Chuẩn chính phủ điện tử
SAGA Chuẩn chính phủ điện tửSAGA Chuẩn chính phủ điện tử
SAGA Chuẩn chính phủ điện tử
 
How to build a PMO
How to build a PMOHow to build a PMO
How to build a PMO
 
SFD2013 OpenInnovation
SFD2013 OpenInnovationSFD2013 OpenInnovation
SFD2013 OpenInnovation
 
Microsoft Next City
Microsoft Next CityMicrosoft Next City
Microsoft Next City
 
Itlc hanoi va viet openstack gioi thieu hn04
Itlc hanoi va viet openstack gioi thieu hn04Itlc hanoi va viet openstack gioi thieu hn04
Itlc hanoi va viet openstack gioi thieu hn04
 
ITLC Hanoi - Triển khai ceph hướng tới Cloud Storage và hỗ trợ OpenStack - du...
ITLC Hanoi - Triển khai ceph hướng tới Cloud Storage và hỗ trợ OpenStack - du...ITLC Hanoi - Triển khai ceph hướng tới Cloud Storage và hỗ trợ OpenStack - du...
ITLC Hanoi - Triển khai ceph hướng tới Cloud Storage và hỗ trợ OpenStack - du...
 
ITLC Hanoi - open stack-icehouse - nguyen trung kien_pdf
ITLC Hanoi - open stack-icehouse - nguyen trung kien_pdfITLC Hanoi - open stack-icehouse - nguyen trung kien_pdf
ITLC Hanoi - open stack-icehouse - nguyen trung kien_pdf
 
Itlc hanoi lesson learned-open-stack - pham tung duong
Itlc hanoi lesson learned-open-stack - pham tung duongItlc hanoi lesson learned-open-stack - pham tung duong
Itlc hanoi lesson learned-open-stack - pham tung duong
 
Itlc hanoi gioi thieu tong quan open stack - tong manh cuong
Itlc hanoi   gioi thieu tong quan open stack - tong manh cuongItlc hanoi   gioi thieu tong quan open stack - tong manh cuong
Itlc hanoi gioi thieu tong quan open stack - tong manh cuong
 
ITLC Hanoi - Establishing a service desk
ITLC Hanoi - Establishing a service deskITLC Hanoi - Establishing a service desk
ITLC Hanoi - Establishing a service desk
 
IT Leader Club Hanoi - ITIL - ITIL & SMB - Nguyen Manh Cuong
IT Leader Club Hanoi - ITIL - ITIL & SMB - Nguyen Manh CuongIT Leader Club Hanoi - ITIL - ITIL & SMB - Nguyen Manh Cuong
IT Leader Club Hanoi - ITIL - ITIL & SMB - Nguyen Manh Cuong
 
IT Leader Club Hanoi - ITIL - FCAPS nhin tu quan diem ITIL - Luu Van Hau
IT Leader Club Hanoi - ITIL - FCAPS nhin tu quan diem ITIL - Luu Van HauIT Leader Club Hanoi - ITIL - FCAPS nhin tu quan diem ITIL - Luu Van Hau
IT Leader Club Hanoi - ITIL - FCAPS nhin tu quan diem ITIL - Luu Van Hau
 
IT Leader Club Hanoi - ITIL - Quan ly su co CNTT- Tran Thang
IT Leader Club Hanoi - ITIL - Quan ly su co CNTT- Tran ThangIT Leader Club Hanoi - ITIL - Quan ly su co CNTT- Tran Thang
IT Leader Club Hanoi - ITIL - Quan ly su co CNTT- Tran Thang
 

Último

Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac Folorunso
Kayode Fayemi
 
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxChiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
raffaeleoman
 
If this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaIf this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New Nigeria
Kayode Fayemi
 

Último (20)

Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
 
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesVVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
 
Dreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIIDreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio III
 
Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac Folorunso
 
lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.
 
Causes of poverty in France presentation.pptx
Causes of poverty in France presentation.pptxCauses of poverty in France presentation.pptx
Causes of poverty in France presentation.pptx
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
 
SaaStr Workshop Wednesday w/ Lucas Price, Yardstick
SaaStr Workshop Wednesday w/ Lucas Price, YardstickSaaStr Workshop Wednesday w/ Lucas Price, Yardstick
SaaStr Workshop Wednesday w/ Lucas Price, Yardstick
 
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
 
My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Bailey
 
Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510
 
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
 
Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)
 
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
 
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxMohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar Training
 
ICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdfICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdf
 
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxChiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
 
If this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaIf this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New Nigeria
 
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyCall Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
 

Cloud computing OpenStack_discussion_2014-05

  • 1. Cloud Computing OpenStack VNG – Infrastructure platform Tran Anh Nhan – IRD department head Pham Tran Kim Chi – Lead System Engineer May 2014
  • 2. Cloud Computing - OpenStack - VNG - IRD Agenda • VNG - IRD • What is Cloud Computing? • OpenStack Architecture • OpenStack Networking • Deployment Model • Ceilometer
  • 3. Cloud Computing - OpenStack - VNG - IRD New Section VNG Corp introduction
  • 4. Cloud Computing - OpenStack - VNG - IRD VNG Corporation • Game publisher/developer (VLTK, VLCM, Gunny, Boom, Khu vuon tren may, ZingPlay …) • Online music/media (ZingMP3, ZingTV) • Social network (Zing Me, Zalo) • E-commerce (123mua.vn, 123pay.vn)
  • 5. Cloud Computing - OpenStack - VNG - IRD IRD Department Research and build the infrastructure platform for VNG to enhance business, optimize quality and cost, meet the new technology. • Content Delivery Network (CDN) system is used by all VNG products that want to optimize static bandwidth. • Live-streaming system is a streaming platform for Zing events, Talk TV. • OpenStack provides servers and networks for some products with a small scale (in pilot phase. Project Team is receiving feedback for further enhancement). • Object storage (in POC phase).
  • 6. Cloud Computing - OpenStack - VNG - IRD New Section What is Cloud Computing?
  • 7. Cloud Computing - OpenStack - VNG - IRD References • Gartner • Synergy research • The National Institute of Standards and Technology (NIST) • Cloud computing today • 451 Research
  • 8. Cloud Computing - OpenStack - VNG - IRD Number & trend
  • 9. Cloud Computing - OpenStack - VNG - IRD Number & trend
  • 10. Cloud Computing - OpenStack - VNG - IRD What is Cloud computing?
  • 11. Cloud Computing - OpenStack - VNG - IRD What is Cloud computing?
  • 12. Cloud Computing - OpenStack - VNG - IRD What is Cloud computing?
  • 13. Cloud Computing - OpenStack - VNG - IRD Cloud Services
  • 14. Cloud Computing - OpenStack - VNG - IRD Cloud Services • AWS #1 of cloud services provider - What services AWS provide? – Amazon Web Services (AWS) continues to dominate the IaaS and PaaS space in terms of revenue. AWS: 3.8$B revenue (2013) – Compute & Networking (Amazon EC2, Auto Scaling, Elastic Load Balancing, Route 53 ,..) – Storage & CDN (Amazon S3, Amazon Glacier a low cost storage for backup, Amazon EBS, Cloud Front/CDN) – DB – Cache: RDS (MySQL, Oracle, SQL Server, and PostgreSQL), DynamoDB (NoSQL data store), ElastiCache (In-Memory Caching Service), Redshift (Data Warehouse Service) – Application services: Elastic Transcoder,..
  • 15. Cloud Computing - OpenStack - VNG - IRD Cloud Orchestration Framework
  • 16. Cloud Computing - OpenStack - VNG - IRD New Section OpenStack Architecture
  • 17. Cloud Computing - OpenStack - VNG - IRD History • OpenStack is an open source IaaS initiative for managing and creating huge groups of virtual private servers in a cloud computing environment. It was initially developed by Rackspace and NASA.
  • 18. Cloud Computing - OpenStack - VNG - IRD
  • 19. Cloud Computing - OpenStack - VNG - IRD Nowadays
  • 20. Cloud Computing - OpenStack - VNG - IRD Servers Storage Network switch Network switch Network switch Virtualization Solution (VMWare VCenter, Citrix XEN Server, Ovirt, Proxmox….) Hypervisor (VMWARE, XEN, QEMU, KVM, Hyper-V)
  • 21. Cloud Computing - OpenStack - VNG - IRD Cloud Infrastructure • Modular architecture • Designed to easily scale out • Based on set of core services
  • 22. Cloud Computing - OpenStack - VNG - IRD OpenStack Platform Servers Storage Network switch Network switch Network switch Hypervisor (VMWARE, XEN, QEMU, KVM, Hyper-V)
  • 23. Cloud Computing - OpenStack - VNG - IRD Infrastructure As A Service Overview
  • 24. Cloud Computing - OpenStack - VNG - IRD Infrastructure As A Service roles • Cloud Ops: monitor/add/remove physical compute nodes, storage nodes, controller nodes, network nodes. • App Owner: add/remove/upgrade cloud services, check billing status. • Dev Ops: launch/ terminate/ scale instances, storage. Register/ unregister new image. Backup/ restore instances/ storage. These tasks can be done via dashboard or API. • App Devs: call the dev ops tasks inside application logical flow.
  • 25. Cloud Computing - OpenStack - VNG - IRD OpenStack Architecture
  • 26. Cloud Computing - OpenStack - VNG - IRD OpenStack Architecture On-Demand Self-Services Resource pooling Broad Network Access Mesearued services
  • 27. Cloud Computing - OpenStack - VNG - IRD OpenStack Architecture Hypervisor Server Storage Network Nova compute Cinder Neutron
  • 28. Cloud Computing - OpenStack - VNG - IRD
  • 29. Cloud Computing - OpenStack - VNG - IRD New Section OpenStack Networking
  • 30. Cloud Computing - OpenStack - VNG - IRD OpenStack Networking
  • 31. Cloud Computing - OpenStack - VNG - IRD Network Node Compute Node phy- br- em2 phy- br- em2 em1: 172.16.0.2 em1: 172.16.0.3 em2: no ip address em2: no ip address Nova API … ovs/ br-int dnsmasq dchp agent IP name space Nova Compute … tap-xx qvo-xx int-br- em2 tap-xx qvb-xx Linux bridge qbr-xxxxx Instance eth0 ovs/ br-int qvo-xx int-br- em2 veth Neutron API 0.0.0.0:9696 management network dedicated physical VLAN for neutron traffic between nodes neutron ovs plugin veth
  • 32. Cloud Computing - OpenStack - VNG - IRD
  • 33. Cloud Computing - OpenStack - VNG - IRD New Section Deployment Model
  • 34. Cloud Computing - OpenStack - VNG - IRD Cinder API COROSYNC + HAProxy Controller 01 Controller 02 Rabbit MQ Keyston e Glance API Nova API PACEMAK ER Compute node 1 Compute node n Ceph node 1 Ceph node n QEMUDriver Ceph node 2 Compute node 2 RBD Driver
  • 35. Cloud Computing - OpenStack - VNG - IRD OpenStack Networking Neutron Server Switch Interface Driver Physical switch Controller Node OVS Plugin OVS Plugin Openvswitch Instances Compute Node Neutron OVS agent DHCP InstancesInstances OVS Plugin Openvswitch Instances Compute Node Neutron OVS agent InstancesInstances L3 Agent DHCP L3 Agent
  • 36. Cloud Computing - OpenStack - VNG - IRD Feature • Launch instance • Snapshot/ restore instance • Attach device to instance • Snapshot/ restore attach device • Scale up instance • Internal network for instances • Provide instances with VLAN as product requires. • Instances are stored totally in Ceph Storage.
  • 37. Cloud Computing - OpenStack - VNG - IRD DEMO
  • 38. Cloud Computing - OpenStack - VNG - IRD New Section Ceilometer
  • 39. Cloud Computing - OpenStack - VNG - IRD OpenStack Architecture On-Demand Self-Services Resource pooling Broad Network Access Mesearued services
  • 40. Cloud Computing - OpenStack - VNG - IRD Monitoring • Monitor physical host by cacti, graphite, zabbix. • Monitor instances status by ceilometer. • Monitor OpenStack statistics by ceilometer.
  • 41. Cloud Computing - OpenStack - VNG - IRD Ceilometer • Objectives • Ceilometer component • Ceilometer collect data • Access collected data
  • 42. Objectives • Provide a infrastructure to collect any information in OPS. • Publish information for other monitoring. • Integrate with Heat for trigger auto scale. Celiometer - OpenStack - VNG - IRD
  • 43. Ceilometer collect data • Bus listener • Polling agent • Push agents Celiometer - OpenStack - VNG - IRD
  • 44. Cloud Computing - OpenStack - VNG - IRD Ceilometer
  • 45. Cloud Computing - OpenStack - VNG - IRD Process meter
  • 46. Access collected data • Via API • Via Ceilometer command Celiometer - OpenStack - VNG - IRD
  • 47. Cloud Computing - OpenStack - VNG - IRD DEMO
  • 48. Cloud Computing - OpenStack - VNG - IRD Q & A