-
Notifications
You must be signed in to change notification settings - Fork 282
🌱 E2E: Add quick-start test using ClusterClass #2793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🌱 E2E: Add quick-start test using ClusterClass #2793
Conversation
✅ Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Unknown CLA label state. Rechecking for CLA labels. Send feedback to sig-contributor-experience at kubernetes/community. /check-cla |
6bacc28 to
da1f4dc
Compare
| cloudName: ${OPENSTACK_CLOUD:=capo-e2e} | ||
| name: ${CLOUD_CONFIG_SECRET:=dev-test-cloud-config} | ||
| - name: imageName | ||
| value: ${IMAGE_NAME:=flatcar_production} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
default to ubuntu like most tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I could do that. I noticed a few issues with the ClusterClass that I need to fix to get the tests passing also. Will add ORC image references at least
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Decided to go with the flatcar image for now since that is one that users can also use. We cannot encourage them to use the ubuntu images we have in CI since that would add cost to the project.
c70f787 to
ce60a04
Compare
This commit also fixes a few remaining v1beta1 references in the ClusterClass and adds support for setting images through imageRef. Signed-off-by: Lennart Jern <[email protected]>
ce60a04 to
deaa56e
Compare
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lentzi90 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
smoshiur1237
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
|
/test pull-cluster-api-provider-openstack-e2e-test |
What this PR does / why we need it:
Add a test using our ClusterClass.
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 #2105
Special notes for your reviewer:
TODOs: