Martin André

Results 123 comments of Martin André

Might be possible via the (undocumented) TestFile selector introduced in https://github.com/kudobuilder/kuttl/pull/483.

I'm trying to leverage the TestFile selector in a way that's not too awful but I'm getting nowhere.

I've tried to debug in #203. From what I could see: - we correctly pass the value for `dns_publish_fixed_ip` to the subnet creation request - openstack creates the subnet, but...

After reading the [designate](https://docs.openstack.org/designate/latest/user/neutron-integration.html) and [neutron](https://docs.openstack.org/neutron/latest/admin/config-dns-int.html) related docs looks like we're missing a few steps: - set `dns_domain` in `neutron.conf` - add `dns` extension to ml2's `extension_drivers` setting - create...

Indeed, this needs a new version of gophercloud that includes the fix from https://github.com/gophercloud/gophercloud/pull/3435.

Excellent, thanks a lot @djcenox for confirming the gophercloud bump to v2.8.0 did the trick. We can now close this issue. /close

This can probably be closed now. The issue was resolved with #2906, as shown by the CI that is [now using `stable/2025.1`](https://github.com/kubernetes/cloud-provider-openstack/blob/0973c523d13210ca7499ee30ba2b564808b48d54/tests/playbooks/roles/install-devstack/defaults/main.yaml#L4).

This should be relatively straightforward to implement. Happy to provide guidance if you'd like to give it a shot.

Definitely something that is on the roadmap.

Thanks for reporting this issue. I agree this would be a useful addition. We're unlikely to work on adding helm charts ourselves in the immediate future, but we'll gladly accept...