diff mbox

[ovs-dev,2/2] docs: Note currently used L3 gateway HA approach.

Message ID 20170716195603.9762-2-russell@ovn.org
State Accepted
Headers show

Commit Message

Russell Bryant July 16, 2017, 7:56 p.m. UTC
The OVN gateway HA design document is very useful in its current form.
It describes a range of options OVN could take to provide gateway HA.
Leave all the useful discussion in place and add a note to indicate
how the current implementation lines up with the options described.

I plan to follow up with an additional patch to describe the current L3
gateway HA implementation in the ovn-architecture document.

Signed-off-by: Russell Bryant <russell@ovn.org>
---
 Documentation/topics/high-availability.rst | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Miguel Angel Ajo July 21, 2017, 6:57 a.m. UTC | #1
Sorry for the delay, I missed this one which makes perfect sense.

Acked-by: Miguel Angel Ajo <majopela@redhat.com>

On Sun, Jul 16, 2017 at 9:56 PM, Russell Bryant <russell@ovn.org> wrote:

> The OVN gateway HA design document is very useful in its current form.
> It describes a range of options OVN could take to provide gateway HA.
> Leave all the useful discussion in place and add a note to indicate
> how the current implementation lines up with the options described.
>
> I plan to follow up with an additional patch to describe the current L3
> gateway HA implementation in the ovn-architecture document.
>
> Signed-off-by: Russell Bryant <russell@ovn.org>
> ---
>  Documentation/topics/high-availability.rst | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/Documentation/topics/high-availability.rst
> b/Documentation/topics/high-availability.rst
> index 7ee9357c0..a5cb76383 100644
> --- a/Documentation/topics/high-availability.rst
> +++ b/Documentation/topics/high-availability.rst
> @@ -66,6 +66,12 @@ a plan for OVN Gateway High Availability which takes
> into account our past
>  experience building similar systems.  It should be considered a fluid
> changing
>  proposal, not a set-in-stone decree.
>
> +.. note::
> +    This document describes a range of options OVN could take to provide
> +    high availability for gateways.  The current implementation provides
> L3
> +    gateway high availability by the "Router Specific Active/Backup"
> +    approach described in this document.
> +
>  Basic Architecture
>  ------------------
>
> --
> 2.13.3
>
>
Russell Bryant July 21, 2017, 8:02 p.m. UTC | #2
Thanks!  I applied this to master.

On Fri, Jul 21, 2017 at 2:57 AM, Miguel Angel Ajo Pelayo
<majopela@redhat.com> wrote:
> Sorry for the delay, I missed this one which makes perfect sense.
>
> Acked-by: Miguel Angel Ajo <majopela@redhat.com>
>
> On Sun, Jul 16, 2017 at 9:56 PM, Russell Bryant <russell@ovn.org> wrote:
>>
>> The OVN gateway HA design document is very useful in its current form.
>> It describes a range of options OVN could take to provide gateway HA.
>> Leave all the useful discussion in place and add a note to indicate
>> how the current implementation lines up with the options described.
>>
>> I plan to follow up with an additional patch to describe the current L3
>> gateway HA implementation in the ovn-architecture document.
>>
>> Signed-off-by: Russell Bryant <russell@ovn.org>
>> ---
>>  Documentation/topics/high-availability.rst | 6 ++++++
>>  1 file changed, 6 insertions(+)
>>
>> diff --git a/Documentation/topics/high-availability.rst
>> b/Documentation/topics/high-availability.rst
>> index 7ee9357c0..a5cb76383 100644
>> --- a/Documentation/topics/high-availability.rst
>> +++ b/Documentation/topics/high-availability.rst
>> @@ -66,6 +66,12 @@ a plan for OVN Gateway High Availability which takes
>> into account our past
>>  experience building similar systems.  It should be considered a fluid
>> changing
>>  proposal, not a set-in-stone decree.
>>
>> +.. note::
>> +    This document describes a range of options OVN could take to provide
>> +    high availability for gateways.  The current implementation provides
>> L3
>> +    gateway high availability by the "Router Specific Active/Backup"
>> +    approach described in this document.
>> +
>>  Basic Architecture
>>  ------------------
>>
>> --
>> 2.13.3
>>
>
diff mbox

Patch

diff --git a/Documentation/topics/high-availability.rst b/Documentation/topics/high-availability.rst
index 7ee9357c0..a5cb76383 100644
--- a/Documentation/topics/high-availability.rst
+++ b/Documentation/topics/high-availability.rst
@@ -66,6 +66,12 @@  a plan for OVN Gateway High Availability which takes into account our past
 experience building similar systems.  It should be considered a fluid changing
 proposal, not a set-in-stone decree.
 
+.. note::
+    This document describes a range of options OVN could take to provide
+    high availability for gateways.  The current implementation provides L3
+    gateway high availability by the "Router Specific Active/Backup"
+    approach described in this document.
+
 Basic Architecture
 ------------------