Skip to content
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

Add ovirt as a platform #767

Merged
merged 3 commits into from
Oct 18, 2019
Merged

Conversation

rgolangh
Copy link
Contributor

@rgolangh rgolangh commented May 16, 2019

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 baremetal uses for networking so the yamls are almost identical.

- What I did

To test this I'm running make update && make image and 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.

@openshift-ci-robot openshift-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels May 16, 2019
@openshift-ci-robot
Copy link
Contributor

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

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/test-infra repository.

@cgwalters
Copy link
Member

openshift/api#314
needs to land first so:

/hold

Also it looks like you have some unnecessary .gitkeep stuff that's no longer needed after: #653

@openshift-ci-robot openshift-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label May 16, 2019
@rgolangh rgolangh force-pushed the master branch 2 times, most recently from 6bed795 to 7a0c83e Compare May 23, 2019 20:59
@openshift-ci-robot openshift-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels May 23, 2019
etcdDiscoveryDomain: "my-test-cluster.metalkube.org"
etcdInitialCount: 3
platform: "ovirt"
etcdCAData: OHVtbXkgZXRjZC1jYQo=
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious, why a different dummy encoded string versus the others?

@rgolangh rgolangh force-pushed the master branch 3 times, most recently from 885f1d8 to 7aab174 Compare June 4, 2019 07:27
@openshift-ci-robot openshift-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 14, 2019
@openshift-ci-robot openshift-ci-robot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Jul 10, 2019
hack/build-image.sh Outdated Show resolved Hide resolved
pkg/apis/machineconfiguration.openshift.io/v1/types.go Outdated Show resolved Hide resolved
cmd/machine-config-controller/start.go Outdated Show resolved Hide resolved
pkg/operator/bootstrap.go Show resolved Hide resolved
pkg/operator/cluster-infrastructure.yaml Outdated Show resolved Hide resolved
pkg/operator/render.go Outdated Show resolved Hide resolved
@runcom
Copy link
Member

runcom commented Jul 10, 2019

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)

@openshift-ci-robot openshift-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 12, 2019
@openshift-ci-robot openshift-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 16, 2019
@openshift-ci-robot openshift-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Oct 17, 2019
@kikisdeliveryservice
Copy link
Contributor

/ok-to-test

@openshift-ci-robot openshift-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Oct 17, 2019
@rgolangh rgolangh requested a review from runcom October 17, 2019 17:27
@kikisdeliveryservice
Copy link
Contributor

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.

@rgolangh
Copy link
Contributor Author

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>
@kikisdeliveryservice
Copy link
Contributor

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Oct 17, 2019
@kikisdeliveryservice
Copy link
Contributor

btw: I dont know where ci stands, so might have to be patient on it merging.

@kikisdeliveryservice
Copy link
Contributor

ah didnt realize i did the initial approval. :(

@runcom PTAL

/lgtm cancel

@openshift-ci-robot openshift-ci-robot removed lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Oct 17, 2019
Copy link
Contributor

@kikisdeliveryservice kikisdeliveryservice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no idea why my approval tag just got deleted.. :(

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 17, 2019
@kikisdeliveryservice
Copy link
Contributor

/retest

1 similar comment
@runcom
Copy link
Member

runcom commented Oct 18, 2019

/retest

Following the fixed proposed on openshift#1125

Signed-off-by: Roy Golan <rgolan@redhat.com>
@kikisdeliveryservice
Copy link
Contributor

/skip

@runcom
Copy link
Member

runcom commented Oct 18, 2019

looks sane to me

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Oct 18, 2019
@openshift-ci-robot
Copy link
Contributor

[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

Needs approval from an approver in each of these files:
  • OWNERS [kikisdeliveryservice,runcom]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Oct 18, 2019

@rgolangh: The following tests failed, say /retest to rerun them all:

Test name Commit Details Rerun command
ci/prow/e2e-aws-disruptive 2995529fdcd2b668dd35efe85a93bd5c81535255 link /test e2e-aws-disruptive
ci/prow/e2e-aws-op f5e6e806764d58839bec2cc641b86bdf29b51473 link /test e2e-aws-op
ci/prow/e2e-gcp-upgrade f84c3b6 link /test e2e-gcp-upgrade
ci/prow/e2e-aws-scaleup-rhel7 2a05230 link /test e2e-aws-scaleup-rhel7

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.

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. I understand the commands that are listed here.

@kikisdeliveryservice
Copy link
Contributor

/retest

@openshift-merge-robot openshift-merge-robot merged commit 951d330 into openshift:master Oct 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ovirt as a platform
8 participants