64b6c9261e
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
34 lines
1.9 KiB
XML
34 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<section xml:id="compute-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>Compute Network Planning</title>
|
|
<para>For both conserving network resources and ensuring that
|
|
network administrators understand the needs for networks and
|
|
public IP addresses for accessing the APIs and VMs as
|
|
necessary, this section offers recommendations and required
|
|
minimum sizes. Throughput of at least 1000 Mbps is suggested.
|
|
This walkthrough shows network configurations for a single
|
|
server.</para>
|
|
<para>For OpenStack Compute, networking is configured on
|
|
multi-node installations between the physical machines on
|
|
a single subnet. For networking between virtual machine
|
|
instances, three network options are available: flat,
|
|
DHCP, and VLAN. Two NICs (Network Interface Cards) are
|
|
recommended on the server running nova-network.</para>
|
|
<para>Management Network (RFC1918 IP Range, not publicly
|
|
routable): This network is utilized for all inter-server
|
|
communications within the cloud infrastructure. Recommended
|
|
size: 255 IPs (CIDR /24)</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. Minimum size: 8 IPs
|
|
(CIDR /29)</para>
|
|
<para>VM Network (RFC1918 IP Range, not publicly routable): This
|
|
network is utilized for providing primary IP addresses to the
|
|
cloud instances. Recommended size: 1024 IPs (CIDR /22)</para>
|
|
<para>Floating IP network (Publicly routable IP Range): This
|
|
network is utilized for providing Public IP accessibility to
|
|
selected cloud instances. Minimum size: 16 IPs (CIDR
|
|
/28)</para></section>
|