From 01580d3e1f58fd4e055bec86445ab1b4009cc667 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Wed, 11 Nov 2015 11:55:16 -0500 Subject: Requirement: Neutron DHCP servers in HA We currently have most openstack services in HA, including neutron-dhcp-agent service. Meaning that there are multiple neutron-dhcp-agent processes running on the controllers. One of those is selected when there is a request to create a dhcp server namespace. A single dhcp server will be created for that tenant. This issue is created as a proposal for requiring OPNFV Target System to enable multiple dhcp servers per tenant in HA, so that a tenant would have multiple dhcp servers in HA in case one goes down. JIRA: GENESIS-43 Change-Id: I1386c790834c0924ec90eb505d14ca7c8449f408 Signed-off-by: Tim Rozet --- docs/sources/ux-requirements.rst | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/docs/sources/ux-requirements.rst b/docs/sources/ux-requirements.rst index 0df157f..596e79e 100644 --- a/docs/sources/ux-requirements.rst +++ b/docs/sources/ux-requirements.rst @@ -49,17 +49,15 @@ High availability requirements Network setup and configuration related requirements ---------------------------------------------------- -.. Please add the Jira story reference to each requirement. - Note that the below listed "GENESIS-3" Jira story are place holders - and are to be changed for the actual Jira reference. - -* `Jira GENESIS-3 `_: new requirement... - -* `Jira GENESIS-20 `_: Automatically populate discovered servers into install tool (reduce user-intervention to a minimum). +* `Jira GENESIS-20 `_: Automatically populate + discovered servers into install tool (reduce user-intervention to a minimum). -* `Jira GENESIS-28 `_: Installers should support a common configuration file (e.g. kickstart file) per platform/role, so that the installed OS can be customized for hardware and role. -new requirement... +* `Jira GENESIS-28 `_: Installers should support + a common configuration file (e.g. kickstart file) per platform/role, so that the installed + OS can be customized for hardware and role. +* `Jira GENESIS-43 `_: Neutron DHCP servers should + be configured in HA per tenant Versioning requirements ----------------------- -- cgit 1.2.3-korg