Lesson: 20
Cloud Computing Introduction
Md. Azaj Ikbal
(RHCVA, RHCE, CCNA, CEH)
Agenda
After this lesson, you should be able to do the following:
Introduction
Cloud Computing Introduction
Cloud Service Models
Introduction to IAAS
About OpenStack
OpenStack Architecture
OpenStack Terminology
OpenStack vs VMware
Cloud Service Model
Cloud Service Model - 1
Cloud Service Model - 2
Cloud Service Model - 3
OpenStack with Virtualization
Overview
About OpenStack
Where did it Start ?
Who use it ?
OpenStack Releases
OpenStack Releases
OpenStack Components
OpenStack Components
OpenStack Architecture
Traditional Data Center Approach
Cloud-based Delivery Model
Cloud-based Delivery Model
Cloud-based Delivery Model
Cloud-based Delivery Model
Single Adapter, All in one setup
Multiple nodes with a single adapter
Comparison with VMware and OpenStack
Comparison with VMware and OpenStack
Comparison with VMware and OpenStack
OpenStack Neutron Traffic
Nova Integration with KVM Host
You can deploy OpenStack on either RHEL or CentOS or SUSE or Ubuntu Linux
OpenStack Neutron Traffic
NOVA
Networking in Virtual World
OpenStack Neutron Traffic
Multi NIC Setup
Managing IP Addressing
There are two main types of IP addresses for guest virtual machines:
Fixed IPs
Floating IPs
Each instance has a private, Fixed IP address and can also have a public, or
Floating IP address. Private IP addresses are used for communication
between instances, and public addresses are used for communication
with networks outside the cloud, including the internet.
When you launch an instance, it is automatically assigned a private IP
address that stays the same until you explicitly terminate the instance.
Rebooting an instance has no effect on the private IP address.
A pool of floating IP addresses, configured by the cloud administrator, is
available in OpenStack Compute.
Network Topology
Prerequisites to deploy OpenStack
Thank you