Chapter 6. Planning Nova Deployment

As Nova supports a wide range of technologies, configurations, and designs, it will be important to make a number of architectural and design decisions before looking to deploy it. This section guides you through the most important ones before you begin.

Deployment of Nova can be painless with good planning. However, Nova does have a lot of moving parts, so it’s good to understand an overview of what is trying to be accomplished before you start installing software. Figure 6-1 illustrates the preferred workflow for installing, configuring, and launching your first instance on Nova.

Nova Installation Workflow

Figure 6-1. Nova Installation Workflow

This is a three-step process:

Note

This book covers the infrastructure for clouds. As such, it is out of scope of the book to describe everything that you will want to do with your cloud instance once you have it running.

At each phase of the installation, we will make sure to test the results of our actions. Without these tests, it is very easy to get to the last steps and find out you need to start over again due to error in an early phase.

As you can see from the earlier discussion of Nova’s architecture, there are ample choices for virtualization products. I will not go into all the factors about the appropriate virtualization technology to choose here, but if you have an installed base of hypervisors, that will need to be factored into your cloud platform choice.

Unless you already have extensive experience with particular virtualization technology, most people will gravitate toward either KVM or a Xen-based solution (Xen/XCP/XenServer). Each has its own advantages:

The general rule of thumb at the current time is to configure KVM for small or non-production deployments but use a Xen-based technology for large-scale production installations.