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

Bug 2025295: Add new option for VIRTIOWIN ConfigMap name #10616

Merged

Conversation

orenc1
Copy link
Contributor

@orenc1 orenc1 commented Dec 6, 2021

In OpenShift Virtualization 4.10.0, the VM-Import operator has been removed from the package, along with the config map.
However, virtio-win image pullspec, which was included in that config map, is still required by the UI and has nothing to do with V2V.
We are re-introducing this ConfigMap, but with more accurate name - virtio-win
This PR adds one more option for that config map name, to support a smooth upgrade path, so it will work both with OCP 4.10 + CNV 4.9 and OCP 4.10 + CNV 4.10.

This PR is a complementary for kubevirt/hyperconverged-cluster-operator#1647 made HCO.

Signed-off-by: orenc1 ocohen@redhat.com

In OpenShift Virtualization 4.10.0, the VM-Import operator has been removed from the package, along with the  config map.
However, virtio-win image pullspec, which was included in that config map, is still required by the UI and has nothing to do with V2V.
We are re-introducing this ConfigMap, but with more accurate name - .
This PR adds one more option for that config map name, to support a smooth upgrade path, so it will work both with OCP 4.10 + CNV 4.9 and OCP 4.10 + CNV 4.10.

Signed-off-by: orenc1 <ocohen@redhat.com>
@orenc1 orenc1 changed the title Add new option for VIRTIOWIN ConfigMap name Bug 2025295: Add new option for VIRTIOWIN ConfigMap name Dec 6, 2021
@openshift-ci openshift-ci bot added bugzilla/severity-high Referenced Bugzilla bug's severity is high for the branch this PR is targeting. bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. labels Dec 6, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 6, 2021

@orenc1: This pull request references Bugzilla bug 2025295, which is invalid:

  • expected the bug to target the "4.10.0" release, but it targets "---" instead

Comment /bugzilla refresh to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.

In response to this:

Bug 2025295: Add new option for VIRTIOWIN ConfigMap name

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.

@openshift-ci openshift-ci bot requested review from jelkosz and suomiy December 6, 2021 16:15
@openshift-ci openshift-ci bot added the component/kubevirt Related to kubevirt-plugin label Dec 6, 2021
Signed-off-by: orenc1 <ocohen@redhat.com>
@orenc1
Copy link
Contributor Author

orenc1 commented Dec 7, 2021

/test kubevirt-plugin

@orenc1
Copy link
Contributor Author

orenc1 commented Dec 7, 2021

Hi @yaacov ,
Could you please review?

@yaacov
Copy link
Member

yaacov commented Dec 7, 2021

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Dec 7, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 7, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: orenc1, yaacov

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Dec 7, 2021
@orenc1
Copy link
Contributor Author

orenc1 commented Dec 7, 2021

/bugzilla refresh

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 7, 2021

@orenc1: This pull request references Bugzilla bug 2025295, which is invalid:

  • expected the bug to target the "4.10.0" release, but it targets "---" instead

Comment /bugzilla refresh to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.

In response to this:

/bugzilla refresh

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.

@yaacov
Copy link
Member

yaacov commented Dec 7, 2021

@gouyang hi, we have a test that use v2v-vmware

"oc get cm -n kubevirt-hyperconverged v2v-vmware -o jsonpath='{.data.virtio-win-image}'",

We can't yet fix the tests because our install still installs the old config map, once we update the CNV version we will need to update the test too

@yaacov
Copy link
Member

yaacov commented Dec 7, 2021

/bugzilla refresh

@openshift-ci openshift-ci bot added the bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. label Dec 7, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 7, 2021

@yaacov: This pull request references Bugzilla bug 2025295, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.10.0) matches configured target release for branch (4.10.0)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

In response to this:

/bugzilla refresh

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.

@openshift-ci openshift-ci bot removed the bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. label Dec 7, 2021
@orenc1
Copy link
Contributor Author

orenc1 commented Dec 7, 2021

/retest

@openshift-merge-robot openshift-merge-robot merged commit 00be39f into openshift:master Dec 7, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 7, 2021

@orenc1: Some pull requests linked via external trackers have merged:

The following pull requests linked via external trackers have not merged:

These pull request must merge or be unlinked from the Bugzilla bug in order for it to move to the next state. Once unlinked, request a bug refresh with /bugzilla refresh.

Bugzilla bug 2025295 has not been moved to the MODIFIED state.

In response to this:

Bug 2025295: Add new option for VIRTIOWIN ConfigMap name

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.

@orenc1 orenc1 deleted the update_virtiowin_cm_name branch December 8, 2021 08:33
@spadgett spadgett added this to the v4.10 milestone Dec 8, 2021
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 18, 2022

@orenc1: Bugzilla bug 2025295 is in an unrecognized state (CLOSED (ERRATA)) and will not be moved to the MODIFIED state.

In response to this:

Bug 2025295: Add new option for VIRTIOWIN ConfigMap name

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.

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. bugzilla/severity-high Referenced Bugzilla bug's severity is high for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. component/kubevirt Related to kubevirt-plugin lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants