On Thu, Mar 14, 2019 at 12:33 PM <nusid...@redhat.com> wrote:
>
> From: Numan Siddique <nusid...@redhat.com>
>
> Previous patch in the series added the support in ovn-controller
> to use ha_chassis_group table in SB DB to support HA chassis
> and establishing BFD tunnels instead of the gateway_chassis table.
> There is no need for ovn-northd to create any gateway_chassis
> rows in SB DB. This patch does that and deletes the code
> which is not required anymore.
>
> This patch also now supports 'ha_chassis_group' to be associated
> with a distributed logical router port and ignores 'gateway_chassis'
> and 'redirect-chassis' if set along with 'ha_chassis_group'.
>
> Signed-off-by: Numan Siddique <nusid...@redhat.com>
> ---
>  NEWS                    |   1 +
>  ovn/northd/ovn-northd.c | 321 +++++++++++++++++++---------------------
>  tests/ovn-northd.at     | 231 +++++++++++++++++++++++++----
>  tests/ovn.at            | 175 ++++++++++++++++++++++
>  4 files changed, 529 insertions(+), 199 deletions(-)
>
> diff --git a/NEWS b/NEWS
> index 89d0f19d6..74adb2562 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -24,6 +24,7 @@ Post-v2.11.0
>         protocol extension.
>     - OVN:
>       * Select IPAM mac_prefix in a random manner if not provided by the user
> +     * Added the HA chassis group support and deprecated Gateway chassis.
>
I think we agreed that we will not deprecate Gateway chassis since it
is more convenient in many cases. I guess it was carried over from v3.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to