-
Notifications
You must be signed in to change notification settings - Fork 25
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
Merge https://github.com/nmstate/kubernetes-nmstate:main (d47c561) into master #479
Merge https://github.com/nmstate/kubernetes-nmstate:main (d47c561) into master #479
Conversation
Start lldpd at a node and check that neighbors get reported at nns at the enabled LLDP test. Signed-off-by: Enrique Llorente <[email protected]>
Hi @metal-net-merge-bot[bot]. 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. 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. |
/hold First #478 |
/hold cancel |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: metal-net-merge-bot[bot], mkowalski 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 |
/retest Memory issue
|
|
/retest not related
|
/label rebase/manual |
It is better, but still some flakes with monitoring
|
/test e2e-handler-ovn-ipv4 |
Signed-off-by: Miguel Duarte Barroso <[email protected]>
This PR adds ability to manually configure monitoring namespace by using `MONITORING_NAMESPACE` env variable passed to Makefile, e.g. when executing ``` make test-e2e-handler ``` With this change we can run e2e tests in OpenShift clusters which use a different name than our hardcoded `monitoring`. Signed-off-by: Mat Kowalski <[email protected]>
/remove-label rebase/manual |
We frequently get asked when a given version of NMState became available and it's surprisingly difficult to determine that. This script starts at the errata tool page for the handler image and drills down to the corresponding Brew build logs to determine which NMState version shipped in a given release.
After moving from Packet to OFCIR the config script got renamed. This PR fixes it.
Since we moved to RHEL 9 in 4.14 for the container images the builds no longer show up on the RHEL 8 page. This adds logic to make sure we look in the right place based on the requested OCP version.
…-9-container image to be consistent with ART Reconciling with https://github.com/openshift/ocp-build-data/tree/4022cd290f00a44d667dda03f2d78d84a488c7ed/images/openshift-kubernetes-nmstate-handler.yml
These files either come from other projects or are not used in production so there's no reason to security scan them.
He's no longer working on the project so there's no sense having the bot autoassign him.
Now that nmstatectl is able to calculate some useful stats from network configuration [1], we can bubble them up and expose them as k8s metrics so k-nmstate users can digg on them using prometheus, graphana or the like. This change add a new "Features" under nnce Status with the output of `nmstatectl st` and also create a new deployment `nmstate-metrics` that will gather the NNCEs features and reflecta that at a cluster wide gaugue prometheus metric. [1] nmstate/nmstate#2420 Signed-off-by: Enrique Llorente <[email protected]>
Currently metrics server uses port `:8080` what has a high chance of conflicting with other services. In order to decrease a chance of the conflict we are moving to `:8089`. Signed-off-by: Mat Kowalski <[email protected]>
559ee0e
to
34dcd06
Compare
/lgtm |
@metal-net-merge-bot[bot]: The following test failed, say
Full PR test history. Your PR dashboard. 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. |
/override ci/prow/e2e-handler-ovn-ipv4 It's failing on the veth vs ethernet issue
|
@qinqon: Overrode contexts on behalf of qinqon: ci/prow/e2e-handler-ovn-ipv4 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. |
[ART PR BUILD NOTIFIER] This PR has been included in build ose-kubernetes-nmstate-operator-container-v4.17.0-202405081416.p0.ga07ccf4.assembly.stream.el9 for distgit openshift-kubernetes-nmstate-operator. |
No description provided.