✨ Change API for OpenStackMachine.Spec.Image#1796
✨ Change API for OpenStackMachine.Spec.Image#1796k8s-ci-robot merged 1 commit intokubernetes-sigs:mainfrom
Conversation
✅ Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
f880446 to
46b1937
Compare
|
/test pull-cluster-api-provider-openstack-e2e-full-test |
|
/test pull-cluster-api-provider-openstack-e2e-test |
|
/test pull-cluster-api-provider-openstack-e2e-full-test |
2 similar comments
|
/test pull-cluster-api-provider-openstack-e2e-full-test |
|
/test pull-cluster-api-provider-openstack-e2e-full-test |
|
the bastion instanceSpec gets wrong API: ---
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha6
kind: OpenStackCluster
metadata:
name: clusterctl-upgrade-7iukbs
namespace: clusterctl-upgrade
spec:
allowAllInClusterTraffic: true
apiServerLoadBalancer:
enabled: true
bastion:
enabled: true
instance:
flavor: m1.tiny
image:
name: cirros-0.6.1-x86_64-disk |
|
I need to move |
|
/test pull-cluster-api-provider-openstack-e2e-full-test |
af51881 to
4f7f45a
Compare
|
/test pull-cluster-api-provider-openstack-e2e-full-test |
|
/hold until I fix the bastion thing via #1822 |
|
/test pull-cluster-api-provider-openstack-e2e-full-test |
|
/hold cancel |
76346ab to
842679a
Compare
|
/test pull-cluster-api-provider-openstack-e2e-full-test |
lentzi90
left a comment
There was a problem hiding this comment.
/approve
The kustomize patches could be optimized a bit but I don't want to hold this back just because of that 🙂
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dulek, EmilienM, lentzi90, stephenfin The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
Right now, the image for an OpenStackMachine can be defined either its name via Spec.Image or via Spec.ImageUUID. Now we will use a single parameter which would be of type ImageFilter.
|
rebased |
|
/lgtm |
What this PR does / why we need it:
Right now, the image for an OpenStackMachine can be defined either
its name via Spec.Image or via Spec.ImageUUID.
Now we will use a single parameter which would be of type ImageFilter.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #1795
TODOs: