summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2015-11-11 11:55:16 -0500
committerTim Rozet <trozet@redhat.com>2015-11-18 19:21:10 +0000
commit01580d3e1f58fd4e055bec86445ab1b4009cc667 (patch)
tree603249fd197a0b13868fc1b2c9c4353701b14090
parent28eb956850638e6ca7a4789750d67094c49c49e2 (diff)
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 <trozet@redhat.com>
-rw-r--r--docs/sources/ux-requirements.rst16
1 files 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 <https://jira.opnfv.org/browse/GENESIS-3>`_: new requirement...
-
-* `Jira GENESIS-20 <https://jira.opnfv.org/browse/GENESIS-20>`_: Automatically populate discovered servers into install tool (reduce user-intervention to a minimum).
+* `Jira GENESIS-20 <https://jira.opnfv.org/browse/GENESIS-20>`_: Automatically populate
+ discovered servers into install tool (reduce user-intervention to a minimum).
-* `Jira GENESIS-28 <https://jira.opnfv.org/browse/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 <https://jira.opnfv.org/browse/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 <https://jira.opnfv.org/browse/GENESIS-43>`_: Neutron DHCP servers should
+ be configured in HA per tenant
Versioning requirements
-----------------------