Book Image

OpenStack Bootcamp

By : Vinoth Kumar Selvaraj
Book Image

OpenStack Bootcamp

By: Vinoth Kumar Selvaraj

Overview of this book

<p>OpenStack is developed by a thriving community of individual developers around the globe and is backed by most of the leading players in the cloud space today. OpenStack is a free and open source software platform for cloud computing, mostly deployed as an infrastructure-as-a-service (IaaS).</p> <p>This book begins with the design principles of OpenStack and the available OpenStack distributions. You’ll start by getting a fundamental understanding of the core concepts and then move on to a comparison of OpenStack components with real-life examples. Then, we’ll show you the typical architecture of OpenStack clouds, how to configure each OpenStack component, and debugging techniques.</p> <p>Later, we focus on the latest releases of OpenStack: Mikata, Newton, and Ocata. You’ll be introduced to identity, image, networking, and the compute service. You’ll also get a complete understanding of how to install, configure, and administrate your entire virtual private cloud. You will also be provided with hands-on exercises to unleash the power of each component in OpenStack. Finally, you’ll see an overview of all the optional projects available under the Openstack umbrella.</p>
Table of Contents (19 chapters)
Title Page
Credits
About the Author
Acknowledgments
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
Index

Vanilla OpenStack


Vanilla OpenStack generally refers to an OpenStack without any special optimization, which is free and open source, and available at https://docs.openstack.org/.

We will look at the step-by-step installation procedure of OpenStack in Chapter 8, Day 8 - Build Your OpenStack after understanding the OpenStack design completely.

As of now, to build our play camp, we will be using the automated, opinionated script to create an OpenStack development environment quickly. There are various options available to build the OpenStack development environment in one go, such as:

  • DevStack: For Ubuntu (recommended)
  • PackStack: For CentOS/RHEL

There are also plenty of volunteer scripts available online to install OpenStack quickly with one command.

In this chapter, we will be focusing on the DevStack installation to bring up our play camp to get hands-on with the OpenStack cloud.