From 11f68182a81417ca00e5be7ccaabf3ff603f1cd4 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Mon, 30 Nov 2015 15:14:19 -0500 Subject: Requirement: Supported Layer 1/2 Networking Configurations Installers should support multiple kinds of network configurations for deployments. These shall include the following: 1) Multiple VLANs (untagged and tagged links) 2) NIC Bonding/Etherchannel 3) Multiple NICs These types may also be in combination with one another. For example, if a deployment uses 4 logical broadcast domains (VLANs) it may be split into 4 sub-interfaces on a single interface, which is then mapped to a bonded link consisting of 2 links. JIRA: GENESIS-61 Change-Id: Id30cfe1c01c3b82d94aaf454d6496180c29732e9 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 f8820cc..68b2b4f 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-61 `_: Supported Layer 1/2 Networking + Configurations + * `Jira GENESIS-62 `_: Supported Logical Networks for Target System -- cgit 1.2.3-korg