Michal Dulko
Michal Dulko
@svinota: Thank you a lot for explaining. I guess we should leave this issue hanging for others? And maybe some checks for eventlet version are needed in asyncio_config()? In Kuryr...
This doesn't seem to be needed anymore.
> I think the API impact will be adding a `vipNetwork` field taking a network filter under `apiServerLoadBalancer`. The VIP would be allocated from this network, but members would be...
> > > I think the API impact will be adding a `vipNetwork` field taking a network filter under `apiServerLoadBalancer`. The VIP would be allocated from this network, but members...
> btw regarding: > > > Additional VIP subnets must all belong to the same network as the primary VIP. > > This is not yet possible as `additional_vips` are...
Nice, this looks better! So according to Octavia API reference, the health monitors include tags [1]. I guess gophercloud doesn't support that yet, I'll look into that. This is still...
> I'm trying to build this and run a bit of tests, might get back with more comments. Okay, nevermind, after changing `"securitygroups"` to `"security-groups` it just works.
Ah, one more thing, we should add these Neutron tag operations to metrics. Here's how you do it when tagging: https://github.com/kubernetes/cloud-provider-openstack/blob/release-1.27/pkg/openstack/loadbalancer.go#L769-L774 Let's name the context `"security_group_tag", "replace"` and `"floating_ip_tag", "replace"`.