openstack-manuals/doc/install-guide/basic-install-files/basic-install_intro.xml
Diane Fleming 64b6c9261e Folder rename, file rename, flattening of directories
Current folder name	New folder name	        Book title
----------------------------------------------------------
basic-install 	        DELETE
cli-guide	        DELETE
common	                common
NEW	                admin-guide-cloud	Cloud Administrators Guide
docbkx-example	        DELETE
openstack-block-storage-admin 	DELETE
openstack-compute-admin 	DELETE
openstack-config 	config-reference	OpenStack Configuration Reference
openstack-ha 	        high-availability-guide	OpenStack High Availabilty Guide
openstack-image	        image-guide	OpenStack Virtual Machine Image Guide
openstack-install 	install-guide	OpenStack Installation Guide
openstack-network-connectivity-admin 	admin-guide-network 	OpenStack Networking Administration Guide
openstack-object-storage-admin 	DELETE
openstack-security 	security-guide	OpenStack Security Guide
openstack-training 	training-guide	OpenStack Training Guide
openstack-user 	        user-guide	OpenStack End User Guide
openstack-user-admin 	user-guide-admin	OpenStack Admin User Guide
glossary	        NEW        	OpenStack Glossary

bug: #1220407

Change-Id: Id5ffc774b966ba7b9a591743a877aa10ab3094c7
author: diane fleming
2013-09-08 15:15:50 -07:00

47 lines
2.4 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<preface 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="basic-install_intro">
<?dbhtml stop-chunking?>
<title>Preface</title>
<para>This document helps you deploy OpenStack Grizzly for
development purposes with <phrase os="ubuntu;debian">Ubuntu 12.04 LTS
(using the Ubuntu Cloud Archive) or Debian Wheezy
(using the gplhost repository)</phrase><phrase
os="rhel;centos;fedora">Fedora 18 (using the
fedora-openstack-grizzly repo)</phrase><phrase
os="opensuse">openSUSE 12.3 (using the Open Build Service
Cloud:OpenStack:Grizzly repository)</phrase>.
</para>
<note os="ubuntu">
<para>The Grizzly version is available on the current
Ubuntu development series, which is 13.04 (Raring
Ringtail) and the most recent LTS (Long Term Support)
version which is 12.04 (Precise Pangolin), through the
Ubuntu Cloud Archive. At this time, there are no
packages available for 12.10.</para>
</note>
<note os="debian">
<para>The Grizzly version is not in Debian Wheezy official
repositories. However, it's possible to run OpenStack from gplhostff
repository on Debian.</para>
</note>
<para>We are going to install a three-node setup with one
controller, one network and one compute node.</para>
<para>Of course, you can setup as many computes nodes as you want.
Use this document to learn to install a testing infrastructure.</para>
<para>The OpenStack configuration files contain several commented
options. These options specify the default setting. You only
need to uncomment these lines if you are changing the setting
to a non-default value. Additionally, this guide only shows options that are being
modified from their default value.</para>
<para>Finally, please be aware that the use of <literal>password</literal>
as a password throughout this guide is for simplicity and
testing purposes. Please ensure you use proper passwords when
configuring your OpenStack environment in production.
</para>
<para>At this time, this guide does not cover floating IPs.</para>
<xi:include href="../../common/section_dochistory.xml" />
</preface>