mbox series

[ovs-dev,ovn,0/2] Improve ovn-detrace usability with clustered DBs.

Message ID 20200707155328.25156.32410.stgit@dceara.remote.csb
Headers show
Series Improve ovn-detrace usability with clustered DBs. | expand

Message

Dumitru Ceara July 7, 2020, 3:53 p.m. UTC
Patch 1 of the series adds support for multiple remotes when connecting
to OVSDBs. This is useful when the NB/SB DBs are clustered.

Patch 2 of the series adds support for connecting to DB remotes via SSL.

Signed-off-by: Dumitru Ceara <dceara@redhat.com>

Dumitru Ceara (2):
      ovn-detrace: Add support for multiple remotes.
      ovn-detrace: Support SSL remotes.


 utilities/ovn-detrace.1.in |   30 +++++++++++++++++++---
 utilities/ovn-detrace.in   |   59 +++++++++++++++++++++++++++++++++++++-------
 2 files changed, 76 insertions(+), 13 deletions(-)

Comments

Numan Siddique July 23, 2020, 1:53 p.m. UTC | #1
On Tue, Jul 7, 2020 at 9:23 PM Dumitru Ceara <dceara@redhat.com> wrote:

> Patch 1 of the series adds support for multiple remotes when connecting
> to OVSDBs. This is useful when the NB/SB DBs are clustered.
>
> Patch 2 of the series adds support for connecting to DB remotes via SSL.
>
> Signed-off-by: Dumitru Ceara <dceara@redhat.com>
>

Thanks Dumitru.
I applied both the patches in this series to master.

Numan


>
> Dumitru Ceara (2):
>       ovn-detrace: Add support for multiple remotes.
>       ovn-detrace: Support SSL remotes.
>
>
>  utilities/ovn-detrace.1.in |   30 +++++++++++++++++++---
>  utilities/ovn-detrace.in   |   59
> +++++++++++++++++++++++++++++++++++++-------
>  2 files changed, 76 insertions(+), 13 deletions(-)
>
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
>
Dumitru Ceara July 28, 2020, 8:26 a.m. UTC | #2
On 7/23/20 3:53 PM, Numan Siddique wrote:
> 
> 
> On Tue, Jul 7, 2020 at 9:23 PM Dumitru Ceara <dceara@redhat.com
> <mailto:dceara@redhat.com>> wrote:
> 
>     Patch 1 of the series adds support for multiple remotes when connecting
>     to OVSDBs. This is useful when the NB/SB DBs are clustered.
> 
>     Patch 2 of the series adds support for connecting to DB remotes via SSL.
> 
>     Signed-off-by: Dumitru Ceara <dceara@redhat.com
>     <mailto:dceara@redhat.com>>
> 
> 
> Thanks Dumitru.
> I applied both the patches in this series to master.
> 
> Numan
>  

Hi Numan,

Thanks for merging this series. Would it be an option to backport this
to branch20.06? I know it looks a bit like a feature but I'd argue that
it's more of a bug fix as ovn-detrace is harder to use without SSL
support and multiple remotes.

Thanks,
Dumitru
Numan Siddique July 28, 2020, 9:07 a.m. UTC | #3
On Tue, Jul 28, 2020 at 1:57 PM Dumitru Ceara <dceara@redhat.com> wrote:

> On 7/23/20 3:53 PM, Numan Siddique wrote:
> >
> >
> > On Tue, Jul 7, 2020 at 9:23 PM Dumitru Ceara <dceara@redhat.com
> > <mailto:dceara@redhat.com>> wrote:
> >
> >     Patch 1 of the series adds support for multiple remotes when
> connecting
> >     to OVSDBs. This is useful when the NB/SB DBs are clustered.
> >
> >     Patch 2 of the series adds support for connecting to DB remotes via
> SSL.
> >
> >     Signed-off-by: Dumitru Ceara <dceara@redhat.com
> >     <mailto:dceara@redhat.com>>
> >
> >
> > Thanks Dumitru.
> > I applied both the patches in this series to master.
> >
> > Numan
> >
>
> Hi Numan,
>
> Thanks for merging this series. Would it be an option to backport this
> to branch20.06? I know it looks a bit like a feature but I'd argue that
> it's more of a bug fix as ovn-detrace is harder to use without SSL
> support and multiple remotes.
>

Done. Backported to branch-20.06

Thanks
Numan


>
> Thanks,
> Dumitru
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
Dumitru Ceara July 28, 2020, 9:34 a.m. UTC | #4
On 7/28/20 11:07 AM, Numan Siddique wrote:
> 
> 
> On Tue, Jul 28, 2020 at 1:57 PM Dumitru Ceara <dceara@redhat.com
> <mailto:dceara@redhat.com>> wrote:
> 
>     On 7/23/20 3:53 PM, Numan Siddique wrote:
>     >
>     >
>     > On Tue, Jul 7, 2020 at 9:23 PM Dumitru Ceara <dceara@redhat.com
>     <mailto:dceara@redhat.com>
>     > <mailto:dceara@redhat.com <mailto:dceara@redhat.com>>> wrote:
>     >
>     >     Patch 1 of the series adds support for multiple remotes when
>     connecting
>     >     to OVSDBs. This is useful when the NB/SB DBs are clustered.
>     >
>     >     Patch 2 of the series adds support for connecting to DB
>     remotes via SSL.
>     >
>     >     Signed-off-by: Dumitru Ceara <dceara@redhat.com
>     <mailto:dceara@redhat.com>
>     >     <mailto:dceara@redhat.com <mailto:dceara@redhat.com>>>
>     >
>     >
>     > Thanks Dumitru.
>     > I applied both the patches in this series to master.
>     >
>     > Numan
>     >  
> 
>     Hi Numan,
> 
>     Thanks for merging this series. Would it be an option to backport this
>     to branch20.06? I know it looks a bit like a feature but I'd argue that
>     it's more of a bug fix as ovn-detrace is harder to use without SSL
>     support and multiple remotes.
> 
> 
> Done. Backported to branch-20.06
> 
> Thanks
> Numan
>  

Thanks!