Martin André

Results 38 issues of Martin André

While writing dependencies tests for the routerinterface, I noticed that a routerinterface for which the `subnetRef` is yet to be created gets a status: ```yaml apiVersion: openstack.k-orc.cloud/v1alpha1 kind: RouterInterface metadata:...

Create a subnet with: ```yaml --- apiVersion: openstack.k-orc.cloud/v1alpha1 kind: Subnet metadata: name: subnet spec: cloudCredentialsRef: cloudName: openstack secretName: openstack-clouds managementPolicy: managed networkRef: existing-network resource: ipVersion: 4 cidr: 192.168.0.0/24 routerRef: non-existing-router...

Similar to what was done in https://github.com/gophercloud/gophercloud/commit/f018747518afe2ec0e703bb510112ba363a559a1 This allows to save a couple of minutes standing up devstack.

semver:patch

Using these two resources: ```yaml apiVersion: openstack.k-orc.cloud/v1alpha1 kind: Port metadata: name: create-full spec: cloudCredentialsRef: cloudName: openstack secretName: openstack-clouds managementPolicy: managed networkRef: create-full resource: addresses: - subnetRef: create-full --- apiVersion: openstack.k-orc.cloud/v1alpha1...

As we've [already seen](https://github.com/k-orc/openstack-resource-controller/pull/183#discussion_r1939297525), we might end up in a situation where the pre-submit jobs were successful at the time they ran, but merging the PR breaks CI on the...

Some of the tests require admin credentials. We should find a way to skip these tests when running against clouds for which we don't have admin credentials.

**What this PR does / why we need it**: Remove dependency on a couple of fields where the logic was wrong. For example, these fields do not necessarily depend on...

cncf-cla: yes
size/S
needs-rebase
release-note
do-not-merge/invalid-commit-message

We have merged a number of non-backward compatible changes since the release of v2, and we should consider cutting a new major release. Just for reference, here's the output of...

https://github.com/gophercloud/gophercloud/actions/workflows/functional-messaging.yaml job is red. Fails on openstack master since Jan 1st.

The https://github.com/gophercloud/gophercloud/actions/workflows/functional-sharedfilesystems.yaml job fails more often than not. We should look into it and stabilize the job.