0% found this document useful (0 votes)
32 views

Cloud Computing Introduction

This document provides an overview and introduction to cloud computing and OpenStack. It discusses cloud service models including IaaS, and provides details on OpenStack architecture, components, releases, and how it compares to VMware. Key aspects of OpenStack networking are explained, such as Neutron traffic, Nova integration with KVM hosts, and managing IP addressing with private fixed IPs and public floating IPs. Prerequisites for deploying OpenStack are also mentioned.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views

Cloud Computing Introduction

This document provides an overview and introduction to cloud computing and OpenStack. It discusses cloud service models including IaaS, and provides details on OpenStack architecture, components, releases, and how it compares to VMware. Key aspects of OpenStack networking are explained, such as Neutron traffic, Nova integration with KVM hosts, and managing IP addressing with private fixed IPs and public floating IPs. Prerequisites for deploying OpenStack are also mentioned.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 37

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

You might also like