c939e7861f
We now have a stable/kilo branch, do not publish our documents to kilo anymore, we publish those from the kilo branch. Mark Install Guide and Config Reference as draft documents again. Change-Id: I92905052102fc39e95f1379745d962ecd00988a8
106 lines
4.5 KiB
XML
106 lines
4.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<book xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0"
|
|
xml:id="openstack-install-manual"
|
|
status="draft">
|
|
<title>OpenStack Installation Guide for
|
|
<phrase os="rhel;centos;fedora">Red Hat Enterprise Linux 7, CentOS 7, and Fedora 21</phrase>
|
|
<phrase os="ubuntu">Ubuntu 14.04</phrase>
|
|
<phrase os="debian">Debian 7</phrase>
|
|
<phrase os="opensuse">openSUSE 13.2 and SUSE Linux Enterprise Server 12</phrase>
|
|
</title>
|
|
<?rax
|
|
status.bar.text.font.size="40px"
|
|
status.bar.text="Kilo"?>
|
|
<?rax subtitle.font.size="17px" title.font.size="32px"?>
|
|
<titleabbrev>OpenStack Installation Guide for
|
|
<phrase os="rhel;centos;fedora">Red Hat Enterprise Linux, CentOS, and Fedora</phrase>
|
|
<phrase os="ubuntu">Ubuntu 14.04</phrase>
|
|
<phrase os="opensuse">openSUSE and SUSE Linux Enterprise Server</phrase>
|
|
<phrase os="debian">Debian 7</phrase>
|
|
</titleabbrev>
|
|
<info>
|
|
<author>
|
|
<personname>
|
|
<firstname/>
|
|
<surname/>
|
|
</personname>
|
|
<affiliation>
|
|
<orgname>OpenStack</orgname>
|
|
</affiliation>
|
|
</author>
|
|
<copyright>
|
|
<year>2012</year>
|
|
<year>2013</year>
|
|
<year>2014</year>
|
|
<year>2015</year>
|
|
<holder>OpenStack Foundation</holder>
|
|
</copyright>
|
|
<releaseinfo>kilo</releaseinfo>
|
|
<productname>OpenStack Installation Guide</productname>
|
|
<pubdate/>
|
|
<legalnotice role="apache2">
|
|
<annotation>
|
|
<remark>Copyright details are filled in by the
|
|
template.</remark>
|
|
</annotation>
|
|
</legalnotice>
|
|
<abstract>
|
|
<para>The OpenStack® system consists of several key
|
|
projects that you install separately. These projects work
|
|
together depending on your cloud needs. These projects
|
|
include Compute, Identity Service, Networking, Image
|
|
Service, Block Storage, Object Storage, Telemetry,
|
|
Orchestration, and Database. You can install any of these
|
|
projects separately and configure them stand-alone or
|
|
as connected entities. <phrase
|
|
os="debian">This guide walks through an
|
|
installation by using packages available through
|
|
Debian 7 (code name: Wheezy).</phrase>
|
|
<phrase os="ubuntu">This guide walks through an
|
|
installation by using packages available through
|
|
Ubuntu 14.04.</phrase>
|
|
<phrase os="rhel;centos;fedora">This guide shows you
|
|
how to install OpenStack by using packages
|
|
available through Fedora 21 as well as on Red Hat
|
|
Enterprise Linux 7 and its derivatives through the
|
|
EPEL repository.</phrase>
|
|
<phrase os="opensuse;sles">This guide shows you how to
|
|
install OpenStack by using packages on openSUSE
|
|
13.2 and SUSE Linux Enterprise Server 12
|
|
through the Open Build Service Cloud
|
|
repository.</phrase> Explanations of configuration
|
|
options and sample configuration files are
|
|
included.</para>
|
|
</abstract>
|
|
</info>
|
|
|
|
<!-- Chapters are referred from the book file through these
|
|
include statements. You can add additional chapters using
|
|
these types of statements. -->
|
|
<xi:include href="../common/ch_preface.xml"/>
|
|
<xi:include href="ch_overview.xml"/>
|
|
<xi:include href="ch_basic_environment.xml"/>
|
|
<xi:include href="ch_debconf.xml"/>
|
|
<xi:include href="ch_keystone.xml"/>
|
|
<xi:include href="ch_glance.xml"/>
|
|
<xi:include href="ch_nova.xml"/>
|
|
<xi:include href="ch_networking.xml"/>
|
|
<xi:include href="ch_horizon.xml"/>
|
|
<xi:include href="ch_cinder.xml"/>
|
|
<xi:include href="ch_swift.xml"/>
|
|
<xi:include href="ch_heat.xml"/>
|
|
<xi:include href="ch_ceilometer.xml"/>
|
|
<!-- Chapter trove disabled on behalf. -->
|
|
<!-- <xi:include href="ch_trove.xml"/> -->
|
|
<!-- Chapter sahara disabled on behalf. -->
|
|
<!-- <xi:include href="ch_sahara.xml"/> -->
|
|
<xi:include href="ch_launch-instance.xml"/>
|
|
<xi:include href="app_reserved_uids.xml"/>
|
|
<xi:include href="../common/app_support.xml"/>
|
|
|
|
<glossary role="auto"/>
|
|
</book>
|