-
Notifications
You must be signed in to change notification settings - Fork 96
ISSUE-885 | feat: Implement no-cni for HCP clusters #903
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
base: main
Are you sure you want to change the base?
Conversation
Hi @joschi36. Thanks for your PR. I'm waiting for a terraform-redhat member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/ok-to-test |
Hi @joschi36 apologies for getting to this so late, there's low manpower for ROSA CLI + TF team currently. If you could amend your commit + change the MR title to follow the format of In this case, |
Content of the MR looks good to me. If you could run |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@hunterkepley I've implemented your requests. Does this look alright now? |
@joschi36 I believe last thing would be to rebase the MR with master- tests are failing because the go version is behind the testing environment |
@hunterkepley I have rebased to upstream/main. Tests still seem to fail because of the go version. Did I miss something? |
@joschi36: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/retest-required |
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@joschi36 Hey there, apologies for the late reply I was quite busy (im the only eng who is working on RHCS TF for the past year) Seems like we need 1 more rebase (conflict with Those 2 test suites should be failing but the rest should be passing (originally, you had 3 other test suites failing) |
What this PR does / why we need it:
Makes it possible to configure a HCP cluster without a CNI, like with
rosa cluster create --no-cni
Implementing it like the
rosa
CLI does it: https://github.com/openshift/rosa/blob/4f425f6d857bb7b1ddb7af8fc69a25d25ce8fae3/pkg/ocm/clusters.go#L939Which issue(s) this PR fixes (optional, use
fixes #<issue_number>(, fixes #<issue_number>, ...)
format, where issue_number might be a GitHub issue, or a Jira story (OCM-xxxx):Fixes #885
Change type
Checklist