{% set scriptdir = '../common/js/' %} {% set cssdir = '../common/css/' %} {% extends "templates/base.tmpl" %} {% block pagetitle %}Architecture Design Guide{% endblock %} {% block title %} Documentation > Architecture Design Guide {% endblock %} {% block content %}

OpenStack Architecture Design Guide

The OpenStack Architecture Design Guide offers examples of OpenStack deployments for different use cases. Authors who know how to design clouds that meet users' needs wrote this book in a five-day book sprint.


Get the Book!

Current HTML buy it from Lulu

Read this book to learn about these types of use cases for OpenStack clouds:

  • General purpose: compute, network, and storage components balanced for scale-out, general purpose applications.
  • Compute focused: built and designed specifically to support compute intensive workloads such as high performance computing, big data analysis, continuous integration or continuous deployment, and Platform-as-a-Service.
  • Storage focused: data management through cloud storage solutions to support applications like archiving, data analytics, content storage and synchronization, media streaming, databases, and content distribution.
  • Network focused: when users require network services beyond the usual cloud use cases, such as content delivery networks, network services like VPN or GRE tunnels, and web portals or web services.
  • Multi-site clouds: when services are hosted in more than one data center to spread out the geographic footprint for redundancy or for location-sensitive data
  • Hybrid clouds: when the design spans more than one cloud, you plan for a hybrid cloud architecture.
  • Massively scalable: for large deployments serving many users with many resources available, often for public clouds
  • Specialized cases: describes multi-hypervisor examples, specialized networking, desktop-as-a-service, OpenStack on OpenStack, and the use of specialized hardware in a cloud's design.

If you'd like a bound copy, buy it from Lulu and all proceeds go to the Foundation to support more book sprints efforts like this one.

Support independent publishing: Buy this book on Lulu.

Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 United States License .

{% endblock content %}