Andreas Karis
Andreas Karis
Run sendEgressIPProbesAndCheckPacketSnifferLogs until it eventually succeeds of for a maximum of 2 minutes. Before, we checked first until a single packet was EgressIP mapped, and then ran the main test...
How to test: ~~~ ./openshift-tests run-test "[sig-network][Feature:EgressIP] [cloud-private-ip-config] Invalid CloudPrivateIPConfig objects are handled correctly [Serial] [Suite:openshift/conformance/serial]" ./openshift-tests run-test "[sig-network][Feature:EgressIP] [cloud-private-ip-config] CloudPrivateIPConfig objects can be created and deleted repeatedly [Serial] [Suite:openshift/conformance/serial]"...
Now that we support EgressIP on OpenStack, enable tests for that platform. Signed-off-by: Andreas Karis
The error message contained a reference to invalid variable nic_name. This commit fixes this and provides a clue to what might have gone wrong. Closes issue #406 Signed-off-by: Andreas Karis
~~~ fatal: [hypervisor]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'nic_name' is undefined\n\nThe error appears to be in '/home/infrared/.infrared/plugins/virsh/tasks/bridged_network.yml': line 2, column...
Since https://github.com/redhat-openstack/infrared/commit/fecd7b238976e708600e697df084c1bd35f9632d we run into: fatal: [hypervisor]: FAILED! => {"changed": false, "msg": "Error: invalid or not allowed setting 'bridge-port': 'bridge-port' not among [connection, 802-3-ethernet (ethernet), 802-1x, dcb, sriov, ethtool, match,...
### MetalLB Version all ### Deployment method Not relevant ### Main CNI not relevant ### Kubernetes Version not relevant ### Cluster Distribution not relevant ### Describe the bug Running inv...
Where should events for cluster scoped CRs be created? Does it have to be the default namespace? If so, are there any plans to either add events for cluster scoped...
Requires go 1.18 or higher **What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close the...
Add annotations for OpenShift management workload partitioning. **The feature is opt-in. Administrators can opt into the feature by annotating the namespace with workload.openshift.io/allowed: management.** Otherwise, these annotations will have no...