Book Image

Learning OpenStack

By : Alok Shrivastwa, Sunil Sarat
Book Image

Learning OpenStack

By: Alok Shrivastwa, Sunil Sarat

Overview of this book

<p><span id="description" class="sugar_field">OpenStack is a free and open source cloud computing platform that is rapidly gaining popularity in Enterprise data centres. It is a scalable operating system and is used to build private and public clouds. It is imperative for all the aspiring cloud administrators to possess OpenStack skills if they want to succeed in the cloud-led IT infrastructure space.</span></p> <p><span id="description" class="sugar_field">This book will help you gain a clearer understanding of OpenStack’s components and their interaction with each other to build a cloud environment. You will learn to deploy a self-service based cloud using just four virtual machines and standard networking.</span></p> <p><span id="description" class="sugar_field">You begin with an introduction on the basics of cloud computing. This is followed by a brief look into the need for authentication and authorization, the different aspects of dashboards, cloud computing fabric controllers, along with “Networking as a Service” and “Software Defined Networking.” Then, you will focus on installing, configuring, and troubleshooting different architectures such as Keystone, Horizon, Nova, Neutron, Cinder, Swift, and Glance. Furthermore, you will see how all of the OpenStack components come together in providing IaaS to users. Finally, you will take your OpenStack cloud to the next level by integrating it with other IT ecosystem elements before automation.</span></p> <p><span id="description" class="sugar_field">By the end of this book, you will be proficient with the fundamentals and application of OpenStack.</span></p>
Table of Contents (17 chapters)
Learning OpenStack
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Gathering service requirements


We hope that you are ready to start pointing, clicking and typing commands, but before we do just that, let's create a scenario for which we will be providing services.

So, we are a part of the IT wing of a company whose core business is software development. The company wants to make its processes agile and speed up the time to market the products it has been developing, and so we have been tasked with providing a private cloud environment to the various development and testing teams.

We have successfully done that by setting up our OpenStack environment and we have our first customer at our door, who is a project manager for a new product that has been conceptualized. They need an environment where the developers can freely spin instances up and down.

So, we have to ask the following questions:

  • What is the name of the project?

  • Project members – We will create individual accounts and will send the project to them as this is not yet Active Directory Integrated

  • Operating...