Book Image

Extending OpenStack

By : Omar Khedher
Book Image

Extending OpenStack

By: Omar Khedher

Overview of this book

OpenStack is a very popular cloud computing platform that has enabled several organizations during the last few years to successfully implement their Infrastructure as a Service (IaaS) platforms. This book will guide you through new features of the latest OpenStack releases and how to bring them into production straightaway in an agile way. It starts by showing you how to expand your current OpenStack setup and how to approach your next OpenStack Data Center generation deployment. You will discover how to extend your storage and network capacity and also take advantage of containerization technology such as Docker and Kubernetes in OpenStack. Additionally, you'll explore the power of big data as a Service terminology implemented in OpenStack by integrating the Sahara project. This book will teach you how to build Hadoop clusters and launch jobs in a very simple way. Then you'll automate and deploy applications on top of OpenStack. You will discover how to write your own plugin in the Murano project. The final part of the book will go through best practices for security such as identity, access management, and authentication exposed by Keystone in OpenStack. By the end of this book, you will be ready to extend and customize your private cloud based on your requirements.
Table of Contents (12 chapters)

Orchestrating the network function virtualization (NFV)

Converging to a network infrastructure based on SDN leverages elasticity of handling network resources. Commissioning and decommissioning network hardware appliances in a data center does not respond to the scaling question when facing an increased appetite of network resources. In addition, scaling down is not a common practice in a static data center environment space, as connectivity demand is not predictable.

This is where the NFV concept comes into the picture. The NFV approach is based on the conversion of the data center networking functionalities to the virtual world. Essentially, it decouples the network function of hardware through virtualization technology known as Virtual Network Function (VNF).

Any network device, such as a router, firewall, or a load balancer, can be turned into a VNF simply by running the software...