cluster-api-provider-openstack
cluster-api-provider-openstack copied to clipboard
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] this found read from code and refactory sec group now the sec...
The purpose of this change is fix an issue where we are storing unresolved references in ReferencedMachineResources. Specifically we are storing a PortOpts, which is a user-intent struct. PortOpts can...
This updates Resolved and Resources in both OpenStackMachine and the Bastion to be optional pointer types. TODO: - [ ] Merge https://github.com/kubernetes-sigs/cluster-api-provider-openstack/pull/1965 /hold
This is a status field and should not be included in the spec. ProviderID is the same, but cannot be removed as it is required by Cluster API. While we're...
This is just a rename. It contains no functional code changes. `referencedResources` becomes `resolved`. It is a set of fully resolved intents based on the spec and the environment. `dependentResources`...
/kind feature Openstack supports defining [anti-affinity / affinity](https://docs.openstack.org/senlin/ocata/user/policy_types/affinity.html) rules for VMs. This feature adds support for the user to specify affinity/anti-affinity grouping for the VMs. Use case: The user created...
**What this PR does / why we need it**: After loadBalancerService client init failed,we should give failed message to openstackcluster status. **Which issue(s) this PR fixes** *(optional, in `fixes #(,...
Previously when loadbalacer was created it used the same network/subnet as the control plane nodes for the VIP. This was not always the right assumption as some users might want...
/kind bug **What steps did you take and what happened:** such as failed to create load balancer service client: No suitable endpoint could be found in the service catalog. **What...
/kind feature Change in https://github.com/kubernetes-sigs/cluster-api-provider-openstack/pull/1951