[wip][poc]Interconnect on hypershift#1832
[wip][poc]Interconnect on hypershift#1832JacobTanenbaum wants to merge 4 commits intoopenshift:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JacobTanenbaum 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 |
be16812 to
968d5e3
Compare
|
/assign @kyrtapz |
the nodes all have a southbound database so we can remove the route that exposes it
968d5e3 to
0e45f20
Compare
|
@JacobTanenbaum: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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/test-infra repository. I understand the commands that are listed here. |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
/close |
|
@ricky-rav: Closed this PR. DetailsIn response to this:
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/test-infra repository. |
using this PR it is possible to deploy an ovn-IC cluster hosted on hypershift
you need to build an image using this PR and point the hosted control plane image at the custom CNO image by modifying this line
https://github.com/openshift/hypershift/blob/main/control-plane-operator/controllers/hostedcontrolplane/cno/clusternetworkoperator.go#L79
Also a version of openshift/ovn-kubernetes is needed that supports ovn-ic e.g: openshift/ovn-kubernetes#1690
and the hosted control plane will also need to be pointed at that image
https://github.com/openshift/hypershift/blob/main/control-plane-operator/controllers/hostedcontrolplane/cno/clusternetworkoperator.go#L90