Basic install guides POC

This patch shows how the basic install guides will be generated from
the install guides in openstack manuals. The file added here will
be the only change to the repository to generate basic install guides
from the existing content of install guides.

Change-Id: Ifb3dd3b7652200913d6923564678826488f95315
This commit is contained in:
Pranav Salunke 2014-11-25 13:57:43 +01:00
parent cc747c2cac
commit 25daa85b4d
2 changed files with 100 additions and 0 deletions

View File

@ -0,0 +1,99 @@
<?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-basic-install-manual"
status="draft">
<title>OpenStack Basic Installation Guide for
<phrase os="rhel;centos;fedora">Red Hat Enterprise Linux 7, CentOS 7, and Fedora 20</phrase>
<phrase os="ubuntu">Ubuntu 14.04</phrase>
<phrase os="debian">Debian 7</phrase>
<phrase os="opensuse">openSUSE 13.1 and SUSE Linux Enterprise Server 11 SP3</phrase>
</title>
<?rax
status.bar.text.font.size="40px"
status.bar.text="Kilo"?>
<?rax subtitle.font.size="17px" title.font.size="32px"?>
<titleabbrev>OpenStack Basic 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>
<holder>OpenStack Foundation</holder>
</copyright>
<releaseinfo>juno</releaseinfo>
<productname>OpenStack Basic Installation Guide</productname>
<pubdate/>
<legalnotice role="apache2">
<annotation>
<remark>Copyright details are filled in by the
template.</remark>
</annotation>
</legalnotice>
<abstract>
<para>Work in progress, please do not work on this patch.
The OpenStack® system consists of several key
projects that you install separately but that 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 20 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.1 and SUSE Linux Enterprise Server 11 SP3
through the Open Build Service Cloud
repository.</phrase> Explanations of configuration
options and sample configuration files are
included.</para>
</abstract>
</info>
<!-- xi:include href="./common/ch_preface.xml"/ -->
<xi:include href="ch_overview.xml"/>
<!-- Keystone-->
<xi:include href="ch_keystone.xml"/>
<!-- Glance -->
<xi:include href="ch_glance.xml"/>
<!-- Nova -->
<xi:include href="ch_nova.xml"/>
<!-- Networking -->
<xi:include href="ch_basic_networking.xml"/>
<!-- Horizon -->
<xi:include href="ch_horizon.xml"/>
<!-- Cinder -->
<xi:include href="ch_cinder.xml"/>
<xi:include href="ch_launch-instance.xml"/>
<xi:include href="app_reserved_uids.xml"/>
<glossary role="auto"/>
</book>

View File

@ -105,4 +105,5 @@
<xi:include href="operator-guide/bk_operator-training-guide.xml"/>
<xi:include href="developer-guide/bk_developer-training-guide.xml"/>
<xi:include href="architect-guide/bk_architect-training-guide.xml"/>
<xi:include href="basic-install-guide/bk-openstack-basic-install-guide.xml"/>
</set>