Re: [ovs-dev] [PATCH ovn 0/8] Add OVN component templates.

2022-10-05 Thread Han Zhou
On Wed, Oct 5, 2022 at 8:24 AM Dumitru Ceara wrote: > > On 10/5/22 08:19, Han Zhou wrote: > > On Fri, Sep 30, 2022 at 7:01 AM Dumitru Ceara wrote: > >> > >> Sometimes network components are compute node-specific. Sometimes such > >> components are replicated, almost identically, for multiple nod

Re: [ovs-dev] [PATCH ovn 0/8] Add OVN component templates.

2022-10-05 Thread Dumitru Ceara
On 10/5/22 08:19, Han Zhou wrote: > On Fri, Sep 30, 2022 at 7:01 AM Dumitru Ceara wrote: >> >> Sometimes network components are compute node-specific. Sometimes such >> components are replicated, almost identically, for multiple nodes >> in the cluster. >> >> One such example is the case of Kuber

Re: [ovs-dev] [PATCH ovn 0/8] Add OVN component templates.

2022-10-04 Thread Han Zhou
On Fri, Sep 30, 2022 at 7:01 AM Dumitru Ceara wrote: > > Sometimes network components are compute node-specific. Sometimes such > components are replicated, almost identically, for multiple nodes > in the cluster. > > One such example is the case of Kubernetes NodePort services which > translate

Re: [ovs-dev] [PATCH ovn 0/8] Add OVN component templates.

2022-10-03 Thread Dumitru Ceara
On 10/3/22 22:30, Mark Michelson wrote: > Hi Dumitru, > Hi Mark, > I reviewed the first three patches today and got partway through patch 4. > Thanks for the review! > I think that we should attempt to get patches 1-3 merged ASAP since they > are not directly related to template vars and it w

Re: [ovs-dev] [PATCH ovn 0/8] Add OVN component templates.

2022-10-03 Thread Mark Michelson
Hi Dumitru, I reviewed the first three patches today and got partway through patch 4. I think that we should attempt to get patches 1-3 merged ASAP since they are not directly related to template vars and it will save the pain of rebasing in case the template var patches take longer to review.

[ovs-dev] [PATCH ovn 0/8] Add OVN component templates.

2022-09-30 Thread Dumitru Ceara
Sometimes network components are compute node-specific. Sometimes such components are replicated, almost identically, for multiple nodes in the cluster. One such example is the case of Kubernetes NodePort services which translate (in the ovn-kubernetes case) to Load_Balancer objects being applied