From 281c4fe57a9462363fe87e058ecb08eb18c70dd1 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Mon, 30 Nov 2015 15:30:31 -0500 Subject: Requirement: Supported Logical Networks for Target System Installers must support being able to separate network traffic for OpenStack + SDN controllers into these logical networks: 1) Admin network - used by OpenStack for Admin user traffic 2) Private network- used by OpenStack for inter-component traffic 3) Public network- user + internet access. References OpenStack public network. 4) Storage network - for storage related traffic only OpenStack is configurable in that it allows its components to be bound to specific networks. Installers should also support configuring OpenStack this way, and separating components/traffic across these logical networks. For example, keystone admin endpoint should only be available on the Admin network. Access to keystone admin endpoint on Public network would not be allowed. Note: This requirement does not restrict installers from deploying other types of logical network configurations such as combining all traffic into a single logical network, or combining some logical networks into one. The requirement simply states that the 4 listed above must be supported and the default option. An optional 5th network for lights out management (IPMI access) is also typically used (especially with baremetal deployments), but it is beyond the scope of this requirement (logical OpenStack networks), and it's network definition/configuration should be defined by the environment/POD being used. JIRA: GENESIS-62 Change-Id: I3942bba91f0831a1f8088fa75968d23aa968eebe Signed-off-by: Tim Rozet --- docs/sources/ux-requirements.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sources/ux-requirements.rst b/docs/sources/ux-requirements.rst index 5376d01..f8820cc 100644 --- a/docs/sources/ux-requirements.rst +++ b/docs/sources/ux-requirements.rst @@ -59,6 +59,9 @@ Network setup and configuration related requirements * `Jira GENESIS-43 `_: Neutron DHCP servers should be configured in HA per tenant +* `Jira GENESIS-62 `_: Supported Logical Networks for + Target System + * `Jira GENESIS-72