cluster-api-provider-openstack
cluster-api-provider-openstack copied to clipboard
/kind bug This is from code inspection of [ReconcileRouter](https://github.com/kubernetes-sigs/cluster-api-provider-openstack/blob/00db21a5eda95fdf5420ed07e316b4b24b64c938/pkg/cloud/services/networking/router.go#L33-L34). If ExternalRouterIPs are defined we will call setRouterExternalIPs whether or not we created the router: https://github.com/kubernetes-sigs/cluster-api-provider-openstack/blob/00db21a5eda95fdf5420ed07e316b4b24b64c938/pkg/cloud/services/networking/router.go#L88-L93 This would probably be a...
/kind feature **Describe the solution you'd like** Currently, Openstack Cloud Controller Manager have the option on its plugin to disable the creation of health-monitors on newly provisioned Load Balancers from...
/kind feature **Describe the solution you'd like** Currently, when you need to change the DNS servers of a cluster, or rather, all clusters, you have to manually go into OpenStack,...
/kind feature **Describe the solution you'd like**: During the CAPO office hours, @mdbooth suggested to build CAPO supported images in the CI. These images could be directly consumed by the...
Previously these remediation tests were almost the same: one for the control plane and one for the MachineDeployment. But now the KCP test is also checking remediation of the very...
**What this PR does / why we need it**: This is a proposal related to #1448 for how to support more microversions in CAPO. **Which issue(s) this PR fixes** *(optional,...
**What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close the issue(s) when PR gets merged)*:...
/kind feature Specifically we have a use case for running CAPO in an OpenStack environment where all volumes are multi-attachable. This requires Nova microversion >2.73 if I'm not mistaken. (Currently...
This list the items that we want to fix or improve in our CI. ## Bump Ubuntu & OpenStack versions - [x] Bump to OpenStack Bobcat and Ubuntu 22.04 via...
/kind feature **Describe the solution you'd like** Based on an API documentation of [openstack/octavia](https://docs.openstack.org/api-ref/load-balancer/v2/index.html#create-a-load-balancer) it should be possible to specify a VIP network for the loadbalancer: ``` Provide a vip_port_id....