Merge "Install: Environment updates for Mitaka"

This commit is contained in:
Jenkins
2016-03-10 03:09:44 +00:00
committed by Gerrit Code Review
17 changed files with 28 additions and 26 deletions

View File

@@ -16,8 +16,8 @@ Configure network interfaces
Additional compute nodes should use 10.0.0.32, 10.0.0.33, and so on. Additional compute nodes should use 10.0.0.32, 10.0.0.33, and so on.
#. The public interface uses a special configuration without an IP #. The provider interface uses a special configuration without an IP
address assigned to it. Configure the second interface as the public address assigned to it. Configure the second interface as the provider
interface: interface:
Replace ``INTERFACE_NAME`` with the actual interface name. For example, Replace ``INTERFACE_NAME`` with the actual interface name. For example,
@@ -29,7 +29,7 @@ Configure network interfaces
.. code-block:: ini .. code-block:: ini
# The public network interface # The provider network interface
auto INTERFACE_NAME auto INTERFACE_NAME
iface INTERFACE_NAME inet manual iface INTERFACE_NAME inet manual
up ip link set dev $IFACE up up ip link set dev $IFACE up

View File

@@ -12,8 +12,8 @@ Configure network interfaces
Default gateway: 10.0.0.1 Default gateway: 10.0.0.1
#. The public interface uses a special configuration without an IP #. The provider interface uses a special configuration without an IP
address assigned to it. Configure the second interface as the public address assigned to it. Configure the second interface as the provider
interface: interface:
Replace ``INTERFACE_NAME`` with the actual interface name. For example, Replace ``INTERFACE_NAME`` with the actual interface name. For example,
@@ -25,9 +25,9 @@ Configure network interfaces
.. code-block:: ini .. code-block:: ini
# The public network interface # The provider network interface
auto INTERFACE_NAME auto INTERFACE_NAME
iface INTERFACE_NAME inet manual iface INTERFACE_NAME inet manual
up ip link set dev $IFACE up up ip link set dev $IFACE up
down ip link set dev $IFACE down down ip link set dev $IFACE down

View File

@@ -46,13 +46,15 @@ To highlight the importance of network separation, the example architectures
use `private address space <https://tools.ietf.org/html/rfc1918>`__ for the use `private address space <https://tools.ietf.org/html/rfc1918>`__ for the
management network and assume that the physical network infrastructure management network and assume that the physical network infrastructure
provides Internet access via :term:`NAT` or other method. The example provides Internet access via :term:`NAT` or other method. The example
architectures use routable IP address space for the public network and architectures use routable IP address space for the provider (external)
assume that the physical network infrastructure provides direct Internet network and assume that the physical network infrastructure provides direct
access. In the provider networks architecture, all instances attach directly Internet access.
to the public network. In the self-service networks architecture, instances
can attach to a private or public network. Private networks can reside In the provider networks architecture, all instances attach directly
entirely within OpenStack or provide some level of public network access to the provider network. In the self-service (private) networks architecture,
using :term:`NAT`. instances can attach to a self-service or provider network. Self-service
networks can reside entirely within OpenStack or provide some level of external
network access using :term:`NAT` through the provider network.
.. _figure-networklayout: .. _figure-networklayout:
@@ -67,7 +69,7 @@ The example architectures assume use of the following networks:
nodes for administrative purposes such as package installation, nodes for administrative purposes such as package installation,
security updates, :term:`DNS`, and :term:`NTP`. security updates, :term:`DNS`, and :term:`NTP`.
* Public on 203.0.113.0/24 with gateway 203.0.113.1 * Provider on 203.0.113.0/24 with gateway 203.0.113.1
This network requires a gateway to provide Internet access to This network requires a gateway to provide Internet access to
instances in your OpenStack environment. instances in your OpenStack environment.

View File

@@ -64,7 +64,7 @@ of nested VMs.
.. note:: .. note::
If you choose to install on VMs, make sure your hypervisor provides If you choose to install on VMs, make sure your hypervisor provides
a way to disable MAC address filtering on the ``public`` network a way to disable MAC address filtering on the provider network
interface. interface.
For more information about system requirements, see the `OpenStack For more information about system requirements, see the `OpenStack

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 41 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 KiB

After

Width:  |  Height:  |  Size: 76 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

After

Width:  |  Height:  |  Size: 77 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 52 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -118,7 +118,7 @@ follows:
* Networking agents reside on the controller node instead of one or more * Networking agents reside on the controller node instead of one or more
dedicated network nodes. dedicated network nodes.
* Overlay (tunnel) traffic for private networks traverses the management * Overlay (tunnel) traffic for self-service networks traverses the management
network instead of a dedicated network. network instead of a dedicated network.
For more information on production architectures, see the For more information on production architectures, see the
@@ -205,7 +205,7 @@ IP address information to instances.
.. note:: .. note::
This option lacks support for self-service private networks, layer-3 This option lacks support for self-service (private) networks, layer-3
(routing) services, and advanced services such as :term:`LBaaS` and (routing) services, and advanced services such as :term:`LBaaS` and
:term:`FWaaS`. Consider the self-service networks option if you :term:`FWaaS`. Consider the self-service networks option if you
desire these features. desire these features.