openstack-manuals/doc/install-guide/basic-install-files/basic-install_common.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

84 lines
3.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<section 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_common">
<?dbhtml stop-chunking?>
<title>Common setup for all machines</title>
<para>
The information in the following sections is the same for all
machines and needs to be done at the appropriate time of the setup.
</para>
<section xml:id="basic-install_common_repo">
<title>Repository setup</title>
<para>
Distributions releases and OpenStack releases are independend of
each other and thus you need to add some extra steps to access
the latest OpenStack release after installation of the machine before
installation of any OpenStack packages.
</para>
<para os="ubuntu;debian">If your Operating System is Debian,
follow the description in
<xref linkend="debian-gplhost-repository" />, if it is Ubuntu,
follow the description in <xref linkend="ubuntu-cloud-archive" />.
</para>
<procedure xml:id="ubuntu-cloud-archive" os="ubuntu">
<title>To use the Ubuntu Cloud Archive for Grizzly</title>
<step>
<para>Install the keyring:
<screen><prompt>#</prompt> <userinput>apt-get install ubuntu-cloud-keyring</userinput></screen>
</para>
</step>
<step>
<para>
Edit <filename>/etc/apt/sources.list.d/cloud-archive.list</filename>:
<programlisting>deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/grizzly main</programlisting>
</para>
</step>
<step>
<para>
Upgrade the system (and reboot if you need):
<screen><prompt>#</prompt> <userinput>apt-get update &amp;&amp; apt-get dist-upgrade</userinput></screen>
</para>
</step>
</procedure>
<para os="rhel;centos;fedora">Use the Fedora repositories for Grizzly:
<screen><prompt>#</prompt> <userinput>wget http://repos.fedorapeople.org/repos/openstack/openstack-grizzly/fedora-openstack-grizzly.repo</userinput>
<prompt>#</prompt> <userinput>mv fedora-openstack-grizzly.repo /etc/yum.repos.d/</userinput></screen>
</para>
<note os="rhel;centos;fedora">
<para>For CentOS, use
<uri>http://repos.fedorapeople.org/repos/openstack/openstack-grizzly/epel-openstack-grizzly.repo</uri>.
</para>
</note>
<para os="opensuse">Use the Open Build Service repositories for Grizzly:
<screen><prompt>#</prompt> <userinput>zypper ar -f obs://Cloud:OpenStack:Grizzly/openSUSE_12.3 Grizzly</userinput></screen>
</para>
<procedure xml:id="debian-gplhost-repository" os="debian">
<title>To use the gplhost repository for Debian</title>
<para os="debian">Since not all OpenStack packages have been
introduced into Debian official repositories, we use for Debian a
repository which supports the Grizzly release.
</para>
<step>
<para>Edit <filename>/etc/apt/sources.list.d/grizzly.list</filename>:
<programlisting>deb http://archive.gplhost.com/debian grizzly main
deb http://archive.gplhost.com/debian grizzly-backports main
apt-get update
apt-get install gplhost-archive-keyring</programlisting>
</para>
</step>
<step>
<para>
Upgrade the system (and reboot if you need):
<screen><prompt>#</prompt> <userinput>apt-get update &amp;&amp; apt-get upgrade</userinput></screen>
</para>
</step>
</procedure>
</section>
</section>