Book Image

OpenStack Networking Cookbook

Book Image

OpenStack Networking Cookbook

Overview of this book

Table of Contents (19 chapters)
OpenStack Networking Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Setting up a simple web application – an introduction


Now that we have seen several scenarios to create Networks and instantiate the VMs, let's take a practical example and apply this knowledge.

In this 3-recipe series, you will learn how to use the OpenStack Networking capabilities to create a simple web application. In the first recipe, we will just introduce the components of the web application and desired network connectivity. The next two recipes will show you how to implement this using OpenStack. For simplicity, we will not focus on the exact software running in the VMs. We will just name the VMs as per our requirement.

Getting ready

A simple web application consists of a database and web application server. While both the database and web server are capable of being executed on the same server, for a good scale and performance, it is better to keep them on different servers.

The following image depicts the networking connections between the VMs in our web application. The DB-VM runs...