-
Notifications
You must be signed in to change notification settings - Fork 124
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
provision: Install NetworkManager-ovs #767
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dhiller 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
As part of including openvswitch at kubevirtci the NetworkManager-ovs rpm was missing. This change install the missing package. Signed-off-by: Quique Llorente <ellorent@redhat.com>
b583cbe
to
8546ca7
Compare
/override check-up-kind-1.22-sriov |
@qinqon: Overrode contexts on behalf of qinqon: check-up-kind-1.22-sriov In 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. |
/retest |
/retest |
[7c38b02 provision: Install NetworkManager-ovs](kubevirt/kubevirtci#767) [496f6be provision: Clean CNI folder before cluster creation](kubevirt/kubevirtci#766) [732f6ef provision: Support phased provision](kubevirt/kubevirtci#761) [ab377ea Run bazelisk run //robots/cmd/kubevirtci-bumper:kubevirtci-bumper -- -ensure-last-three-minor-of v1 --k8s-provider-dir /home/prow/go/src/github.com/kubevirt/project-infra/../kubevirtci/cluster-provision/k8s](kubevirt/kubevirtci#765) [9b97d35 provision: Fix podman seccomp failures](kubevirt/kubevirtci#764) [6725849 Run ./hack/bump-cdi.sh](kubevirt/kubevirtci#759) [f45630b Kubevirt supports single stack IPv6, conformance tests can run on ipv6 only](kubevirt/kubevirtci#760) ```release-note NONE ``` Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
[7c38b02 provision: Install NetworkManager-ovs](kubevirt/kubevirtci#767) [496f6be provision: Clean CNI folder before cluster creation](kubevirt/kubevirtci#766) [732f6ef provision: Support phased provision](kubevirt/kubevirtci#761) [ab377ea Run bazelisk run //robots/cmd/kubevirtci-bumper:kubevirtci-bumper -- -ensure-last-three-minor-of v1 --k8s-provider-dir /home/prow/go/src/github.com/kubevirt/project-infra/../kubevirtci/cluster-provision/k8s](kubevirt/kubevirtci#765) [9b97d35 provision: Fix podman seccomp failures](kubevirt/kubevirtci#764) [6725849 Run ./hack/bump-cdi.sh](kubevirt/kubevirtci#759) [f45630b Kubevirt supports single stack IPv6, conformance tests can run on ipv6 only](kubevirt/kubevirtci#760) ```release-note NONE ``` Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
[962d90c Configure KinD clusters to use CI registry proxy](kubevirt/kubevirtci#772) [d4b9c0b alpine: Create cloud-init aware alpine](kubevirt/kubevirtci#770) [affb9e2 Bump fedora-with-test-tooling image to Fedora 35](kubevirt/kubevirtci#713) [7c38b02 provision: Install NetworkManager-ovs](kubevirt/kubevirtci#767) [496f6be provision: Clean CNI folder before cluster creation](kubevirt/kubevirtci#766) [732f6ef provision: Support phased provision](kubevirt/kubevirtci#761) [ab377ea Run bazelisk run //robots/cmd/kubevirtci-bumper:kubevirtci-bumper -- -ensure-last-three-minor-of v1 --k8s-provider-dir /home/prow/go/src/github.com/kubevirt/project-infra/../kubevirtci/cluster-provision/k8s](kubevirt/kubevirtci#765) [9b97d35 provision: Fix podman seccomp failures](kubevirt/kubevirtci#764) [6725849 Run ./hack/bump-cdi.sh](kubevirt/kubevirtci#759) [f45630b Kubevirt supports single stack IPv6, conformance tests can run on ipv6 only](kubevirt/kubevirtci#760) ```release-note NONE ``` Signed-off-by: kubevirt-bot <kubevirtbot@redhat.com>
As part of including openvswitch at kubevirtci the NetworkManager-ovs
rpm was missing. This change install the missing package.