openstack-manuals/doc/install-guide/section_object-storage-network-planning.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

39 lines
2.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<section xml:id="object-storage-network-planning"
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"><title>Object Storage Network Planning</title>
<para>For both conserving network resources and ensuring that
network administrators understand the needs for networks and
public IP addresses for providing access to the APIs and
storage network as necessary, this section offers
recommendations and required minimum sizes. Throughput of at
least 1000 Mbps is suggested.</para>
<para>This document refers to three networks. One is a Public Network for
connecting to the Proxy server. The second is a Storage Network that is not
accessible from outside the cluster, to which all of the nodes are
connected. Third is a Replication Network that is also isolated from
outside networks and dedicated to replication traffic between Storage nodes.</para>
<para>Public and Storage Networks are mandatory. Replication Network is optional and
must be configured in the Ring.</para>
<para>By default, all of the OpenStack Object Storage services, as well as the
rsync daemon on the Storage nodes are configured to listen on their
STORAGE_LOCAL_NET IP addresses.</para>
<para>If Replication Network configured in the Ring, then Account, Container
and Object servers listen on both STORAGE_LOCAL_NET and STORAGE_REPLICATION_NET
IP addresses. Rsync daemon will only listen on STORAGE_REPLICATION_NET IP
address in this case.</para>
<para>Public Network (Publicly routable IP range): This network is utilized
for providing Public IP accessibility to the API endpoints within the cloud
infrastructure.</para>
<para>Minimum size: 8 IPs (CIDR /29)</para>
<para>Storage Network (RFC1918 IP Range, not publicly routable):
This network is utilized for all inter-server communications
within the Object Storage infrastructure.</para>
<para>Recommended size: 255 IPs (CIDR /24)</para>
<para>Replication Network (RFC1918 IP Range, not publicly routable):
This network is utilized for replication-related communications
between storage servers within the Object Storage infrastructure.</para>
<para>Recommended size: 255 IPs (CIDR /24)</para>
</section>