Book Image

OpenStack Orchestration

By : Adnan Ahmed Siddiqui
Book Image

OpenStack Orchestration

By: Adnan Ahmed Siddiqui

Overview of this book

This book is focused on setting up and using one of the most important services in OpenStack orchestration, Heat. First, the book introduces you to the orchestration service for OpenStack to help you understand the uses of the templating mechanism, complex control groups of cloud resources, and huge-potential and multiple-use cases. We then move on to the topology and orchestration specification for cloud applications and standards, before introducing the most popular IaaS cloud framework, Heat. You will get to grips with the standards used in Heat, overview and roadmap, architecture and CLI, heat API, heat engine, CloudWatch API, scaling principles, JeOS and installation and configuration of Heat. We wrap up by giving you some insights into troubleshooting for OpenStack. With easy-to-follow, step-by-step instructions and supporting images, you will be able to manage OpenStack operations by implementing the orchestration services of Heat.
Table of Contents (14 chapters)
OpenStack Orchestration
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
3
Stack Group of Connected Cloud Resources
Index

The example architecture 2 (based on Neutron)


The difference between the OpenStack architecture described in the previous section and the architecture explained in this section is that we are using the Neutron networking service instead of legacy OpenStack networking. Secondly, in this section, we are focusing on high availability of the solution.

Let's now take a look at the node hardware specifications for the basic architecture with OpenStack networking:

Type

Example hardware

Controller

Model: Dell R620

CPU: 2x Intel Xeon CPU E5-2620 0 @ 2.00 GHz

Memory: 32 GB

Disk: Two 300 GB 10000 RPM SAS Disks

Network: Two 10G network ports

Compute

Model: Dell R620

CPU: 2x Intel Xeon CPU E5-2650 0 @ 2.00 GHz

Memory: 128 GB

Disk: Two 600 GB 10000 RPM SAS Disks

Network: Four 10G network ports (for future proofing expansion)

Storage

Model: Dell R720xd

CPU: 2x Intel Xeon CPU E5-2620 0 @ 2.00 GHz

Memory: 64 GB

Disk: Two 500 GB 7200 RPM SAS Disks and twenty-four 600 GB 10000 RPM SAS Disks

Raid controller...