Add ovirt as a platform#767
Conversation
|
Hi @rgolangh. Thanks for your PR. I'm waiting for a openshift 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. 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. |
|
openshift/api#314 /hold Also it looks like you have some unnecessary |
6bed795 to
7a0c83e
Compare
There was a problem hiding this comment.
Just curious, why a different dummy encoded string versus the others?
885f1d8 to
7aab174
Compare
|
Just for reference, this is an example of how a platform has been added after support has landed into the installer #907 (your PR here also adds templates but that's ok ofc) |
|
/ok-to-test |
|
Will defer to @tux-o-matic @celebdor @cybertron to final approve as there is an open issue here: #767 (comment) And it should be resolved/settled. |
Uploading a version which drops the resource definition - its irrelevant for static pods and have nothing to do with it being on infra VMs or not. |
oVirt is similar to baremetal platform, and needs the network setup which is described in this doc https://github.com/openshift/installer/blob/master/docs/design/baremetal/networking-infrastructure.md Fixes: openshift#766 Signed-off-by: Roy Golan <rgolan@redhat.com>
Signed-off-by: Roy Golan <rgolan@redhat.com>
|
/lgtm |
|
btw: I dont know where ci stands, so might have to be patient on it merging. |
|
ah didnt realize i did the initial approval. :( @runcom PTAL /lgtm cancel |
kikisdeliveryservice
left a comment
There was a problem hiding this comment.
no idea why my approval tag just got deleted.. :(
|
/retest |
1 similar comment
|
/retest |
Following the fixed proposed on openshift#1125 Signed-off-by: Roy Golan <rgolan@redhat.com>
|
/skip |
|
looks sane to me /lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kikisdeliveryservice, rgolangh, runcom 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 |
|
@rgolangh: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. |
|
/retest |
Adding the files needed to make ovirt a provider of configs.
Fixes: #766
Added manifests and templates for ovirt platform. This is the same solution like
baremetaluses for networking so the yamls are almost identical.- What I did
To test this I'm running
make update && make imageand pushing the container to quay.io. Then I modify my IPI installer to pull this image during bootstrap.Related: openshift/enhancements#61
- Description for the changelog
Adding the manifest, templates and controller handling for oVirt platform.