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

83 lines
3.2 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_requirements">
<title>Requirements</title>
<para>You need at least three machines, virtual or physical, with
<phrase os="ubuntu;debian">Ubuntu 12.04 LTS or Debian Wheezy</phrase>
<phrase os="rhel;centos;fedora">Fedora 18</phrase>
<phrase os="opensuse">openSUSE 12.3</phrase>
installed.</para>
<table rules="all" frame="border" width="100%">
<caption>Architecture and node information</caption>
<thead>
<tr>
<th rowspan="2"/>
<th colspan="3" align="center"><para>Nodes</para></th>
</tr>
<tr>
<th><para>controller</para></th>
<th><para>network</para></th>
<th><para>compute</para>
</th>
</tr>
</thead>
<tbody>
<tr>
<th><para>Hostname</para></th>
<td><para>cloud</para></td>
<td><para>network</para></td>
<td><para>c01</para>
</td>
</tr>
<tr>
<th>
<para>Services</para></th>
<td><para>MySQL, <phrase os="ubuntu;debian">RabbitMQ</phrase>
<phrase os="opensuse">RabbitMQ</phrase>
<phrase os="rhel;centos;fedora">Qpid</phrase>, Nova,
Cinder, Glance, Keystone, Neutron</para></td>
<td><para>Neutron L3 agent, Neutron DHCP agent,
Neutron Agent with Open vSwitch</para></td>
<td><para><systemitem class="service">nova-compute</systemitem>,
KVM, <systemitem class="service">nova-api</systemitem>,
Neutron Agent with Open vSwitch
</para>
</td>
</tr>
<tr>
<th>
<para>Minimum number of disks</para></th>
<td><para>2</para></td>
<td><para>1</para></td>
<td><para>1</para>
</td>
</tr>
<tr>
<th>
<para>External</para></th>
<td><para>10.0.0.10/24</para></td>
<td><para>10.0.0.9/24</para></td>
<td><para>-</para>
</td>
</tr>
<tr>
<th>
<para>Internal network</para></th>
<td><para>10.10.10.10/24</para></td>
<td><para>10.10.10.9/24</para></td>
<td><para>10.10.10.11/24</para>
</td>
</tr>
<tr>
<th><para><emphasis role="bold">Total number of NIC</emphasis></para></th>
<td><para><emphasis role="bold">2</emphasis></para></td>
<td><para><emphasis role="bold">2</emphasis></para></td>
<td><para><emphasis role="bold">1</emphasis></para>
</td>
</tr>
</tbody>
</table>
</section>