- Learning OpenStack Networking(Neutron)(Second Edition)
- James Denton
- 183字
- 2021-07-30 10:21:21
Chapter 2. Installing OpenStack
Installing, configuring, and maintaining OpenStack clouds can be an arduous task when performed by hand. Many third-party vendors offer downloadable cloud software based on OpenStack that provide deployment and management strategies using Chef, Puppet, Fuel, Ansible, and other tools.
This chapter will step you through a package-based installation of the following OpenStack components on the Ubuntu 14.04 LTS operating system:
- OpenStack Identity (Keystone)
- OpenStack Image Service (Glance)
- OpenStack Compute (Nova)
- OpenStack Block Storage (Cinder)
- OpenStack Dashboard (Horizon)
Note
The installation process documented within this chapter is based on the OpenStack Installation Guide for Ubuntu 14.04 found at http://docs.openstack.org/. If you wish to install OpenStack on a different operating system, the guides available at that site provide instructions to do so.
If you'd rather download a third-party cloud distribution based on OpenStack, try one of the following distributions:
- Rackspace Private Cloud at http://www.rackspace.com/cloud/private/
- Red Hat RDO at http://openstack.redhat.com/
- Mirantis OpenStack at http://software.mirantis.com/
Once installed, many of the concepts and examples used throughout this book should still apply to the preceding distributions, but may require extra effort to implement.
- Git Version Control Cookbook
- Mastering JavaScript Object-Oriented Programming
- MySQL 8從入門到精通(視頻教學版)
- C#編程入門指南(上下冊)
- Clojure for Domain:specific Languages
- Java Web應用開發技術與案例教程(第2版)
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- Citrix XenServer企業運維實戰
- .NET 4.5 Parallel Extensions Cookbook
- 人人都能開發RPA機器人:UiPath從入門到實戰
- Java程序設計實用教程(第2版)
- PHP Microservices
- Puppet 5 Beginner's Guide(Third Edition)
- Java編程指南:語法基礎、面向對象、函數式編程與項目實戰
- 高質量程序設計指南:C++/C語言