Book Image

Troubleshooting Ubuntu Server

By : Skanda Bhargav
Book Image

Troubleshooting Ubuntu Server

By: Skanda Bhargav

Overview of this book

Table of Contents (16 chapters)
Troubleshooting Ubuntu Server
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
Index

The OpenStack architecture


The following diagram shows the architecture of an OpenStack installation with the components. Let's take a look at what each component does and what the services are called.

We see there are nine blocks with different names, each one for a different component and running different services:

The following table puts the information of these components together:

Service

Project

Description

Dashboard

Horizon

The Horizon project provides the user with a portal for interacting with the services. Some of the examples are to launch an instance, assign IP addresses, and so on.

Compute

Nova

It is the responsibility of this service to manage the compute instances. They are related to virtual machine spawning, scheduling, and decommissioning.

Networking

Neutron

This does the job of enabling network-connectivity-as-a-service for other components in the OpenStack framework. Also, it has an API that can be used for defining...