diff --git a/go-controller/cmd/ovn-kube-util/ovn-kube-util b/go-controller/cmd/ovn-kube-util/ovn-kube-util new file mode 100755 index 00000000000..6f5f23d93dd Binary files /dev/null and b/go-controller/cmd/ovn-kube-util/ovn-kube-util differ diff --git a/go-controller/hybrid-overlay/pkg/controller/master.go b/go-controller/hybrid-overlay/pkg/controller/master.go index a87a2b3696d..bab309f80b0 100644 --- a/go-controller/hybrid-overlay/pkg/controller/master.go +++ b/go-controller/hybrid-overlay/pkg/controller/master.go @@ -12,8 +12,9 @@ import ( "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/informer" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/kube" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/nbdb" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/subnetallocator" ovntypes "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/types" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util" diff --git a/go-controller/hybrid-overlay/pkg/controller/master_test.go b/go-controller/hybrid-overlay/pkg/controller/master_test.go index 79f139ae151..c1c47da4825 100644 --- a/go-controller/hybrid-overlay/pkg/controller/master_test.go +++ b/go-controller/hybrid-overlay/pkg/controller/master_test.go @@ -16,8 +16,9 @@ import ( "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/informer" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/kube" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/nbdb" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + ovntest "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/testing" libovsdbtest "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/testing/libovsdb" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/types" diff --git a/go-controller/hybrid-overlay/pkg/controller/node_linux.go b/go-controller/hybrid-overlay/pkg/controller/node_linux.go index 2d20793c0db..657f49880a5 100644 --- a/go-controller/hybrid-overlay/pkg/controller/node_linux.go +++ b/go-controller/hybrid-overlay/pkg/controller/node_linux.go @@ -15,8 +15,9 @@ import ( houtil "github.com/ovn-org/ovn-kubernetes/go-controller/hybrid-overlay/pkg/util" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/kube" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/nbdb" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/types" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util" diff --git a/go-controller/out.txt b/go-controller/out.txt new file mode 100644 index 00000000000..51cf97a0866 --- /dev/null +++ b/go-controller/out.txt @@ -0,0 +1,17293 @@ +docker run -it --rm --security-opt label=disable --cap-add=NET_ADMIN --cap-add=SYS_ADMIN -v /home/astoycos/go/src/github.com/ovn-org/ovn-kubernetes:/go/src/github.com/ovn-org/ovn-kubernetes -w /go/src/github.com/ovn-org/ovn-kubernetes/go-controller -e COVERALLS= -e GINKGO_FOCUS="" quay.io/giantswarm/golang:1.16.3 sh -c "RACE=1 DOCKER_TEST=1 COVERALLS= PKGS="" hack/test-go.sh focus \"\" " +go test -mod=vendor -test.v -race github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni -ginkgo.v -ginkgo.reportFile ./_artifacts/junit-pkg_cni.xml +I1208 17:03:42.916564 14920 ovs.go:93] Maximum command line arguments set to: 191102 +=== RUN TestClearPodBandwidth +=== RUN TestClearPodBandwidth/0:Test_error_code_path_when_ovsFind_attempts_to_retrieve_interfaces + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestClearPodBandwidth/1:Test_code_path_when_ovsClear_returns_an_error + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestClearPodBandwidth/2:Test_error_code_path_when_ovsFind_attempts_to_retrieve_qos_instances + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestClearPodBandwidth/3:Test_code_path_when_ovsDestroy_returns_an_error + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestClearPodBandwidth/4:Positive_test_code_path + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:116: PASS: CombinedOutput() + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:117: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestClearPodBandwidth (0.02s) + --- PASS: TestClearPodBandwidth/0:Test_error_code_path_when_ovsFind_attempts_to_retrieve_interfaces (0.00s) + --- PASS: TestClearPodBandwidth/1:Test_code_path_when_ovsClear_returns_an_error (0.00s) + --- PASS: TestClearPodBandwidth/2:Test_error_code_path_when_ovsFind_attempts_to_retrieve_qos_instances (0.00s) + --- PASS: TestClearPodBandwidth/3:Test_code_path_when_ovsDestroy_returns_an_error (0.01s) + --- PASS: TestClearPodBandwidth/4:Positive_test_code_path (0.01s) +=== RUN TestSetPodBandwidth +=== RUN TestSetPodBandwidth/0:Test_code_path_when_both_ingressBPS_is_greater_than_zero_and_ovsCreate_returns_an_error + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestSetPodBandwidth/1:Test_code_path_when_inressBPS_is_greater_than_zero_and_ovsSet_returns_an_error + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestSetPodBandwidth/2:Positive_test_code_path_when_ingressBPS_is_greater_than_zero + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestSetPodBandwidth/3:Negative_test_code_path_when_setting_ingress_policing_rate + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestSetPodBandwidth/4:Negative_test_code_path_when_setting_ingress_policing_burst + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestSetPodBandwidth/5:Positive_test_code_path_when_both_ingressBPS_and_egressBPS_are_greater_than_zero + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:243: PASS: CombinedOutput() + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:244: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestSetPodBandwidth (0.03s) + --- PASS: TestSetPodBandwidth/0:Test_code_path_when_both_ingressBPS_is_greater_than_zero_and_ovsCreate_returns_an_error (0.00s) + --- PASS: TestSetPodBandwidth/1:Test_code_path_when_inressBPS_is_greater_than_zero_and_ovsSet_returns_an_error (0.00s) + --- PASS: TestSetPodBandwidth/2:Positive_test_code_path_when_ingressBPS_is_greater_than_zero (0.00s) + --- PASS: TestSetPodBandwidth/3:Negative_test_code_path_when_setting_ingress_policing_rate (0.01s) + --- PASS: TestSetPodBandwidth/4:Negative_test_code_path_when_setting_ingress_policing_burst (0.01s) + --- PASS: TestSetPodBandwidth/5:Positive_test_code_path_when_both_ingressBPS_and_egressBPS_are_greater_than_zero (0.01s) +=== RUN TestGetIngressPodBandwidth +=== RUN TestGetIngressPodBandwidth/0:Positive_test_code_path_when_ingressBPS_is_correctly_set + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestGetIngressPodBandwidth/1:Positive_test_code_path_when_ingressBPS_is_not_set + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestGetIngressPodBandwidth/2:Positive_test_code_path_when_ingressBPS_is_not_set_(no_max-rate) + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestGetIngressPodBandwidth/3:Negative_test_code_path_when_ovsGet_'port'_returns_error + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestGetIngressPodBandwidth/4:Negative_test_code_path_when_ovsGet_'qos'_returns_error + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestGetIngressPodBandwidth/5:Negative_test_code_path_when_max-rate_value_cannot_be_transfer_to_integer + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:376: PASS: CombinedOutput() + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:377: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestGetIngressPodBandwidth (0.02s) + --- PASS: TestGetIngressPodBandwidth/0:Positive_test_code_path_when_ingressBPS_is_correctly_set (0.00s) + --- PASS: TestGetIngressPodBandwidth/1:Positive_test_code_path_when_ingressBPS_is_not_set (0.00s) + --- PASS: TestGetIngressPodBandwidth/2:Positive_test_code_path_when_ingressBPS_is_not_set_(no_max-rate) (0.00s) + --- PASS: TestGetIngressPodBandwidth/3:Negative_test_code_path_when_ovsGet_'port'_returns_error (0.00s) + --- PASS: TestGetIngressPodBandwidth/4:Negative_test_code_path_when_ovsGet_'qos'_returns_error (0.00s) + --- PASS: TestGetIngressPodBandwidth/5:Negative_test_code_path_when_max-rate_value_cannot_be_transfer_to_integer (0.01s) +=== RUN TestGetEgressPodBandwidth +=== RUN TestGetEgressPodBandwidth/0:Positive_test_code_path_when_egressBPS_is_correctly_set + bandwidth_test.go:490: PASS: CombinedOutput() + bandwidth_test.go:491: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestGetEgressPodBandwidth/1:Positive_test_code_path_when_egressBPS_is_not_set_(no_ingress_policing_rate) + bandwidth_test.go:490: PASS: CombinedOutput() + bandwidth_test.go:490: PASS: CombinedOutput() + bandwidth_test.go:491: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:491: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestGetEgressPodBandwidth/2:Positive_test_code_path_when_egressBPS_is_not_set + bandwidth_test.go:490: PASS: CombinedOutput() + bandwidth_test.go:490: PASS: CombinedOutput() + bandwidth_test.go:490: PASS: CombinedOutput() + bandwidth_test.go:491: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:491: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:491: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestGetEgressPodBandwidth/3:Negative_test_code_path_when_ovsGet_'interface'_returns_error + bandwidth_test.go:490: PASS: CombinedOutput() + bandwidth_test.go:490: PASS: CombinedOutput() + bandwidth_test.go:490: PASS: CombinedOutput() + bandwidth_test.go:490: PASS: CombinedOutput() + bandwidth_test.go:491: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:491: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:491: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:491: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestGetEgressPodBandwidth/4:Negative_test_code_path_when_ingress_policing_rate_cannot_be_transfer_to_integer_ + bandwidth_test.go:490: PASS: CombinedOutput() + bandwidth_test.go:490: PASS: CombinedOutput() + bandwidth_test.go:490: PASS: CombinedOutput() + bandwidth_test.go:490: PASS: CombinedOutput() + bandwidth_test.go:490: PASS: CombinedOutput() + bandwidth_test.go:491: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:491: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:491: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:491: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + bandwidth_test.go:491: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestGetEgressPodBandwidth (0.01s) + --- PASS: TestGetEgressPodBandwidth/0:Positive_test_code_path_when_egressBPS_is_correctly_set (0.00s) + --- PASS: TestGetEgressPodBandwidth/1:Positive_test_code_path_when_egressBPS_is_not_set_(no_ingress_policing_rate) (0.00s) + --- PASS: TestGetEgressPodBandwidth/2:Positive_test_code_path_when_egressBPS_is_not_set (0.00s) + --- PASS: TestGetEgressPodBandwidth/3:Negative_test_code_path_when_ovsGet_'interface'_returns_error (0.00s) + --- PASS: TestGetEgressPodBandwidth/4:Negative_test_code_path_when_ingress_policing_rate_cannot_be_transfer_to_integer_ (0.00s) +=== RUN TestCNISuite +Running Suite: CNI Suite +======================== +Random Seed: 1638983022 +Will run 28 of 28 specs + +CNI OVS tests + returns non-empty elements from ovsFind + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/ovs_test.go:20 +• +------------------------------ +CNI OVS tests + returns nil if no element is returned from ovsFind + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/ovs_test.go:38 +• +------------------------------ +CNI OVS tests + returns empty values if the elements themselves are empty from ovsFind + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/ovs_test.go:49 +• +------------------------------ +CNI OVS tests + returns quoted empty values if the elements themselves are empty from ovsFind + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/ovs_test.go:64 +• +------------------------------ +CNI OVS tests + returns unquoted value if the elements themselves are quoted from ovsGet + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/ovs_test.go:79 +• +------------------------------ +cni_dpu tests addDPUConnectionDetailsAnnot + Sets dpu.connection-details pod annotation + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/cni_dpu_test.go:40 +• +------------------------------ +cni_dpu tests addDPUConnectionDetailsAnnot + Fails if DeviceID is not present in CNI config + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/cni_dpu_test.go:61 +• +------------------------------ +cni_dpu tests addDPUConnectionDetailsAnnot + Fails if srionvet fails to get PF PCI from VF PCI + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/cni_dpu_test.go:66 +• +------------------------------ +cni_dpu tests addDPUConnectionDetailsAnnot + Fails if srionvet fails to get VF index from PF PCI address + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/cni_dpu_test.go:74 +• +------------------------------ +cni_dpu tests addDPUConnectionDetailsAnnot + Fails if PF PCI address fails to parse + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/cni_dpu_test.go:83 +• +------------------------------ +cni_dpu tests addDPUConnectionDetailsAnnot + Fails if Set annotation on Pod fails + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/cni_dpu_test.go:91 +• +------------------------------ +CNI Utils tests isOvnReady + Returns true if OVN pod network annotation exists + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/utils_test.go:41 +• +------------------------------ +CNI Utils tests isOvnReady + Returns false if OVN pod network annotation does not exist + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/utils_test.go:52 +• +------------------------------ +CNI Utils tests isDPUReady + Returns true if dpu.connection-status is present and Status is Ready + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/utils_test.go:59 +• +------------------------------ +CNI Utils tests isDPUReady + Returns false if dpu.connection-status is present and Status is not Ready + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/utils_test.go:66 +• +------------------------------ +CNI Utils tests isDPUReady + Returns false if dpu.connection-status Status is not present + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/utils_test.go:73 +• +------------------------------ +CNI Utils tests isDPUReady + Returns false if dpu.connection-status is not present + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/utils_test.go:80 +• +------------------------------ +CNI Utils tests isDPUReady + Returns false if OVN pod-networks is not present + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/utils_test.go:85 +• +------------------------------ +CNI Utils tests GetPodAnnotations + Returns Pod annotation if annotation condition is met + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/utils_test.go:103 +• +------------------------------ +CNI Utils tests GetPodAnnotations + Returns with Error if context is canceled + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/utils_test.go:124 +• +------------------------------ +CNI Utils tests GetPodAnnotations + Retries Until pod annotation condition is met + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/utils_test.go:142 +• +------------------------------ +CNI Utils tests GetPodAnnotations + Fails if PodLister fails to get pod annotations + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/utils_test.go:161 +• +------------------------------ +CNI Utils tests GetPodAnnotations + Tries kube client if PodLister can't find the pod + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/utils_test.go:176 +• +------------------------------ +CNI Utils tests GetPodAnnotations + Returns an error if PodLister and kube client can't find the pod + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/utils_test.go:195 +• +------------------------------ +CNI Utils tests PodAnnotation2PodInfo + Creates PodInterfaceInfo in NodeModeFull mode + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/utils_test.go:221 +• +------------------------------ +CNI Utils tests PodAnnotation2PodInfo + Creates PodInterfaceInfo in NodeModeDPUHost mode + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/utils_test.go:228 +• +------------------------------ +CNI Utils tests PodAnnotation2PodInfo + Creates PodInterfaceInfo with checkExtIDs false + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/utils_test.go:235 +• +------------------------------ +CNI Utils tests PodAnnotation2PodInfo + Creates PodInterfaceInfo with checkExtIDs true + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/utils_test.go:241 +• +JUnit path was configured: ./_artifacts/junit-pkg_cni.xml + +JUnit report was created: /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni/_artifacts/junit-pkg_cni.xml + +Ran 28 of 28 Specs in 1.443 seconds +SUCCESS! -- 28 Passed | 0 Failed | 0 Pending | 0 Skipped +--- PASS: TestCNISuite (1.51s) +=== RUN TestCNIServer +--- PASS: TestCNIServer (0.13s) +=== RUN TestRenameLink +=== RUN TestRenameLink/0:test_code_path_when_LinkByName()_errors_out + helper_linux_test.go:96: mock error + helper_linux_test.go:102: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestRenameLink/1:test_code_path_when_LinkSetDown()_errors_out + helper_linux_test.go:96: mock error + helper_linux_test.go:102: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkSetDown(mock.AnythingOfTypeArgument) +=== RUN TestRenameLink/2:test_code_path_when_LinkSetName()_errors_out + helper_linux_test.go:96: mock error + helper_linux_test.go:102: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkSetName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestRenameLink/3:test_code_path_when_LinkSetUp()_errors_out + helper_linux_test.go:96: mock error + helper_linux_test.go:102: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkSetName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkSetName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkSetUp(mock.AnythingOfTypeArgument) +=== RUN TestRenameLink/4:test_success_code_path + helper_linux_test.go:96: + helper_linux_test.go:102: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkSetName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkSetName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkSetName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:102: PASS: LinkSetUp(mock.AnythingOfTypeArgument) +--- PASS: TestRenameLink (0.01s) + --- PASS: TestRenameLink/0:test_code_path_when_LinkByName()_errors_out (0.00s) + --- PASS: TestRenameLink/1:test_code_path_when_LinkSetDown()_errors_out (0.00s) + --- PASS: TestRenameLink/2:test_code_path_when_LinkSetName()_errors_out (0.00s) + --- PASS: TestRenameLink/3:test_code_path_when_LinkSetUp()_errors_out (0.00s) + --- PASS: TestRenameLink/4:test_success_code_path (0.00s) +=== RUN TestMoveIfToNetns +=== RUN TestMoveIfToNetns/0:test_code_path_when_LinkByName()_returns_error + helper_linux_test.go:163: failed to lookup vf device testIfaceName: "mock error" + helper_linux_test.go:169: PASS: LinkByName(mock.AnythingOfTypeArgument) +=== RUN TestMoveIfToNetns/1:test_code_path_when_LinkSetNsFd()_returns_error + helper_linux_test.go:163: failed to move device testIfaceName to netns: "mock error" + helper_linux_test.go:169: PASS: LinkByName(mock.AnythingOfTypeArgument) + helper_linux_test.go:169: PASS: LinkByName(mock.AnythingOfTypeArgument) + helper_linux_test.go:169: PASS: LinkSetNsFd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:170: PASS: Fd() +=== RUN TestMoveIfToNetns/2:test_success_path + helper_linux_test.go:163: + helper_linux_test.go:169: PASS: LinkByName(mock.AnythingOfTypeArgument) + helper_linux_test.go:169: PASS: LinkByName(mock.AnythingOfTypeArgument) + helper_linux_test.go:169: PASS: LinkSetNsFd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:169: PASS: LinkByName(mock.AnythingOfTypeArgument) + helper_linux_test.go:169: PASS: LinkSetNsFd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:170: PASS: Fd() + helper_linux_test.go:170: PASS: Fd() +--- PASS: TestMoveIfToNetns (0.01s) + --- PASS: TestMoveIfToNetns/0:test_code_path_when_LinkByName()_returns_error (0.00s) + --- PASS: TestMoveIfToNetns/1:test_code_path_when_LinkSetNsFd()_returns_error (0.00s) + --- PASS: TestMoveIfToNetns/2:test_success_path (0.00s) +=== RUN TestSetupNetwork +=== RUN TestSetupNetwork/0:test_code_path_when_LinkSetHardwareAddr_returns_error + helper_linux_test.go:314: failed to add mac address 11:22:33:44:55:66 to testIfaceName: mock error + helper_linux_test.go:320: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetHardwareAddr(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:321: PASS: Attrs() +=== RUN TestSetupNetwork/1:test_code_path_when_AddrAdd_returns_error + helper_linux_test.go:314: failed to add IP addr 192.168.0.5/24 to testIfaceName: mock error + helper_linux_test.go:320: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetHardwareAddr(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetHardwareAddr(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:321: PASS: Attrs() + helper_linux_test.go:321: PASS: Attrs() +=== RUN TestSetupNetwork/2:test_code_path_when_AddRoute_for_gateway_returns_error + helper_linux_test.go:314: failed to add gateway route: mock error + helper_linux_test.go:320: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetHardwareAddr(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetHardwareAddr(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetHardwareAddr(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:321: PASS: Attrs() + helper_linux_test.go:321: PASS: Attrs() + helper_linux_test.go:322: PASS: AddRoute(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestSetupNetwork/3:test_code_path_when_AddRoute_for_pod_returns_error + helper_linux_test.go:314: failed to add pod route 192.168.1.0/24 via 192.168.1.1: mock error + helper_linux_test.go:320: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetHardwareAddr(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetHardwareAddr(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetHardwareAddr(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetHardwareAddr(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:321: PASS: Attrs() + helper_linux_test.go:321: PASS: Attrs() + helper_linux_test.go:322: PASS: AddRoute(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:322: PASS: AddRoute(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:322: PASS: AddRoute(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestSetupNetwork/4:test_success_path + helper_linux_test.go:314: + helper_linux_test.go:320: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetHardwareAddr(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetHardwareAddr(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetHardwareAddr(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetHardwareAddr(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetHardwareAddr(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + helper_linux_test.go:320: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:321: PASS: Attrs() + helper_linux_test.go:321: PASS: Attrs() + helper_linux_test.go:322: PASS: AddRoute(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:322: PASS: AddRoute(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:322: PASS: AddRoute(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:322: PASS: AddRoute(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:322: PASS: AddRoute(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestSetupNetwork (0.05s) + --- PASS: TestSetupNetwork/0:test_code_path_when_LinkSetHardwareAddr_returns_error (0.00s) + --- PASS: TestSetupNetwork/1:test_code_path_when_AddrAdd_returns_error (0.01s) + --- PASS: TestSetupNetwork/2:test_code_path_when_AddRoute_for_gateway_returns_error (0.01s) + --- PASS: TestSetupNetwork/3:test_code_path_when_AddRoute_for_pod_returns_error (0.01s) + --- PASS: TestSetupNetwork/4:test_success_path (0.02s) +=== RUN TestSetupInterface +=== RUN TestSetupInterface/0:test_code_path_when_Do()_returns_error + helper_linux_test.go:410: mock error + helper_linux_test.go:420: PASS: Do(mock.AnythingOfTypeArgument) +=== RUN TestSetupInterface/1:test_code_path_when_renameLink()_returns_error + helper_linux_test.go:410: failed to rename to 35b82dbe2c39768: mock error + helper_linux_test.go:418: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:420: PASS: Do(mock.AnythingOfTypeArgument) + helper_linux_test.go:420: PASS: Do(mock.AnythingOfTypeArgument) +--- PASS: TestSetupInterface (0.00s) + --- PASS: TestSetupInterface/0:test_code_path_when_Do()_returns_error (0.00s) + --- PASS: TestSetupInterface/1:test_code_path_when_renameLink()_returns_error (0.00s) +=== RUN TestSetupSriovInterface + helper_linux_test.go:439: uplink for 0000:01:00.0 not found +=== RUN TestSetupSriovInterface/0:test_code_path_when_GetNetDevicesFromPci()_returns_error + helper_linux_test.go:740: mock error + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) +=== RUN TestSetupSriovInterface/1:test_code_path_when_netdevice_per_pci_address_does_not_equal_one + helper_linux_test.go:740: failed to get one netdevice interface per 0000:03:00.1 + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) +=== RUN TestSetupSriovInterface/2:test_code_path_when_GetUplinkRepresentor()_returns_error + helper_linux_test.go:740: mock error + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) +=== RUN TestSetupSriovInterface/3:test_code_path_when_GetVfIndexByPciAddress()_returns_error + helper_linux_test.go:740: mock error + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) +=== RUN TestSetupSriovInterface/4:test_code_path_when_GetVfRepresentor()_returns_error + helper_linux_test.go:740: mock error + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestSetupSriovInterface/5:test_code_path_when_renaming_host_VF_representor_errors_out + helper_linux_test.go:740: failed to rename VFRepresentor to 35b82dbe2c39768: mock error + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestSetupSriovInterface/6:test_code_path_when_retrieving_LinkByName()_for_host_interface_errors_out + helper_linux_test.go:740: mock error + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestSetupSriovInterface/7:test_code_path_when_LinkSetMTU()_fails + helper_linux_test.go:740: failed to set MTU on 35b82dbe2c39768: mock error + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetMTU(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:752: PASS: Attrs() +=== RUN TestSetupSriovInterface/8:test_code_path_when_moveIfToNetns()_returns_error + helper_linux_test.go:740: failed to lookup vf device en01: "mock error" + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetMTU(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetMTU(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:752: PASS: Attrs() + helper_linux_test.go:752: PASS: Attrs() +=== RUN TestSetupSriovInterface/9:test_code_path_when_Do()_returns_error + helper_linux_test.go:740: mock error + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetMTU(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetMTU(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetMTU(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetNsFd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:750: PASS: Fd() + helper_linux_test.go:750: PASS: Do(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:752: PASS: Attrs() + helper_linux_test.go:752: PASS: Attrs() + helper_linux_test.go:752: PASS: Attrs() +=== RUN TestSetupSriovInterface/10:test_code_path_when_working_in_DPUHost_mode + helper_linux_test.go:740: {Name: Mac: Sandbox:} {Name: Mac: Sandbox:} + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetMTU(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetMTU(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetDown(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetMTU(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetNsFd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkByName(mock.AnythingOfTypeArgument) + helper_linux_test.go:748: PASS: LinkSetNsFd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:750: PASS: Fd() + helper_linux_test.go:750: PASS: Do(mock.AnythingOfTypeArgument) + helper_linux_test.go:750: PASS: Fd() + helper_linux_test.go:750: PASS: Do(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetUplinkRepresentor(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfIndexByPciAddress(mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetVfRepresentor(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + helper_linux_test.go:751: PASS: GetNetDevicesFromPci(mock.AnythingOfTypeArgument) + helper_linux_test.go:752: PASS: Attrs() + helper_linux_test.go:752: PASS: Attrs() + helper_linux_test.go:752: PASS: Attrs() +--- PASS: TestSetupSriovInterface (0.10s) + --- PASS: TestSetupSriovInterface/0:test_code_path_when_GetNetDevicesFromPci()_returns_error (0.00s) + --- PASS: TestSetupSriovInterface/1:test_code_path_when_netdevice_per_pci_address_does_not_equal_one (0.00s) + --- PASS: TestSetupSriovInterface/2:test_code_path_when_GetUplinkRepresentor()_returns_error (0.00s) + --- PASS: TestSetupSriovInterface/3:test_code_path_when_GetVfIndexByPciAddress()_returns_error (0.00s) + --- PASS: TestSetupSriovInterface/4:test_code_path_when_GetVfRepresentor()_returns_error (0.00s) + --- PASS: TestSetupSriovInterface/5:test_code_path_when_renaming_host_VF_representor_errors_out (0.00s) + --- PASS: TestSetupSriovInterface/6:test_code_path_when_retrieving_LinkByName()_for_host_interface_errors_out (0.01s) + --- PASS: TestSetupSriovInterface/7:test_code_path_when_LinkSetMTU()_fails (0.01s) + --- PASS: TestSetupSriovInterface/8:test_code_path_when_moveIfToNetns()_returns_error (0.02s) + --- PASS: TestSetupSriovInterface/9:test_code_path_when_Do()_returns_error (0.02s) + --- PASS: TestSetupSriovInterface/10:test_code_path_when_working_in_DPUHost_mode (0.02s) +=== RUN TestPodRequest_deletePodConntrack +=== RUN TestPodRequest_deletePodConntrack/0:test_code_path_when_CNIConf.PrevResult_==_nil +=== RUN TestPodRequest_deletePodConntrack/1:test_code_path_NewResultFromResult_returns_error +W1208 17:03:44.816223 14920 helper_linux.go:404] Could not convert result to current version: unsupported CNI result22 version "0.0.0" + helper_linux_test.go:844: PASS: Version() +=== RUN TestPodRequest_deletePodConntrack/2:test_code_path_when_ip.Interface_!=_nil_and_path_when_Sandbox_is_empty_value + helper_linux_test.go:844: PASS: Version() +=== RUN TestPodRequest_deletePodConntrack/3:test_code_path_when_DeleteConntrack_returns_error +E1208 17:03:44.818982 14920 helper_linux.go:419] Failed to delete Conntrack Entry for 192.168.1.15: mock error + helper_linux_test.go:844: PASS: Version() +--- PASS: TestPodRequest_deletePodConntrack (0.00s) + --- PASS: TestPodRequest_deletePodConntrack/0:test_code_path_when_CNIConf.PrevResult_==_nil (0.00s) + --- PASS: TestPodRequest_deletePodConntrack/1:test_code_path_NewResultFromResult_returns_error (0.00s) + --- PASS: TestPodRequest_deletePodConntrack/2:test_code_path_when_ip.Interface_!=_nil_and_path_when_Sandbox_is_empty_value (0.00s) + --- PASS: TestPodRequest_deletePodConntrack/3:test_code_path_when_DeleteConntrack_returns_error (0.00s) +=== RUN TestPodRequest_PlatformSpecificCleanup +--- SKIP: TestPodRequest_PlatformSpecificCleanup (0.00s) +=== RUN TestSetExec +=== RUN TestSetExec/0:positive,_ovs-vsctl_found + ovs_unit_test.go:40: PASS: LookPath(mock.AnythingOfTypeArgument) + ovs_unit_test.go:40: PASS: LookPath(mock.AnythingOfTypeArgument) +--- PASS: TestSetExec (0.00s) + --- PASS: TestSetExec/0:positive,_ovs-vsctl_found (0.00s) +=== RUN TestOvsExec +=== RUN TestOvsExec/0:Test_codepath_when_runner_is_nil_and_returns_error +=== RUN TestOvsExec/1:Test_codepath_when_runner_is_non_nil_and_returns_error + ovs_unit_test.go:95: PASS: CombinedOutput() + ovs_unit_test.go:96: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestOvsExec/2:Test_codepath_when_runner_is_not_nil_and_does_not_return_an_error + ovs_unit_test.go:95: PASS: CombinedOutput() + ovs_unit_test.go:95: PASS: CombinedOutput() + ovs_unit_test.go:96: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:96: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestOvsExec (0.00s) + --- PASS: TestOvsExec/0:Test_codepath_when_runner_is_nil_and_returns_error (0.00s) + --- PASS: TestOvsExec/1:Test_codepath_when_runner_is_non_nil_and_returns_error (0.00s) + --- PASS: TestOvsExec/2:Test_codepath_when_runner_is_not_nil_and_does_not_return_an_error (0.00s) +=== RUN TestOvsCreate +=== RUN TestOvsCreate/0:Positive_test_codepath_for_ovsCreate + ovs_unit_test.go:135: PASS: CombinedOutput() + ovs_unit_test.go:136: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestOvsCreate (0.00s) + --- PASS: TestOvsCreate/0:Positive_test_codepath_for_ovsCreate (0.00s) +=== RUN TestOvsDestroy +=== RUN TestOvsDestroy/0:Positive_test_codepath_for_ovsDestroy + ovs_unit_test.go:175: PASS: CombinedOutput() + ovs_unit_test.go:176: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestOvsDestroy (0.00s) + --- PASS: TestOvsDestroy/0:Positive_test_codepath_for_ovsDestroy (0.00s) +=== RUN TestOvsSet +=== RUN TestOvsSet/0:Positive_test_codepath_for_ovsSet + ovs_unit_test.go:215: PASS: CombinedOutput() + ovs_unit_test.go:216: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestOvsSet (0.00s) + --- PASS: TestOvsSet/0:Positive_test_codepath_for_ovsSet (0.00s) +=== RUN TestOvsFind +=== RUN TestOvsFind/0:Test_codepath_when_ovsExec_returns_an_error + ovs_unit_test.go:269: PASS: CombinedOutput() + ovs_unit_test.go:270: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestOvsFind/1:Test_codepath_when_ovsExec_output_is_nil + ovs_unit_test.go:269: PASS: CombinedOutput() + ovs_unit_test.go:269: PASS: CombinedOutput() + ovs_unit_test.go:270: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:270: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestOvsFind/2:Positive_test_codepath_for_ovsFind;_ovsExec_output_is_not_nil + ovs_unit_test.go:269: PASS: CombinedOutput() + ovs_unit_test.go:269: PASS: CombinedOutput() + ovs_unit_test.go:269: PASS: CombinedOutput() + ovs_unit_test.go:270: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:270: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:270: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestOvsFind (0.00s) + --- PASS: TestOvsFind/0:Test_codepath_when_ovsExec_returns_an_error (0.00s) + --- PASS: TestOvsFind/1:Test_codepath_when_ovsExec_output_is_nil (0.00s) + --- PASS: TestOvsFind/2:Positive_test_codepath_for_ovsFind;_ovsExec_output_is_not_nil (0.00s) +=== RUN TestOvsClear +=== RUN TestOvsClear/0:Positive_test_codepath_for_ovsClear + ovs_unit_test.go:309: PASS: CombinedOutput() + ovs_unit_test.go:310: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestOvsClear (0.00s) + --- PASS: TestOvsClear/0:Positive_test_codepath_for_ovsClear (0.00s) +=== RUN TestOfctlExec +=== RUN TestOfctlExec/0:Positive_test_codepath_for_ofctlExec + ovs_unit_test.go:364: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:365: PASS: SetStdout(mock.AnythingOfTypeArgument) + ovs_unit_test.go:365: PASS: SetStderr(mock.AnythingOfTypeArgument) + ovs_unit_test.go:365: PASS: Run() +=== RUN TestOfctlExec/1:Negative_test_codepath_for_ofctlExec +E1208 17:03:44.837330 14920 ovs.go:122] exec: --timeout=10 --no-stats --strict : stderr: "" + ovs_unit_test.go:364: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:364: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:365: PASS: SetStdout(mock.AnythingOfTypeArgument) + ovs_unit_test.go:365: PASS: SetStderr(mock.AnythingOfTypeArgument) + ovs_unit_test.go:365: PASS: Run() + ovs_unit_test.go:365: PASS: SetStdout(mock.AnythingOfTypeArgument) + ovs_unit_test.go:365: PASS: SetStderr(mock.AnythingOfTypeArgument) + ovs_unit_test.go:365: PASS: Run() +--- PASS: TestOfctlExec (0.00s) + --- PASS: TestOfctlExec/0:Positive_test_codepath_for_ofctlExec (0.00s) + --- PASS: TestOfctlExec/1:Negative_test_codepath_for_ofctlExec (0.00s) +PASS +ok github.com/ovn-org/ovn-kubernetes/go-controller/pkg/cni 2.393s +go test -mod=vendor -test.v -race github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config -ginkgo.v -ginkgo.reportFile ./_artifacts/junit-pkg_config.xml +=== RUN TestConfig +Running Suite: Config Suite +=========================== +Random Seed: 1638983027 +Will run 96 of 96 specs + +Config Operations + uses expected defaults + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:240 +I1208 17:03:47.480197 15289 config.go:1606] Parsed config file /tmp/conftest-999552149 +I1208 17:03:47.480417 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +I1208 17:03:47.483400 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:47.483591 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:47.483716 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:47.483799 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:47.483887 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:47.484038 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:47.484146 15289 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:47.484236 15289 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:47.484340 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:47.484420 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations + reads defaults from ovs-vsctl external IDs + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:289 +I1208 17:03:47.496519 15289 config.go:1606] Parsed config file /tmp/conftest-418561264 +I1208 17:03:47.496646 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +I1208 17:03:47.498757 15289 config.go:1156] exec: /fake-bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:k8s-api-server +I1208 17:03:47.498891 15289 config.go:1156] exec: /fake-bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:k8s-api-token +I1208 17:03:47.498992 15289 config.go:1156] exec: /fake-bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:k8s-ca-certificate +I1208 17:03:47.499813 15289 config.go:1156] exec: /fake-bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:ovn-nb +I1208 17:03:47.500339 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:47.500540 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:47.500640 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:47.500723 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:47.500788 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert:/tmp/configtest_certdir005513358/ca.crt CAData:[32] APIServer:https://somewhere.com:8081 Token:asadfasdfasrw3atr3r3rf33fasdaa3233 CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:47.500957 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:47.501071 15289 config.go:1706] OVN North config: {Address:tcp:1.1.1.1:6441 PrivKey: Cert: CACert: CertCommonName: Scheme:tcp ElectionTimer:0 northbound:true exec:0xc000708180} +I1208 17:03:47.501189 15289 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc000708180} +I1208 17:03:47.501302 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:47.501380 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations + reads defaults (multiple master) from ovs-vsctl external IDs + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:352 +I1208 17:03:47.512516 15289 config.go:1606] Parsed config file /tmp/conftest-876910479 +I1208 17:03:47.512620 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +I1208 17:03:47.514762 15289 config.go:1156] exec: /fake-bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:k8s-api-server +I1208 17:03:47.514895 15289 config.go:1156] exec: /fake-bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:k8s-api-token +I1208 17:03:47.514989 15289 config.go:1156] exec: /fake-bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:k8s-ca-certificate +I1208 17:03:47.515821 15289 config.go:1156] exec: /fake-bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:ovn-nb +I1208 17:03:47.516354 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:47.516541 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:47.516639 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:47.516735 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:47.516799 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert:/tmp/configtest_certdir005513358/kube-cacert.pem CAData:[32] APIServer:https://somewhere.com:8081 Token:asadfasdfasrw3atr3r3rf33fasdaa3233 CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:47.516961 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:47.517068 15289 config.go:1706] OVN North config: {Address:tcp:1.1.1.1:6441,tcp:1.1.1.2:6641,tcp:1.1.1.3:6641 PrivKey: Cert: CACert: CertCommonName: Scheme:tcp ElectionTimer:0 northbound:true exec:0xc000708a80} +I1208 17:03:47.517177 15289 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc000708a80} +I1208 17:03:47.517308 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:47.517384 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations + uses serviceaccount files + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:420 +I1208 17:03:47.531213 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:47.531484 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:47.531605 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:47.531713 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:47.531813 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert:/tmp/configtest_certdir005513358/ca.crt CAData:[32] APIServer:http://localhost:8443 Token:TG9yZW0gaXBzdW0gZ CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:47.532020 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:47.532163 15289 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:47.532323 15289 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:47.532460 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:47.532568 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations + uses environment variables + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:444 +I1208 17:03:47.544276 15289 config.go:1606] Parsed config file /tmp/conftest-269873305 +I1208 17:03:47.544390 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +I1208 17:03:47.547617 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:47.547813 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:47.547919 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:47.548007 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:47.548079 15289 config.go:1704] Kubernetes config: {Kubeconfig:/tmp/configtest_certdir005513358/kubeconfig.env CACert:/tmp/configtest_certdir005513358/kube-ca.crt CAData:[32] APIServer:https://9.2.3.4:6443 Token:this is the token test CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:47.548299 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:47.548416 15289 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:47.548548 15289 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:47.548657 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:47.548735 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations + overrides defaults with config file options + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:482 +I1208 17:03:47.575042 15289 config.go:1606] Parsed config file /tmp/conftest-455955236 +I1208 17:03:47.575174 15289 config.go:1607] Parsed config: {Default:{MTU:1500 RoutableMTU:0 ConntrackZone:64321 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:1000 LFlowCacheLimitKb:100000 RawClusterSubnets:10.132.0.0/14/23 ClusterSubnets:[]} Logging:{File:/var/log/ovnkube.log CNIFile: Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets:2.2.2.2:2055 RawSFlowTargets:2.2.2.2:2056 RawIPFIXTargets:2.2.2.2:2057 NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d22 Plugin:ovn-k8s-cni-overlay22} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig:/tmp/configtest_certdir005513358/kubeconfig CACert:/tmp/configtest_certdir005513358/kube-ca.crt CAData:[] APIServer:https://1.2.3.4:6443 Token:TG9yZW0gaXBzdW0gZ CompatServiceCIDR: RawServiceCIDRs:172.18.0.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes:label=another-test-label NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address:ssl:1.2.3.4:6641 PrivKey:/path/to/nb-client-private.key Cert:/path/to/nb-client.crt CACert:/path/to/nb-client-ca.crt CertCommonName:cfg-nbcommonname Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address:ssl:1.2.3.4:6642 PrivKey:/path/to/sb-client-private.key Cert:/path/to/sb-client.crt CACert:/path/to/sb-client-ca.crt CertCommonName:cfg-sbcommonname Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode:shared Interface:eth1 EgressGWInterface: NextHop:1.3.4.5 VLANID:10 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.65.0.0/16 V6JoinSubnet:fd90::/64 DisablePacketMTUCheck:false RouterSubnet:10.50.0.0/16} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:true RawClusterSubnets:11.132.0.0/14/23 ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +I1208 17:03:47.578840 15289 config.go:1700] Default config: {MTU:1500 RoutableMTU:0 ConntrackZone:64321 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:1000 LFlowCacheLimitKb:100000 RawClusterSubnets:10.132.0.0/14/23 ClusterSubnets:[{CIDR:10.132.0.0/14 HostSubnetLength:23}]} +I1208 17:03:47.579949 15289 config.go:1701] Logging config: {File:/var/log/ovnkube.log CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:47.580196 15289 config.go:1702] Monitoring config: {RawNetFlowTargets:2.2.2.2:2055 RawSFlowTargets:2.2.2.2:2056 RawIPFIXTargets:2.2.2.2:2057 NetFlowTargets:[{Host:2.2.2.2 Port:2055}] SFlowTargets:[{Host:2.2.2.2 Port:2056}] IPFIXTargets:[{Host:2.2.2.2 Port:2057}]} +I1208 17:03:47.580510 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d22 Plugin:ovn-k8s-cni-overlay22} +I1208 17:03:47.580657 15289 config.go:1704] Kubernetes config: {Kubeconfig:/tmp/configtest_certdir005513358/kubeconfig CACert:/tmp/configtest_certdir005513358/kube-ca.crt CAData:[32] APIServer:https://1.2.3.4:6443 Token:TG9yZW0gaXBzdW0gZ CompatServiceCIDR: RawServiceCIDRs:172.18.0.0/24 ServiceCIDRs:[172.18.0.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes:label=another-test-label NoHostSubnetNodes:&LabelSelector{MatchLabels:map[string]string{label: another-test-label,},MatchExpressions:[]LabelSelectorRequirement{},} HostNetworkNamespace:} +I1208 17:03:47.580973 15289 config.go:1705] Gateway config: {Mode:shared Interface:eth1 EgressGWInterface: NextHop:1.3.4.5 VLANID:10 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.65.0.0/16 V6JoinSubnet:fd90::/64 DisablePacketMTUCheck:false RouterSubnet:10.50.0.0/16} +I1208 17:03:47.581108 15289 config.go:1706] OVN North config: {Address:ssl:1.2.3.4:6641 PrivKey:/path/to/nb-client-private.key Cert:/path/to/nb-client.crt CACert:/path/to/nb-client-ca.crt CertCommonName:cfg-nbcommonname Scheme:ssl ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:47.581231 15289 config.go:1707] OVN South config: {Address:ssl:1.2.3.4:6642 PrivKey:/path/to/sb-client-private.key Cert:/path/to/sb-client.crt CACert:/path/to/sb-client-ca.crt CertCommonName:cfg-sbcommonname Scheme:ssl ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:47.581382 15289 config.go:1708] Hybrid Overlay config: {Enabled:true RawClusterSubnets:11.132.0.0/14/23 ClusterSubnets:[{CIDR:11.132.0.0/14 HostSubnetLength:23}] VXLANPort:4789} +I1208 17:03:47.581503 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations + overrides config file and defaults with CLI options + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:557 +I1208 17:03:47.598413 15289 config.go:1606] Parsed config file /tmp/conftest-786134067 +I1208 17:03:47.598508 15289 config.go:1607] Parsed config: {Default:{MTU:1500 RoutableMTU:0 ConntrackZone:64321 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:1000 LFlowCacheLimitKb:100000 RawClusterSubnets:10.132.0.0/14/23 ClusterSubnets:[]} Logging:{File:/var/log/ovnkube.log CNIFile: Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets:2.2.2.2:2055 RawSFlowTargets:2.2.2.2:2056 RawIPFIXTargets:2.2.2.2:2057 NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d22 Plugin:ovn-k8s-cni-overlay22} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig:/path/to/kubeconfig CACert:/path/to/kubeca.crt CAData:[] APIServer:https://1.2.3.4:6443 Token:TG9yZW0gaXBzdW0gZ CompatServiceCIDR: RawServiceCIDRs:172.18.0.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes:label=another-test-label NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address:ssl:1.2.3.4:6641 PrivKey:/path/to/nb-client-private.key Cert:/path/to/nb-client.crt CACert:/path/to/nb-client-ca.crt CertCommonName:cfg-nbcommonname Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address:ssl:1.2.3.4:6642 PrivKey:/path/to/sb-client-private.key Cert:/path/to/sb-client.crt CACert:/path/to/sb-client-ca.crt CertCommonName:cfg-sbcommonname Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode:shared Interface:eth1 EgressGWInterface: NextHop:1.3.4.5 VLANID:10 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.65.0.0/16 V6JoinSubnet:fd90::/64 DisablePacketMTUCheck:false RouterSubnet:10.50.0.0/16} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:true RawClusterSubnets:11.132.0.0/14/23 ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +• +------------------------------ +Config Operations + overrides config file and defaults with CLI legacy service-cluster-ip-range option + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:666 +I1208 17:03:47.606797 15289 config.go:1606] Parsed config file /tmp/conftest-099673590 +I1208 17:03:47.607188 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.18.0.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +I1208 17:03:47.608679 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:47.608786 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:47.608861 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:47.608929 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:47.608991 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.15.0.0/24 ServiceCIDRs:[172.15.0.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:47.609087 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:47.609172 15289 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:47.609248 15289 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:47.609342 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:47.609388 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations + accepts legacy service-cidr config file option + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:689 +I1208 17:03:47.619518 15289 config.go:1606] Parsed config file /tmp/conftest-739122397 +I1208 17:03:47.619701 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR:172.18.0.0/24 RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +I1208 17:03:47.622799 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:47.623009 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:47.623142 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:47.623237 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:47.623337 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR:172.18.0.0/24 RawServiceCIDRs:172.18.0.0/24 ServiceCIDRs:[172.18.0.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:47.623517 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:47.623640 15289 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:47.623756 15289 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:47.623883 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:47.623968 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations + returns an error when the k8s-service-cidrs is invalid + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:711 +• +------------------------------ +Config Operations + overrides config file and defaults with CLI legacy cluster-subnet option + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:725 +I1208 17:03:47.648453 15289 config.go:1606] Parsed config file /tmp/conftest-290430743 +I1208 17:03:47.648601 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:172.18.0.0/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +I1208 17:03:47.651766 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:172.15.0.0/23 ClusterSubnets:[{CIDR:172.15.0.0/23 HostSubnetLength:24}]} +I1208 17:03:47.651987 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:47.652160 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:47.652326 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:47.652455 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:47.652699 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:47.652851 15289 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:47.653028 15289 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:47.653179 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:47.653333 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations + returns an error when the cluster-subnets is invalid + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:752 +• +------------------------------ +Config Operations + returns an error when the hybrid overlay cluster-subnets is invalid + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:766 +• +------------------------------ +Config Operations + overrides config file and defaults with CLI legacy --init-gateways option + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:781 +I1208 17:03:47.694933 15289 config.go:1606] Parsed config file /tmp/conftest-484256588 +I1208 17:03:47.695065 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode:local Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +I1208 17:03:47.698210 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:47.698464 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:47.698581 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:47.698753 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:47.698838 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:47.699095 15289 config.go:1705] Gateway config: {Mode:shared Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:47.699375 15289 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:47.699577 15289 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:47.699712 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:47.699814 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations + overrides config file and defaults with CLI legacy --gateway-local option + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:804 +I1208 17:03:47.711041 15289 config.go:1606] Parsed config file /tmp/conftest-223768123 +I1208 17:03:47.711205 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode:shared Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +I1208 17:03:47.714335 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:47.714546 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:47.714691 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:47.714836 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:47.714960 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:47.715159 15289 config.go:1705] Gateway config: {Mode:local Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:47.715331 15289 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:47.715505 15289 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:47.715661 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:47.715797 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations + returns an error when the gateway mode is invalid + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:828 +• +------------------------------ +Config Operations + returns an error when the vlan-id is specified for mode other than shared gateway mode + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:842 +• +------------------------------ +Config Operations + returns an error when the v4 join subnet specified is invalid + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:856 +• +------------------------------ +Config Operations + returns an error when the v6 join subnet specified is invalid + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:869 +• +------------------------------ +Config Operations + overrides config file and defaults with CLI options (multi-master) + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:882 +I1208 17:03:47.795124 15289 config.go:1606] Parsed config file /tmp/conftest-984017522 +I1208 17:03:47.795317 15289 config.go:1607] Parsed config: {Default:{MTU:1500 RoutableMTU:0 ConntrackZone:64321 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:1000 LFlowCacheLimitKb:100000 RawClusterSubnets:10.132.0.0/14/23 ClusterSubnets:[]} Logging:{File:/var/log/ovnkube.log CNIFile: Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets:2.2.2.2:2055 RawSFlowTargets:2.2.2.2:2056 RawIPFIXTargets:2.2.2.2:2057 NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d22 Plugin:ovn-k8s-cni-overlay22} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig:/path/to/kubeconfig CACert:/path/to/kubeca.crt CAData:[] APIServer:https://1.2.3.4:6443 Token:TG9yZW0gaXBzdW0gZ CompatServiceCIDR: RawServiceCIDRs:172.18.0.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes:label=another-test-label NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address:ssl:1.2.3.4:6641 PrivKey:/path/to/nb-client-private.key Cert:/path/to/nb-client.crt CACert:/path/to/nb-client-ca.crt CertCommonName:cfg-nbcommonname Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address:ssl:1.2.3.4:6642 PrivKey:/path/to/sb-client-private.key Cert:/path/to/sb-client.crt CACert:/path/to/sb-client-ca.crt CertCommonName:cfg-sbcommonname Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode:shared Interface:eth1 EgressGWInterface: NextHop:1.3.4.5 VLANID:10 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.65.0.0/16 V6JoinSubnet:fd90::/64 DisablePacketMTUCheck:false RouterSubnet:10.50.0.0/16} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:true RawClusterSubnets:11.132.0.0/14/23 ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +• +------------------------------ +Config Operations + does not override config file settings with default cli options + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:972 +I1208 17:03:47.824924 15289 config.go:1606] Parsed config file /tmp/conftest-850177833 +I1208 17:03:47.825428 15289 config.go:1607] Parsed config: {Default:{MTU:1500 RoutableMTU:0 ConntrackZone:64321 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:1000 LFlowCacheLimitKb:100000 RawClusterSubnets:10.132.0.0/14/23 ClusterSubnets:[]} Logging:{File:/var/log/ovnkube.log CNIFile: Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets:2.2.2.2:2055 RawSFlowTargets:2.2.2.2:2056 RawIPFIXTargets:2.2.2.2:2057 NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d22 Plugin:ovn-k8s-cni-overlay22} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig:/path/to/kubeconfig CACert:/path/to/kubeca.crt CAData:[] APIServer:https://1.2.3.4:6443 Token:TG9yZW0gaXBzdW0gZ CompatServiceCIDR: RawServiceCIDRs:172.18.0.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes:label=another-test-label NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address:ssl:1.2.3.4:6641 PrivKey:/path/to/nb-client-private.key Cert:/path/to/nb-client.crt CACert:/path/to/nb-client-ca.crt CertCommonName:cfg-nbcommonname Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address:ssl:1.2.3.4:6642 PrivKey:/path/to/sb-client-private.key Cert:/path/to/sb-client.crt CACert:/path/to/sb-client-ca.crt CertCommonName:cfg-sbcommonname Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode:shared Interface:eth1 EgressGWInterface: NextHop:1.3.4.5 VLANID:10 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.65.0.0/16 V6JoinSubnet:fd90::/64 DisablePacketMTUCheck:false RouterSubnet:10.50.0.0/16} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:true RawClusterSubnets:11.132.0.0/14/23 ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +I1208 17:03:47.829051 15289 config.go:1700] Default config: {MTU:1500 RoutableMTU:0 ConntrackZone:64321 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:1000 LFlowCacheLimitKb:100000 RawClusterSubnets:10.132.0.0/14/23 ClusterSubnets:[{CIDR:10.132.0.0/14 HostSubnetLength:23}]} +I1208 17:03:47.829666 15289 config.go:1701] Logging config: {File:/var/log/ovnkube.log CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:47.829800 15289 config.go:1702] Monitoring config: {RawNetFlowTargets:2.2.2.2:2055 RawSFlowTargets:2.2.2.2:2056 RawIPFIXTargets:2.2.2.2:2057 NetFlowTargets:[{Host:2.2.2.2 Port:2055}] SFlowTargets:[{Host:2.2.2.2 Port:2056}] IPFIXTargets:[{Host:2.2.2.2 Port:2057}]} +I1208 17:03:47.829979 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d22 Plugin:ovn-k8s-cni-overlay22} +I1208 17:03:47.830094 15289 config.go:1704] Kubernetes config: {Kubeconfig:/tmp/configtest_certdir005513358/kubeconfig CACert:/tmp/configtest_certdir005513358/kube-ca.crt CAData:[32] APIServer:https://1.2.3.4:6443 Token:TG9yZW0gaXBzdW0gZ CompatServiceCIDR: RawServiceCIDRs:172.18.0.0/24 ServiceCIDRs:[172.18.0.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes:label=another-test-label NoHostSubnetNodes:&LabelSelector{MatchLabels:map[string]string{label: another-test-label,},MatchExpressions:[]LabelSelectorRequirement{},} HostNetworkNamespace:} +I1208 17:03:47.830392 15289 config.go:1705] Gateway config: {Mode:shared Interface:eth1 EgressGWInterface: NextHop:1.3.4.5 VLANID:10 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.65.0.0/16 V6JoinSubnet:fd90::/64 DisablePacketMTUCheck:false RouterSubnet:10.50.0.0/16} +I1208 17:03:47.830535 15289 config.go:1706] OVN North config: {Address:ssl:1.2.3.4:6641 PrivKey:/path/to/nb-client-private.key Cert:/path/to/nb-client.crt CACert:/path/to/nb-client-ca.crt CertCommonName:cfg-nbcommonname Scheme:ssl ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:47.830697 15289 config.go:1707] OVN South config: {Address:ssl:1.2.3.4:6642 PrivKey:/path/to/sb-client-private.key Cert:/path/to/sb-client.crt CACert:/path/to/sb-client-ca.crt CertCommonName:cfg-sbcommonname Scheme:ssl ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:47.830843 15289 config.go:1708] Hybrid Overlay config: {Enabled:true RawClusterSubnets:11.132.0.0/14/23 ClusterSubnets:[{CIDR:11.132.0.0/14 HostSubnetLength:23}] VXLANPort:4789} +I1208 17:03:47.830984 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations + allows configuring a single-stack IPv6 cluster + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1022 +I1208 17:03:47.845226 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:fd01::/48/64 ClusterSubnets:[{CIDR:fd01::/48 HostSubnetLength:64}]} +I1208 17:03:47.845496 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:47.845630 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:47.845745 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:47.845860 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:fd02::/112 ServiceCIDRs:[fd02::/112] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:47.846078 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:47.846221 15289 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:47.846395 15289 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:47.846540 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:47.846655 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations + allows configuring a dual-stack cluster + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1039 +I1208 17:03:47.860690 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.0.0.0/16/24,fd01::/48/64 ClusterSubnets:[{CIDR:10.0.0.0/16 HostSubnetLength:24} {CIDR:fd01::/48 HostSubnetLength:64}]} +I1208 17:03:47.860992 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:47.861167 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:47.861317 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:47.861403 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.30.0.0/16,fd02::/112 ServiceCIDRs:[172.30.0.0/16 fd02::/112] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:47.861665 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:47.861833 15289 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:47.861956 15289 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:47.862075 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:47.862166 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations + allows configuring a dual-stack cluster with multiple IPv4 cluster subnet ranges + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1056 +I1208 17:03:47.874832 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.0.0.0/16/24,10.2.0.0/16/24,fd01::/48/64 ClusterSubnets:[{CIDR:10.0.0.0/16 HostSubnetLength:24} {CIDR:10.2.0.0/16 HostSubnetLength:24} {CIDR:fd01::/48 HostSubnetLength:64}]} +I1208 17:03:47.875118 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:47.875243 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:47.875363 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:47.875466 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.30.0.0/16,fd02::/112 ServiceCIDRs:[172.30.0.0/16 fd02::/112] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:47.875651 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:47.875776 15289 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:47.875908 15289 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:47.876025 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:47.876116 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations + rejects a cluster with IPv4 pods and IPv6 services + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1073 +• +------------------------------ +Config Operations + rejects a cluster with IPv6 pods and IPv4 services + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1088 +• +------------------------------ +Config Operations + rejects a cluster with dual-stack pods and single-stack services + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1103 +• +------------------------------ +Config Operations + rejects a cluster with single-stack pods and dual-stack services + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1118 +• +------------------------------ +Config Operations + rejects a cluster with multiple single-stack service CIDRs + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1133 +• +------------------------------ +Config Operations + rejects a cluster with dual-stack cluster subnets and single-stack hybrid overlap subnets + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1148 +• +------------------------------ +Config Operations + ignores unknown fields in config file and does not return an error + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1165 +W1208 17:03:47.973925 15289 config.go:1604] Warning on parsing config file: warnings: +can't store data at section "default", variable "key" +can't store data at section "foobar" +can't store data at section "foobar" +can't store data at section "foobar" +can't store data at section "foobar" +I1208 17:03:47.974185 15289 config.go:1606] Parsed config file /tmp/conftest-233600331 +I1208 17:03:47.974326 15289 config.go:1607] Parsed config: {Default:{MTU:1234 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +I1208 17:03:47.977418 15289 config.go:1700] Default config: {MTU:1234 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:47.977652 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:47.977797 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:47.977919 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:47.978012 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:47.978218 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:47.978399 15289 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:47.978545 15289 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:47.978699 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:47.978824 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations + rejects a config with invalid syntax + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1195 +• +------------------------------ +Config Operations OvnDBAuth operations + configures client northbound SSL correctly + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1245 +I1208 17:03:47.993553 15289 config.go:1156] exec: /fake-bin/ovn-nbctl --db=ssl:1.2.3.4:6641 --timeout=5 --private-key=/tmp/configtest_certdir005513358/priv.key --certificate=/tmp/configtest_certdir005513358/cert.crt --bootstrap-ca-cert=/tmp/configtest_certdir005513358/ca.crt list nb_global +W1208 17:03:47.993728 15289 config.go:1893] Bootstrapping /tmp/configtest_certdir005513358/ca.crt CA certificate failed +• +------------------------------ +Config Operations OvnDBAuth operations + configures client southbound SSL correctly + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1274 +I1208 17:03:47.995365 15289 config.go:1156] exec: /fake-bin/ovn-nbctl --db=ssl:1.2.3.4:6642 --timeout=5 --private-key=/tmp/configtest_certdir005513358/priv.key --certificate=/tmp/configtest_certdir005513358/cert.crt --bootstrap-ca-cert=/tmp/configtest_certdir005513358/ca.crt list nb_global +W1208 17:03:47.995539 15289 config.go:1893] Bootstrapping /tmp/configtest_certdir005513358/ca.crt CA certificate failed +I1208 17:03:47.995633 15289 config.go:1156] exec: /fake-bin/ovs-vsctl --timeout=15 del-ssl +I1208 17:03:47.995756 15289 config.go:1156] exec: /fake-bin/ovs-vsctl --timeout=15 set-ssl /tmp/configtest_certdir005513358/priv.key /tmp/configtest_certdir005513358/cert.crt /tmp/configtest_certdir005513358/ca.crt +I1208 17:03:47.995891 15289 config.go:1156] exec: /fake-bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-remote="ssl:1.2.3.4:6642" +• +------------------------------ +Config Operations OvnDBAuth operations + configures client southbound TCP legacy address correctly + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1311 +I1208 17:03:47.997481 15289 config.go:1156] exec: /fake-bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-remote="tcp:1.2.3.4:6642" +• +------------------------------ +Config Operations Kubernetes config options returns an error when the + (1) CA cert does not exist + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1371 +• +------------------------------ +Config Operations Kubernetes config options returns an error when the + (2) CA cert does not exist + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1371 +I1208 17:03:48.022540 15289 config.go:1606] Parsed config file /tmp/conftest-048082873 +I1208 17:03:48.022676 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert:/foo/bar/baz.cert CAData:[] APIServer:https://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +• +------------------------------ +Config Operations Kubernetes config options returns an error when the + (3) CA cert does not exist + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1371 +I1208 17:03:48.037352 15289 config.go:1606] Parsed config file /tmp/conftest-737490884 +I1208 17:03:48.037513 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert:aklsdjfalsdfkjaslfdkjasfdlksa CAData:[] APIServer:aklsdjfalsdfkjaslfdkjasfdlksa Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +• +------------------------------ +Config Operations Kubernetes config options returns an error when the + (1) apiserver URL scheme is invalid + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1371 +• +------------------------------ +Config Operations Kubernetes config options returns an error when the + (2) apiserver URL scheme is invalid + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1371 +I1208 17:03:48.062072 15289 config.go:1606] Parsed config file /tmp/conftest-094509462 +I1208 17:03:48.062240 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:gggggg://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +• +------------------------------ +Config Operations Kubernetes config options returns an error when the + (3) apiserver URL scheme is invalid + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1371 +I1208 17:03:48.076556 15289 config.go:1606] Parsed config file /tmp/conftest-817523709 +I1208 17:03:48.076687 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:aklsdjfalsdfkjaslfdkjasfdlksa Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +• +------------------------------ +Config Operations Kubernetes config options returns an error when the + (1) apiserver URL is invalid + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1371 +• +------------------------------ +Config Operations Kubernetes config options returns an error when the + (2) apiserver URL is invalid + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1371 +I1208 17:03:48.102700 15289 config.go:1606] Parsed config file /tmp/conftest-222536503 +I1208 17:03:48.102834 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://a b.com/ Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +• +------------------------------ +Config Operations Kubernetes config options returns an error when the + (3) apiserver URL is invalid + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1371 +I1208 17:03:48.116540 15289 config.go:1606] Parsed config file /tmp/conftest-966617386 +I1208 17:03:48.116725 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:aklsdjfalsdfkjaslfdkjasfdlksa Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +• +------------------------------ +Config Operations Kubernetes config options returns an error when the + (1) kubeconfig file does not exist + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1371 +• +------------------------------ +Config Operations Kubernetes config options returns an error when the + (2) kubeconfig file does not exist + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1371 +I1208 17:03:48.145053 15289 config.go:1606] Parsed config file /tmp/conftest-838867436 +I1208 17:03:48.145205 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig:/foo/bar/baz CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +• +------------------------------ +Config Operations Kubernetes config options returns an error when the + (3) kubeconfig file does not exist + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1371 +I1208 17:03:48.160828 15289 config.go:1606] Parsed config file /tmp/conftest-864079963 +I1208 17:03:48.160989 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig:aklsdjfalsdfkjaslfdkjasfdlksa CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +• +------------------------------ +Config Operations OVN API config options returns an error when + (1/nb) the scheme is not empty/tcp/ssl + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +• +------------------------------ +Config Operations OVN API config options returns an error when + (2/nb) the scheme is not empty/tcp/ssl + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.189753 15289 config.go:1606] Parsed config file /tmp/conftest-394764101 +I1208 17:03:48.189888 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address:blah:1.2.3.4:5555 PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +• +------------------------------ +Config Operations OVN API config options returns an error when + (3/nb) the scheme is not empty/tcp/ssl + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.204736 15289 config.go:1606] Parsed config file /tmp/conftest-927072224 +I1208 17:03:48.204922 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address:aklsdjfalsdfkjaslfdkjasfdlksa PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +• +------------------------------ +Config Operations OVN API config options returns an error when + (1/sb) the scheme is not empty/tcp/ssl + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +• +------------------------------ +Config Operations OVN API config options returns an error when + (2/sb) the scheme is not empty/tcp/ssl + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.233184 15289 config.go:1606] Parsed config file /tmp/conftest-164466706 +I1208 17:03:48.233358 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address:blah:1.2.3.4:5555 PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +• +------------------------------ +Config Operations OVN API config options returns an error when + (3/sb) the scheme is not empty/tcp/ssl + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.247183 15289 config.go:1606] Parsed config file /tmp/conftest-245763657 +I1208 17:03:48.247316 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address:aklsdjfalsdfkjaslfdkjasfdlksa PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +• +------------------------------ +Config Operations OVN API config options returns an error when + (1/nb) the address is unix socket and certs are given + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +• +------------------------------ +Config Operations OVN API config options returns an error when + (2/nb) the address is unix socket and certs are given + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.275630 15289 config.go:1606] Parsed config file /tmp/conftest-129766243 +I1208 17:03:48.275764 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey:/bar/baz/foo Cert:/bar/baz/foo CACert:/var/baz/foo CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +• +------------------------------ +Config Operations OVN API config options returns an error when + (3/nb) the address is unix socket and certs are given + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.291338 15289 config.go:1606] Parsed config file /tmp/conftest-717318502 +I1208 17:03:48.291501 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey:aklsdjfalsdfkjaslfdkjasfdlksa Cert:aklsdjfalsdfkjaslfdkjasfdlksa CACert:aklsdjfalsdfkjaslfdkjasfdlksa CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +• +------------------------------ +Config Operations OVN API config options returns an error when + (1/sb) the address is unix socket and certs are given + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +• +------------------------------ +Config Operations OVN API config options returns an error when + (2/sb) the address is unix socket and certs are given + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.325846 15289 config.go:1606] Parsed config file /tmp/conftest-992961928 +I1208 17:03:48.325987 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey:/bar/baz/foo Cert:/bar/baz/foo CACert:/var/baz/foo CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +• +------------------------------ +Config Operations OVN API config options returns an error when + (3/sb) the address is unix socket and certs are given + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.343206 15289 config.go:1606] Parsed config file /tmp/conftest-177425223 +I1208 17:03:48.343383 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey:aklsdjfalsdfkjaslfdkjasfdlksa Cert:aklsdjfalsdfkjaslfdkjasfdlksa CACert:aklsdjfalsdfkjaslfdkjasfdlksa CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +• +------------------------------ +Config Operations OVN API config options returns an error when + (1/nb) the OVN URL has no port + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +• +------------------------------ +Config Operations OVN API config options returns an error when + (2/nb) the OVN URL has no port + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.371905 15289 config.go:1606] Parsed config file /tmp/conftest-170024721 +I1208 17:03:48.372065 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address:tcp:4.3.2.1 PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +• +------------------------------ +Config Operations OVN API config options returns an error when + (3/nb) the OVN URL has no port + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.387808 15289 config.go:1606] Parsed config file /tmp/conftest-132591420 +I1208 17:03:48.387988 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address:aklsdjfalsdfkjaslfdkjasfdlksa PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +• +------------------------------ +Config Operations OVN API config options returns an error when + (1/sb) the OVN URL has no port + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +• +------------------------------ +Config Operations OVN API config options returns an error when + (2/sb) the OVN URL has no port + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.417013 15289 config.go:1606] Parsed config file /tmp/conftest-395155406 +I1208 17:03:48.417177 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address:tcp:4.3.2.1 PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +• +------------------------------ +Config Operations OVN API config options returns an error when + (3/sb) the OVN URL has no port + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.432236 15289 config.go:1606] Parsed config file /tmp/conftest-097999573 +I1208 17:03:48.432420 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address:aklsdjfalsdfkjaslfdkjasfdlksa PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +• +------------------------------ +Config Operations OVN API config options returns an error when + (1/nb) certs are provided for the TCP scheme + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +• +------------------------------ +Config Operations OVN API config options returns an error when + (2/nb) certs are provided for the TCP scheme + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.464451 15289 config.go:1606] Parsed config file /tmp/conftest-802493391 +I1208 17:03:48.464676 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address:tcp:1.2.3.4:444 PrivKey:/bar/baz/foo Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +• +------------------------------ +Config Operations OVN API config options returns an error when + (3/nb) certs are provided for the TCP scheme + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.480289 15289 config.go:1606] Parsed config file /tmp/conftest-136764130 +I1208 17:03:48.480421 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address:aklsdjfalsdfkjaslfdkjasfdlksa PrivKey:aklsdjfalsdfkjaslfdkjasfdlksa Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +• +------------------------------ +Config Operations OVN API config options returns an error when + (1/sb) certs are provided for the TCP scheme + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +• +------------------------------ +Config Operations OVN API config options returns an error when + (2/sb) certs are provided for the TCP scheme + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.511366 15289 config.go:1606] Parsed config file /tmp/conftest-580818020 +I1208 17:03:48.511540 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address:tcp:1.2.3.4:444 PrivKey:/bar/baz/foo Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +• +------------------------------ +Config Operations OVN API config options returns an error when + (3/sb) certs are provided for the TCP scheme + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.525988 15289 config.go:1606] Parsed config file /tmp/conftest-875217011 +I1208 17:03:48.526110 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address:aklsdjfalsdfkjaslfdkjasfdlksa PrivKey:aklsdjfalsdfkjaslfdkjasfdlksa Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +• +------------------------------ +Config Operations OVN API config options does not return an error when + (1/nb) the SSL scheme is missing a client CA cert + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.543486 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:48.543726 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:48.543845 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:48.543943 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:48.544020 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:48.544206 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:48.544360 15289 config.go:1706] OVN North config: {Address:ssl:1.2.3.4:444 PrivKey:/tmp/configtest_certdir005513358/priv.key Cert:/tmp/configtest_certdir005513358/cert.crt CACert:/foo/bar/baz CertCommonName:foobar Scheme:ssl ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:48.544503 15289 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:48.544619 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:48.544709 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations OVN API config options does not return an error when + (2/nb) the SSL scheme is missing a client CA cert + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.557384 15289 config.go:1606] Parsed config file /tmp/conftest-597221149 +I1208 17:03:48.557514 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address:ssl:1.2.3.4:444 PrivKey:/tmp/configtest_certdir005513358/priv.key Cert:/tmp/configtest_certdir005513358/cert.crt CACert:/foo/bar/baz CertCommonName:foobar Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +I1208 17:03:48.560602 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:48.560807 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:48.560921 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:48.561014 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:48.561107 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:48.561304 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:48.561427 15289 config.go:1706] OVN North config: {Address:ssl:1.2.3.4:444 PrivKey:/tmp/configtest_certdir005513358/priv.key Cert:/tmp/configtest_certdir005513358/cert.crt CACert:/foo/bar/baz CertCommonName:foobar Scheme:ssl ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:48.561560 15289 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:48.561687 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:48.561802 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations OVN API config options does not return an error when + (3/nb) the SSL scheme is missing a client CA cert + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.575571 15289 config.go:1606] Parsed config file /tmp/conftest-099982296 +I1208 17:03:48.575739 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address:aklsdjfalsdfkjaslfdkjasfdlksa PrivKey:aklsdjfalsdfkjaslfdkjasfdlksa Cert:aklsdjfalsdfkjaslfdkjasfdlksa CACert:aklsdjfalsdfkjaslfdkjasfdlksa CertCommonName:aklsdjfalsdfkjaslfdkjasfdlksa Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +I1208 17:03:48.578871 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:48.579146 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:48.579288 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:48.579413 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:48.579494 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:48.579667 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:48.579834 15289 config.go:1706] OVN North config: {Address:ssl:1.2.3.4:444 PrivKey:/tmp/configtest_certdir005513358/priv.key Cert:/tmp/configtest_certdir005513358/cert.crt CACert:/foo/bar/baz CertCommonName:foobar Scheme:ssl ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:48.580008 15289 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:48.580128 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:48.580220 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations OVN API config options does not return an error when + (1/sb) the SSL scheme is missing a client CA cert + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.594142 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:48.594398 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:48.594520 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:48.594622 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:48.594703 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:48.594893 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:48.595048 15289 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:48.595222 15289 config.go:1707] OVN South config: {Address:ssl:1.2.3.4:444 PrivKey:/tmp/configtest_certdir005513358/priv.key Cert:/tmp/configtest_certdir005513358/cert.crt CACert:/foo/bar/baz CertCommonName:foobar Scheme:ssl ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:48.595426 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:48.595543 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations OVN API config options does not return an error when + (2/sb) the SSL scheme is missing a client CA cert + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.609591 15289 config.go:1606] Parsed config file /tmp/conftest-189432522 +I1208 17:03:48.609759 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address:ssl:1.2.3.4:444 PrivKey:/tmp/configtest_certdir005513358/priv.key Cert:/tmp/configtest_certdir005513358/cert.crt CACert:/foo/bar/baz CertCommonName:foobar Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +I1208 17:03:48.612821 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:48.613031 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:48.613163 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:48.613268 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:48.613352 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:48.613531 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:48.613670 15289 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:48.613786 15289 config.go:1707] OVN South config: {Address:ssl:1.2.3.4:444 PrivKey:/tmp/configtest_certdir005513358/priv.key Cert:/tmp/configtest_certdir005513358/cert.crt CACert:/foo/bar/baz CertCommonName:foobar Scheme:ssl ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:48.613911 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:48.614000 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations OVN API config options does not return an error when + (3/sb) the SSL scheme is missing a client CA cert + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.628313 15289 config.go:1606] Parsed config file /tmp/conftest-201585569 +I1208 17:03:48.628478 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address:aklsdjfalsdfkjaslfdkjasfdlksa PrivKey:aklsdjfalsdfkjaslfdkjasfdlksa Cert:aklsdjfalsdfkjaslfdkjasfdlksa CACert:aklsdjfalsdfkjaslfdkjasfdlksa CertCommonName:aklsdjfalsdfkjaslfdkjasfdlksa Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +I1208 17:03:48.631665 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:48.631885 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:48.632022 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:48.632177 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:48.632306 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:48.632519 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:48.632678 15289 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:48.632826 15289 config.go:1707] OVN South config: {Address:ssl:1.2.3.4:444 PrivKey:/tmp/configtest_certdir005513358/priv.key Cert:/tmp/configtest_certdir005513358/cert.crt CACert:/foo/bar/baz CertCommonName:foobar Scheme:ssl ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:48.632984 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:48.633116 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations OVN API config options does not return an error when + (1/nb) the SSL scheme is missing a private key file + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.646486 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:48.646717 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:48.646850 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:48.647018 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:48.647143 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:48.647381 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:48.647548 15289 config.go:1706] OVN North config: {Address:ssl:1.2.3.4:444 PrivKey:/foo/bar/baz Cert:/tmp/configtest_certdir005513358/cert.crt CACert:/tmp/configtest_certdir005513358/ca.crt CertCommonName:foobar Scheme:ssl ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:48.647722 15289 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:48.647879 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:48.647995 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations OVN API config options does not return an error when + (2/nb) the SSL scheme is missing a private key file + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.661779 15289 config.go:1606] Parsed config file /tmp/conftest-181355131 +I1208 17:03:48.661945 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address:ssl:1.2.3.4:444 PrivKey:/foo/bar/baz Cert:/tmp/configtest_certdir005513358/cert.crt CACert:/tmp/configtest_certdir005513358/ca.crt CertCommonName:foobar Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +I1208 17:03:48.665327 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:48.665576 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:48.665734 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:48.665841 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:48.665928 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:48.666151 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:48.666298 15289 config.go:1706] OVN North config: {Address:ssl:1.2.3.4:444 PrivKey:/foo/bar/baz Cert:/tmp/configtest_certdir005513358/cert.crt CACert:/tmp/configtest_certdir005513358/ca.crt CertCommonName:foobar Scheme:ssl ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:48.666444 15289 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:48.666563 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:48.666652 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations OVN API config options does not return an error when + (3/nb) the SSL scheme is missing a private key file + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.680436 15289 config.go:1606] Parsed config file /tmp/conftest-681899934 +I1208 17:03:48.680595 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address:aklsdjfalsdfkjaslfdkjasfdlksa PrivKey:aklsdjfalsdfkjaslfdkjasfdlksa Cert:aklsdjfalsdfkjaslfdkjasfdlksa CACert:aklsdjfalsdfkjaslfdkjasfdlksa CertCommonName:aklsdjfalsdfkjaslfdkjasfdlksa Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +I1208 17:03:48.683840 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:48.684058 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:48.684188 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:48.684360 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:48.684481 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:48.684740 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:48.684886 15289 config.go:1706] OVN North config: {Address:ssl:1.2.3.4:444 PrivKey:/foo/bar/baz Cert:/tmp/configtest_certdir005513358/cert.crt CACert:/tmp/configtest_certdir005513358/ca.crt CertCommonName:foobar Scheme:ssl ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:48.685069 15289 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:48.685211 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:48.685358 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations OVN API config options does not return an error when + (1/sb) the SSL scheme is missing a private key file + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.699516 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:48.699752 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:48.699910 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:48.700103 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:48.700209 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:48.700443 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:48.700612 15289 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:48.700758 15289 config.go:1707] OVN South config: {Address:ssl:1.2.3.4:444 PrivKey:/foo/bar/baz Cert:/tmp/configtest_certdir005513358/cert.crt CACert:/tmp/configtest_certdir005513358/ca.crt CertCommonName:foobar Scheme:ssl ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:48.700916 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:48.701027 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations OVN API config options does not return an error when + (2/sb) the SSL scheme is missing a private key file + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.714977 15289 config.go:1606] Parsed config file /tmp/conftest-058698880 +I1208 17:03:48.715145 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address:ssl:1.2.3.4:444 PrivKey:/foo/bar/baz Cert:/tmp/configtest_certdir005513358/cert.crt CACert:/tmp/configtest_certdir005513358/ca.crt CertCommonName:foobar Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +I1208 17:03:48.718270 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:48.718491 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:48.718606 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:48.718701 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:48.718792 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:48.718958 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:48.719091 15289 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:48.719219 15289 config.go:1707] OVN South config: {Address:ssl:1.2.3.4:444 PrivKey:/foo/bar/baz Cert:/tmp/configtest_certdir005513358/cert.crt CACert:/tmp/configtest_certdir005513358/ca.crt CertCommonName:foobar Scheme:ssl ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:48.719364 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:48.719455 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations OVN API config options does not return an error when + (3/sb) the SSL scheme is missing a private key file + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.733041 15289 config.go:1606] Parsed config file /tmp/conftest-390620127 +I1208 17:03:48.733211 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address:aklsdjfalsdfkjaslfdkjasfdlksa PrivKey:aklsdjfalsdfkjaslfdkjasfdlksa Cert:aklsdjfalsdfkjaslfdkjasfdlksa CACert:aklsdjfalsdfkjaslfdkjasfdlksa CertCommonName:aklsdjfalsdfkjaslfdkjasfdlksa Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +I1208 17:03:48.736449 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:48.736683 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:48.736845 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:48.736979 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:48.737093 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:48.737308 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:48.737469 15289 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:48.737620 15289 config.go:1707] OVN South config: {Address:ssl:1.2.3.4:444 PrivKey:/foo/bar/baz Cert:/tmp/configtest_certdir005513358/cert.crt CACert:/tmp/configtest_certdir005513358/ca.crt CertCommonName:foobar Scheme:ssl ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:48.737810 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:48.737934 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations OVN API config options does not return an error when + (1/nb) the SSL scheme is missing a client cert file + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.751782 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:48.752031 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:48.752181 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:48.752314 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:48.752433 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:48.752677 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:48.752845 15289 config.go:1706] OVN North config: {Address:ssl:1.2.3.4:444 PrivKey:/tmp/configtest_certdir005513358/priv.key Cert:/foo/bar/baz CACert:/tmp/configtest_certdir005513358/ca.crt CertCommonName:foobar Scheme:ssl ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:48.753015 15289 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:48.753176 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:48.753324 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations OVN API config options does not return an error when + (2/nb) the SSL scheme is missing a client cert file + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.767945 15289 config.go:1606] Parsed config file /tmp/conftest-746885481 +I1208 17:03:48.768101 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address:ssl:1.2.3.4:444 PrivKey:/tmp/configtest_certdir005513358/priv.key Cert:/foo/bar/baz CACert:/tmp/configtest_certdir005513358/ca.crt CertCommonName:foobar Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +I1208 17:03:48.771306 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:48.771523 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:48.771673 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:48.771818 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:48.771909 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:48.772102 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:48.772244 15289 config.go:1706] OVN North config: {Address:ssl:1.2.3.4:444 PrivKey:/tmp/configtest_certdir005513358/priv.key Cert:/foo/bar/baz CACert:/tmp/configtest_certdir005513358/ca.crt CertCommonName:foobar Scheme:ssl ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:48.772412 15289 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:48.772552 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:48.772674 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations OVN API config options does not return an error when + (3/nb) the SSL scheme is missing a client cert file + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.786282 15289 config.go:1606] Parsed config file /tmp/conftest-429102004 +I1208 17:03:48.786448 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address:aklsdjfalsdfkjaslfdkjasfdlksa PrivKey:aklsdjfalsdfkjaslfdkjasfdlksa Cert:aklsdjfalsdfkjaslfdkjasfdlksa CACert:aklsdjfalsdfkjaslfdkjasfdlksa CertCommonName:aklsdjfalsdfkjaslfdkjasfdlksa Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +I1208 17:03:48.789554 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:48.789765 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:48.789888 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:48.789985 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:48.790060 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:48.790239 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:48.790377 15289 config.go:1706] OVN North config: {Address:ssl:1.2.3.4:444 PrivKey:/tmp/configtest_certdir005513358/priv.key Cert:/foo/bar/baz CACert:/tmp/configtest_certdir005513358/ca.crt CertCommonName:foobar Scheme:ssl ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:48.790503 15289 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:48.790648 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:48.790784 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations OVN API config options does not return an error when + (1/sb) the SSL scheme is missing a client cert file + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.803840 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:48.804075 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:48.804191 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:48.804321 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:48.804414 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:48.804588 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:48.804719 15289 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:48.804836 15289 config.go:1707] OVN South config: {Address:ssl:1.2.3.4:444 PrivKey:/tmp/configtest_certdir005513358/priv.key Cert:/foo/bar/baz CACert:/tmp/configtest_certdir005513358/ca.crt CertCommonName:foobar Scheme:ssl ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:48.804974 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:48.805076 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations OVN API config options does not return an error when + (2/sb) the SSL scheme is missing a client cert file + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.819154 15289 config.go:1606] Parsed config file /tmp/conftest-730294534 +I1208 17:03:48.819371 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address:ssl:1.2.3.4:444 PrivKey:/tmp/configtest_certdir005513358/priv.key Cert:/foo/bar/baz CACert:/tmp/configtest_certdir005513358/ca.crt CertCommonName:foobar Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +I1208 17:03:48.823614 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:48.823859 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:48.823983 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:48.824135 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:48.824274 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:48.824487 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:48.824638 15289 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:48.824782 15289 config.go:1707] OVN South config: {Address:ssl:1.2.3.4:444 PrivKey:/tmp/configtest_certdir005513358/priv.key Cert:/foo/bar/baz CACert:/tmp/configtest_certdir005513358/ca.crt CertCommonName:foobar Scheme:ssl ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:48.824936 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:48.825061 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations OVN API config options does not return an error when + (3/sb) the SSL scheme is missing a client cert file + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1362 +I1208 17:03:48.837796 15289 config.go:1606] Parsed config file /tmp/conftest-814225581 +I1208 17:03:48.837918 15289 config.go:1607] Parsed config: {Default:{MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[]} Logging:{File: CNIFile: Level:4 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} Monitoring:{RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} CNI:{ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} OVNKubernetesFeature:{EnableEgressIP:false EnableEgressFirewall:false} Kubernetes:{Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} OvnNorth:{Address: PrivKey: Cert: CACert: CertCommonName: Scheme: ElectionTimer:0 northbound:false exec:} OvnSouth:{Address:aklsdjfalsdfkjaslfdkjasfdlksa PrivKey:aklsdjfalsdfkjaslfdkjasfdlksa Cert:aklsdjfalsdfkjaslfdkjasfdlksa CACert:aklsdjfalsdfkjaslfdkjasfdlksa CertCommonName:aklsdjfalsdfkjaslfdkjasfdlksa Scheme: ElectionTimer:0 northbound:false exec:} Gateway:{Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} MasterHA:{ElectionLeaseDuration:60 ElectionRenewDeadline:30 ElectionRetryPeriod:20} HybridOverlay:{Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} OvnKubeNode:{Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false}} +I1208 17:03:48.841055 15289 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:03:48.841336 15289 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:03:48.841510 15289 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:03:48.841637 15289 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:03:48.841742 15289 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:03:48.841945 15289 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:03:48.842085 15289 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0x1539c28} +I1208 17:03:48.842227 15289 config.go:1707] OVN South config: {Address:ssl:1.2.3.4:444 PrivKey:/tmp/configtest_certdir005513358/priv.key Cert:/foo/bar/baz CACert:/tmp/configtest_certdir005513358/ca.crt CertCommonName:foobar Scheme:ssl ElectionTimer:0 northbound:false exec:0x1539c28} +I1208 17:03:48.842438 15289 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:03:48.842550 15289 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +Config Operations OVN Kube Node config + Overrides value from Config file + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1491 +• +------------------------------ +Config Operations OVN Kube Node config + Overrides value from CLI + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1509 +• +------------------------------ +Config Operations OVN Kube Node config + Fails with unsupported mode + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1522 +• +------------------------------ +Config Operations OVN Kube Node config + Fails if hybrid overlay is enabled and ovnkube node mode is not full + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1533 +• +------------------------------ +Config Operations OVN Kube Node config + Fails if management port is not provided and ovnkube node mode is dpu + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1546 +• +------------------------------ +Config Operations OVN Kube Node config + Fails if management port is not provided and ovnkube node mode is dpu-host + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1557 +• +------------------------------ +Config Operations OVN Kube Node config + Fails if management port is provided but ovnkube node mode is full + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/config_test.go:1568 +• +JUnit path was configured: ./_artifacts/junit-pkg_config.xml + +JUnit report was created: /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config/_artifacts/junit-pkg_config.xml + +Ran 96 of 96 Specs in 1.385 seconds +SUCCESS! -- 96 Passed | 0 Failed | 0 Pending | 0 Skipped +--- PASS: TestConfig (1.60s) +=== RUN TestParseClusterSubnetEntries +--- PASS: TestParseClusterSubnetEntries (0.00s) +=== RUN Test_checkForOverlap +--- PASS: Test_checkForOverlap (0.00s) +PASS +ok github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config 1.663s +go test -mod=vendor -test.v -race github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory -ginkgo.v -ginkgo.reportFile ./_artifacts/junit-pkg_factory.xml +I1208 17:03:53.657876 15858 ovs.go:93] Maximum command line arguments set to: 191102 +=== RUN TestFactory +Running Suite: Watch Factory Suite +================================== +Random Seed: 1638983033 +Will run 34 of 34 specs + +Watch Factory Operations when a processExisting is given + is called for each existing pod + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:309 +• +------------------------------ +Watch Factory Operations when a processExisting is given + is called for each existing namespace + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:314 +• +------------------------------ +Watch Factory Operations when a processExisting is given + is called for each existing node + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:319 +• +------------------------------ +Watch Factory Operations when a processExisting is given + is called for each existing policy + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:324 +• +------------------------------ +Watch Factory Operations when a processExisting is given + is called for each existing endpoints + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:329 +• +------------------------------ +Watch Factory Operations when a processExisting is given + is called for each existing service + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:334 +• +------------------------------ +Watch Factory Operations when a processExisting is given + is called for each existing egressFirewall + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:339 +• +------------------------------ +Watch Factory Operations when a processExisting is given + is called for each existing egressIP + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:343 +• +------------------------------ +Watch Factory Operations when a processExisting is given + is called for each existing pod that matches a given namespace and label + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:348 +• +------------------------------ +Watch Factory Operations when existing items are known to the informer + calls ADD for each existing pod + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:383 +• +------------------------------ +Watch Factory Operations when existing items are known to the informer + calls ADD for each existing namespace + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:389 +• +------------------------------ +Watch Factory Operations when existing items are known to the informer + calls ADD for each existing node + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:395 +• +------------------------------ +Watch Factory Operations when existing items are known to the informer + calls ADD for each existing policy + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:401 +• +------------------------------ +Watch Factory Operations when existing items are known to the informer + calls ADD for each existing endpoints + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:407 +• +------------------------------ +Watch Factory Operations when existing items are known to the informer + calls ADD for each existing service + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:413 +• +------------------------------ +Watch Factory Operations when existing items are known to the informer + calls ADD for each existing egressFirewall + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:418 +• +------------------------------ +Watch Factory Operations when existing items are known to the informer + calls ADD for each existing egressIP + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:423 +• +------------------------------ +Watch Factory Operations when EgressIP is disabled + does not contain Egress IP informer + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:438 +• +------------------------------ +Watch Factory Operations when EgressFirewall is disabled + does not contain EgressFirewall informer + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:451 +• +------------------------------ +Watch Factory Operations + responds to pod add/update/delete events + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:484 +• +------------------------------ +Watch Factory Operations + responds to multiple pod add/update/delete events + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:520 +• +------------------------------ +Watch Factory Operations + responds to namespace add/update/delete events + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:603 +• +------------------------------ +Watch Factory Operations + responds to node add/update/delete events + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:639 +• +------------------------------ +Watch Factory Operations + responds to multiple node add/update/delete events + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:675 +• +------------------------------ +Watch Factory Operations + correctly orders queued informer initial add events and subsequent update events + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:757 +• +------------------------------ +Watch Factory Operations + correctly orders serialized informer initial add events and subsequent update events + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:836 +• +------------------------------ +Watch Factory Operations + responds to policy add/update/delete events + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:920 +• +------------------------------ +Watch Factory Operations + responds to endpoints add/update/delete events + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:956 +• +------------------------------ +Watch Factory Operations + responds to service add/update/delete events + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:999 +• +------------------------------ +Watch Factory Operations + responds to egressFirewall add/update/delete events + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:1035 +• +------------------------------ +Watch Factory Operations + responds to egressIP add/update/delete events + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:1070 +• +------------------------------ +Watch Factory Operations + stops processing events after the handler is removed + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:1105 + +• [SLOW TEST:6.331 seconds] +Watch Factory Operations +/go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:177 + stops processing events after the handler is removed + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:1105 +------------------------------ +Watch Factory Operations + filters correctly by label and namespace + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:1136 + +• [SLOW TEST:8.349 seconds] +Watch Factory Operations +/go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:177 + filters correctly by label and namespace + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:1136 +------------------------------ +Watch Factory Operations + correctly handles object updates that cause filter changes + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:1207 + +• [SLOW TEST:6.333 seconds] +Watch Factory Operations +/go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:177 + correctly handles object updates that cause filter changes + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/factory_test.go:1207 +------------------------------ + +JUnit path was configured: ./_artifacts/junit-pkg_factory.xml + +JUnit report was created: /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory/_artifacts/junit-pkg_factory.xml + +Ran 34 of 34 Specs in 31.051 seconds +SUCCESS! -- 34 Passed | 0 Failed | 0 Pending | 0 Skipped +--- PASS: TestFactory (31.11s) +PASS +ok github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory 31.647s +go test -mod=vendor -test.v -race github.com/ovn-org/ovn-kubernetes/go-controller/pkg/informer -ginkgo.v -ginkgo.reportFile ./_artifacts/junit-pkg_informer.xml +=== RUN TestEventHandler +Running Suite: Event Handler Suite +================================== +Random Seed: 1638983067 +Will run 9 of 9 specs + +Informer Event Handler Tests + processes an add event + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/informer/informer_test.go:74 +I1208 17:04:27.941772 16186 informer.go:178] Starting test informer queue +I1208 17:04:27.942106 16186 informer.go:180] Waiting for test informer caches to sync +I1208 17:04:28.044507 16186 informer.go:186] Starting 1 test queue workers +I1208 17:04:28.044760 16186 informer.go:197] Started test queue workers +I1208 17:04:28.443561 16186 informer.go:294] Successfully synced 'test/foo' +I1208 17:04:28.543561 16186 informer.go:201] Shutting down test queue workers +I1208 17:04:28.543790 16186 informer.go:204] Shut down test queue workers +• +------------------------------ +Informer Event Handler Tests + do not processes an add event if the pod is set for deletion + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/informer/informer_test.go:136 +I1208 17:04:28.545513 16186 informer.go:178] Starting test informer queue +I1208 17:04:28.545619 16186 informer.go:180] Waiting for test informer caches to sync +I1208 17:04:28.646949 16186 informer.go:186] Starting 1 test queue workers +I1208 17:04:28.647209 16186 informer.go:197] Started test queue workers +I1208 17:04:29.147099 16186 informer.go:201] Shutting down test queue workers +I1208 17:04:29.147353 16186 informer.go:204] Shut down test queue workers +• +------------------------------ +Informer Event Handler Tests + adds existing pod and processes an update event + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/informer/informer_test.go:201 +I1208 17:04:29.149175 16186 informer.go:178] Starting test informer queue +I1208 17:04:29.149283 16186 informer.go:180] Waiting for test informer caches to sync +I1208 17:04:29.250040 16186 informer.go:186] Starting 1 test queue workers +I1208 17:04:29.250218 16186 informer.go:197] Started test queue workers +I1208 17:04:29.250342 16186 informer.go:294] Successfully synced 'test/foo' +I1208 17:04:29.651366 16186 informer.go:294] Successfully synced 'test/foo' +I1208 17:04:29.752235 16186 informer.go:201] Shutting down test queue workers +I1208 17:04:29.752391 16186 informer.go:204] Shut down test queue workers +• +------------------------------ +Informer Event Handler Tests + adds existing pod and do not processes an update event if it was set for deletion + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/informer/informer_test.go:279 +I1208 17:04:29.754017 16186 informer.go:178] Starting test informer queue +I1208 17:04:29.754160 16186 informer.go:180] Waiting for test informer caches to sync +I1208 17:04:29.855284 16186 informer.go:186] Starting 1 test queue workers +I1208 17:04:29.855685 16186 informer.go:197] Started test queue workers +I1208 17:04:29.855871 16186 informer.go:294] Successfully synced 'test/foo' +I1208 17:04:30.356646 16186 informer.go:201] Shutting down test queue workers +I1208 17:04:30.356823 16186 informer.go:204] Shut down test queue workers +• +------------------------------ +Informer Event Handler Tests + adds existing pod and processes a delete event + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/informer/informer_test.go:350 +I1208 17:04:30.358264 16186 informer.go:178] Starting test informer queue +I1208 17:04:30.358373 16186 informer.go:180] Waiting for test informer caches to sync +I1208 17:04:30.458950 16186 informer.go:186] Starting 1 test queue workers +I1208 17:04:30.459215 16186 informer.go:197] Started test queue workers +I1208 17:04:30.459312 16186 informer.go:294] Successfully synced 'test/foo' +I1208 17:04:30.860154 16186 informer.go:294] Successfully synced 'test/foo' +I1208 17:04:30.960880 16186 informer.go:201] Shutting down test queue workers +I1208 17:04:30.961224 16186 informer.go:204] Shut down test queue workers +• +------------------------------ +Informer Event Handler Tests + ignores updates using DiscardAllUpdates + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/informer/informer_test.go:419 +I1208 17:04:30.963642 16186 informer.go:178] Starting test informer queue +I1208 17:04:30.963782 16186 informer.go:180] Waiting for test informer caches to sync +I1208 17:04:31.065279 16186 informer.go:186] Starting 1 test queue workers +I1208 17:04:31.065570 16186 informer.go:197] Started test queue workers +I1208 17:04:31.065704 16186 informer.go:294] Successfully synced 'test/foo' +I1208 17:04:31.565417 16186 informer.go:201] Shutting down test queue workers +I1208 17:04:31.565675 16186 informer.go:204] Shut down test queue workers +• +------------------------------ +Event Handler Internals + should enqueue a well formed event + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/informer/informer_test.go:491 +• +------------------------------ +Event Handler Internals + should enqueue a well formed delete event + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/informer/informer_test.go:515 +• +------------------------------ +Event Handler Internals + should not enqueue object set for deletion + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/informer/informer_test.go:544 +• +JUnit path was configured: ./_artifacts/junit-pkg_informer.xml + +JUnit report was created: /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/informer/_artifacts/junit-pkg_informer.xml + +Ran 9 of 9 Specs in 3.629 seconds +SUCCESS! -- 9 Passed | 0 Failed | 0 Pending | 0 Skipped +--- PASS: TestEventHandler (3.66s) +PASS +ok github.com/ovn-org/ovn-kubernetes/go-controller/pkg/informer 3.754s +go test -mod=vendor -test.v -race github.com/ovn-org/ovn-kubernetes/go-controller/pkg/kube -ginkgo.v -ginkgo.reportFile ./_artifacts/junit-pkg_kube.xml +=== RUN TestKubeSuite +Running Suite: Kube Suite +========================= +Random Seed: 1638983074 +Will run 13 of 13 specs + +Kube Taint node operations with a node not having the taint SetTaintOnNode + should add the taint to the node + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/kube/kube_test.go:53 +I1208 17:04:34.673673 16558 kube.go:152] Setting taint my-taint-key=my-taint-value:NoSchedule on Node my-node +I1208 17:04:34.677516 16558 kube.go:161] Added taint my-taint-key=my-taint-value:NoSchedule on node my-node +• +------------------------------ +Kube Taint node operations with a node not having the taint RemoveTaintFromNode + should remove nothing from the node + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/kube/kube_test.go:64 +I1208 17:04:34.679100 16558 kube.go:191] Removed taint my-taint-key=my-taint-value:NoSchedule on node my-node +• +------------------------------ +Kube Taint node operations with a node having the same taint already SetTaintOnNode + should update the taint of the node if effect differs + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/kube/kube_test.go:82 +I1208 17:04:34.679605 16558 kube.go:152] Setting taint my-taint-key=my-taint-value:PreferNoSchedule on Node my-node +I1208 17:04:34.681305 16558 kube.go:161] Added taint my-taint-key=my-taint-value:PreferNoSchedule on node my-node +• +------------------------------ +Kube Taint node operations with a node having the same taint already SetTaintOnNode + should update nothing if taint is the same + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/kube/kube_test.go:94 +I1208 17:04:34.681813 16558 kube.go:146] Taint my-taint-key=my-taint-value:NoSchedule already exists on Node my-node +• +------------------------------ +Kube Taint node operations with a node having the same taint already RemoveTaintFromNode + should remove the taint from the node + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/kube/kube_test.go:105 +I1208 17:04:34.682366 16558 kube.go:179] Removing taint my-taint-key=my-taint-value:NoSchedule from Node my-node +I1208 17:04:34.683693 16558 kube.go:191] Removed taint my-taint-key=my-taint-value:NoSchedule on node my-node +• +------------------------------ +Kube Taint node operations with references to a node which doesn't exist SetTaintOnNode + should return an error, if node doesn't exist + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/kube/kube_test.go:121 +E1208 17:04:34.684197 16558 kube.go:137] Unable to retrieve node targaryen for tainting my-taint-key=my-taint-value:NoSchedule: nodes "targaryen" not found +• +------------------------------ +Kube SetAnnotationsOnPod With a pod having annotations With adding additional annotations + Should add the new annotations + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/kube/kube_test.go:181 +I1208 17:04:34.684689 16558 kube.go:67] Setting annotations map[foobar:foobarfoobar foobarbaz:foobarbazfoobarbaz] on pod default/my-pod +• +------------------------------ +Kube SetAnnotationsOnPod With a pod having annotations With adding additional annotations + Should keep the existing annotations + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/kube/kube_test.go:188 +I1208 17:04:34.709064 16558 kube.go:67] Setting annotations map[foobar:foobarfoobar foobarbaz:foobarbazfoobarbaz] on pod default/my-pod +• +------------------------------ +Annotator Node annotator with annotation changes + should not run if there are no changes + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/kube/annotator_test.go:45 +• +------------------------------ +Annotator Node annotator with annotation changes + should successfully set/delete all provided annotations + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/kube/annotator_test.go:53 +• +------------------------------ +Annotator Node annotator with annotation changes + should cache all provided annotations + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/kube/annotator_test.go:64 +• +------------------------------ +Annotator Node annotator with annotation changes + should set the deleted key value to nil + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/kube/annotator_test.go:71 +• +------------------------------ +Annotator Node annotator with annotation changes + should update nodes annotations + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/kube/annotator_test.go:77 +I1208 17:04:34.714035 16558 kube.go:93] Setting annotations map[deleteKey: key1:val1 key2:val2] on node TestNode +• +JUnit path was configured: ./_artifacts/junit-pkg_kube.xml + +JUnit report was created: /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/kube/_artifacts/junit-pkg_kube.xml + +Ran 13 of 13 Specs in 0.044 seconds +SUCCESS! -- 13 Passed | 0 Failed | 0 Pending | 0 Skipped +--- PASS: TestKubeSuite (0.11s) +PASS +ok github.com/ovn-org/ovn-kubernetes/go-controller/pkg/kube 0.210s +go test -mod=vendor -test.v -race github.com/ovn-org/ovn-kubernetes/go-controller/pkg/kube/healthcheck +=== RUN TestServer +I1208 17:04:36.202715 16841 healthcheck.go:142] Opening healthcheck "a/b" on port 9376 +I1208 17:04:36.203636 16841 healthcheck.go:127] Closing healthcheck "a/b" on port 9376 +I1208 17:04:36.203678 16841 healthcheck.go:142] Opening healthcheck "a/b" on port 9376 +I1208 17:04:36.203837 16841 healthcheck.go:142] Opening healthcheck "c/d" on port 12909 +I1208 17:04:36.203963 16841 healthcheck.go:142] Opening healthcheck "e/f" on port 11113 +I1208 17:04:36.204610 16841 healthcheck.go:127] Closing healthcheck "e/f" on port 11113 +I1208 17:04:36.204650 16841 healthcheck.go:127] Closing healthcheck "a/b" on port 9376 +I1208 17:04:36.204699 16841 healthcheck.go:142] Opening healthcheck "e/f" on port 11114 +I1208 17:04:36.204835 16841 healthcheck.go:142] Opening healthcheck "g/h" on port 11878 +--- PASS: TestServer (0.00s) +PASS +ok github.com/ovn-org/ovn-kubernetes/go-controller/pkg/kube/healthcheck 0.054s +go test -mod=vendor -test.v -race github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops +=== RUN TestCreateOrUpdateForRootObjects +2021/12/08 17:04:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="abcffd41-2fb6-4049-ab03-a3972ce35819" "table"="Database" +2021/12/08 17:04:38 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="abcffd41-2fb6-4049-ab03-a3972ce35819" "table"="Database" "model"="&{UUID:abcffd41-2fb6-4049-ab03-a3972ce35819 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +RESULT &[]I1208 17:04:38.829044 17459 transact.go:41] Configuring OVN: [{Op:insert Table:Address_Set Row:map[name:test] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996163}] +2021/12/08 17:04:38 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cac93fea-1402-4d5a-9d42-e9ad51a9bfb8" "table"="Address_Set" +2021/12/08 17:04:38 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cac93fea-1402-4d5a-9d42-e9ad51a9bfb8" "table"="Address_Set" "model"="&{UUID:cac93fea-1402-4d5a-9d42-e9ad51a9bfb8 Addresses:[] ExternalIDs:map[] Name:test}" +2021/12/08 17:04:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cac93fea-1402-4d5a-9d42-e9ad51a9bfb8" "table"="Address_Set" +2021/12/08 17:04:38 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cac93fea-1402-4d5a-9d42-e9ad51a9bfb8" "table"="Address_Set" "model"="&{UUID:cac93fea-1402-4d5a-9d42-e9ad51a9bfb8 Addresses:[] ExternalIDs:map[] Name:test}" +2021/12/08 17:04:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f1bbe5ec-9381-42b8-811a-2209cb0dde54" "table"="Database" +2021/12/08 17:04:38 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f1bbe5ec-9381-42b8-811a-2209cb0dde54" "table"="Database" "model"="&{UUID:f1bbe5ec-9381-42b8-811a-2209cb0dde54 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:04:39.195560 17459 transact.go:41] Configuring OVN: [{Op:insert Table:Address_Set Row:map[name:test] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996164}] +2021/12/08 17:04:39 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="24713956-f3e6-47e4-ad1a-731a3e7a8ea8" "table"="Address_Set" +2021/12/08 17:04:39 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="24713956-f3e6-47e4-ad1a-731a3e7a8ea8" "table"="Address_Set" "model"="&{UUID:24713956-f3e6-47e4-ad1a-731a3e7a8ea8 Addresses:[] ExternalIDs:map[] Name:test}" +2021/12/08 17:04:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="24713956-f3e6-47e4-ad1a-731a3e7a8ea8" "table"="Address_Set" +2021/12/08 17:04:39 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="24713956-f3e6-47e4-ad1a-731a3e7a8ea8" "table"="Address_Set" "model"="&{UUID:24713956-f3e6-47e4-ad1a-731a3e7a8ea8 Addresses:[] ExternalIDs:map[] Name:test}" +2021/12/08 17:04:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2ab7c700-9272-46f9-bfe3-3bc3cb0dade5" "table"="Database" +2021/12/08 17:04:39 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2ab7c700-9272-46f9-bfe3-3bc3cb0dade5" "table"="Database" "model"="&{UUID:2ab7c700-9272-46f9-bfe3-3bc3cb0dade5 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:04:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="58354908-f53b-491c-a4bc-e40ec09fb4c8" "table"="Address_Set" +2021/12/08 17:04:39 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="58354908-f53b-491c-a4bc-e40ec09fb4c8" "table"="Address_Set" "model"="&{UUID:58354908-f53b-491c-a4bc-e40ec09fb4c8 Addresses:[] ExternalIDs:map[] Name:test}" +RESULT &[{58354908-f53b-491c-a4bc-e40ec09fb4c8 [] map[] test}]I1208 17:04:39.520956 17459 transact.go:41] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[test-adress]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {58354908-f53b-491c-a4bc-e40ec09fb4c8}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:04:39 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="58354908-f53b-491c-a4bc-e40ec09fb4c8" "table"="Address_Set" +2021/12/08 17:04:39 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="58354908-f53b-491c-a4bc-e40ec09fb4c8" "table"="Address_Set" "old"="&{UUID:58354908-f53b-491c-a4bc-e40ec09fb4c8 Addresses:[] ExternalIDs:map[] Name:test}" "new"="&{UUID:58354908-f53b-491c-a4bc-e40ec09fb4c8 Addresses:[test-adress] ExternalIDs:map[] Name:test}" +2021/12/08 17:04:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="58354908-f53b-491c-a4bc-e40ec09fb4c8" "table"="Address_Set" +2021/12/08 17:04:39 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="58354908-f53b-491c-a4bc-e40ec09fb4c8" "table"="Address_Set" "old"="&{UUID:58354908-f53b-491c-a4bc-e40ec09fb4c8 Addresses:[] ExternalIDs:map[] Name:test}" "new"="&{UUID:58354908-f53b-491c-a4bc-e40ec09fb4c8 Addresses:[test-adress] ExternalIDs:map[] Name:test}" +2021/12/08 17:04:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c5071a1c-fb30-4b29-873a-4592b052c20c" "table"="Database" +2021/12/08 17:04:39 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c5071a1c-fb30-4b29-873a-4592b052c20c" "table"="Database" "model"="&{UUID:c5071a1c-fb30-4b29-873a-4592b052c20c Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:04:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d0a115ab-8c2e-47a0-b704-cb74c55e2409" "table"="Address_Set" +2021/12/08 17:04:39 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d0a115ab-8c2e-47a0-b704-cb74c55e2409" "table"="Address_Set" "model"="&{UUID:d0a115ab-8c2e-47a0-b704-cb74c55e2409 Addresses:[] ExternalIDs:map[] Name:test}" +I1208 17:04:39.921964 17459 transact.go:41] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[test-adress]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {d0a115ab-8c2e-47a0-b704-cb74c55e2409}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:04:39 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d0a115ab-8c2e-47a0-b704-cb74c55e2409" "table"="Address_Set" +2021/12/08 17:04:39 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d0a115ab-8c2e-47a0-b704-cb74c55e2409" "table"="Address_Set" "old"="&{UUID:d0a115ab-8c2e-47a0-b704-cb74c55e2409 Addresses:[] ExternalIDs:map[] Name:test}" "new"="&{UUID:d0a115ab-8c2e-47a0-b704-cb74c55e2409 Addresses:[test-adress] ExternalIDs:map[] Name:test}" +2021/12/08 17:04:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d0a115ab-8c2e-47a0-b704-cb74c55e2409" "table"="Address_Set" +2021/12/08 17:04:39 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d0a115ab-8c2e-47a0-b704-cb74c55e2409" "table"="Address_Set" "old"="&{UUID:d0a115ab-8c2e-47a0-b704-cb74c55e2409 Addresses:[] ExternalIDs:map[] Name:test}" "new"="&{UUID:d0a115ab-8c2e-47a0-b704-cb74c55e2409 Addresses:[test-adress] ExternalIDs:map[] Name:test}" +2021/12/08 17:04:40 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cb1aff04-798a-4a1b-86c7-efd7fe088a40" "table"="Database" +2021/12/08 17:04:40 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cb1aff04-798a-4a1b-86c7-efd7fe088a40" "table"="Database" "model"="&{UUID:cb1aff04-798a-4a1b-86c7-efd7fe088a40 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:04:40.294822 17459 transact.go:41] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[test-adress]} name:test] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996165}] +2021/12/08 17:04:40 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="efde5b30-b9ed-427b-af26-5ca437ebfafd" "table"="Address_Set" +2021/12/08 17:04:40 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="efde5b30-b9ed-427b-af26-5ca437ebfafd" "table"="Address_Set" "model"="&{UUID:efde5b30-b9ed-427b-af26-5ca437ebfafd Addresses:[test-adress] ExternalIDs:map[] Name:test}" +2021/12/08 17:04:40 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="efde5b30-b9ed-427b-af26-5ca437ebfafd" "table"="Address_Set" +2021/12/08 17:04:40 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="efde5b30-b9ed-427b-af26-5ca437ebfafd" "table"="Address_Set" "model"="&{UUID:efde5b30-b9ed-427b-af26-5ca437ebfafd Addresses:[test-adress] ExternalIDs:map[] Name:test}" +--- PASS: TestCreateOrUpdateForRootObjects (1.76s) +=== RUN TestDeleteForRootObjects +2021/12/08 17:04:40 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e6746551-289b-4a27-9dbc-e142aec1ef92" "table"="Database" +2021/12/08 17:04:40 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e6746551-289b-4a27-9dbc-e142aec1ef92" "table"="Database" "model"="&{UUID:e6746551-289b-4a27-9dbc-e142aec1ef92 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +RESULT &[]2021/12/08 17:04:40 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6bcbbc9f-bf6a-44c9-b2b2-0766767984ac" "table"="Database" +2021/12/08 17:04:40 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6bcbbc9f-bf6a-44c9-b2b2-0766767984ac" "table"="Database" "model"="&{UUID:6bcbbc9f-bf6a-44c9-b2b2-0766767984ac Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:04:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8048cdfb-94a5-4ac7-946f-70d1102c7347" "table"="Database" +2021/12/08 17:04:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8048cdfb-94a5-4ac7-946f-70d1102c7347" "table"="Database" "model"="&{UUID:8048cdfb-94a5-4ac7-946f-70d1102c7347 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:04:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7910e21b-7244-45c5-bdc4-6da45a6c0649" "table"="Address_Set" +2021/12/08 17:04:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7910e21b-7244-45c5-bdc4-6da45a6c0649" "table"="Address_Set" "model"="&{UUID:7910e21b-7244-45c5-bdc4-6da45a6c0649 Addresses:[] ExternalIDs:map[] Name:test}" +RESULT &[{7910e21b-7244-45c5-bdc4-6da45a6c0649 [] map[] test}]I1208 17:04:41.395230 17459 transact.go:41] Configuring OVN: [{Op:delete Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {7910e21b-7244-45c5-bdc4-6da45a6c0649}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:04:41 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7910e21b-7244-45c5-bdc4-6da45a6c0649" "table"="Address_Set" +2021/12/08 17:04:41 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="7910e21b-7244-45c5-bdc4-6da45a6c0649" "table"="Address_Set" "model"="&{UUID:7910e21b-7244-45c5-bdc4-6da45a6c0649 Addresses:[] ExternalIDs:map[] Name:test}" +2021/12/08 17:04:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7910e21b-7244-45c5-bdc4-6da45a6c0649" "table"="Address_Set" +2021/12/08 17:04:41 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="7910e21b-7244-45c5-bdc4-6da45a6c0649" "table"="Address_Set" "model"="&{UUID:7910e21b-7244-45c5-bdc4-6da45a6c0649 Addresses:[] ExternalIDs:map[] Name:test}" +2021/12/08 17:04:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9714b1f7-7d73-4a51-bceb-78e4c27fe153" "table"="Database" +2021/12/08 17:04:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9714b1f7-7d73-4a51-bceb-78e4c27fe153" "table"="Database" "model"="&{UUID:9714b1f7-7d73-4a51-bceb-78e4c27fe153 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:04:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c0466237-9b31-4ede-9123-345bde3a39e5" "table"="Address_Set" +2021/12/08 17:04:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c0466237-9b31-4ede-9123-345bde3a39e5" "table"="Address_Set" "model"="&{UUID:c0466237-9b31-4ede-9123-345bde3a39e5 Addresses:[] ExternalIDs:map[] Name:test}" +I1208 17:04:41.770714 17459 transact.go:41] Configuring OVN: [{Op:delete Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {c0466237-9b31-4ede-9123-345bde3a39e5}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:04:41 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c0466237-9b31-4ede-9123-345bde3a39e5" "table"="Address_Set" +2021/12/08 17:04:41 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="c0466237-9b31-4ede-9123-345bde3a39e5" "table"="Address_Set" "model"="&{UUID:c0466237-9b31-4ede-9123-345bde3a39e5 Addresses:[] ExternalIDs:map[] Name:test}" +2021/12/08 17:04:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c0466237-9b31-4ede-9123-345bde3a39e5" "table"="Address_Set" +2021/12/08 17:04:41 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="c0466237-9b31-4ede-9123-345bde3a39e5" "table"="Address_Set" "model"="&{UUID:c0466237-9b31-4ede-9123-345bde3a39e5 Addresses:[] ExternalIDs:map[] Name:test}" +--- PASS: TestDeleteForRootObjects (1.48s) +=== RUN TestCreateOrUpdateForNonRootObjects +2021/12/08 17:04:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5a6ed1e1-6077-47c8-991a-26c613666de1" "table"="Database" +2021/12/08 17:04:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5a6ed1e1-6077-47c8-991a-26c613666de1" "table"="Database" "model"="&{UUID:5a6ed1e1-6077-47c8-991a-26c613666de1 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:04:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2292f727-63ea-4974-a980-ce66a062db76" "table"="Logical_Switch" +2021/12/08 17:04:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2292f727-63ea-4974-a980-ce66a062db76" "table"="Logical_Switch" "model"="&{UUID:2292f727-63ea-4974-a980-ce66a062db76 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[]RESULT &[{2292f727-63ea-4974-a980-ce66a062db76 [] [] map[] [] [] [] test-switch map[] [] []}]I1208 17:04:42.081915 17459 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[name:test-switch-port] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996166} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996166}]}}] Timeout:0 Where:[where column _uuid == {2292f727-63ea-4974-a980-ce66a062db76}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:04:42 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="92b06da3-4a08-476e-a237-0de56e121c24" "table"="Logical_Switch_Port" +2021/12/08 17:04:42 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="92b06da3-4a08-476e-a237-0de56e121c24" "table"="Logical_Switch_Port" "model"="&{UUID:92b06da3-4a08-476e-a237-0de56e121c24 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:04:42 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2292f727-63ea-4974-a980-ce66a062db76" "table"="Logical_Switch" +2021/12/08 17:04:42 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2292f727-63ea-4974-a980-ce66a062db76" "table"="Logical_Switch" "old"="&{UUID:2292f727-63ea-4974-a980-ce66a062db76 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:2292f727-63ea-4974-a980-ce66a062db76 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[92b06da3-4a08-476e-a237-0de56e121c24] QOSRules:[]}" +2021/12/08 17:04:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2292f727-63ea-4974-a980-ce66a062db76" "table"="Logical_Switch" +2021/12/08 17:04:42 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2292f727-63ea-4974-a980-ce66a062db76" "table"="Logical_Switch" "old"="&{UUID:2292f727-63ea-4974-a980-ce66a062db76 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:2292f727-63ea-4974-a980-ce66a062db76 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[92b06da3-4a08-476e-a237-0de56e121c24] QOSRules:[]}" +2021/12/08 17:04:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="92b06da3-4a08-476e-a237-0de56e121c24" "table"="Logical_Switch_Port" +2021/12/08 17:04:42 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="92b06da3-4a08-476e-a237-0de56e121c24" "table"="Logical_Switch_Port" "model"="&{UUID:92b06da3-4a08-476e-a237-0de56e121c24 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:04:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="36b16273-ccd8-41e0-99b4-e851c177013c" "table"="Database" +2021/12/08 17:04:42 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="36b16273-ccd8-41e0-99b4-e851c177013c" "table"="Database" "model"="&{UUID:36b16273-ccd8-41e0-99b4-e851c177013c Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +RESULT &[]RESULT &[]I1208 17:04:42.407293 17459 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[name:test-switch-port] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996167} {Op:insert Table:Logical_Switch Row:map[name:test-switch ports:{GoSet:[{GoUUID:u2596996167}]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996168}] +2021/12/08 17:04:42 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="23f00521-5343-4930-99a2-8d41274d9d26" "table"="Logical_Switch_Port" +2021/12/08 17:04:42 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="23f00521-5343-4930-99a2-8d41274d9d26" "table"="Logical_Switch_Port" "model"="&{UUID:23f00521-5343-4930-99a2-8d41274d9d26 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:04:42 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="34fda7c2-94b1-4b16-a675-9cf667ba0488" "table"="Logical_Switch" +2021/12/08 17:04:42 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="34fda7c2-94b1-4b16-a675-9cf667ba0488" "table"="Logical_Switch" "model"="&{UUID:34fda7c2-94b1-4b16-a675-9cf667ba0488 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[23f00521-5343-4930-99a2-8d41274d9d26] QOSRules:[]}" +2021/12/08 17:04:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="34fda7c2-94b1-4b16-a675-9cf667ba0488" "table"="Logical_Switch" +2021/12/08 17:04:42 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="34fda7c2-94b1-4b16-a675-9cf667ba0488" "table"="Logical_Switch" "model"="&{UUID:34fda7c2-94b1-4b16-a675-9cf667ba0488 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[23f00521-5343-4930-99a2-8d41274d9d26] QOSRules:[]}" +2021/12/08 17:04:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="23f00521-5343-4930-99a2-8d41274d9d26" "table"="Logical_Switch_Port" +2021/12/08 17:04:42 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="23f00521-5343-4930-99a2-8d41274d9d26" "table"="Logical_Switch_Port" "model"="&{UUID:23f00521-5343-4930-99a2-8d41274d9d26 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:04:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3a5329ec-e687-475a-8e39-08285393ba09" "table"="Database" +2021/12/08 17:04:42 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3a5329ec-e687-475a-8e39-08285393ba09" "table"="Database" "model"="&{UUID:3a5329ec-e687-475a-8e39-08285393ba09 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:04:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="17b27245-66ac-4e91-b0b1-316b01cde381" "table"="Logical_Switch" +2021/12/08 17:04:42 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="17b27245-66ac-4e91-b0b1-316b01cde381" "table"="Logical_Switch" "model"="&{UUID:17b27245-66ac-4e91-b0b1-316b01cde381 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[]RESULT &[{17b27245-66ac-4e91-b0b1-316b01cde381 [] [] map[] [] [] [] test-switch map[] [] []}]I1208 17:04:42.721629 17459 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[name:test-switch-port] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996169} {Op:update Table:Logical_Switch Row:map[ports:{GoSet:[{GoUUID:test-switch-port-uuid}]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {17b27245-66ac-4e91-b0b1-316b01cde381}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:04:42 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="27e77c0c-67d1-457e-aef6-0d476c9054b7" "table"="Logical_Switch_Port" +2021/12/08 17:04:42 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="27e77c0c-67d1-457e-aef6-0d476c9054b7" "table"="Logical_Switch_Port" "model"="&{UUID:27e77c0c-67d1-457e-aef6-0d476c9054b7 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:04:42 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="17b27245-66ac-4e91-b0b1-316b01cde381" "table"="Logical_Switch" +2021/12/08 17:04:42 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="17b27245-66ac-4e91-b0b1-316b01cde381" "table"="Logical_Switch" "old"="&{UUID:17b27245-66ac-4e91-b0b1-316b01cde381 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:17b27245-66ac-4e91-b0b1-316b01cde381 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[test-switch-port-uuid] QOSRules:[]}" +2021/12/08 17:04:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="17b27245-66ac-4e91-b0b1-316b01cde381" "table"="Logical_Switch" +2021/12/08 17:04:42 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="17b27245-66ac-4e91-b0b1-316b01cde381" "table"="Logical_Switch" "old"="&{UUID:17b27245-66ac-4e91-b0b1-316b01cde381 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:17b27245-66ac-4e91-b0b1-316b01cde381 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[test-switch-port-uuid] QOSRules:[]}" +2021/12/08 17:04:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="27e77c0c-67d1-457e-aef6-0d476c9054b7" "table"="Logical_Switch_Port" +2021/12/08 17:04:42 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="27e77c0c-67d1-457e-aef6-0d476c9054b7" "table"="Logical_Switch_Port" "model"="&{UUID:27e77c0c-67d1-457e-aef6-0d476c9054b7 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:04:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="699b4988-9483-43c5-8e3f-ce8602054fe2" "table"="Database" +2021/12/08 17:04:42 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="699b4988-9483-43c5-8e3f-ce8602054fe2" "table"="Database" "model"="&{UUID:699b4988-9483-43c5-8e3f-ce8602054fe2 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:04:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cfe4040e-5d36-4986-b072-dac80c995fef" "table"="Logical_Switch" +2021/12/08 17:04:42 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cfe4040e-5d36-4986-b072-dac80c995fef" "table"="Logical_Switch" "model"="&{UUID:cfe4040e-5d36-4986-b072-dac80c995fef ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[{cfe4040e-5d36-4986-b072-dac80c995fef [] [] map[] [] [] [] test-switch map[] [] []}]I1208 17:04:43.122535 17459 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[name:test-switch-port] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996170} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996170}]}}] Timeout:0 Where:[where column _uuid == {cfe4040e-5d36-4986-b072-dac80c995fef}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:04:43 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="59a52f20-7bd7-44b1-a029-2bb9f3c806a7" "table"="Logical_Switch_Port" +2021/12/08 17:04:43 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="59a52f20-7bd7-44b1-a029-2bb9f3c806a7" "table"="Logical_Switch_Port" "model"="&{UUID:59a52f20-7bd7-44b1-a029-2bb9f3c806a7 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:04:43 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cfe4040e-5d36-4986-b072-dac80c995fef" "table"="Logical_Switch" +2021/12/08 17:04:43 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="cfe4040e-5d36-4986-b072-dac80c995fef" "table"="Logical_Switch" "old"="&{UUID:cfe4040e-5d36-4986-b072-dac80c995fef ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:cfe4040e-5d36-4986-b072-dac80c995fef ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[59a52f20-7bd7-44b1-a029-2bb9f3c806a7] QOSRules:[]}" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cfe4040e-5d36-4986-b072-dac80c995fef" "table"="Logical_Switch" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="cfe4040e-5d36-4986-b072-dac80c995fef" "table"="Logical_Switch" "old"="&{UUID:cfe4040e-5d36-4986-b072-dac80c995fef ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:cfe4040e-5d36-4986-b072-dac80c995fef ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[59a52f20-7bd7-44b1-a029-2bb9f3c806a7] QOSRules:[]}" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="59a52f20-7bd7-44b1-a029-2bb9f3c806a7" "table"="Logical_Switch_Port" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="59a52f20-7bd7-44b1-a029-2bb9f3c806a7" "table"="Logical_Switch_Port" "model"="&{UUID:59a52f20-7bd7-44b1-a029-2bb9f3c806a7 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8e45cd73-d7c2-4fc4-8500-146108081f23" "table"="Database" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8e45cd73-d7c2-4fc4-8500-146108081f23" "table"="Database" "model"="&{UUID:8e45cd73-d7c2-4fc4-8500-146108081f23 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9b730afd-f81a-4a48-94e9-9d0a5f685288" "table"="Logical_Switch" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9b730afd-f81a-4a48-94e9-9d0a5f685288" "table"="Logical_Switch" "model"="&{UUID:9b730afd-f81a-4a48-94e9-9d0a5f685288 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[{9b730afd-f81a-4a48-94e9-9d0a5f685288 [] [] map[] [] [] [] test-switch map[] [] []}]I1208 17:04:43.505009 17459 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[name:test-switch-port] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996171} {Op:update Table:Logical_Switch Row:map[ports:{GoSet:[{GoUUID:test-switch-port-uuid}]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {9b730afd-f81a-4a48-94e9-9d0a5f685288}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:04:43 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e60a87e3-8bf2-4278-9582-b83a8708a45a" "table"="Logical_Switch_Port" +2021/12/08 17:04:43 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e60a87e3-8bf2-4278-9582-b83a8708a45a" "table"="Logical_Switch_Port" "model"="&{UUID:e60a87e3-8bf2-4278-9582-b83a8708a45a Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:04:43 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9b730afd-f81a-4a48-94e9-9d0a5f685288" "table"="Logical_Switch" +2021/12/08 17:04:43 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9b730afd-f81a-4a48-94e9-9d0a5f685288" "table"="Logical_Switch" "old"="&{UUID:9b730afd-f81a-4a48-94e9-9d0a5f685288 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:9b730afd-f81a-4a48-94e9-9d0a5f685288 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[test-switch-port-uuid] QOSRules:[]}" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e60a87e3-8bf2-4278-9582-b83a8708a45a" "table"="Logical_Switch_Port" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e60a87e3-8bf2-4278-9582-b83a8708a45a" "table"="Logical_Switch_Port" "model"="&{UUID:e60a87e3-8bf2-4278-9582-b83a8708a45a Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9b730afd-f81a-4a48-94e9-9d0a5f685288" "table"="Logical_Switch" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9b730afd-f81a-4a48-94e9-9d0a5f685288" "table"="Logical_Switch" "old"="&{UUID:9b730afd-f81a-4a48-94e9-9d0a5f685288 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:9b730afd-f81a-4a48-94e9-9d0a5f685288 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[test-switch-port-uuid] QOSRules:[]}" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3c14f66f-a898-44df-b15d-9625e9765183" "table"="Database" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3c14f66f-a898-44df-b15d-9625e9765183" "table"="Database" "model"="&{UUID:3c14f66f-a898-44df-b15d-9625e9765183 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0857b16f-5fd1-4eca-988f-b7eb8e4f8439" "table"="Logical_Switch_Port" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0857b16f-5fd1-4eca-988f-b7eb8e4f8439" "table"="Logical_Switch_Port" "model"="&{UUID:0857b16f-5fd1-4eca-988f-b7eb8e4f8439 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="79c66e76-e496-4749-a772-c5ae40bdab3b" "table"="Logical_Switch" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="79c66e76-e496-4749-a772-c5ae40bdab3b" "table"="Logical_Switch" "model"="&{UUID:79c66e76-e496-4749-a772-c5ae40bdab3b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[0857b16f-5fd1-4eca-988f-b7eb8e4f8439] QOSRules:[]}" +RESULT &[{79c66e76-e496-4749-a772-c5ae40bdab3b [] [] map[] [] [] [] test-switch map[] [0857b16f-5fd1-4eca-988f-b7eb8e4f8439] []}]I1208 17:04:43.858314 17459 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[test-switch-port-address]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {0857b16f-5fd1-4eca-988f-b7eb8e4f8439}] Until: Durable: Comment: Lock: UUIDName:} {Op:update Table:Logical_Switch Row:map[ports:{GoSet:[{GoUUID:test-switch-port-uuid}]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {79c66e76-e496-4749-a772-c5ae40bdab3b}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:04:43 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0857b16f-5fd1-4eca-988f-b7eb8e4f8439" "table"="Logical_Switch_Port" +2021/12/08 17:04:43 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="0857b16f-5fd1-4eca-988f-b7eb8e4f8439" "table"="Logical_Switch_Port" "old"="&{UUID:0857b16f-5fd1-4eca-988f-b7eb8e4f8439 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" "new"="&{UUID:0857b16f-5fd1-4eca-988f-b7eb8e4f8439 Addresses:[test-switch-port-address] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:04:43 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="79c66e76-e496-4749-a772-c5ae40bdab3b" "table"="Logical_Switch" +2021/12/08 17:04:43 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="79c66e76-e496-4749-a772-c5ae40bdab3b" "table"="Logical_Switch" "old"="&{UUID:79c66e76-e496-4749-a772-c5ae40bdab3b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[0857b16f-5fd1-4eca-988f-b7eb8e4f8439] QOSRules:[]}" "new"="&{UUID:79c66e76-e496-4749-a772-c5ae40bdab3b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[test-switch-port-uuid] QOSRules:[]}" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0857b16f-5fd1-4eca-988f-b7eb8e4f8439" "table"="Logical_Switch_Port" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="0857b16f-5fd1-4eca-988f-b7eb8e4f8439" "table"="Logical_Switch_Port" "old"="&{UUID:0857b16f-5fd1-4eca-988f-b7eb8e4f8439 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" "new"="&{UUID:0857b16f-5fd1-4eca-988f-b7eb8e4f8439 Addresses:[test-switch-port-address] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="79c66e76-e496-4749-a772-c5ae40bdab3b" "table"="Logical_Switch" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="79c66e76-e496-4749-a772-c5ae40bdab3b" "table"="Logical_Switch" "old"="&{UUID:79c66e76-e496-4749-a772-c5ae40bdab3b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[0857b16f-5fd1-4eca-988f-b7eb8e4f8439] QOSRules:[]}" "new"="&{UUID:79c66e76-e496-4749-a772-c5ae40bdab3b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[test-switch-port-uuid] QOSRules:[]}" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e25aa614-af0c-4ea1-818a-027e59c912e4" "table"="Database" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e25aa614-af0c-4ea1-818a-027e59c912e4" "table"="Database" "model"="&{UUID:e25aa614-af0c-4ea1-818a-027e59c912e4 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9ac1251e-3a9e-4e62-9352-5abc813833f2" "table"="Logical_Switch_Port" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9ac1251e-3a9e-4e62-9352-5abc813833f2" "table"="Logical_Switch_Port" "model"="&{UUID:9ac1251e-3a9e-4e62-9352-5abc813833f2 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="362b8cf3-562c-40a3-9089-9447ce9c5cdc" "table"="Logical_Switch" +2021/12/08 17:04:43 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="362b8cf3-562c-40a3-9089-9447ce9c5cdc" "table"="Logical_Switch" "model"="&{UUID:362b8cf3-562c-40a3-9089-9447ce9c5cdc ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[9ac1251e-3a9e-4e62-9352-5abc813833f2] QOSRules:[]}" +RESULT &[{362b8cf3-562c-40a3-9089-9447ce9c5cdc [] [] map[] [] [] [] test-switch map[] [9ac1251e-3a9e-4e62-9352-5abc813833f2] []}]I1208 17:04:44.261338 17459 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[test-switch-port-address]}}] Timeout:0 Where:[where column _uuid == {9ac1251e-3a9e-4e62-9352-5abc813833f2}] Until: Durable: Comment: Lock: UUIDName:} {Op:update Table:Logical_Switch Row:map[ports:{GoSet:[{GoUUID:test-switch-port-uuid}]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {362b8cf3-562c-40a3-9089-9447ce9c5cdc}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:04:44 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9ac1251e-3a9e-4e62-9352-5abc813833f2" "table"="Logical_Switch_Port" +2021/12/08 17:04:44 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9ac1251e-3a9e-4e62-9352-5abc813833f2" "table"="Logical_Switch_Port" "old"="&{UUID:9ac1251e-3a9e-4e62-9352-5abc813833f2 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" "new"="&{UUID:9ac1251e-3a9e-4e62-9352-5abc813833f2 Addresses:[test-switch-port-address] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:04:44 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="362b8cf3-562c-40a3-9089-9447ce9c5cdc" "table"="Logical_Switch" +2021/12/08 17:04:44 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="362b8cf3-562c-40a3-9089-9447ce9c5cdc" "table"="Logical_Switch" "old"="&{UUID:362b8cf3-562c-40a3-9089-9447ce9c5cdc ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[9ac1251e-3a9e-4e62-9352-5abc813833f2] QOSRules:[]}" "new"="&{UUID:362b8cf3-562c-40a3-9089-9447ce9c5cdc ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[test-switch-port-uuid] QOSRules:[]}" +2021/12/08 17:04:44 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="362b8cf3-562c-40a3-9089-9447ce9c5cdc" "table"="Logical_Switch" +2021/12/08 17:04:44 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="362b8cf3-562c-40a3-9089-9447ce9c5cdc" "table"="Logical_Switch" "old"="&{UUID:362b8cf3-562c-40a3-9089-9447ce9c5cdc ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[9ac1251e-3a9e-4e62-9352-5abc813833f2] QOSRules:[]}" "new"="&{UUID:362b8cf3-562c-40a3-9089-9447ce9c5cdc ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[test-switch-port-uuid] QOSRules:[]}" +2021/12/08 17:04:44 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9ac1251e-3a9e-4e62-9352-5abc813833f2" "table"="Logical_Switch_Port" +2021/12/08 17:04:44 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9ac1251e-3a9e-4e62-9352-5abc813833f2" "table"="Logical_Switch_Port" "old"="&{UUID:9ac1251e-3a9e-4e62-9352-5abc813833f2 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" "new"="&{UUID:9ac1251e-3a9e-4e62-9352-5abc813833f2 Addresses:[test-switch-port-address] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:04:44 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="00dca01d-c443-423a-9725-f0acfead8fd2" "table"="Database" +2021/12/08 17:04:44 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="00dca01d-c443-423a-9725-f0acfead8fd2" "table"="Database" "model"="&{UUID:00dca01d-c443-423a-9725-f0acfead8fd2 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:04:44 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="894688ca-6fa8-44c1-bcee-675cf85298df" "table"="Logical_Switch" +2021/12/08 17:04:44 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="894688ca-6fa8-44c1-bcee-675cf85298df" "table"="Logical_Switch" "model"="&{UUID:894688ca-6fa8-44c1-bcee-675cf85298df ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[{894688ca-6fa8-44c1-bcee-675cf85298df [] [] map[] [] [] [] test-switch map[] [] []}]I1208 17:04:44.645071 17459 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[test-switch-port-address]} name:test-switch-port] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996172} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996172}]}}] Timeout:0 Where:[where column _uuid == {894688ca-6fa8-44c1-bcee-675cf85298df}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:04:44 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b9fa09fe-54d5-4fb6-9f9c-72f21a4b9d1b" "table"="Logical_Switch_Port" +2021/12/08 17:04:44 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b9fa09fe-54d5-4fb6-9f9c-72f21a4b9d1b" "table"="Logical_Switch_Port" "model"="&{UUID:b9fa09fe-54d5-4fb6-9f9c-72f21a4b9d1b Addresses:[test-switch-port-address] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:04:44 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="894688ca-6fa8-44c1-bcee-675cf85298df" "table"="Logical_Switch" +2021/12/08 17:04:44 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="894688ca-6fa8-44c1-bcee-675cf85298df" "table"="Logical_Switch" "old"="&{UUID:894688ca-6fa8-44c1-bcee-675cf85298df ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:894688ca-6fa8-44c1-bcee-675cf85298df ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[b9fa09fe-54d5-4fb6-9f9c-72f21a4b9d1b] QOSRules:[]}" +2021/12/08 17:04:44 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b9fa09fe-54d5-4fb6-9f9c-72f21a4b9d1b" "table"="Logical_Switch_Port" +2021/12/08 17:04:44 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b9fa09fe-54d5-4fb6-9f9c-72f21a4b9d1b" "table"="Logical_Switch_Port" "model"="&{UUID:b9fa09fe-54d5-4fb6-9f9c-72f21a4b9d1b Addresses:[test-switch-port-address] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:04:44 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="894688ca-6fa8-44c1-bcee-675cf85298df" "table"="Logical_Switch" +2021/12/08 17:04:44 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="894688ca-6fa8-44c1-bcee-675cf85298df" "table"="Logical_Switch" "old"="&{UUID:894688ca-6fa8-44c1-bcee-675cf85298df ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:894688ca-6fa8-44c1-bcee-675cf85298df ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[b9fa09fe-54d5-4fb6-9f9c-72f21a4b9d1b] QOSRules:[]}" +2021/12/08 17:04:44 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="031b4ecc-b631-432f-a53f-698d9855691d" "table"="Database" +2021/12/08 17:04:44 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="031b4ecc-b631-432f-a53f-698d9855691d" "table"="Database" "model"="&{UUID:031b4ecc-b631-432f-a53f-698d9855691d Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:04:44 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d3a06c1c-19a8-4cf5-bd92-0441955498e8" "table"="Logical_Switch" +2021/12/08 17:04:44 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d3a06c1c-19a8-4cf5-bd92-0441955498e8" "table"="Logical_Switch" "model"="&{UUID:d3a06c1c-19a8-4cf5-bd92-0441955498e8 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[697e8b67-cf8e-4f1d-a0c9-2845b658be2e] QOSRules:[]}" +2021/12/08 17:04:44 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="697e8b67-cf8e-4f1d-a0c9-2845b658be2e" "table"="Logical_Switch_Port" +2021/12/08 17:04:44 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="697e8b67-cf8e-4f1d-a0c9-2845b658be2e" "table"="Logical_Switch_Port" "model"="&{UUID:697e8b67-cf8e-4f1d-a0c9-2845b658be2e Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +RESULT &[{d3a06c1c-19a8-4cf5-bd92-0441955498e8 [] [] map[] [] [] [] test-switch map[] [697e8b67-cf8e-4f1d-a0c9-2845b658be2e] []}]I1208 17:04:45.004474 17459 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[test-switch-port-address]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {697e8b67-cf8e-4f1d-a0c9-2845b658be2e}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:697e8b67-cf8e-4f1d-a0c9-2845b658be2e}]}}] Timeout:0 Where:[where column _uuid == {d3a06c1c-19a8-4cf5-bd92-0441955498e8}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:04:45 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="697e8b67-cf8e-4f1d-a0c9-2845b658be2e" "table"="Logical_Switch_Port" +2021/12/08 17:04:45 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="697e8b67-cf8e-4f1d-a0c9-2845b658be2e" "table"="Logical_Switch_Port" "old"="&{UUID:697e8b67-cf8e-4f1d-a0c9-2845b658be2e Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" "new"="&{UUID:697e8b67-cf8e-4f1d-a0c9-2845b658be2e Addresses:[test-switch-port-address] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:04:45 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d3a06c1c-19a8-4cf5-bd92-0441955498e8" "table"="Logical_Switch" +2021/12/08 17:04:45 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="697e8b67-cf8e-4f1d-a0c9-2845b658be2e" "table"="Logical_Switch_Port" +2021/12/08 17:04:45 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="697e8b67-cf8e-4f1d-a0c9-2845b658be2e" "table"="Logical_Switch_Port" "old"="&{UUID:697e8b67-cf8e-4f1d-a0c9-2845b658be2e Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" "new"="&{UUID:697e8b67-cf8e-4f1d-a0c9-2845b658be2e Addresses:[test-switch-port-address] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:04:45 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d3a06c1c-19a8-4cf5-bd92-0441955498e8" "table"="Logical_Switch" +2021/12/08 17:04:45 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3e41125a-adc2-4e36-bc44-c9709e1ac9e3" "table"="Database" +2021/12/08 17:04:45 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3e41125a-adc2-4e36-bc44-c9709e1ac9e3" "table"="Database" "model"="&{UUID:3e41125a-adc2-4e36-bc44-c9709e1ac9e3 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:04:45 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="10c3051e-fb8e-4da9-b34f-e2a9f39f8144" "table"="Logical_Switch_Port" +2021/12/08 17:04:45 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="10c3051e-fb8e-4da9-b34f-e2a9f39f8144" "table"="Logical_Switch_Port" "model"="&{UUID:10c3051e-fb8e-4da9-b34f-e2a9f39f8144 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:04:45 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="022ecc1c-62bb-4da9-9344-f7dad45573c2" "table"="Logical_Switch" +2021/12/08 17:04:45 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="022ecc1c-62bb-4da9-9344-f7dad45573c2" "table"="Logical_Switch" "model"="&{UUID:022ecc1c-62bb-4da9-9344-f7dad45573c2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[10c3051e-fb8e-4da9-b34f-e2a9f39f8144] QOSRules:[]}" +RESULT &[{022ecc1c-62bb-4da9-9344-f7dad45573c2 [] [] map[] [] [] [] test-switch map[] [10c3051e-fb8e-4da9-b34f-e2a9f39f8144] []}]I1208 17:04:45.414745 17459 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:10c3051e-fb8e-4da9-b34f-e2a9f39f8144}]}}] Timeout:0 Where:[where column _uuid == {022ecc1c-62bb-4da9-9344-f7dad45573c2}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:04:45 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="022ecc1c-62bb-4da9-9344-f7dad45573c2" "table"="Logical_Switch" +2021/12/08 17:04:45 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="022ecc1c-62bb-4da9-9344-f7dad45573c2" "table"="Logical_Switch" +--- PASS: TestCreateOrUpdateForNonRootObjects (3.65s) +=== RUN TestDeleteForNonRootObjects +2021/12/08 17:04:45 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e40092d4-ba61-4cf6-a515-2b31e74b9f8e" "table"="Database" +2021/12/08 17:04:45 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e40092d4-ba61-4cf6-a515-2b31e74b9f8e" "table"="Database" "model"="&{UUID:e40092d4-ba61-4cf6-a515-2b31e74b9f8e Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:04:45 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="64483af1-5ed9-4703-9e1b-e35bc461020c" "table"="Logical_Switch" +2021/12/08 17:04:45 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="64483af1-5ed9-4703-9e1b-e35bc461020c" "table"="Logical_Switch" "model"="&{UUID:64483af1-5ed9-4703-9e1b-e35bc461020c ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[]RESULT &[{64483af1-5ed9-4703-9e1b-e35bc461020c [] [] map[] [] [] [] test-switch map[] [] []}]I1208 17:04:45.740044 17459 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:delete Value:{GoSet:[{GoUUID:test-switch-port-uuid}]}}] Timeout:0 Where:[where column _uuid == {64483af1-5ed9-4703-9e1b-e35bc461020c}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:04:45 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="64483af1-5ed9-4703-9e1b-e35bc461020c" "table"="Logical_Switch" +2021/12/08 17:04:45 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="64483af1-5ed9-4703-9e1b-e35bc461020c" "table"="Logical_Switch" +2021/12/08 17:04:45 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e7ff4e9a-8b87-490f-a42f-9e136928bb40" "table"="Database" +2021/12/08 17:04:45 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e7ff4e9a-8b87-490f-a42f-9e136928bb40" "table"="Database" "model"="&{UUID:e7ff4e9a-8b87-490f-a42f-9e136928bb40 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:04:45 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2e0ccee2-6787-469e-b4c5-5eed3d7a21b0" "table"="Logical_Switch" +2021/12/08 17:04:45 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2e0ccee2-6787-469e-b4c5-5eed3d7a21b0" "table"="Logical_Switch" "model"="&{UUID:2e0ccee2-6787-469e-b4c5-5eed3d7a21b0 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[c068cbe4-5710-43b2-ac63-d33846f5dd05] QOSRules:[]}" +2021/12/08 17:04:45 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c068cbe4-5710-43b2-ac63-d33846f5dd05" "table"="Logical_Switch_Port" +2021/12/08 17:04:45 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c068cbe4-5710-43b2-ac63-d33846f5dd05" "table"="Logical_Switch_Port" "model"="&{UUID:c068cbe4-5710-43b2-ac63-d33846f5dd05 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +RESULT &[{c068cbe4-5710-43b2-ac63-d33846f5dd05 [] map[] test-switch-port map[] [] }]RESULT &[{2e0ccee2-6787-469e-b4c5-5eed3d7a21b0 [] [] map[] [] [] [] test-switch map[] [c068cbe4-5710-43b2-ac63-d33846f5dd05] []}]I1208 17:04:46.065524 17459 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {c068cbe4-5710-43b2-ac63-d33846f5dd05}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:delete Value:{GoSet:[{GoUUID:c068cbe4-5710-43b2-ac63-d33846f5dd05}]}}] Timeout:0 Where:[where column _uuid == {2e0ccee2-6787-469e-b4c5-5eed3d7a21b0}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:04:46 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c068cbe4-5710-43b2-ac63-d33846f5dd05" "table"="Logical_Switch_Port" +2021/12/08 17:04:46 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="c068cbe4-5710-43b2-ac63-d33846f5dd05" "table"="Logical_Switch_Port" "model"="&{UUID:c068cbe4-5710-43b2-ac63-d33846f5dd05 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:04:46 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2e0ccee2-6787-469e-b4c5-5eed3d7a21b0" "table"="Logical_Switch" +2021/12/08 17:04:46 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2e0ccee2-6787-469e-b4c5-5eed3d7a21b0" "table"="Logical_Switch" "old"="&{UUID:2e0ccee2-6787-469e-b4c5-5eed3d7a21b0 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[c068cbe4-5710-43b2-ac63-d33846f5dd05] QOSRules:[]}" "new"="&{UUID:2e0ccee2-6787-469e-b4c5-5eed3d7a21b0 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c068cbe4-5710-43b2-ac63-d33846f5dd05" "table"="Logical_Switch_Port" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="c068cbe4-5710-43b2-ac63-d33846f5dd05" "table"="Logical_Switch_Port" "model"="&{UUID:c068cbe4-5710-43b2-ac63-d33846f5dd05 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2e0ccee2-6787-469e-b4c5-5eed3d7a21b0" "table"="Logical_Switch" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2e0ccee2-6787-469e-b4c5-5eed3d7a21b0" "table"="Logical_Switch" "old"="&{UUID:2e0ccee2-6787-469e-b4c5-5eed3d7a21b0 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[c068cbe4-5710-43b2-ac63-d33846f5dd05] QOSRules:[]}" "new"="&{UUID:2e0ccee2-6787-469e-b4c5-5eed3d7a21b0 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cb454e72-7bd0-4ab3-950e-afc86a5a28e3" "table"="Database" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cb454e72-7bd0-4ab3-950e-afc86a5a28e3" "table"="Database" "model"="&{UUID:cb454e72-7bd0-4ab3-950e-afc86a5a28e3 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5741cdd1-415b-4c31-9a25-10053be696e3" "table"="Logical_Switch" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5741cdd1-415b-4c31-9a25-10053be696e3" "table"="Logical_Switch" "model"="&{UUID:5741cdd1-415b-4c31-9a25-10053be696e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[fa1f625b-5edc-47c2-8625-28991925931e] QOSRules:[]}" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="fa1f625b-5edc-47c2-8625-28991925931e" "table"="Logical_Switch_Port" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="fa1f625b-5edc-47c2-8625-28991925931e" "table"="Logical_Switch_Port" "model"="&{UUID:fa1f625b-5edc-47c2-8625-28991925931e Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +RESULT &[{5741cdd1-415b-4c31-9a25-10053be696e3 [] [] map[] [] [] [] test-switch map[] [fa1f625b-5edc-47c2-8625-28991925931e] []}]I1208 17:04:46.447980 17459 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {fa1f625b-5edc-47c2-8625-28991925931e}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:delete Value:{GoSet:[{GoUUID:fa1f625b-5edc-47c2-8625-28991925931e}]}}] Timeout:0 Where:[where column _uuid == {5741cdd1-415b-4c31-9a25-10053be696e3}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:04:46 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="fa1f625b-5edc-47c2-8625-28991925931e" "table"="Logical_Switch_Port" +2021/12/08 17:04:46 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="fa1f625b-5edc-47c2-8625-28991925931e" "table"="Logical_Switch_Port" "model"="&{UUID:fa1f625b-5edc-47c2-8625-28991925931e Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:04:46 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5741cdd1-415b-4c31-9a25-10053be696e3" "table"="Logical_Switch" +2021/12/08 17:04:46 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="5741cdd1-415b-4c31-9a25-10053be696e3" "table"="Logical_Switch" "old"="&{UUID:5741cdd1-415b-4c31-9a25-10053be696e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[fa1f625b-5edc-47c2-8625-28991925931e] QOSRules:[]}" "new"="&{UUID:5741cdd1-415b-4c31-9a25-10053be696e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5741cdd1-415b-4c31-9a25-10053be696e3" "table"="Logical_Switch" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="5741cdd1-415b-4c31-9a25-10053be696e3" "table"="Logical_Switch" "old"="&{UUID:5741cdd1-415b-4c31-9a25-10053be696e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[fa1f625b-5edc-47c2-8625-28991925931e] QOSRules:[]}" "new"="&{UUID:5741cdd1-415b-4c31-9a25-10053be696e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="fa1f625b-5edc-47c2-8625-28991925931e" "table"="Logical_Switch_Port" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="fa1f625b-5edc-47c2-8625-28991925931e" "table"="Logical_Switch_Port" "model"="&{UUID:fa1f625b-5edc-47c2-8625-28991925931e Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-switch-port Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1c888910-a83d-43b6-b351-34dc69cde182" "table"="Database" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1c888910-a83d-43b6-b351-34dc69cde182" "table"="Database" "model"="&{UUID:1c888910-a83d-43b6-b351-34dc69cde182 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0cee0c98-1c4b-4951-ba93-25f01fd73092" "table"="ACL" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0cee0c98-1c4b-4951-ba93-25f01fd73092" "table"="ACL" "model"="&{UUID:0cee0c98-1c4b-4951-ba93-25f01fd73092 Action:allow Direction: ExternalIDs:map[] Label:0 Log:false Match: Meter: Name: Priority:0 Severity:}" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a7152a32-d335-43b7-9386-bfb4df9e9482" "table"="Port_Group" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a7152a32-d335-43b7-9386-bfb4df9e9482" "table"="Port_Group" "model"="&{UUID:a7152a32-d335-43b7-9386-bfb4df9e9482 ACLs:[0cee0c98-1c4b-4951-ba93-25f01fd73092] ExternalIDs:map[] Name:test-port-group Ports:[]}" +RESULT &[{0cee0c98-1c4b-4951-ba93-25f01fd73092 allow map[] 0 false 0 }]I1208 17:04:46.833627 17459 transact.go:41] Configuring OVN: [{Op:delete Table:ACL Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {0cee0c98-1c4b-4951-ba93-25f01fd73092}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:delete Value:{GoSet:[{GoUUID:0cee0c98-1c4b-4951-ba93-25f01fd73092}]}}] Timeout:0 Where:[where column _uuid == {a7152a32-d335-43b7-9386-bfb4df9e9482}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:04:46 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0cee0c98-1c4b-4951-ba93-25f01fd73092" "table"="ACL" +2021/12/08 17:04:46 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="0cee0c98-1c4b-4951-ba93-25f01fd73092" "table"="ACL" "model"="&{UUID:0cee0c98-1c4b-4951-ba93-25f01fd73092 Action:allow Direction: ExternalIDs:map[] Label:0 Log:false Match: Meter: Name: Priority:0 Severity:}" +2021/12/08 17:04:46 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a7152a32-d335-43b7-9386-bfb4df9e9482" "table"="Port_Group" +2021/12/08 17:04:46 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a7152a32-d335-43b7-9386-bfb4df9e9482" "table"="Port_Group" "old"="&{UUID:a7152a32-d335-43b7-9386-bfb4df9e9482 ACLs:[0cee0c98-1c4b-4951-ba93-25f01fd73092] ExternalIDs:map[] Name:test-port-group Ports:[]}" "new"="&{UUID:a7152a32-d335-43b7-9386-bfb4df9e9482 ACLs:[] ExternalIDs:map[] Name:test-port-group Ports:[]}" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a7152a32-d335-43b7-9386-bfb4df9e9482" "table"="Port_Group" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a7152a32-d335-43b7-9386-bfb4df9e9482" "table"="Port_Group" "old"="&{UUID:a7152a32-d335-43b7-9386-bfb4df9e9482 ACLs:[0cee0c98-1c4b-4951-ba93-25f01fd73092] ExternalIDs:map[] Name:test-port-group Ports:[]}" "new"="&{UUID:a7152a32-d335-43b7-9386-bfb4df9e9482 ACLs:[] ExternalIDs:map[] Name:test-port-group Ports:[]}" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0cee0c98-1c4b-4951-ba93-25f01fd73092" "table"="ACL" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="0cee0c98-1c4b-4951-ba93-25f01fd73092" "table"="ACL" "model"="&{UUID:0cee0c98-1c4b-4951-ba93-25f01fd73092 Action:allow Direction: ExternalIDs:map[] Label:0 Log:false Match: Meter: Name: Priority:0 Severity:}" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="42faf5a0-ac66-43ef-ada6-452d78ace15c" "table"="Database" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="42faf5a0-ac66-43ef-ada6-452d78ace15c" "table"="Database" "model"="&{UUID:42faf5a0-ac66-43ef-ada6-452d78ace15c Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3a83717d-64a4-462b-89cc-ca3d71290263" "table"="Logical_Switch" +2021/12/08 17:04:46 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3a83717d-64a4-462b-89cc-ca3d71290263" "table"="Logical_Switch" "model"="&{UUID:3a83717d-64a4-462b-89cc-ca3d71290263 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-switch OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[{3a83717d-64a4-462b-89cc-ca3d71290263 [] [] map[] [] [] [] test-switch map[] [] []}]I1208 17:04:47.184524 17459 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:delete Value:{GoSet:[{GoUUID:}]}}] Timeout:0 Where:[where column _uuid == {3a83717d-64a4-462b-89cc-ca3d71290263}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:04:47 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3a83717d-64a4-462b-89cc-ca3d71290263" "table"="Logical_Switch" +2021/12/08 17:04:47 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3a83717d-64a4-462b-89cc-ca3d71290263" "table"="Logical_Switch" +--- PASS: TestDeleteForNonRootObjects (1.77s) +=== RUN TestCreateWithAdHocClient +2021/12/08 17:04:47 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a355fbdb-c113-468c-bbe4-7db669c60b78" "table"="Database" +2021/12/08 17:04:47 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a355fbdb-c113-468c-bbe4-7db669c60b78" "table"="Database" "model"="&{UUID:a355fbdb-c113-468c-bbe4-7db669c60b78 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:04:47 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1310410e-75c3-4766-8022-a0016abdb57c" "table"="Database" +2021/12/08 17:04:47 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1310410e-75c3-4766-8022-a0016abdb57c" "table"="Database" "model"="&{UUID:1310410e-75c3-4766-8022-a0016abdb57c Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +RESULT &[]I1208 17:04:47.791427 17459 transact.go:41] Configuring OVN: [{Op:insert Table:Chassis Row:map[name:chassis-name] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996173}] +2021/12/08 17:04:47 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f8a41865-eee7-4967-ba35-100575cbab45" "table"="Chassis" +2021/12/08 17:04:47 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f8a41865-eee7-4967-ba35-100575cbab45" "table"="Chassis" "model"="&{UUID:f8a41865-eee7-4967-ba35-100575cbab45 Encaps:[] ExternalIDs:map[] Hostname: Name:chassis-name NbCfg:0 OtherConfig:map[] TransportZones:[] VtepLogicalSwitches:[]}" +2021/12/08 17:04:47 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f8a41865-eee7-4967-ba35-100575cbab45" "table"="Chassis" +2021/12/08 17:04:47 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f8a41865-eee7-4967-ba35-100575cbab45" "table"="Chassis" "model"="&{UUID:f8a41865-eee7-4967-ba35-100575cbab45 Encaps:[] ExternalIDs:map[] Hostname: Name:chassis-name NbCfg:0 OtherConfig:map[] TransportZones:[] VtepLogicalSwitches:[]}" +--- PASS: TestCreateWithAdHocClient (0.60s) +=== RUN TestRemoveACLsFromSwitches +=== RUN TestRemoveACLsFromSwitches/remove_acl_on_two_switches +2021/12/08 17:04:47 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="fbab15ad-c9fc-4eae-97ef-cd3f5d7743fd" "table"="Database" +2021/12/08 17:04:47 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="fbab15ad-c9fc-4eae-97ef-cd3f5d7743fd" "table"="Database" "model"="&{UUID:fbab15ad-c9fc-4eae-97ef-cd3f5d7743fd Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:04:47 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9016bdc5-d90c-4098-b7c6-9a729f275efc" "table"="Logical_Switch" +2021/12/08 17:04:47 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9016bdc5-d90c-4098-b7c6-9a729f275efc" "table"="Logical_Switch" "model"="&{UUID:9016bdc5-d90c-4098-b7c6-9a729f275efc ACLs:[u2596996174] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:sw1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:04:47 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6d1ae93e-4abc-4c57-80a1-2276cbd0993c" "table"="Logical_Switch" +2021/12/08 17:04:47 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6d1ae93e-4abc-4c57-80a1-2276cbd0993c" "table"="Logical_Switch" "model"="&{UUID:6d1ae93e-4abc-4c57-80a1-2276cbd0993c ACLs:[u2596996174 u2596996175] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:sw2 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:04:47 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="da848d46-9f9e-470d-9583-162cb6984649" "table"="Logical_Switch" +2021/12/08 17:04:47 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="da848d46-9f9e-470d-9583-162cb6984649" "table"="Logical_Switch" "model"="&{UUID:da848d46-9f9e-470d-9583-162cb6984649 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:sw3 OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[{9016bdc5-d90c-4098-b7c6-9a729f275efc [u2596996174] [] map[] [] [] [] sw1 map[] [] []}]RESULT &[{6d1ae93e-4abc-4c57-80a1-2276cbd0993c [u2596996174 u2596996175] [] map[] [] [] [] sw2 map[] [] []}]RESULT &[{da848d46-9f9e-470d-9583-162cb6984649 [] [] map[] [] [] [] sw3 map[] [] []}]I1208 17:04:48.144758 17459 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:delete Value:{GoSet:[{GoUUID:u2596996174} {GoUUID:u2596996175}]}}] Timeout:0 Where:[where column _uuid == {9016bdc5-d90c-4098-b7c6-9a729f275efc}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:delete Value:{GoSet:[{GoUUID:u2596996174} {GoUUID:u2596996175}]}}] Timeout:0 Where:[where column _uuid == {6d1ae93e-4abc-4c57-80a1-2276cbd0993c}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:delete Value:{GoSet:[{GoUUID:u2596996174} {GoUUID:u2596996175}]}}] Timeout:0 Where:[where column _uuid == {da848d46-9f9e-470d-9583-162cb6984649}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:04:48 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9016bdc5-d90c-4098-b7c6-9a729f275efc" "table"="Logical_Switch" +2021/12/08 17:04:48 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9016bdc5-d90c-4098-b7c6-9a729f275efc" "table"="Logical_Switch" "old"="&{UUID:9016bdc5-d90c-4098-b7c6-9a729f275efc ACLs:[u2596996174] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:sw1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:9016bdc5-d90c-4098-b7c6-9a729f275efc ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:sw1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:04:48 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6d1ae93e-4abc-4c57-80a1-2276cbd0993c" "table"="Logical_Switch" +2021/12/08 17:04:48 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6d1ae93e-4abc-4c57-80a1-2276cbd0993c" "table"="Logical_Switch" "old"="&{UUID:6d1ae93e-4abc-4c57-80a1-2276cbd0993c ACLs:[u2596996174 u2596996175] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:sw2 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:6d1ae93e-4abc-4c57-80a1-2276cbd0993c ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:sw2 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:04:48 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="da848d46-9f9e-470d-9583-162cb6984649" "table"="Logical_Switch" +2021/12/08 17:04:48 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9016bdc5-d90c-4098-b7c6-9a729f275efc" "table"="Logical_Switch" +2021/12/08 17:04:48 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9016bdc5-d90c-4098-b7c6-9a729f275efc" "table"="Logical_Switch" "old"="&{UUID:9016bdc5-d90c-4098-b7c6-9a729f275efc ACLs:[u2596996174] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:sw1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:9016bdc5-d90c-4098-b7c6-9a729f275efc ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:sw1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:04:48 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6d1ae93e-4abc-4c57-80a1-2276cbd0993c" "table"="Logical_Switch" +2021/12/08 17:04:48 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6d1ae93e-4abc-4c57-80a1-2276cbd0993c" "table"="Logical_Switch" "old"="&{UUID:6d1ae93e-4abc-4c57-80a1-2276cbd0993c ACLs:[u2596996174 u2596996175] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:sw2 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:6d1ae93e-4abc-4c57-80a1-2276cbd0993c ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:sw2 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:04:48 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="da848d46-9f9e-470d-9583-162cb6984649" "table"="Logical_Switch" +=== RUN TestRemoveACLsFromSwitches/remove_acl_on_no_switches +2021/12/08 17:04:48 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b774eb98-4e3c-4be0-b162-b86408f98e3c" "table"="Database" +2021/12/08 17:04:48 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b774eb98-4e3c-4be0-b162-b86408f98e3c" "table"="Database" "model"="&{UUID:b774eb98-4e3c-4be0-b162-b86408f98e3c Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:04:48 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4306c4ba-ed25-4416-8c00-aa1efbb9cd1e" "table"="Logical_Switch" +2021/12/08 17:04:48 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4306c4ba-ed25-4416-8c00-aa1efbb9cd1e" "table"="Logical_Switch" "model"="&{UUID:4306c4ba-ed25-4416-8c00-aa1efbb9cd1e ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:sw3 OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[]--- PASS: TestRemoveACLsFromSwitches (0.71s) + --- PASS: TestRemoveACLsFromSwitches/remove_acl_on_two_switches (0.38s) + --- PASS: TestRemoveACLsFromSwitches/remove_acl_on_no_switches (0.33s) +PASS +ok github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops 10.070s +go test -mod=vendor -test.v -race github.com/ovn-org/ovn-kubernetes/go-controller/pkg/metrics +I1208 17:04:51.924195 17834 ovs.go:93] Maximum command line arguments set to: 191102 +=== RUN Test_parseStopwatchShowOutput +=== RUN Test_parseStopwatchShowOutput/should_return_all_metrics +=== RUN Test_parseStopwatchShowOutput/should_return_all_metrics,_even_if_nor_ordered +=== RUN Test_parseStopwatchShowOutput/should_be_able_to_parse_only_one_metric +=== RUN Test_parseStopwatchShowOutput/should_be_able_to_parse_output_with_missing_metrics +=== RUN Test_parseStopwatchShowOutput/should_be_able_to_ignore_empty_output +=== RUN Test_parseStopwatchShowOutput/should_be_able_to_ignore_wrong_output +--- PASS: Test_parseStopwatchShowOutput (0.01s) + --- PASS: Test_parseStopwatchShowOutput/should_return_all_metrics (0.00s) + --- PASS: Test_parseStopwatchShowOutput/should_return_all_metrics,_even_if_nor_ordered (0.00s) + --- PASS: Test_parseStopwatchShowOutput/should_be_able_to_parse_only_one_metric (0.00s) + --- PASS: Test_parseStopwatchShowOutput/should_be_able_to_parse_output_with_missing_metrics (0.00s) + --- PASS: Test_parseStopwatchShowOutput/should_be_able_to_ignore_empty_output (0.00s) + --- PASS: Test_parseStopwatchShowOutput/should_be_able_to_ignore_wrong_output (0.00s) +PASS +ok github.com/ovn-org/ovn-kubernetes/go-controller/pkg/metrics 0.489s +go test -mod=vendor -test.v -race github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node -ginkgo.v -ginkgo.reportFile ./_artifacts/junit-pkg_node.xml +I1208 17:04:58.821828 18578 ovs.go:93] Maximum command line arguments set to: 191102 +=== RUN TestNodeSuite +Running Suite: Node Suite +========================= +Random Seed: 1638983098 +Will run 81 of 81 specs + +Node Operations on add service + should open a port for ExternalIP + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/port_claim_test.go:113 +• +------------------------------ +Node Operations on add service + should open a NodePort + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/port_claim_test.go:149 +• +------------------------------ +Node Operations on add service + should open a NodePort and port for ExternalIP + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/port_claim_test.go:185 +• +------------------------------ +Node Operations on add service + should open per protocol NodePorts and ExternalIPs ports + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/port_claim_test.go:223 +• +------------------------------ +Node Operations on add service + should not open a port for ClusterIP + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/port_claim_test.go:261 +• +------------------------------ +Node Operations on delete service + should not do anything ports for ClusterIP updates + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/port_claim_test.go:295 +• +------------------------------ +Node Operations on delete service + should only remove ports when ExternalIP -> no ExternalIP + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/port_claim_test.go:344 +• +------------------------------ +Node Operations on delete service + should close ports for ExternalIP + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/port_claim_test.go:405 +• +------------------------------ +Node Operations on delete service + should close a NodePort and port for ExternalIP + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/port_claim_test.go:447 +• +------------------------------ +Node Operations on delete service + should close per protocol for NodePort and ExternalIP ports + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/port_claim_test.go:493 +• +------------------------------ +Node Operations on delete service + should close ports for NodePort + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/port_claim_test.go:538 +• +------------------------------ +Node Operations open/close check operations + should open and close ports + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/port_claim_test.go:579 +• +------------------------------ +Gateway unit tests getDPUHostPrimaryIPAddresses + returns Gateway IP/Subnet for kubernetes node IP + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_init_linux_test.go:1107 +• +------------------------------ +Gateway unit tests getDPUHostPrimaryIPAddresses + Fails if node IP is not in host subnets + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_init_linux_test.go:1118 +• +------------------------------ +Gateway unit tests getDPUHostPrimaryIPAddresses + returns node IP with config.Gateway.RouterSubnet subnet + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_init_linux_test.go:1125 +• +------------------------------ +Gateway unit tests getDPUHostPrimaryIPAddresses + Fails if node IP is not in config.Gateway.RouterSubnet subnet + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_init_linux_test.go:1137 +• +------------------------------ +Gateway unit tests getInterfaceByIP + Finds correct interface + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_init_linux_test.go:1147 +• +------------------------------ +Gateway unit tests getInterfaceByIP + Fails if interface not found + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_init_linux_test.go:1171 +• +------------------------------ +Gateway unit tests getInterfaceByIP + Fails if link list call fails + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_init_linux_test.go:1194 +• +------------------------------ +Gateway unit tests configureSvcRouteViaInterface + Configures kubernetes service routes on interface + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_init_linux_test.go:1204 +• +------------------------------ +Gateway unit tests configureSvcRouteViaInterface + Replaces previous kubernetes service routes on interface when MTU changes + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_init_linux_test.go:1231 +• +------------------------------ +Gateway unit tests configureSvcRouteViaInterface + Fails if link route list fails + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_init_linux_test.go:1267 +• +------------------------------ +Gateway unit tests configureSvcRouteViaInterface + Fails if link route add fails + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_init_linux_test.go:1288 +• +------------------------------ +Gateway unit tests configureSvcRouteViaInterface + Fails if link route replace fails + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_init_linux_test.go:1310 +• +------------------------------ +Gateway unit tests configureSvcRouteViaInterface + Fails if link set up fails + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_init_linux_test.go:1339 +• +------------------------------ +Gateway unit tests configureSvcRouteViaInterface + Fails if IP family missmatch + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_init_linux_test.go:1346 +• +------------------------------ +Healthcheck tests checkForStaleOVSInternalPorts bridge has stale ports + removes stale ports from bridge + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/healthcheck_test.go:57 +W1208 17:04:59.303581 18578 healthcheck.go:137] Found stale interface foo, so queuing it to be deleted +W1208 17:04:59.303653 18578 healthcheck.go:137] Found stale interface bar, so queuing it to be deleted +• +------------------------------ +Healthcheck tests checkForStaleOVSInternalPorts bridge does not have stale ports + Does not remove any ports from bridge + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/healthcheck_test.go:74 +• +------------------------------ +Healthcheck tests checkForStaleOVSRepresentorInterfaces bridge has stale representor ports + removes stale VF rep ports from bridge + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/healthcheck_test.go:117 +W1208 17:04:59.306101 18578 healthcheck.go:226] Found stale OVS Interface, deleting OVS Port with interface stale-pod-ifc +• +------------------------------ +Healthcheck tests checkForStaleOVSRepresentorInterfaces bridge does not have stale representor ports + does not remove any port from bridge + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/healthcheck_test.go:139 +• +------------------------------ +Node validateMTU with a cluster in IPv4 mode with the node having a too small MTU + should taint the node + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/node_test.go:88 +• +------------------------------ +Node validateMTU with a cluster in IPv4 mode with the node having a big enough MTU + should untaint the node + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/node_test.go:103 +• +------------------------------ +Node validateMTU with a cluster in IPv6 mode with the node having a too small MTU + should taint the node + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/node_test.go:125 +• +------------------------------ +Node validateMTU with a cluster in IPv6 mode with the node having a big enough MTU + should untaint the node + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/node_test.go:140 +• +------------------------------ +Node validateMTU with a cluster in dual-stack mode with the node having a too small MTU + should taint the node + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/node_test.go:162 +• +------------------------------ +Node validateMTU with a cluster in dual-stack mode with the node having a big enough MTU + should untaint the node + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/node_test.go:177 +• +------------------------------ +Node Node Operations + sets correct OVN external IDs + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/node_test.go:224 +2021/12/08 17:04:59 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c592074f-f258-4b5d-8ef0-e4ff5d6b42d8" "table"="Database" +2021/12/08 17:04:59 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c592074f-f258-4b5d-8ef0-e4ff5d6b42d8" "table"="Database" "model"="&{UUID:c592074f-f258-4b5d-8ef0-e4ff5d6b42d8 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +2021/12/08 17:04:59 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4f9d4c20-82c1-4270-9854-0d5dda4002bf" "table"="Encap" +2021/12/08 17:04:59 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4f9d4c20-82c1-4270-9854-0d5dda4002bf" "table"="Encap" "model"="&{UUID:4f9d4c20-82c1-4270-9854-0d5dda4002bf ChassisName:1a3dfc82-2749-4931-9190-c30e7c0ecea3 IP: Options:map[] Type:}" +I1208 17:04:59.612146 18578 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:04:59.612356 18578 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:04:59.612451 18578 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:04:59.612528 18578 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:04:59.612609 18578 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:04:59.612803 18578 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:04:59.612892 18578 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc000500600} +I1208 17:04:59.613024 18578 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc000500600} +I1208 17:04:59.613101 18578 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:04:59.613185 18578 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:04:59.613428 18578 ovs.go:204] exec(7): /fake-bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-encap-type=geneve external_ids:ovn-encap-ip=1.2.5.6 external_ids:ovn-remote-probe-interval=100000 external_ids:ovn-openflow-probe-interval=180 external_ids:hostname="cannot.be.resolv.ed" external_ids:ovn-monitor-all=true external_ids:ovn-enable-lflow-cache=true +I1208 17:04:59.613490 18578 ovs.go:207] exec(7): stdout: "" +I1208 17:04:59.613532 18578 ovs.go:208] exec(7): stderr: "" +I1208 17:04:59.613662 18578 ovs.go:204] exec(8): /fake-bin/ovs-vsctl --timeout=15 -- clear bridge br-int netflow -- clear bridge br-int sflow -- clear bridge br-int ipfix +I1208 17:04:59.613725 18578 ovs.go:207] exec(8): stdout: "" +I1208 17:04:59.613763 18578 ovs.go:208] exec(8): stderr: "" +• +------------------------------ +Node Node Operations + sets non-default OVN encap port + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/node_test.go:281 +2021/12/08 17:04:59 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cb8bed58-3c21-4331-a1a0-b68fb6d7b6a7" "table"="Database" +2021/12/08 17:04:59 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cb8bed58-3c21-4331-a1a0-b68fb6d7b6a7" "table"="Database" "model"="&{UUID:cb8bed58-3c21-4331-a1a0-b68fb6d7b6a7 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +2021/12/08 17:04:59 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cd002843-3795-4741-8f42-32ebf4fd9b09" "table"="Encap" +2021/12/08 17:04:59 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cd002843-3795-4741-8f42-32ebf4fd9b09" "table"="Encap" "model"="&{UUID:cd002843-3795-4741-8f42-32ebf4fd9b09 ChassisName:1a3dfc82-2749-4931-9190-c30e7c0ecea3 IP: Options:map[] Type:}" +I1208 17:04:59.796295 18578 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="unix:///tmp/ovsdb-b30ff6eba329ea4e40bdf4206bc99034" +I1208 17:04:59.880196 18578 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:04:59.886000 18578 client.go:221] "msg"="successfully connected" "database"="OVN_Southbound" "endpoint"="unix:/tmp/ovsdb-b30ff6eba329ea4e40bdf4206bc99034" +I1208 17:04:59.895784 18578 cache.go:625] cache "msg"="processing update" "database"="OVN_Southbound" "table"="Database" "uuid"="cb8bed58-3c21-4331-a1a0-b68fb6d7b6a7" +I1208 17:04:59.896245 18578 cache.go:632] cache "msg"="creating row" "database"="OVN_Southbound" "table"="Database" "uuid"="cb8bed58-3c21-4331-a1a0-b68fb6d7b6a7" "model"="&{UUID:cb8bed58-3c21-4331-a1a0-b68fb6d7b6a7 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:04:59.907981 18578 cache.go:625] cache "msg"="processing update" "database"="OVN_Southbound" "table"="Encap" "uuid"="cd002843-3795-4741-8f42-32ebf4fd9b09" +I1208 17:04:59.908381 18578 cache.go:632] cache "msg"="creating row" "database"="OVN_Southbound" "table"="Encap" "uuid"="cd002843-3795-4741-8f42-32ebf4fd9b09" "model"="&{UUID:cd002843-3795-4741-8f42-32ebf4fd9b09 ChassisName:1a3dfc82-2749-4931-9190-c30e7c0ecea3 IP: Options:map[] Type:}" +I1208 17:04:59.921050 18578 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:04:59.921273 18578 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:04:59.921382 18578 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:04:59.921472 18578 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:04:59.921542 18578 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:04:59.921703 18578 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:04:59.921859 18578 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc000500e40} +I1208 17:04:59.921965 18578 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc000500e40} +I1208 17:04:59.922090 18578 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:04:59.922191 18578 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:04:59.922478 18578 ovs.go:204] exec(9): /fake-bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-encap-type=geneve external_ids:ovn-encap-ip=1.2.5.6 external_ids:ovn-remote-probe-interval=100000 external_ids:ovn-openflow-probe-interval=180 external_ids:hostname="cannot.be.resolv.ed" external_ids:ovn-monitor-all=true external_ids:ovn-enable-lflow-cache=true +I1208 17:04:59.922545 18578 ovs.go:207] exec(9): stdout: "" +I1208 17:04:59.922598 18578 ovs.go:208] exec(9): stderr: "" +I1208 17:04:59.922721 18578 ovs.go:204] exec(10): /fake-bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:system-id +I1208 17:04:59.922782 18578 ovs.go:207] exec(10): stdout: "1a3dfc82-2749-4931-9190-c30e7c0ecea3" +I1208 17:04:59.922858 18578 ovs.go:208] exec(10): stderr: "" +RESULT &[{cd002843-3795-4741-8f42-32ebf4fd9b09 1a3dfc82-2749-4931-9190-c30e7c0ecea3 map[] }]I1208 17:04:59.923432 18578 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Encap Row:map[] Rows:[] Columns:[] Mutations:[{Column:options Mutator:insert Value:{GoMap:map[dst_port:666]}}] Timeout:0 Where:[where column _uuid == {cd002843-3795-4741-8f42-32ebf4fd9b09}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:04:59.923798 18578 transact.go:41] Configuring OVN: [{Op:mutate Table:Encap Row:map[] Rows:[] Columns:[] Mutations:[{Column:options Mutator:insert Value:{GoMap:map[dst_port:666]}}] Timeout:0 Where:[where column _uuid == {cd002843-3795-4741-8f42-32ebf4fd9b09}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:04:59.924404 18578 client.go:725] "msg"="transacting operations" "database"="OVN_Southbound" "operations"="[{Op:mutate Table:Encap Row:map[] Rows:[] Columns:[] Mutations:[{Column:options Mutator:insert Value:{GoMap:map[dst_port:666]}}] Timeout:0 Where:[where column _uuid == {cd002843-3795-4741-8f42-32ebf4fd9b09}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:04:59 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cd002843-3795-4741-8f42-32ebf4fd9b09" "table"="Encap" +2021/12/08 17:04:59 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="cd002843-3795-4741-8f42-32ebf4fd9b09" "table"="Encap" "old"="&{UUID:cd002843-3795-4741-8f42-32ebf4fd9b09 ChassisName:1a3dfc82-2749-4931-9190-c30e7c0ecea3 IP: Options:map[] Type:}" "new"="&{UUID:cd002843-3795-4741-8f42-32ebf4fd9b09 ChassisName:1a3dfc82-2749-4931-9190-c30e7c0ecea3 IP: Options:map[dst_port:666] Type:}" +I1208 17:04:59.938632 18578 cache.go:625] cache "msg"="processing update" "database"="OVN_Southbound" "table"="Encap" "uuid"="cd002843-3795-4741-8f42-32ebf4fd9b09" +I1208 17:04:59.939555 18578 cache.go:658] cache "msg"="updating row" "database"="OVN_Southbound" "table"="Encap" "uuid"="cd002843-3795-4741-8f42-32ebf4fd9b09" "new"="&{UUID:cd002843-3795-4741-8f42-32ebf4fd9b09 ChassisName:1a3dfc82-2749-4931-9190-c30e7c0ecea3 IP: Options:map[dst_port:666] Type:}" "old"="&{UUID:cd002843-3795-4741-8f42-32ebf4fd9b09 ChassisName:1a3dfc82-2749-4931-9190-c30e7c0ecea3 IP: Options:map[] Type:}" +2021/12/08 17:04:59 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cd002843-3795-4741-8f42-32ebf4fd9b09" "table"="Encap" +2021/12/08 17:04:59 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="cd002843-3795-4741-8f42-32ebf4fd9b09" "table"="Encap" "old"="&{UUID:cd002843-3795-4741-8f42-32ebf4fd9b09 ChassisName:1a3dfc82-2749-4931-9190-c30e7c0ecea3 IP: Options:map[] Type:}" "new"="&{UUID:cd002843-3795-4741-8f42-32ebf4fd9b09 ChassisName:1a3dfc82-2749-4931-9190-c30e7c0ecea3 IP: Options:map[dst_port:666] Type:}" +I1208 17:04:59.942818 18578 ovs.go:204] exec(11): /fake-bin/ovs-vsctl --timeout=15 -- clear bridge br-int netflow -- clear bridge br-int sflow -- clear bridge br-int ipfix +I1208 17:04:59.942937 18578 ovs.go:207] exec(11): stdout: "" +I1208 17:04:59.943023 18578 ovs.go:208] exec(11): stderr: "" +• +------------------------------ +Node Node Operations + sets non-default logical flow cache limits + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/node_test.go:356 +2021/12/08 17:05:00 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="47f68601-d14c-4bbc-976d-25f87bddea8a" "table"="Database" +2021/12/08 17:05:00 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="47f68601-d14c-4bbc-976d-25f87bddea8a" "table"="Database" "model"="&{UUID:47f68601-d14c-4bbc-976d-25f87bddea8a Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +2021/12/08 17:05:00 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2723304c-7fbe-4442-ad76-e1a82aa004cf" "table"="Encap" +2021/12/08 17:05:00 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2723304c-7fbe-4442-ad76-e1a82aa004cf" "table"="Encap" "model"="&{UUID:2723304c-7fbe-4442-ad76-e1a82aa004cf ChassisName:1a3dfc82-2749-4931-9190-c30e7c0ecea3 IP: Options:map[] Type:}" +I1208 17:05:00.115834 18578 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="unix:///tmp/ovsdb-fe5cf53f10a872950a78bbd48b8d3b4f" +I1208 17:05:00.201899 18578 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:05:00.211814 18578 client.go:221] "msg"="successfully connected" "database"="OVN_Southbound" "endpoint"="unix:/tmp/ovsdb-fe5cf53f10a872950a78bbd48b8d3b4f" +I1208 17:05:00.217806 18578 cache.go:625] cache "msg"="processing update" "database"="OVN_Southbound" "table"="Database" "uuid"="47f68601-d14c-4bbc-976d-25f87bddea8a" +I1208 17:05:00.218323 18578 cache.go:632] cache "msg"="creating row" "database"="OVN_Southbound" "table"="Database" "uuid"="47f68601-d14c-4bbc-976d-25f87bddea8a" "model"="&{UUID:47f68601-d14c-4bbc-976d-25f87bddea8a Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:00.227113 18578 cache.go:625] cache "msg"="processing update" "database"="OVN_Southbound" "table"="Encap" "uuid"="2723304c-7fbe-4442-ad76-e1a82aa004cf" +I1208 17:05:00.227619 18578 cache.go:632] cache "msg"="creating row" "database"="OVN_Southbound" "table"="Encap" "uuid"="2723304c-7fbe-4442-ad76-e1a82aa004cf" "model"="&{UUID:2723304c-7fbe-4442-ad76-e1a82aa004cf ChassisName:1a3dfc82-2749-4931-9190-c30e7c0ecea3 IP: Options:map[] Type:}" +I1208 17:05:00.241379 18578 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:05:00.241599 18578 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:05:00.241704 18578 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:05:00.241790 18578 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:05:00.241857 18578 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:05:00.242017 18578 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:05:00.242168 18578 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc00040c900} +I1208 17:05:00.242319 18578 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc00040c900} +I1208 17:05:00.242441 18578 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:05:00.242533 18578 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:05:00.242813 18578 ovs.go:204] exec(12): /fake-bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-encap-type=geneve external_ids:ovn-encap-ip=1.2.5.6 external_ids:ovn-remote-probe-interval=100000 external_ids:ovn-openflow-probe-interval=180 external_ids:hostname="cannot.be.resolv.ed" external_ids:ovn-monitor-all=true external_ids:ovn-enable-lflow-cache=false external_ids:ovn-limit-lflow-cache=1000 external_ids:ovn-limit-lflow-cache-kb=100000 +I1208 17:05:00.242881 18578 ovs.go:207] exec(12): stdout: "" +I1208 17:05:00.242932 18578 ovs.go:208] exec(12): stderr: "" +I1208 17:05:00.243067 18578 ovs.go:204] exec(13): /fake-bin/ovs-vsctl --timeout=15 -- clear bridge br-int netflow -- clear bridge br-int sflow -- clear bridge br-int ipfix +I1208 17:05:00.243125 18578 ovs.go:207] exec(13): stdout: "" +I1208 17:05:00.243174 18578 ovs.go:208] exec(13): stderr: "" +• +------------------------------ +Management Port Operations Management Port, ovnkube node mode full + sets up the management port for IPv4 clusters + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/management-port_linux_test.go:452 +I1208 17:05:00.261696 18578 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.1.0.0/16 ClusterSubnets:[{CIDR:10.1.0.0/16 HostSubnetLength:24}]} +I1208 17:05:00.261923 18578 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:05:00.262067 18578 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:05:00.262184 18578 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:05:00.262310 18578 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:05:00.262503 18578 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:05:00.262659 18578 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc0003d42a0} +I1208 17:05:00.262791 18578 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc0003d42a0} +I1208 17:05:00.262940 18578 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:05:00.263042 18578 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:05:00.263761 18578 ovs.go:204] exec(14): /fake-bin/ovs-vsctl --timeout=15 -- --if-exists del-port br-int k8s-node1 -- --may-exist add-port br-int ovn-k8s-mp0 -- set interface ovn-k8s-mp0 type=internal mtu_request=1400 external-ids:iface-id=k8s-node1 +I1208 17:05:00.263870 18578 ovs.go:207] exec(14): stdout: "" +I1208 17:05:00.263962 18578 ovs.go:208] exec(14): stderr: "" +I1208 17:05:00.264107 18578 ovs.go:204] exec(15): /fake-bin/ovs-vsctl --timeout=15 --if-exists get interface ovn-k8s-mp0 mac_in_use +I1208 17:05:00.264185 18578 ovs.go:207] exec(15): stdout: "00:00:00:55:66:77" +I1208 17:05:00.264324 18578 ovs.go:208] exec(15): stderr: "" +I1208 17:05:00.264499 18578 ovs.go:204] exec(16): /fake-bin/ovs-vsctl --timeout=15 set interface ovn-k8s-mp0 mac=00\:00\:00\:55\:66\:77 +I1208 17:05:00.264580 18578 ovs.go:207] exec(16): stdout: "" +I1208 17:05:00.264651 18578 ovs.go:208] exec(16): stderr: "" +I1208 17:05:00.267538 18578 kube.go:93] Setting annotations map[k8s.ovn.org/node-mgmt-port-mac-address:00:00:00:55:66:77] on node node1 +I1208 17:05:00.273672 18578 ovs.go:204] exec(17): /fake-bin/ovs-vsctl --timeout=15 --if-exists get interface ovn-k8s-mp0 ofport +I1208 17:05:00.273813 18578 ovs.go:207] exec(17): stdout: "1" +I1208 17:05:00.273902 18578 ovs.go:208] exec(17): stderr: "" +I1208 17:05:00.274020 18578 ovs.go:204] exec(18): /fake-bin/ovs-ofctl --no-stats --no-names dump-flows br-int table=65,out_port=1 +I1208 17:05:00.274101 18578 ovs.go:207] exec(18): stdout: " table=65, priority=100,reg15=0x2,metadata=0x2 actions=output:1" +I1208 17:05:00.274223 18578 ovs.go:208] exec(18): stderr: "" +I1208 17:05:00.274302 18578 management-port.go:130] Management port is ready +• +------------------------------ +Management Port Operations Management Port, ovnkube node mode full + sets up the management port for IPv6 clusters + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/management-port_linux_test.go:476 +I1208 17:05:00.292941 18578 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:fda6::/48 ClusterSubnets:[{CIDR:fda6::/48 HostSubnetLength:64}]} +I1208 17:05:00.293177 18578 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:05:00.293301 18578 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:05:00.293394 18578 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:05:00.293463 18578 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR:fc95::/64 RawServiceCIDRs:fc95::/64 ServiceCIDRs:[fc95::/64] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:05:00.293628 18578 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:05:00.293749 18578 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc0011ba1e0} +I1208 17:05:00.293864 18578 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc0011ba1e0} +I1208 17:05:00.293968 18578 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:05:00.294047 18578 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:05:00.294619 18578 ovs.go:204] exec(19): /fake-bin/ovs-vsctl --timeout=15 -- --if-exists del-port br-int k8s-node1 -- --may-exist add-port br-int ovn-k8s-mp0 -- set interface ovn-k8s-mp0 type=internal mtu_request=1400 external-ids:iface-id=k8s-node1 +I1208 17:05:00.294716 18578 ovs.go:207] exec(19): stdout: "" +I1208 17:05:00.294793 18578 ovs.go:208] exec(19): stderr: "" +I1208 17:05:00.294926 18578 ovs.go:204] exec(20): /fake-bin/ovs-vsctl --timeout=15 --if-exists get interface ovn-k8s-mp0 mac_in_use +I1208 17:05:00.295011 18578 ovs.go:207] exec(20): stdout: "00:00:00:55:66:77" +I1208 17:05:00.295080 18578 ovs.go:208] exec(20): stderr: "" +I1208 17:05:00.295288 18578 ovs.go:204] exec(21): /fake-bin/ovs-vsctl --timeout=15 set interface ovn-k8s-mp0 mac=00\:00\:00\:55\:66\:77 +I1208 17:05:00.295356 18578 ovs.go:207] exec(21): stdout: "" +I1208 17:05:00.295410 18578 ovs.go:208] exec(21): stderr: "" +I1208 17:05:00.299182 18578 kube.go:93] Setting annotations map[k8s.ovn.org/node-mgmt-port-mac-address:00:00:00:55:66:77] on node node1 +I1208 17:05:00.300293 18578 ovs.go:204] exec(22): /fake-bin/ovs-vsctl --timeout=15 --if-exists get interface ovn-k8s-mp0 ofport +I1208 17:05:00.300357 18578 ovs.go:207] exec(22): stdout: "1" +I1208 17:05:00.300391 18578 ovs.go:208] exec(22): stderr: "" +I1208 17:05:00.300455 18578 ovs.go:204] exec(23): /fake-bin/ovs-ofctl --no-stats --no-names dump-flows br-int table=65,out_port=1 +I1208 17:05:00.300492 18578 ovs.go:207] exec(23): stdout: " table=65, priority=100,reg15=0x2,metadata=0x2 actions=output:1" +I1208 17:05:00.300545 18578 ovs.go:208] exec(23): stderr: "" +I1208 17:05:00.300583 18578 management-port.go:130] Management port is ready +• +------------------------------ +Management Port Operations Management Port, ovnkube node mode full + sets up the management port for dual-stack clusters + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/management-port_linux_test.go:502 +I1208 17:05:00.317965 18578 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.1.0.0/16,fda6::/48 ClusterSubnets:[{CIDR:10.1.0.0/16 HostSubnetLength:24} {CIDR:fda6::/48 HostSubnetLength:64}]} +I1208 17:05:00.318240 18578 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:05:00.318363 18578 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:05:00.318476 18578 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:05:00.318588 18578 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR:172.16.1.0/24,fc95::/64 RawServiceCIDRs:172.16.1.0/24,fc95::/64 ServiceCIDRs:[172.16.1.0/24 fc95::/64] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:05:00.318811 18578 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:05:00.318966 18578 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc0011ba5a0} +I1208 17:05:00.319107 18578 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc0011ba5a0} +I1208 17:05:00.319238 18578 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:05:00.319364 18578 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:05:00.319998 18578 ovs.go:204] exec(24): /fake-bin/ovs-vsctl --timeout=15 -- --if-exists del-port br-int k8s-node1 -- --may-exist add-port br-int ovn-k8s-mp0 -- set interface ovn-k8s-mp0 type=internal mtu_request=1400 external-ids:iface-id=k8s-node1 +I1208 17:05:00.320106 18578 ovs.go:207] exec(24): stdout: "" +I1208 17:05:00.320170 18578 ovs.go:208] exec(24): stderr: "" +I1208 17:05:00.320385 18578 ovs.go:204] exec(25): /fake-bin/ovs-vsctl --timeout=15 --if-exists get interface ovn-k8s-mp0 mac_in_use +I1208 17:05:00.320467 18578 ovs.go:207] exec(25): stdout: "00:00:00:55:66:77" +I1208 17:05:00.320550 18578 ovs.go:208] exec(25): stderr: "" +I1208 17:05:00.320777 18578 ovs.go:204] exec(26): /fake-bin/ovs-vsctl --timeout=15 set interface ovn-k8s-mp0 mac=00\:00\:00\:55\:66\:77 +I1208 17:05:00.320847 18578 ovs.go:207] exec(26): stdout: "" +I1208 17:05:00.320913 18578 ovs.go:208] exec(26): stderr: "" +I1208 17:05:00.325417 18578 kube.go:93] Setting annotations map[k8s.ovn.org/node-mgmt-port-mac-address:00:00:00:55:66:77] on node node1 +I1208 17:05:00.327632 18578 ovs.go:204] exec(27): /fake-bin/ovs-vsctl --timeout=15 --if-exists get interface ovn-k8s-mp0 ofport +I1208 17:05:00.327769 18578 ovs.go:207] exec(27): stdout: "1" +I1208 17:05:00.327879 18578 ovs.go:208] exec(27): stderr: "" +I1208 17:05:00.328063 18578 ovs.go:204] exec(28): /fake-bin/ovs-ofctl --no-stats --no-names dump-flows br-int table=65,out_port=1 +I1208 17:05:00.328165 18578 ovs.go:207] exec(28): stdout: " table=65, priority=100,reg15=0x2,metadata=0x2 actions=output:1" +I1208 17:05:00.328308 18578 ovs.go:208] exec(28): stderr: "" +I1208 17:05:00.328399 18578 management-port.go:130] Management port is ready +• +------------------------------ +Management Port Operations Management Port, ovnkube node mode dpu + sets up the management port for IPv4 dpu clusters + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/management-port_linux_test.go:553 +I1208 17:05:00.346656 18578 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.1.0.0/16 ClusterSubnets:[{CIDR:10.1.0.0/16 HostSubnetLength:24}]} +I1208 17:05:00.346902 18578 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:05:00.347018 18578 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:05:00.347134 18578 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:05:00.347223 18578 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR:172.16.1.0/24 RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:05:00.347446 18578 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:05:00.347591 18578 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc0011ba840} +I1208 17:05:00.347722 18578 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc0011ba840} +I1208 17:05:00.347836 18578 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:05:00.347922 18578 config.go:1709] Ovnkube Node config: {Mode:dpu MgmtPortNetdev:pf0vf0 DisableOVNIfaceIdVer:false} +I1208 17:05:00.348751 18578 management-port-dpu.go:44] Create management port dpu: pf0vf0 +I1208 17:05:00.366076 18578 ovs.go:204] exec(29): /fake-bin/ovs-vsctl --timeout=15 -- --may-exist add-port br-int ovn-k8s-mp0 -- set interface ovn-k8s-mp0 external-ids:iface-id=k8s-node1 +I1208 17:05:00.366190 18578 ovs.go:207] exec(29): stdout: "" +I1208 17:05:00.366283 18578 ovs.go:208] exec(29): stderr: "" +I1208 17:05:00.366807 18578 kube.go:93] Setting annotations map[k8s.ovn.org/node-mgmt-port-mac-address:0a:58:0a:01:01:02] on node node1 +I1208 17:05:00.369058 18578 ovs.go:204] exec(30): /fake-bin/ovs-vsctl --timeout=15 --if-exists get interface ovn-k8s-mp0 ofport +I1208 17:05:00.369199 18578 ovs.go:207] exec(30): stdout: "1" +I1208 17:05:00.369293 18578 ovs.go:208] exec(30): stderr: "" +I1208 17:05:00.369467 18578 ovs.go:204] exec(31): /fake-bin/ovs-ofctl --no-stats --no-names dump-flows br-int table=65,out_port=1 +I1208 17:05:00.369570 18578 ovs.go:207] exec(31): stdout: " table=65, priority=100,reg15=0x2,metadata=0x2 actions=output:1" +I1208 17:05:00.369729 18578 ovs.go:208] exec(31): stderr: "" +I1208 17:05:00.369802 18578 management-port.go:130] Management port is ready +• +------------------------------ +Management Port Operations Management Port, ovnkube node mode dpu-host + sets up the management port for IPv4 dpu-host clusters + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/management-port_linux_test.go:594 +I1208 17:05:00.396422 18578 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.1.0.0/16 ClusterSubnets:[{CIDR:10.1.0.0/16 HostSubnetLength:24}]} +I1208 17:05:00.396646 18578 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:05:00.396766 18578 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:05:00.396853 18578 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:05:00.396920 18578 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR:172.16.1.0/24 RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:05:00.397076 18578 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:05:00.397208 18578 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc00091cfc0} +I1208 17:05:00.397335 18578 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc00091cfc0} +I1208 17:05:00.397440 18578 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:05:00.397517 18578 config.go:1709] Ovnkube Node config: {Mode:dpu-host MgmtPortNetdev:pf0vf0 DisableOVNIfaceIdVer:false} +I1208 17:05:00.398396 18578 management-port-dpu.go:129] Setup management port dpu host: pf0vf0 +• +------------------------------ +Mananagement port DPU tests Create Management port DPU + Fails if representor and ovn-k8s-mp0 netdev is not found + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/management-port_dpu_test.go:51 +• +------------------------------ +Mananagement port DPU tests Create Management port DPU + Fails if set Name to ovn-k8s-mp0 fails + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/management-port_dpu_test.go:64 +I1208 17:05:00.420949 18578 management-port-dpu.go:44] Create management port dpu: enp3s0f0v0 +• +------------------------------ +Mananagement port DPU tests Create Management port DPU + Configures VF representor and connects it to OVS bridge + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/management-port_dpu_test.go:80 +I1208 17:05:00.428997 18578 management-port-dpu.go:44] Create management port dpu: enp3s0f0v0 +I1208 17:05:00.435599 18578 ovs.go:204] exec(32): /fake-bin/ovs-vsctl --timeout=15 -- --may-exist add-port br-int ovn-k8s-mp0 -- set interface ovn-k8s-mp0 external-ids:iface-id=k8s-k8s-worker0 +I1208 17:05:00.435709 18578 ovs.go:207] exec(32): stdout: "" +I1208 17:05:00.435801 18578 ovs.go:208] exec(32): stderr: "" +• +------------------------------ +Mananagement port DPU tests Create Management port DPU + Brings interface up and attemps to add ovn-k8s-mp0 to OVS if interface already configured + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/management-port_dpu_test.go:111 +I1208 17:05:00.440922 18578 management-port-dpu.go:44] Create management port dpu: ovn-k8s-mp0 +I1208 17:05:00.443426 18578 ovs.go:204] exec(33): /fake-bin/ovs-vsctl --timeout=15 -- --may-exist add-port br-int ovn-k8s-mp0 -- set interface ovn-k8s-mp0 external-ids:iface-id=k8s-k8s-worker0 +I1208 17:05:00.443529 18578 ovs.go:207] exec(33): stdout: "" +I1208 17:05:00.443641 18578 ovs.go:208] exec(33): stderr: "" +• +------------------------------ +Mananagement port DPU tests Create Management port DPU host + Fails if netdev does not exist + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/management-port_dpu_test.go:143 +• +------------------------------ +Mananagement port DPU tests Create Management port DPU host + Configures VF and calls createPlatformManagementPort + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/management-port_dpu_test.go:156 +I1208 17:05:00.451715 18578 management-port-dpu.go:129] Setup management port dpu host: enp3s0f0v0 +• +------------------------------ +Mananagement port DPU tests Create Management port DPU host + Does not configure VF if already configured + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/management-port_dpu_test.go:189 +I1208 17:05:00.463850 18578 management-port-dpu.go:129] Setup management port dpu host: ovn-k8s-mp0 +• +------------------------------ +Node DPU tests getVfRepName + gets VF representor based on dpu.connection-details Pod annotation + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/node_dpu_test.go:106 +• +------------------------------ +Node DPU tests getVfRepName + Fails if dpu.connection-details annotation is missing from Pod + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/node_dpu_test.go:116 +• +------------------------------ +Node DPU tests addRepPort + Fails if dpu.connection-details Pod annotation is not present + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/node_dpu_test.go:146 +I1208 17:05:00.470443 18578 node_dpu.go:130] Adding VF representor pf0vf9 +• +------------------------------ +Node DPU tests addRepPort + Fails if configure OVS fails + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/node_dpu_test.go:155 +I1208 17:05:00.472057 18578 node_dpu.go:130] Adding VF representor pf0vf9 +I1208 17:05:00.472164 18578 helper_linux.go:267] ConfigureOVS: namespace: foo-ns, podName: a-pod +I1208 17:05:00.472378 18578 node_dpu.go:185] Delete VF representor pf0vf9 port +I1208 17:05:00.473309 18578 ovs.go:204] exec(34): /fake-bin/ovs-vsctl --timeout=15 --if-exists del-port br-int pf0vf9 +I1208 17:05:00.473380 18578 ovs.go:207] exec(34): stdout: "" +I1208 17:05:00.473441 18578 ovs.go:208] exec(34): stderr: "" +I1208 17:05:00.473498 18578 node_dpu.go:202] Port pf0vf9 deleted from bridge br-int +• +------------------------------ +Node DPU tests addRepPort After successfully calling ConfigureOVS Fails if link configuration fails on + LinkByName() + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/node_dpu_test.go:222 +I1208 17:05:00.474990 18578 node_dpu.go:130] Adding VF representor pf0vf9 +I1208 17:05:00.475104 18578 helper_linux.go:267] ConfigureOVS: namespace: foo-ns, podName: a-pod +I1208 17:05:00.475410 18578 ovs.go:117] exec: /fake-bin/ovs-ofctl --timeout=10 --no-stats --strict dump-flows br-int table=9,dl_src= +I1208 17:05:00.475471 18578 ovs.go:126] exec: /fake-bin/ovs-ofctl --timeout=10 --no-stats --strict dump-flows br-int table=9,dl_src=: stdout: "non-empty-output" +I1208 17:05:00.475590 18578 ovs.go:117] exec: /fake-bin/ovs-ofctl --timeout=10 --no-stats --strict dump-flows br-int table=0,in_port=1 +I1208 17:05:00.475638 18578 ovs.go:126] exec: /fake-bin/ovs-ofctl --timeout=10 --no-stats --strict dump-flows br-int table=0,in_port=1: stdout: "non-empty-output" +I1208 17:05:00.475694 18578 node_dpu.go:142] Port pf0vf9 added to bridge br-int +I1208 17:05:00.476192 18578 node_dpu.go:185] Delete VF representor pf0vf9 port +W1208 17:05:00.476618 18578 node_dpu.go:189] Failed to get link device for representor port pf0vf9. failed to get link +I1208 17:05:00.476727 18578 ovs.go:204] exec(35): /fake-bin/ovs-vsctl --timeout=15 --if-exists del-port br-int pf0vf9 +I1208 17:05:00.476774 18578 ovs.go:207] exec(35): stdout: "" +I1208 17:05:00.476827 18578 ovs.go:208] exec(35): stderr: "" +I1208 17:05:00.476870 18578 node_dpu.go:202] Port pf0vf9 deleted from bridge br-int +• +------------------------------ +Node DPU tests addRepPort After successfully calling ConfigureOVS Fails if link configuration fails on + LinkSetMTU() + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/node_dpu_test.go:237 +I1208 17:05:00.478618 18578 node_dpu.go:130] Adding VF representor pf0vf9 +I1208 17:05:00.478720 18578 helper_linux.go:267] ConfigureOVS: namespace: foo-ns, podName: a-pod +I1208 17:05:00.478987 18578 ovs.go:117] exec: /fake-bin/ovs-ofctl --timeout=10 --no-stats --strict dump-flows br-int table=9,dl_src= +I1208 17:05:00.479037 18578 ovs.go:126] exec: /fake-bin/ovs-ofctl --timeout=10 --no-stats --strict dump-flows br-int table=9,dl_src=: stdout: "non-empty-output" +I1208 17:05:00.479130 18578 ovs.go:117] exec: /fake-bin/ovs-ofctl --timeout=10 --no-stats --strict dump-flows br-int table=0,in_port=1 +I1208 17:05:00.479173 18578 ovs.go:126] exec: /fake-bin/ovs-ofctl --timeout=10 --no-stats --strict dump-flows br-int table=0,in_port=1: stdout: "non-empty-output" +I1208 17:05:00.479226 18578 node_dpu.go:142] Port pf0vf9 added to bridge br-int +I1208 17:05:00.480015 18578 node_dpu.go:185] Delete VF representor pf0vf9 port +I1208 17:05:00.480830 18578 ovs.go:204] exec(36): /fake-bin/ovs-vsctl --timeout=15 --if-exists del-port br-int pf0vf9 +I1208 17:05:00.480889 18578 ovs.go:207] exec(36): stdout: "" +I1208 17:05:00.480939 18578 ovs.go:208] exec(36): stderr: "" +I1208 17:05:00.480982 18578 node_dpu.go:202] Port pf0vf9 deleted from bridge br-int +• +------------------------------ +Node DPU tests addRepPort After successfully calling ConfigureOVS Fails if link configuration fails on + LinkSetUp() + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/node_dpu_test.go:254 +I1208 17:05:00.482874 18578 node_dpu.go:130] Adding VF representor pf0vf9 +I1208 17:05:00.482965 18578 helper_linux.go:267] ConfigureOVS: namespace: foo-ns, podName: a-pod +I1208 17:05:00.483230 18578 ovs.go:117] exec: /fake-bin/ovs-ofctl --timeout=10 --no-stats --strict dump-flows br-int table=9,dl_src= +I1208 17:05:00.483293 18578 ovs.go:126] exec: /fake-bin/ovs-ofctl --timeout=10 --no-stats --strict dump-flows br-int table=9,dl_src=: stdout: "non-empty-output" +I1208 17:05:00.483394 18578 ovs.go:117] exec: /fake-bin/ovs-ofctl --timeout=10 --no-stats --strict dump-flows br-int table=0,in_port=1 +I1208 17:05:00.483443 18578 ovs.go:126] exec: /fake-bin/ovs-ofctl --timeout=10 --no-stats --strict dump-flows br-int table=0,in_port=1: stdout: "non-empty-output" +I1208 17:05:00.483495 18578 node_dpu.go:142] Port pf0vf9 added to bridge br-int +I1208 17:05:00.484859 18578 node_dpu.go:185] Delete VF representor pf0vf9 port +I1208 17:05:00.485732 18578 ovs.go:204] exec(37): /fake-bin/ovs-vsctl --timeout=15 --if-exists del-port br-int pf0vf9 +I1208 17:05:00.485779 18578 ovs.go:207] exec(37): stdout: "" +I1208 17:05:00.485826 18578 ovs.go:208] exec(37): stderr: "" +I1208 17:05:00.485877 18578 node_dpu.go:202] Port pf0vf9 deleted from bridge br-int +• +------------------------------ +Node DPU tests addRepPort After successfully calling ConfigureOVS + Sets dpu.connection-status pod annotation on success + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/node_dpu_test.go:273 +I1208 17:05:00.487522 18578 node_dpu.go:130] Adding VF representor pf0vf9 +I1208 17:05:00.487610 18578 helper_linux.go:267] ConfigureOVS: namespace: foo-ns, podName: a-pod +I1208 17:05:00.487857 18578 ovs.go:117] exec: /fake-bin/ovs-ofctl --timeout=10 --no-stats --strict dump-flows br-int table=9,dl_src= +I1208 17:05:00.487902 18578 ovs.go:126] exec: /fake-bin/ovs-ofctl --timeout=10 --no-stats --strict dump-flows br-int table=9,dl_src=: stdout: "non-empty-output" +I1208 17:05:00.487986 18578 ovs.go:117] exec: /fake-bin/ovs-ofctl --timeout=10 --no-stats --strict dump-flows br-int table=0,in_port=1 +I1208 17:05:00.488026 18578 ovs.go:126] exec: /fake-bin/ovs-ofctl --timeout=10 --no-stats --strict dump-flows br-int table=0,in_port=1: stdout: "non-empty-output" +I1208 17:05:00.488094 18578 node_dpu.go:142] Port pf0vf9 added to bridge br-int +• +------------------------------ +Node DPU tests addRepPort After successfully calling ConfigureOVS + cleans up representor port if set pod annotation fails + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/node_dpu_test.go:288 +I1208 17:05:00.491388 18578 node_dpu.go:130] Adding VF representor pf0vf9 +I1208 17:05:00.491479 18578 helper_linux.go:267] ConfigureOVS: namespace: foo-ns, podName: a-pod +I1208 17:05:00.491737 18578 ovs.go:117] exec: /fake-bin/ovs-ofctl --timeout=10 --no-stats --strict dump-flows br-int table=9,dl_src= +I1208 17:05:00.491778 18578 ovs.go:126] exec: /fake-bin/ovs-ofctl --timeout=10 --no-stats --strict dump-flows br-int table=9,dl_src=: stdout: "non-empty-output" +I1208 17:05:00.491852 18578 ovs.go:117] exec: /fake-bin/ovs-ofctl --timeout=10 --no-stats --strict dump-flows br-int table=0,in_port=1 +I1208 17:05:00.491929 18578 ovs.go:126] exec: /fake-bin/ovs-ofctl --timeout=10 --no-stats --strict dump-flows br-int table=0,in_port=1: stdout: "non-empty-output" +I1208 17:05:00.492000 18578 node_dpu.go:142] Port pf0vf9 added to bridge br-int +I1208 17:05:00.493747 18578 node_dpu.go:185] Delete VF representor pf0vf9 port +I1208 17:05:00.494632 18578 ovs.go:204] exec(38): /fake-bin/ovs-vsctl --timeout=15 --if-exists del-port br-int pf0vf9 +I1208 17:05:00.494674 18578 ovs.go:207] exec(38): stdout: "" +I1208 17:05:00.494699 18578 ovs.go:208] exec(38): stderr: "" +I1208 17:05:00.494731 18578 node_dpu.go:202] Port pf0vf9 deleted from bridge br-int +• +------------------------------ +Node DPU tests delRepPort + Sets link down for VF representor and removes VF representor from OVS + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/node_dpu_test.go:319 +I1208 17:05:00.495572 18578 node_dpu.go:185] Delete VF representor pf0vf9 port +I1208 17:05:00.496192 18578 ovs.go:204] exec(39): /fake-bin/ovs-vsctl --timeout=15 --if-exists del-port br-int pf0vf9 +I1208 17:05:00.496230 18578 ovs.go:207] exec(39): stdout: "" +I1208 17:05:00.496271 18578 ovs.go:208] exec(39): stderr: "" +I1208 17:05:00.496316 18578 node_dpu.go:202] Port pf0vf9 deleted from bridge br-int +• +------------------------------ +Node DPU tests delRepPort + Does not fail if LinkByName failed + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/node_dpu_test.go:330 +I1208 17:05:00.496985 18578 node_dpu.go:185] Delete VF representor pf0vf9 port +W1208 17:05:00.497296 18578 node_dpu.go:189] Failed to get link device for representor port pf0vf9. failed to get link +I1208 17:05:00.497369 18578 ovs.go:204] exec(40): /fake-bin/ovs-vsctl --timeout=15 --if-exists del-port br-int pf0vf9 +I1208 17:05:00.497410 18578 ovs.go:207] exec(40): stdout: "" +I1208 17:05:00.497444 18578 ovs.go:208] exec(40): stderr: "" +I1208 17:05:00.497475 18578 node_dpu.go:202] Port pf0vf9 deleted from bridge br-int +• +------------------------------ +Node DPU tests delRepPort + Does not fail if removal of VF representor from OVS fails once + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/node_dpu_test.go:340 +I1208 17:05:00.498230 18578 node_dpu.go:185] Delete VF representor pf0vf9 port +I1208 17:05:00.498889 18578 ovs.go:204] exec(41): /fake-bin/ovs-vsctl --timeout=15 --if-exists del-port br-int pf0vf9 +I1208 17:05:00.498927 18578 ovs.go:207] exec(41): stdout: "" +I1208 17:05:00.498962 18578 ovs.go:208] exec(41): stderr: "" +I1208 17:05:00.498992 18578 ovs.go:210] exec(41): err: ovs command failed +I1208 17:05:00.999668 18578 ovs.go:204] exec(42): /fake-bin/ovs-vsctl --timeout=15 --if-exists del-port br-int pf0vf9 +I1208 17:05:00.999786 18578 ovs.go:207] exec(42): stdout: "" +I1208 17:05:00.999859 18578 ovs.go:208] exec(42): stderr: "" +I1208 17:05:00.999932 18578 node_dpu.go:202] Port pf0vf9 deleted from bridge br-int +• +------------------------------ +Gateway Operations DPU DPU Operations + sets up a shared interface gateway DPU + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_init_linux_test.go:1042 +I1208 17:05:01.023678 18578 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.1.0.0/16 ClusterSubnets:[{CIDR:10.1.0.0/16 HostSubnetLength:24}]} +I1208 17:05:01.023929 18578 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:05:01.024110 18578 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:05:01.024231 18578 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:05:01.024370 18578 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:05:01.024564 18578 config.go:1705] Gateway config: {Mode:shared Interface:brp0 EgressGWInterface: NextHop: VLANID:0 NodeportEnable:true DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:05:01.024724 18578 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc00091d500} +I1208 17:05:01.024866 18578 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc00091d500} +I1208 17:05:01.025012 18578 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:05:01.025124 18578 config.go:1709] Ovnkube Node config: {Mode:dpu MgmtPortNetdev:pf0vf0 DisableOVNIfaceIdVer:false} +I1208 17:05:01.033463 18578 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.033643 18578 reflector.go:255] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.034311 18578 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.034460 18578 reflector.go:255] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.034370 18578 reflector.go:219] Starting reflector *v1.Endpoints (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.034811 18578 reflector.go:219] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.034933 18578 reflector.go:255] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.034732 18578 reflector.go:255] Listing and watching *v1.Endpoints from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.130919 18578 shared_informer.go:270] caches populated +I1208 17:05:01.131217 18578 shared_informer.go:270] caches populated +I1208 17:05:01.131564 18578 shared_informer.go:270] caches populated +I1208 17:05:01.131715 18578 shared_informer.go:270] caches populated +I1208 17:05:01.131817 18578 kube.go:93] Setting annotations map[k8s.ovn.org/node-subnets:{"default":"10.1.1.0/24"}] on node node1 +I1208 17:05:01.133771 18578 helper_linux.go:74] Found default gateway interface brp0 192.168.1.1 +I1208 17:05:01.133862 18578 gateway_shared_intf.go:1072] Creating new shared gateway +I1208 17:05:01.133956 18578 ovs.go:204] exec(43): /fake-bin/ovs-vsctl --timeout=15 port-to-br brp0 +I1208 17:05:01.134007 18578 ovs.go:207] exec(43): stdout: "" +I1208 17:05:01.134049 18578 ovs.go:208] exec(43): stderr: "" +I1208 17:05:01.134081 18578 ovs.go:210] exec(43): err: +I1208 17:05:01.134167 18578 ovs.go:204] exec(44): /fake-bin/ovs-vsctl --timeout=15 br-exists brp0 +I1208 17:05:01.134204 18578 ovs.go:207] exec(44): stdout: "" +I1208 17:05:01.134235 18578 ovs.go:208] exec(44): stderr: "" +I1208 17:05:01.134308 18578 ovs.go:204] exec(45): /fake-bin/ovs-vsctl --timeout=15 list-ports brp0 +I1208 17:05:01.134343 18578 ovs.go:207] exec(45): stdout: "p0" +I1208 17:05:01.134392 18578 ovs.go:208] exec(45): stderr: "" +I1208 17:05:01.134475 18578 ovs.go:204] exec(46): /fake-bin/ovs-vsctl --timeout=15 get Port p0 Interfaces +I1208 17:05:01.134515 18578 ovs.go:207] exec(46): stdout: "p0" +I1208 17:05:01.134546 18578 ovs.go:208] exec(46): stderr: "" +I1208 17:05:01.134614 18578 ovs.go:204] exec(47): /fake-bin/ovs-vsctl --timeout=15 get Interface p0 Type +I1208 17:05:01.134659 18578 ovs.go:207] exec(47): stdout: "system" +I1208 17:05:01.134696 18578 ovs.go:208] exec(47): stderr: "" +I1208 17:05:01.134777 18578 ovs.go:204] exec(48): /fake-bin/ovs-vsctl --timeout=15 get interface p0 ofport +I1208 17:05:01.134812 18578 ovs.go:207] exec(48): stdout: "" +I1208 17:05:01.134841 18578 ovs.go:208] exec(48): stderr: "" +I1208 17:05:01.134922 18578 ovs.go:204] exec(49): /fake-bin/ovs-vsctl --timeout=15 --if-exists get interface brp0 mac_in_use +I1208 17:05:01.134974 18578 ovs.go:207] exec(49): stdout: "11:22:33:44:55:66" +I1208 17:05:01.135015 18578 ovs.go:208] exec(49): stderr: "" +I1208 17:05:01.135097 18578 ovs.go:204] exec(50): /fake-bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:ovn-bridge-mappings +I1208 17:05:01.135133 18578 ovs.go:207] exec(50): stdout: "" +I1208 17:05:01.135165 18578 ovs.go:208] exec(50): stderr: "" +I1208 17:05:01.135244 18578 ovs.go:204] exec(51): /fake-bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-bridge-mappings=physnet:brp0 +I1208 17:05:01.135297 18578 ovs.go:207] exec(51): stdout: "" +I1208 17:05:01.135334 18578 ovs.go:208] exec(51): stderr: "" +I1208 17:05:01.135400 18578 ovs.go:204] exec(52): /fake-bin/ovs-vsctl --timeout=15 list-ports brp0 +I1208 17:05:01.135435 18578 ovs.go:207] exec(52): stdout: "pf0hpf" +I1208 17:05:01.135480 18578 ovs.go:208] exec(52): stderr: "" +I1208 17:05:01.135553 18578 ovs.go:204] exec(53): /fake-bin/ovs-vsctl --timeout=15 get Port pf0hpf Interfaces +I1208 17:05:01.135588 18578 ovs.go:207] exec(53): stdout: "pf0hpf" +I1208 17:05:01.135620 18578 ovs.go:208] exec(53): stderr: "" +I1208 17:05:01.135693 18578 ovs.go:204] exec(54): /fake-bin/ovs-vsctl --timeout=15 get Interface pf0hpf Name +I1208 17:05:01.135734 18578 ovs.go:207] exec(54): stdout: "pf0hpf" +I1208 17:05:01.135776 18578 ovs.go:208] exec(54): stderr: "" +I1208 17:05:01.136520 18578 ovs.go:204] exec(55): /fake-bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:system-id +I1208 17:05:01.136566 18578 ovs.go:207] exec(55): stdout: "cb9ec8fa-b409-4ef3-9f42-d9283c47aac6" +I1208 17:05:01.136615 18578 ovs.go:208] exec(55): stderr: "" +I1208 17:05:01.136680 18578 ovs.go:204] exec(56): /fake-bin/ovs-appctl --timeout=15 dpif/show-dp-features brp0 +I1208 17:05:01.136726 18578 ovs.go:207] exec(56): stdout: "Check pkt length action: Yes" +I1208 17:05:01.136766 18578 ovs.go:208] exec(56): stderr: "" +I1208 17:05:01.137387 18578 gateway_shared_intf.go:1141] Shared Gateway Creation Complete +I1208 17:05:01.137424 18578 gateway_shared_intf.go:1110] Creating Shared Gateway Openflow Manager +I1208 17:05:01.137503 18578 ovs.go:204] exec(57): /fake-bin/ovs-vsctl --timeout=15 get Interface patch-brp0_node1-to-br-int ofport +I1208 17:05:01.137558 18578 ovs.go:207] exec(57): stdout: "5" +I1208 17:05:01.137591 18578 ovs.go:208] exec(57): stderr: "" +I1208 17:05:01.137656 18578 ovs.go:204] exec(58): /fake-bin/ovs-vsctl --timeout=15 get interface p0 ofport +I1208 17:05:01.137689 18578 ovs.go:207] exec(58): stdout: "7" +I1208 17:05:01.137731 18578 ovs.go:208] exec(58): stderr: "" +I1208 17:05:01.137807 18578 ovs.go:204] exec(59): /fake-bin/ovs-vsctl --timeout=15 list-ports brp0 +I1208 17:05:01.137840 18578 ovs.go:207] exec(59): stdout: "pf0hpf" +I1208 17:05:01.137877 18578 ovs.go:208] exec(59): stderr: "" +I1208 17:05:01.137951 18578 ovs.go:204] exec(60): /fake-bin/ovs-vsctl --timeout=15 get Port pf0hpf Interfaces +I1208 17:05:01.137993 18578 ovs.go:207] exec(60): stdout: "pf0hpf" +I1208 17:05:01.138033 18578 ovs.go:208] exec(60): stderr: "" +I1208 17:05:01.138102 18578 ovs.go:204] exec(61): /fake-bin/ovs-vsctl --timeout=15 get Interface pf0hpf Name +I1208 17:05:01.138148 18578 ovs.go:207] exec(61): stdout: "pf0hpf" +I1208 17:05:01.138179 18578 ovs.go:208] exec(61): stderr: "" +I1208 17:05:01.138513 18578 ovs.go:204] exec(62): /fake-bin/ovs-vsctl --timeout=15 get interface pf0hpf ofport +I1208 17:05:01.138563 18578 ovs.go:207] exec(62): stdout: "9" +I1208 17:05:01.138595 18578 ovs.go:208] exec(62): stderr: "" +I1208 17:05:01.139276 18578 node_ip_handler_linux.go:213] Skipping non-useable IP address for host: fe80::6ce0:4fff:fe45:5734 +I1208 17:05:01.139321 18578 node_ip_handler_linux.go:221] Node address annotation being set to: map[192.168.1.101:{}] addrChanged: true +I1208 17:05:01.139403 18578 kube.go:93] Setting annotations map[k8s.ovn.org/host-addresses:["192.168.1.101"]] on node node1 +I1208 17:05:01.140811 18578 gateway_shared_intf.go:1129] Creating Shared Gateway Node Port Watcher +I1208 17:05:01.140901 18578 ovs.go:204] exec(63): /fake-bin/ovs-vsctl --timeout=15 --if-exists get interface patch-brp0_node1-to-br-int ofport +I1208 17:05:01.140948 18578 ovs.go:207] exec(63): stdout: "5" +I1208 17:05:01.141000 18578 ovs.go:208] exec(63): stderr: "" +I1208 17:05:01.141113 18578 ovs.go:204] exec(64): /fake-bin/ovs-vsctl --timeout=15 --if-exists get interface p0 ofport +I1208 17:05:01.141164 18578 ovs.go:207] exec(64): stdout: "7" +I1208 17:05:01.141196 18578 ovs.go:208] exec(64): stderr: "" +I1208 17:05:01.141270 18578 healthcheck.go:276] Gateway OpenFlow sync requested +I1208 17:05:01.141320 18578 factory.go:347] Added *v1.Service event handler 1 +I1208 17:05:01.141393 18578 factory.go:347] Added *v1.Endpoints event handler 2 +I1208 17:05:01.141449 18578 kube.go:93] Setting annotations map[k8s.ovn.org/l3-gateway-config:{"default":{"mode":"shared","interface-id":"brp0_node1","mac-address":"aa:bb:cc:dd:ee:ff","ip-addresses":["192.168.1.10/24"],"ip-address":"192.168.1.10/24","next-hops":["192.168.1.1"],"next-hop":"192.168.1.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/node-chassis-id:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 k8s.ovn.org/node-subnets:{"default":"10.1.1.0/24"}] on node node1 +I1208 17:05:01.145793 18578 node_ip_handler_linux.go:139] Node IP manager is running +I1208 17:05:01.145886 18578 gateway.go:178] Spawning Conntrack Rule Check Thread +I1208 17:05:01.146203 18578 ovs.go:204] exec(65): /fake-bin/ovs-ofctl -O OpenFlow13 --bundle replace-flows brp0 - +I1208 17:05:01.146403 18578 ovs.go:207] exec(65): stdout: "" +I1208 17:05:01.146539 18578 ovs.go:208] exec(65): stderr: "" +I1208 17:05:01.146893 18578 node_ip_handler_linux.go:213] Skipping non-useable IP address for host: 127.0.0.1 +I1208 17:05:01.147060 18578 node_ip_handler_linux.go:221] Node address annotation being set to: map[172.17.0.2:{}] addrChanged: true +I1208 17:05:01.147304 18578 kube.go:93] Setting annotations map[k8s.ovn.org/host-addresses:["172.17.0.2"]] on node node1 +I1208 17:05:01.157115 18578 watch.go:183] Stopping fake watcher. +I1208 17:05:01.157181 18578 watch.go:183] Stopping fake watcher. +I1208 17:05:01.157227 18578 handler.go:142] Sending *v1.Service event handler 1 for removal +I1208 17:05:01.157242 18578 watch.go:183] Stopping fake watcher. +I1208 17:05:01.157146 18578 watch.go:183] Stopping fake watcher. +I1208 17:05:01.157549 18578 reflector.go:225] Stopping reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.157290 18578 reflector.go:225] Stopping reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.157661 18578 reflector.go:225] Stopping reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.157760 18578 reflector.go:225] Stopping reflector *v1.Endpoints (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.158145 18578 handler.go:142] Sending *v1.Endpoints event handler 2 for removal +I1208 17:05:01.158283 18578 handler.go:150] Removed *v1.Service event handler 1 +•I1208 17:05:01.159141 18578 handler.go:150] Removed *v1.Endpoints event handler 2 + +------------------------------ +Gateway Operations DPU DPU Host Operations + sets up a shared interface gateway DPU host + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_init_linux_test.go:1085 +I1208 17:05:01.182367 18578 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.1.0.0/16 ClusterSubnets:[{CIDR:10.1.0.0/16 HostSubnetLength:24}]} +I1208 17:05:01.182669 18578 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:05:01.182852 18578 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:05:01.182967 18578 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:05:01.183072 18578 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:05:01.183322 18578 config.go:1705] Gateway config: {Mode:shared Interface:enp3s0f0 EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:05:01.183461 18578 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc0011bc540} +I1208 17:05:01.183613 18578 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc0011bc540} +I1208 17:05:01.183733 18578 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:05:01.183828 18578 config.go:1709] Ovnkube Node config: {Mode:dpu-host MgmtPortNetdev:pf0vf0 DisableOVNIfaceIdVer:false} +I1208 17:05:01.190906 18578 reflector.go:219] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.191011 18578 reflector.go:219] Starting reflector *v1.Endpoints (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.191060 18578 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.191068 18578 reflector.go:255] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.191174 18578 reflector.go:255] Listing and watching *v1.Endpoints from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.191280 18578 reflector.go:255] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.191753 18578 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.191935 18578 reflector.go:255] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.288344 18578 shared_informer.go:270] caches populated +I1208 17:05:01.288587 18578 shared_informer.go:270] caches populated +I1208 17:05:01.288799 18578 shared_informer.go:270] caches populated +I1208 17:05:01.288969 18578 shared_informer.go:270] caches populated +I1208 17:05:01.289395 18578 gateway_init.go:390] Initializing Shared Gateway Functionality on DPU host +I1208 17:05:01.291597 18578 helper_linux.go:74] Found default gateway interface enp3s0f0 192.168.1.1 +I1208 17:05:01.292889 18578 factory.go:347] Added *v1.Service event handler 1 +I1208 17:05:01.292981 18578 factory.go:347] Added *v1.Endpoints event handler 2 +I1208 17:05:01.293885 18578 watch.go:183] Stopping fake watcher. +I1208 17:05:01.294058 18578 watch.go:183] Stopping fake watcher. +I1208 17:05:01.294135 18578 reflector.go:225] Stopping reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.294141 18578 watch.go:183] Stopping fake watcher. +I1208 17:05:01.294317 18578 reflector.go:225] Stopping reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.293977 18578 watch.go:183] Stopping fake watcher. +I1208 17:05:01.294446 18578 reflector.go:225] Stopping reflector *v1.Endpoints (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.294384 18578 handler.go:142] Sending *v1.Service event handler 1 for removal +I1208 17:05:01.295490 18578 reflector.go:225] Stopping reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.295707 18578 handler.go:142] Sending *v1.Endpoints event handler 2 for removal +I1208 17:05:01.295801 18578 handler.go:150] Removed *v1.Service event handler 1 +I1208 17:05:01.296087 18578 handler.go:150] Removed *v1.Endpoints event handler 2 +• +------------------------------ +Gateway Init Operations Setting up gateway bridge + newLocalGateway sets up a local interface gateway + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_init_linux_test.go:918 +I1208 17:05:01.321651 18578 config.go:1700] Default config: {MTU:1234 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.1.0.0/16 ClusterSubnets:[{CIDR:10.1.0.0/16 HostSubnetLength:24}]} +I1208 17:05:01.321879 18578 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:05:01.322013 18578 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:05:01.322142 18578 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:05:01.322285 18578 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:05:01.322474 18578 config.go:1705] Gateway config: {Mode:local Interface:eth0 EgressGWInterface: NextHop: VLANID:0 NodeportEnable:true DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:05:01.322620 18578 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc00369c480} +I1208 17:05:01.322739 18578 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc00369c480} +I1208 17:05:01.322841 18578 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:05:01.322968 18578 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:05:01.329499 18578 reflector.go:219] Starting reflector *v1.Endpoints (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.329523 18578 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.329579 18578 reflector.go:255] Listing and watching *v1.Endpoints from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.329677 18578 reflector.go:255] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.331821 18578 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.331966 18578 reflector.go:219] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.331979 18578 reflector.go:255] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.332130 18578 reflector.go:255] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.427430 18578 shared_informer.go:270] caches populated +I1208 17:05:01.427656 18578 shared_informer.go:270] caches populated +I1208 17:05:01.427892 18578 shared_informer.go:270] caches populated +I1208 17:05:01.428175 18578 shared_informer.go:270] caches populated +I1208 17:05:01.428532 18578 kube.go:93] Setting annotations map[k8s.ovn.org/node-subnets:{"default":"10.1.1.0/24"}] on node node1 +I1208 17:05:01.433402 18578 helper_linux.go:74] Found default gateway interface eth0 192.168.1.1 +I1208 17:05:01.433594 18578 gateway_localnet.go:24] Creating new local gateway +I1208 17:05:01.433738 18578 gateway_iptables.go:46] Adding rule in table: filter, chain: FORWARD with args: "-i ovn-k8s-mp0 -j ACCEPT" for protocol: 0 +I1208 17:05:01.433973 18578 gateway_iptables.go:46] Adding rule in table: filter, chain: FORWARD with args: "-o ovn-k8s-mp0 -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT" for protocol: 0 +I1208 17:05:01.434174 18578 gateway_iptables.go:46] Adding rule in table: filter, chain: INPUT with args: "-i ovn-k8s-mp0 -m comment --comment from OVN to localhost -j ACCEPT" for protocol: 0 +I1208 17:05:01.434368 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: POSTROUTING with args: "-s 10.1.1.0/24 -j MASQUERADE" for protocol: 0 +I1208 17:05:01.434675 18578 ovs.go:204] exec(66): /fake-bin/ovs-vsctl --timeout=15 port-to-br eth0 +I1208 17:05:01.434811 18578 ovs.go:207] exec(66): stdout: "" +I1208 17:05:01.434910 18578 ovs.go:208] exec(66): stderr: "" +I1208 17:05:01.435002 18578 ovs.go:210] exec(66): err: +I1208 17:05:01.435175 18578 ovs.go:204] exec(67): /fake-bin/ovs-vsctl --timeout=15 br-exists eth0 +I1208 17:05:01.435292 18578 ovs.go:207] exec(67): stdout: "" +I1208 17:05:01.435417 18578 ovs.go:208] exec(67): stderr: "" +I1208 17:05:01.435507 18578 ovs.go:210] exec(67): err: +I1208 17:05:01.436320 18578 ovs.go:204] exec(68): /fake-bin/ovs-vsctl --timeout=15 -- --may-exist add-br breth0 -- br-set-external-id breth0 bridge-id breth0 -- br-set-external-id breth0 bridge-uplink eth0 -- set bridge breth0 fail-mode=standalone other_config:hwaddr=02:be:6b:68:36:76 -- --may-exist add-port breth0 eth0 -- set port eth0 other-config:transient=true +I1208 17:05:01.438465 18578 ovs.go:207] exec(68): stdout: "" +I1208 17:05:01.438599 18578 ovs.go:208] exec(68): stderr: "" +I1208 17:05:01.438726 18578 nicstobridge.go:244] Successfully created OVS bridge "breth0" +W1208 17:05:01.439109 18578 nicstobridge.go:194] Failed to parse file /etc/default/openvswitch-switch (open /etc/default/openvswitch-switch: no such file or directory) +I1208 17:05:01.440731 18578 nicstobridge.go:114] Successfully saved addr "192.168.1.10/24 breth0" to newLink "breth0" +I1208 17:05:01.441867 18578 nicstobridge.go:136] Successfully saved route "{Ifindex: 3 Dst: 192.168.1.0/24 Src: 192.168.1.10 Gw: Flags: [] Table: 254}" +I1208 17:05:01.442626 18578 nicstobridge.go:136] Successfully saved route "{Ifindex: 3 Dst: Src: Gw: 192.168.1.1 Flags: [] Table: 254}" +I1208 17:05:01.443644 18578 ovs.go:204] exec(69): /fake-bin/ovs-vsctl --timeout=15 --if-exists get interface breth0 mac_in_use +I1208 17:05:01.443775 18578 ovs.go:207] exec(69): stdout: "02:be:6b:68:36:76" +I1208 17:05:01.443894 18578 ovs.go:208] exec(69): stderr: "" +I1208 17:05:01.444130 18578 ovs.go:204] exec(70): /fake-bin/ovs-vsctl --timeout=15 set bridge breth0 other-config:hwaddr=02:be:6b:68:36:76 +I1208 17:05:01.444234 18578 ovs.go:207] exec(70): stdout: "" +I1208 17:05:01.444336 18578 ovs.go:208] exec(70): stderr: "" +I1208 17:05:01.444524 18578 ovs.go:204] exec(71): /fake-bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:ovn-bridge-mappings +I1208 17:05:01.444654 18578 ovs.go:207] exec(71): stdout: "" +I1208 17:05:01.444747 18578 ovs.go:208] exec(71): stderr: "" +I1208 17:05:01.444961 18578 ovs.go:204] exec(72): /fake-bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-bridge-mappings=physnet:breth0 +I1208 17:05:01.445056 18578 ovs.go:207] exec(72): stdout: "" +I1208 17:05:01.445136 18578 ovs.go:208] exec(72): stderr: "" +I1208 17:05:01.445369 18578 ovs.go:204] exec(73): /fake-bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:system-id +I1208 17:05:01.445467 18578 ovs.go:207] exec(73): stdout: "cb9ec8fa-b409-4ef3-9f42-d9283c47aac6" +I1208 17:05:01.445594 18578 ovs.go:208] exec(73): stderr: "" +I1208 17:05:01.445770 18578 ovs.go:204] exec(74): /fake-bin/ovs-appctl --timeout=15 dpif/show-dp-features breth0 +I1208 17:05:01.445869 18578 ovs.go:207] exec(74): stdout: "Check pkt length action: Yes" +I1208 17:05:01.445982 18578 ovs.go:208] exec(74): stderr: "" +I1208 17:05:01.447833 18578 gateway_localnet.go:88] Local Gateway Creation Complete +I1208 17:05:01.447946 18578 gateway_localnet.go:64] Creating Local Gateway Openflow Manager +I1208 17:05:01.448157 18578 ovs.go:204] exec(75): /fake-bin/ovs-vsctl --timeout=15 get Interface patch-breth0_node1-to-br-int ofport +I1208 17:05:01.448276 18578 ovs.go:207] exec(75): stdout: "5" +I1208 17:05:01.448371 18578 ovs.go:208] exec(75): stderr: "" +I1208 17:05:01.448564 18578 ovs.go:204] exec(76): /fake-bin/ovs-vsctl --timeout=15 get interface eth0 ofport +I1208 17:05:01.448675 18578 ovs.go:207] exec(76): stdout: "7" +I1208 17:05:01.448794 18578 ovs.go:208] exec(76): stderr: "" +I1208 17:05:01.449811 18578 healthcheck.go:276] Gateway OpenFlow sync requested +I1208 17:05:01.450605 18578 node_ip_handler_linux.go:213] Skipping non-useable IP address for host: fe80::be:6bff:fe68:3676 +I1208 17:05:01.450765 18578 node_ip_handler_linux.go:213] Skipping non-useable IP address for host: fe80::be:6bff:fe68:3676 +I1208 17:05:01.450852 18578 node_ip_handler_linux.go:221] Node address annotation being set to: map[192.168.1.10:{}] addrChanged: true +I1208 17:05:01.451017 18578 kube.go:93] Setting annotations map[k8s.ovn.org/host-addresses:["192.168.1.10"]] on node node1 +I1208 17:05:01.454832 18578 ovs.go:204] exec(77): /fake-bin/ovs-vsctl --timeout=15 --if-exists get interface patch-breth0_node1-to-br-int ofport +I1208 17:05:01.454984 18578 ovs.go:207] exec(77): stdout: "5" +I1208 17:05:01.455081 18578 ovs.go:208] exec(77): stderr: "" +I1208 17:05:01.455320 18578 ovs.go:204] exec(78): /fake-bin/ovs-vsctl --timeout=15 --if-exists get interface eth0 ofport +I1208 17:05:01.455439 18578 ovs.go:207] exec(78): stdout: "7" +I1208 17:05:01.455555 18578 ovs.go:208] exec(78): stderr: "" +I1208 17:05:01.455726 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:01.455919 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:01.456078 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:01.456207 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:01.456387 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: FORWARD with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:01.456499 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: FORWARD with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:01.457083 18578 ovs.go:204] exec(79): /fake-bin/ovs-ofctl show breth0 +I1208 17:05:01.457241 18578 ovs.go:207] exec(79): stdout: "\nOFPT_FEATURES_REPLY (xid=0x2): dpid:00000242ac120002\nn_tables:254, n_buffers:0\ncapabilities: FLOW_STATS TABLE_STATS PORT_STATS QUEUE_STATS ARP_MATCH_IP\nactions: output enqueue set_vlan_vid set_vlan_pcp strip_vlan mod_dl_src mod_dl_dst mod_nw_src mod_nw_dst mod_nw_tos mod_tp_src mod_tp_dst\n 1(eth0): addr:02:42:ac:12:00:02\n config: 0\n state: 0\n current: 10GB-FD COPPER\n speed: 10000 Mbps now, 0 Mbps max\n 2(patch-breth0_ov): addr:8e:8d:f4:cd:4f:76\n config: 0\n state: 0\n speed: 0 Mbps now, 0 Mbps max\n LOCAL(breth0): addr:02:42:ac:12:00:02\n config: 0\n state: 0\n speed: 0 Mbps now, 0 Mbps max\nOFPT_GET_CONFIG_REPLY (xid=0x4): frags=normal miss_send_len=0" +I1208 17:05:01.458106 18578 ovs.go:208] exec(79): stderr: "" +I1208 17:05:01.459315 18578 healthcheck.go:278] Gateway OpenFlow sync already requested +I1208 17:05:01.459443 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OVN-KUBE-EXTERNALIP with args: "-p TCP -d 1.1.1.1 --dport 8032 -j DNAT --to-destination 10.129.0.2:8032" for protocol: 0 +I1208 17:05:01.459645 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OVN-KUBE-EXTERNALIP with args: "-p TCP -d 1.1.1.1 --dport 8032 -j DNAT --to-destination 10.129.0.2:8032" for protocol: 0 +I1208 17:05:01.459827 18578 gateway_shared_intf.go:430] Adding service service1 in namespace namespace1 +I1208 17:05:01.459936 18578 gateway_shared_intf.go:446] Rules already programmed for service1 in namespace namespace1 +I1208 17:05:01.460044 18578 factory.go:347] Added *v1.Service event handler 1 +I1208 17:05:01.460187 18578 gateway_shared_intf.go:549] Adding endpoints service1 in namespace namespace1 +I1208 17:05:01.460342 18578 factory.go:347] Added *v1.Endpoints event handler 2 +I1208 17:05:01.460445 18578 kube.go:93] Setting annotations map[k8s.ovn.org/l3-gateway-config:{"default":{"mode":"shared","interface-id":"breth0_node1","mac-address":"02:be:6b:68:36:76","ip-addresses":["192.168.1.10/24"],"ip-address":"192.168.1.10/24","next-hops":["192.168.1.1"],"next-hop":"192.168.1.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/node-chassis-id:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 k8s.ovn.org/node-subnets:{"default":"10.1.1.0/24"}] on node node1 +I1208 17:05:01.466510 18578 node_ip_handler_linux.go:139] Node IP manager is running +I1208 17:05:01.466610 18578 gateway.go:178] Spawning Conntrack Rule Check Thread +I1208 17:05:01.466907 18578 ovs.go:204] exec(80): /fake-bin/ovs-ofctl -O OpenFlow13 --bundle replace-flows breth0 - +I1208 17:05:01.467041 18578 ovs.go:207] exec(80): stdout: "" +I1208 17:05:01.467109 18578 ovs.go:208] exec(80): stderr: "" +I1208 17:05:01.467497 18578 node_ip_handler_linux.go:213] Skipping non-useable IP address for host: 127.0.0.1 +I1208 17:05:01.467650 18578 node_ip_handler_linux.go:221] Node address annotation being set to: map[172.17.0.2:{}] addrChanged: true +I1208 17:05:01.467880 18578 kube.go:93] Setting annotations map[k8s.ovn.org/host-addresses:["172.17.0.2"]] on node node1 +I1208 17:05:01.477925 18578 watch.go:183] Stopping fake watcher. +I1208 17:05:01.478006 18578 watch.go:183] Stopping fake watcher. +I1208 17:05:01.478059 18578 watch.go:183] Stopping fake watcher. +I1208 17:05:01.478193 18578 reflector.go:225] Stopping reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.478372 18578 reflector.go:225] Stopping reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.478275 18578 watch.go:183] Stopping fake watcher. +I1208 17:05:01.478653 18578 reflector.go:225] Stopping reflector *v1.Endpoints (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.478243 18578 reflector.go:225] Stopping reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.478748 18578 handler.go:142] Sending *v1.Service event handler 1 for removal +I1208 17:05:01.479791 18578 handler.go:150] Removed *v1.Service event handler 1 +I1208 17:05:01.479765 18578 handler.go:142] Sending *v1.Endpoints event handler 2 for removal +I1208 17:05:01.480320 18578 handler.go:150] Removed *v1.Endpoints event handler 2 +• +------------------------------ +Gateway Init Operations for NIC-based operations + sets up a shared interface gateway + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_init_linux_test.go:967 +I1208 17:05:01.494041 18578 config.go:1700] Default config: {MTU:1234 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.1.0.0/16 ClusterSubnets:[{CIDR:10.1.0.0/16 HostSubnetLength:24}]} +I1208 17:05:01.494192 18578 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:05:01.494320 18578 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:05:01.494401 18578 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:05:01.494470 18578 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:05:01.494595 18578 config.go:1705] Gateway config: {Mode:shared Interface:eth0 EgressGWInterface: NextHop: VLANID:0 NodeportEnable:true DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:05:01.494684 18578 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc000ac6780} +I1208 17:05:01.494757 18578 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc000ac6780} +I1208 17:05:01.494845 18578 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:05:01.494899 18578 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:05:01.498963 18578 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.499046 18578 reflector.go:255] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.500125 18578 reflector.go:219] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.500237 18578 reflector.go:255] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.500534 18578 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.500601 18578 reflector.go:219] Starting reflector *v1.Endpoints (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.500706 18578 reflector.go:255] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.500763 18578 reflector.go:255] Listing and watching *v1.Endpoints from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.596779 18578 shared_informer.go:270] caches populated +I1208 17:05:01.597032 18578 shared_informer.go:270] caches populated +I1208 17:05:01.597277 18578 shared_informer.go:270] caches populated +I1208 17:05:01.597459 18578 shared_informer.go:270] caches populated +I1208 17:05:01.597723 18578 kube.go:93] Setting annotations map[k8s.ovn.org/node-subnets:{"default":"10.1.1.0/24"}] on node node1 +I1208 17:05:01.600936 18578 helper_linux.go:74] Found default gateway interface eth0 192.168.1.1 +I1208 17:05:01.601126 18578 gateway_shared_intf.go:1072] Creating new shared gateway +I1208 17:05:01.601304 18578 ovs.go:204] exec(81): /fake-bin/ovs-vsctl --timeout=15 port-to-br eth0 +I1208 17:05:01.601387 18578 ovs.go:207] exec(81): stdout: "" +I1208 17:05:01.601478 18578 ovs.go:208] exec(81): stderr: "" +I1208 17:05:01.601541 18578 ovs.go:210] exec(81): err: +I1208 17:05:01.601656 18578 ovs.go:204] exec(82): /fake-bin/ovs-vsctl --timeout=15 br-exists eth0 +I1208 17:05:01.601721 18578 ovs.go:207] exec(82): stdout: "" +I1208 17:05:01.601778 18578 ovs.go:208] exec(82): stderr: "" +I1208 17:05:01.601826 18578 ovs.go:210] exec(82): err: +I1208 17:05:01.602423 18578 ovs.go:204] exec(83): /fake-bin/ovs-vsctl --timeout=15 -- --may-exist add-br breth0 -- br-set-external-id breth0 bridge-id breth0 -- br-set-external-id breth0 bridge-uplink eth0 -- set bridge breth0 fail-mode=standalone other_config:hwaddr=fe:46:98:8b:af:50 -- --may-exist add-port breth0 eth0 -- set port eth0 other-config:transient=true +I1208 17:05:01.604363 18578 ovs.go:207] exec(83): stdout: "" +I1208 17:05:01.604468 18578 ovs.go:208] exec(83): stderr: "" +I1208 17:05:01.604542 18578 nicstobridge.go:244] Successfully created OVS bridge "breth0" +W1208 17:05:01.604741 18578 nicstobridge.go:194] Failed to parse file /etc/default/openvswitch-switch (open /etc/default/openvswitch-switch: no such file or directory) +I1208 17:05:01.605916 18578 nicstobridge.go:114] Successfully saved addr "192.168.1.10/24 breth0" to newLink "breth0" +I1208 17:05:01.606722 18578 nicstobridge.go:136] Successfully saved route "{Ifindex: 3 Dst: 192.168.1.0/24 Src: 192.168.1.10 Gw: Flags: [] Table: 254}" +I1208 17:05:01.607281 18578 nicstobridge.go:136] Successfully saved route "{Ifindex: 3 Dst: Src: Gw: 192.168.1.1 Flags: [] Table: 254}" +I1208 17:05:01.607992 18578 ovs.go:204] exec(84): /fake-bin/ovs-vsctl --timeout=15 --if-exists get interface breth0 mac_in_use +I1208 17:05:01.608080 18578 ovs.go:207] exec(84): stdout: "fe:46:98:8b:af:50" +I1208 17:05:01.608157 18578 ovs.go:208] exec(84): stderr: "" +I1208 17:05:01.608299 18578 ovs.go:204] exec(85): /fake-bin/ovs-vsctl --timeout=15 set bridge breth0 other-config:hwaddr=fe:46:98:8b:af:50 +I1208 17:05:01.608361 18578 ovs.go:207] exec(85): stdout: "" +I1208 17:05:01.608431 18578 ovs.go:208] exec(85): stderr: "" +I1208 17:05:01.608559 18578 ovs.go:204] exec(86): /fake-bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:ovn-bridge-mappings +I1208 17:05:01.608621 18578 ovs.go:207] exec(86): stdout: "" +I1208 17:05:01.608685 18578 ovs.go:208] exec(86): stderr: "" +I1208 17:05:01.608838 18578 ovs.go:204] exec(87): /fake-bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-bridge-mappings=physnet:breth0 +I1208 17:05:01.608894 18578 ovs.go:207] exec(87): stdout: "" +I1208 17:05:01.608962 18578 ovs.go:208] exec(87): stderr: "" +I1208 17:05:01.609094 18578 ovs.go:204] exec(88): /fake-bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:system-id +I1208 17:05:01.609174 18578 ovs.go:207] exec(88): stdout: "cb9ec8fa-b409-4ef3-9f42-d9283c47aac6" +I1208 17:05:01.609291 18578 ovs.go:208] exec(88): stderr: "" +I1208 17:05:01.609424 18578 ovs.go:204] exec(89): /fake-bin/ovs-appctl --timeout=15 dpif/show-dp-features breth0 +I1208 17:05:01.609492 18578 ovs.go:207] exec(89): stdout: "Check pkt length action: Yes" +I1208 17:05:01.609572 18578 ovs.go:208] exec(89): stderr: "" +I1208 17:05:01.610785 18578 gateway_shared_intf.go:1141] Shared Gateway Creation Complete +I1208 17:05:01.610867 18578 gateway_shared_intf.go:1110] Creating Shared Gateway Openflow Manager +I1208 17:05:01.610984 18578 ovs.go:204] exec(90): /fake-bin/ovs-vsctl --timeout=15 get Interface patch-breth0_node1-to-br-int ofport +I1208 17:05:01.611050 18578 ovs.go:207] exec(90): stdout: "5" +I1208 17:05:01.611105 18578 ovs.go:208] exec(90): stderr: "" +I1208 17:05:01.611230 18578 ovs.go:204] exec(91): /fake-bin/ovs-vsctl --timeout=15 get interface eth0 ofport +I1208 17:05:01.611313 18578 ovs.go:207] exec(91): stdout: "7" +I1208 17:05:01.611392 18578 ovs.go:208] exec(91): stderr: "" +I1208 17:05:01.612537 18578 node_ip_handler_linux.go:213] Skipping non-useable IP address for host: fe80::fc46:98ff:fe8b:af50 +I1208 17:05:01.612664 18578 node_ip_handler_linux.go:213] Skipping non-useable IP address for host: fe80::fc46:98ff:fe8b:af50 +I1208 17:05:01.612728 18578 node_ip_handler_linux.go:221] Node address annotation being set to: map[192.168.1.10:{}] addrChanged: true +I1208 17:05:01.612865 18578 kube.go:93] Setting annotations map[k8s.ovn.org/host-addresses:["192.168.1.10"]] on node node1 +I1208 17:05:01.615336 18578 gateway_shared_intf.go:1129] Creating Shared Gateway Node Port Watcher +I1208 17:05:01.615487 18578 ovs.go:204] exec(92): /fake-bin/ovs-vsctl --timeout=15 --if-exists get interface patch-breth0_node1-to-br-int ofport +I1208 17:05:01.615557 18578 ovs.go:207] exec(92): stdout: "5" +I1208 17:05:01.615621 18578 ovs.go:208] exec(92): stderr: "" +I1208 17:05:01.615747 18578 ovs.go:204] exec(93): /fake-bin/ovs-vsctl --timeout=15 --if-exists get interface eth0 ofport +I1208 17:05:01.615808 18578 ovs.go:207] exec(93): stdout: "7" +I1208 17:05:01.615860 18578 ovs.go:208] exec(93): stderr: "" +I1208 17:05:01.615994 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:01.616111 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:01.616207 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:01.616309 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:01.616397 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:01.616480 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: FORWARD with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:01.616562 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:01.616630 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: FORWARD with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:01.616721 18578 healthcheck.go:276] Gateway OpenFlow sync requested +I1208 17:05:01.616779 18578 factory.go:347] Added *v1.Service event handler 1 +I1208 17:05:01.616864 18578 factory.go:347] Added *v1.Endpoints event handler 2 +I1208 17:05:01.616926 18578 kube.go:93] Setting annotations map[k8s.ovn.org/l3-gateway-config:{"default":{"mode":"shared","interface-id":"breth0_node1","mac-address":"fe:46:98:8b:af:50","ip-addresses":["192.168.1.10/24"],"ip-address":"192.168.1.10/24","next-hops":["192.168.1.1"],"next-hop":"192.168.1.1","node-port-enable":"true","vlan-id":"0"}} k8s.ovn.org/node-chassis-id:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 k8s.ovn.org/node-subnets:{"default":"10.1.1.0/24"}] on node node1 +I1208 17:05:01.621677 18578 node_ip_handler_linux.go:139] Node IP manager is running +I1208 17:05:01.621809 18578 gateway.go:178] Spawning Conntrack Rule Check Thread +I1208 17:05:01.622166 18578 ovs.go:204] exec(94): /fake-bin/ovs-ofctl -O OpenFlow13 --bundle replace-flows breth0 - +I1208 17:05:01.622329 18578 ovs.go:207] exec(94): stdout: "" +I1208 17:05:01.622415 18578 ovs.go:208] exec(94): stderr: "" +I1208 17:05:01.622706 18578 node_ip_handler_linux.go:213] Skipping non-useable IP address for host: 127.0.0.1 +I1208 17:05:01.622850 18578 node_ip_handler_linux.go:221] Node address annotation being set to: map[172.17.0.2:{}] addrChanged: true +I1208 17:05:01.623058 18578 kube.go:93] Setting annotations map[k8s.ovn.org/host-addresses:["172.17.0.2"]] on node node1 +I1208 17:05:01.632613 18578 watch.go:183] Stopping fake watcher. +I1208 17:05:01.632815 18578 reflector.go:225] Stopping reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.632914 18578 watch.go:183] Stopping fake watcher. +I1208 17:05:01.633055 18578 reflector.go:225] Stopping reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.632940 18578 watch.go:183] Stopping fake watcher. +I1208 17:05:01.633376 18578 reflector.go:225] Stopping reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.633167 18578 handler.go:142] Sending *v1.Service event handler 1 for removal +I1208 17:05:01.633496 18578 watch.go:183] Stopping fake watcher. +I1208 17:05:01.633686 18578 reflector.go:225] Stopping reflector *v1.Endpoints (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.633712 18578 handler.go:142] Sending *v1.Endpoints event handler 2 for removal +I1208 17:05:01.633779 18578 handler.go:150] Removed *v1.Service event handler 1 +I1208 17:05:01.634141 18578 handler.go:150] Removed *v1.Endpoints event handler 2 +• +------------------------------ +Gateway Init Operations for NIC-based operations + sets up a shared interface gateway with tagged VLAN + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_init_linux_test.go:971 +I1208 17:05:01.652407 18578 config.go:1700] Default config: {MTU:1234 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.1.0.0/16 ClusterSubnets:[{CIDR:10.1.0.0/16 HostSubnetLength:24}]} +I1208 17:05:01.652636 18578 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:05:01.652816 18578 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:05:01.652928 18578 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:05:01.653025 18578 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:05:01.653195 18578 config.go:1705] Gateway config: {Mode:shared Interface:eth0 EgressGWInterface: NextHop: VLANID:3000 NodeportEnable:true DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:05:01.653350 18578 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc004b94900} +I1208 17:05:01.653487 18578 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc004b94900} +I1208 17:05:01.653605 18578 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:05:01.653709 18578 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:05:01.659387 18578 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.659479 18578 reflector.go:255] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.659747 18578 reflector.go:219] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.659843 18578 reflector.go:255] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.660584 18578 reflector.go:219] Starting reflector *v1.Endpoints (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.660681 18578 reflector.go:255] Listing and watching *v1.Endpoints from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.661899 18578 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.662047 18578 reflector.go:255] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.757647 18578 shared_informer.go:270] caches populated +I1208 17:05:01.757894 18578 shared_informer.go:270] caches populated +I1208 17:05:01.758112 18578 shared_informer.go:270] caches populated +I1208 17:05:01.758405 18578 shared_informer.go:270] caches populated +I1208 17:05:01.758664 18578 kube.go:93] Setting annotations map[k8s.ovn.org/node-subnets:{"default":"10.1.1.0/24"}] on node node1 +I1208 17:05:01.763759 18578 helper_linux.go:74] Found default gateway interface eth0 192.168.1.1 +I1208 17:05:01.763938 18578 gateway_shared_intf.go:1072] Creating new shared gateway +I1208 17:05:01.764155 18578 ovs.go:204] exec(95): /fake-bin/ovs-vsctl --timeout=15 port-to-br eth0 +I1208 17:05:01.764299 18578 ovs.go:207] exec(95): stdout: "" +I1208 17:05:01.764407 18578 ovs.go:208] exec(95): stderr: "" +I1208 17:05:01.764526 18578 ovs.go:210] exec(95): err: +I1208 17:05:01.764743 18578 ovs.go:204] exec(96): /fake-bin/ovs-vsctl --timeout=15 br-exists eth0 +I1208 17:05:01.764875 18578 ovs.go:207] exec(96): stdout: "" +I1208 17:05:01.764970 18578 ovs.go:208] exec(96): stderr: "" +I1208 17:05:01.765087 18578 ovs.go:210] exec(96): err: +I1208 17:05:01.765950 18578 ovs.go:204] exec(97): /fake-bin/ovs-vsctl --timeout=15 -- --may-exist add-br breth0 -- br-set-external-id breth0 bridge-id breth0 -- br-set-external-id breth0 bridge-uplink eth0 -- set bridge breth0 fail-mode=standalone other_config:hwaddr=1e:6d:b9:4c:d0:48 -- --may-exist add-port breth0 eth0 -- set port eth0 other-config:transient=true +I1208 17:05:01.767983 18578 ovs.go:207] exec(97): stdout: "" +I1208 17:05:01.768159 18578 ovs.go:208] exec(97): stderr: "" +I1208 17:05:01.768284 18578 nicstobridge.go:244] Successfully created OVS bridge "breth0" +W1208 17:05:01.768569 18578 nicstobridge.go:194] Failed to parse file /etc/default/openvswitch-switch (open /etc/default/openvswitch-switch: no such file or directory) +I1208 17:05:01.770312 18578 nicstobridge.go:114] Successfully saved addr "192.168.1.10/24 breth0" to newLink "breth0" +I1208 17:05:01.771477 18578 nicstobridge.go:136] Successfully saved route "{Ifindex: 3 Dst: 192.168.1.0/24 Src: 192.168.1.10 Gw: Flags: [] Table: 254}" +I1208 17:05:01.772212 18578 nicstobridge.go:136] Successfully saved route "{Ifindex: 3 Dst: Src: Gw: 192.168.1.1 Flags: [] Table: 254}" +I1208 17:05:01.773232 18578 ovs.go:204] exec(98): /fake-bin/ovs-vsctl --timeout=15 --if-exists get interface breth0 mac_in_use +I1208 17:05:01.773394 18578 ovs.go:207] exec(98): stdout: "1e:6d:b9:4c:d0:48" +I1208 17:05:01.773543 18578 ovs.go:208] exec(98): stderr: "" +I1208 17:05:01.773764 18578 ovs.go:204] exec(99): /fake-bin/ovs-vsctl --timeout=15 set bridge breth0 other-config:hwaddr=1e:6d:b9:4c:d0:48 +I1208 17:05:01.773866 18578 ovs.go:207] exec(99): stdout: "" +I1208 17:05:01.773985 18578 ovs.go:208] exec(99): stderr: "" +I1208 17:05:01.774193 18578 ovs.go:204] exec(100): /fake-bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:ovn-bridge-mappings +I1208 17:05:01.774309 18578 ovs.go:207] exec(100): stdout: "" +I1208 17:05:01.774428 18578 ovs.go:208] exec(100): stderr: "" +I1208 17:05:01.774657 18578 ovs.go:204] exec(101): /fake-bin/ovs-vsctl --timeout=15 set Open_vSwitch . external_ids:ovn-bridge-mappings=physnet:breth0 +I1208 17:05:01.774761 18578 ovs.go:207] exec(101): stdout: "" +I1208 17:05:01.774858 18578 ovs.go:208] exec(101): stderr: "" +I1208 17:05:01.775079 18578 ovs.go:204] exec(102): /fake-bin/ovs-vsctl --timeout=15 --if-exists get Open_vSwitch . external_ids:system-id +I1208 17:05:01.775194 18578 ovs.go:207] exec(102): stdout: "cb9ec8fa-b409-4ef3-9f42-d9283c47aac6" +I1208 17:05:01.775369 18578 ovs.go:208] exec(102): stderr: "" +I1208 17:05:01.775526 18578 ovs.go:204] exec(103): /fake-bin/ovs-appctl --timeout=15 dpif/show-dp-features breth0 +I1208 17:05:01.775616 18578 ovs.go:207] exec(103): stdout: "Check pkt length action: Yes" +I1208 17:05:01.775720 18578 ovs.go:208] exec(103): stderr: "" +I1208 17:05:01.777552 18578 gateway_shared_intf.go:1141] Shared Gateway Creation Complete +I1208 17:05:01.777662 18578 gateway_shared_intf.go:1110] Creating Shared Gateway Openflow Manager +I1208 17:05:01.777835 18578 ovs.go:204] exec(104): /fake-bin/ovs-vsctl --timeout=15 get Interface patch-breth0_node1-to-br-int ofport +I1208 17:05:01.777930 18578 ovs.go:207] exec(104): stdout: "5" +I1208 17:05:01.778035 18578 ovs.go:208] exec(104): stderr: "" +I1208 17:05:01.778202 18578 ovs.go:204] exec(105): /fake-bin/ovs-vsctl --timeout=15 get interface eth0 ofport +I1208 17:05:01.778332 18578 ovs.go:207] exec(105): stdout: "7" +I1208 17:05:01.778413 18578 ovs.go:208] exec(105): stderr: "" +I1208 17:05:01.780127 18578 node_ip_handler_linux.go:213] Skipping non-useable IP address for host: fe80::1c6d:b9ff:fe4c:d048 +I1208 17:05:01.780277 18578 node_ip_handler_linux.go:213] Skipping non-useable IP address for host: fe80::1c6d:b9ff:fe4c:d048 +I1208 17:05:01.780335 18578 node_ip_handler_linux.go:221] Node address annotation being set to: map[192.168.1.10:{}] addrChanged: true +I1208 17:05:01.780486 18578 kube.go:93] Setting annotations map[k8s.ovn.org/host-addresses:["192.168.1.10"]] on node node1 +I1208 17:05:01.782841 18578 gateway_shared_intf.go:1129] Creating Shared Gateway Node Port Watcher +I1208 17:05:01.783018 18578 ovs.go:204] exec(106): /fake-bin/ovs-vsctl --timeout=15 --if-exists get interface patch-breth0_node1-to-br-int ofport +I1208 17:05:01.783093 18578 ovs.go:207] exec(106): stdout: "5" +I1208 17:05:01.783158 18578 ovs.go:208] exec(106): stderr: "" +I1208 17:05:01.783310 18578 ovs.go:204] exec(107): /fake-bin/ovs-vsctl --timeout=15 --if-exists get interface eth0 ofport +I1208 17:05:01.783382 18578 ovs.go:207] exec(107): stdout: "7" +I1208 17:05:01.783455 18578 ovs.go:208] exec(107): stderr: "" +I1208 17:05:01.783585 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:01.783699 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:01.783814 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:01.783901 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:01.784018 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:01.784107 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: FORWARD with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:01.784205 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:01.784302 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: FORWARD with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:01.784417 18578 healthcheck.go:276] Gateway OpenFlow sync requested +I1208 17:05:01.784483 18578 factory.go:347] Added *v1.Service event handler 1 +I1208 17:05:01.784563 18578 factory.go:347] Added *v1.Endpoints event handler 2 +I1208 17:05:01.784627 18578 kube.go:93] Setting annotations map[k8s.ovn.org/l3-gateway-config:{"default":{"mode":"shared","interface-id":"breth0_node1","mac-address":"1e:6d:b9:4c:d0:48","ip-addresses":["192.168.1.10/24"],"ip-address":"192.168.1.10/24","next-hops":["192.168.1.1"],"next-hop":"192.168.1.1","node-port-enable":"true","vlan-id":"3000"}} k8s.ovn.org/node-chassis-id:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 k8s.ovn.org/node-subnets:{"default":"10.1.1.0/24"}] on node node1 +I1208 17:05:01.789067 18578 node_ip_handler_linux.go:139] Node IP manager is running +I1208 17:05:01.789161 18578 gateway.go:178] Spawning Conntrack Rule Check Thread +I1208 17:05:01.789449 18578 ovs.go:204] exec(108): /fake-bin/ovs-ofctl -O OpenFlow13 --bundle replace-flows breth0 - +I1208 17:05:01.789565 18578 ovs.go:207] exec(108): stdout: "" +I1208 17:05:01.789567 18578 handler.go:142] Sending *v1.Service event handler 1 for removal +I1208 17:05:01.789685 18578 ovs.go:208] exec(108): stderr: "" +I1208 17:05:01.789646 18578 watch.go:183] Stopping fake watcher. +I1208 17:05:01.790173 18578 node_ip_handler_linux.go:213] Skipping non-useable IP address for host: 127.0.0.1 +I1208 17:05:01.789858 18578 watch.go:183] Stopping fake watcher. +I1208 17:05:01.790324 18578 reflector.go:225] Stopping reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.789872 18578 watch.go:183] Stopping fake watcher. +E1208 17:05:01.790297 18578 node_ip_handler_linux.go:75] Failed during AddrSubscribe callback: Receive called on a closed socket +I1208 17:05:01.790515 18578 node_ip_handler_linux.go:221] Node address annotation being set to: map[172.17.0.2:{}] addrChanged: true +I1208 17:05:01.789809 18578 watch.go:183] Stopping fake watcher. +I1208 17:05:01.790672 18578 reflector.go:225] Stopping reflector *v1.Endpoints (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.790181 18578 handler.go:142] Sending *v1.Endpoints event handler 2 for removal +I1208 17:05:01.790531 18578 reflector.go:225] Stopping reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.790659 18578 handler.go:150] Removed *v1.Service event handler 1 +I1208 17:05:01.790785 18578 kube.go:93] Setting annotations map[k8s.ovn.org/host-addresses:["172.17.0.2"]] on node node1 +I1208 17:05:01.790841 18578 reflector.go:225] Stopping reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.791367 18578 handler.go:150] Removed *v1.Endpoints event handler 2 +• +------------------------------ +Mananagement port tests NewManagementPort Creates Management port object according to config.OvnKubeNode.Mode + Creates managementPort by default + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/management-port_test.go:17 +• +------------------------------ +Mananagement port tests NewManagementPort Creates Management port object according to config.OvnKubeNode.Mode + Creates managementPortDPU for Ovnkube Node mode dpu + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/management-port_test.go:21 +• +------------------------------ +Mananagement port tests NewManagementPort Creates Management port object according to config.OvnKubeNode.Mode + Creates managementPortDPUHost for Ovnkube Node mode dpu-host + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/management-port_test.go:26 +• +------------------------------ +Node Operations on startup + removes stale iptables rules while keeping remaining intact + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_localnet_linux_test.go:148 +I1208 17:05:01.802337 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OVN-KUBE-EXTERNALIP with args: "-p TCP -d 1.1.1.1 --dport 8032 -j DNAT --to-destination 10.129.0.2:8032" for protocol: 0 +I1208 17:05:01.802550 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OVN-KUBE-EXTERNALIP with args: "-p UDP -d 10.10.10.10 --dport 27000 -j DNAT --to-destination 172.32.0.12:27000" for protocol: 0 +I1208 17:05:01.804740 18578 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:05:01.804912 18578 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:05:01.805032 18578 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:05:01.805126 18578 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:05:01.805206 18578 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:05:01.805378 18578 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:05:01.805524 18578 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc00065e420} +I1208 17:05:01.805645 18578 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc00065e420} +I1208 17:05:01.805788 18578 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:05:01.805889 18578 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:05:01.807722 18578 node.go:297] OVN Kube Node initialization, Mode: full +I1208 17:05:01.810949 18578 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.811026 18578 reflector.go:255] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.811516 18578 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.811604 18578 reflector.go:255] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.811896 18578 reflector.go:219] Starting reflector *v1.Endpoints (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.812022 18578 reflector.go:255] Listing and watching *v1.Endpoints from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.812177 18578 reflector.go:219] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.812327 18578 reflector.go:255] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.909365 18578 shared_informer.go:270] caches populated +I1208 17:05:01.909567 18578 shared_informer.go:270] caches populated +I1208 17:05:01.909732 18578 shared_informer.go:270] caches populated +I1208 17:05:01.909948 18578 shared_informer.go:270] caches populated +I1208 17:05:01.911153 18578 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="" +I1208 17:05:01.911415 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:01.911556 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:01.911645 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:01.911768 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:01.911879 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: FORWARD with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:01.911966 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: FORWARD with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:01.912555 18578 node_ip_handler_linux.go:213] Skipping non-useable IP address for host: 127.0.0.1 +I1208 17:05:01.912658 18578 node_ip_handler_linux.go:221] Node address annotation being set to: map[172.17.0.2:{}] addrChanged: true +I1208 17:05:01.912799 18578 kube.go:93] Setting annotations map[k8s.ovn.org/host-addresses:["172.17.0.2"]] on node node +E1208 17:05:01.913054 18578 kube.go:102] Error in setting annotation on node node: nodes "node" not found +E1208 17:05:01.913146 18578 node_ip_handler_linux.go:225] Failed to set node annotations: nodes "node" not found +I1208 17:05:01.913304 18578 gateway_shared_intf.go:509] No endpoint found for service service1 in namespace namespace1 during sync +I1208 17:05:01.913395 18578 healthcheck.go:278] Gateway OpenFlow sync already requested +I1208 17:05:01.913463 18578 gateway_shared_intf.go:430] Adding service service1 in namespace namespace1 +I1208 17:05:01.913550 18578 gateway_shared_intf.go:434] No endpoint found for service service1 in namespace namespace1 during service Add +I1208 17:05:01.913626 18578 gateway_shared_intf.go:443] Service Add service1 event in namespace namespace1 came before endpoint event setting svcConfig +I1208 17:05:01.913932 18578 ovs.go:204] exec(109): /fake-bin/ovs-ofctl show +I1208 17:05:01.914005 18578 ovs.go:207] exec(109): stdout: "" +I1208 17:05:01.914069 18578 ovs.go:208] exec(109): stderr: "" +I1208 17:05:01.914229 18578 healthcheck.go:278] Gateway OpenFlow sync already requested +I1208 17:05:01.914350 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OVN-KUBE-EXTERNALIP with args: "-p TCP -d 1.1.1.1 --dport 8032 -j DNAT --to-destination 10.129.0.2:8032" for protocol: 0 +I1208 17:05:01.914472 18578 factory.go:347] Added *v1.Service event handler 1 +• +------------------------------ +Node Operations on add + inits iptables rules with ExternalIP + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_localnet_linux_test.go:238 +I1208 17:05:01.931534 18578 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:05:01.931772 18578 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:05:01.931888 18578 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:05:01.932011 18578 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:05:01.932094 18578 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:05:01.932311 18578 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:05:01.932453 18578 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc0011bd140} +I1208 17:05:01.932597 18578 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc0011bd140} +I1208 17:05:01.932735 18578 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:05:01.932825 18578 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:05:01.937001 18578 node.go:297] OVN Kube Node initialization, Mode: full +I1208 17:05:01.941984 18578 reflector.go:219] Starting reflector *v1.Endpoints (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.942097 18578 reflector.go:255] Listing and watching *v1.Endpoints from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.942362 18578 reflector.go:219] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.942508 18578 reflector.go:255] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.943107 18578 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.943226 18578 reflector.go:255] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.943946 18578 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:01.944106 18578 reflector.go:255] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.040082 18578 shared_informer.go:270] caches populated +I1208 17:05:02.040346 18578 shared_informer.go:270] caches populated +I1208 17:05:02.040562 18578 shared_informer.go:270] caches populated +I1208 17:05:02.040762 18578 shared_informer.go:270] caches populated +I1208 17:05:02.041959 18578 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="" +I1208 17:05:02.042314 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:02.042422 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:02.042518 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:02.042633 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:02.042755 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: FORWARD with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:02.042841 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: FORWARD with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:02.043540 18578 node_ip_handler_linux.go:213] Skipping non-useable IP address for host: 127.0.0.1 +I1208 17:05:02.043635 18578 node_ip_handler_linux.go:221] Node address annotation being set to: map[172.17.0.2:{}] addrChanged: true +I1208 17:05:02.043804 18578 kube.go:93] Setting annotations map[k8s.ovn.org/host-addresses:["172.17.0.2"]] on node node +E1208 17:05:02.044075 18578 kube.go:102] Error in setting annotation on node node: nodes "node" not found +E1208 17:05:02.044176 18578 node_ip_handler_linux.go:225] Failed to set node annotations: nodes "node" not found +I1208 17:05:02.044303 18578 gateway_shared_intf.go:509] No endpoint found for service service1 in namespace namespace1 during sync +I1208 17:05:02.044411 18578 healthcheck.go:278] Gateway OpenFlow sync already requested +I1208 17:05:02.044487 18578 gateway_shared_intf.go:430] Adding service service1 in namespace namespace1 +I1208 17:05:02.044611 18578 gateway_shared_intf.go:434] No endpoint found for service service1 in namespace namespace1 during service Add +I1208 17:05:02.044684 18578 gateway_shared_intf.go:443] Service Add service1 event in namespace namespace1 came before endpoint event setting svcConfig +I1208 17:05:02.044978 18578 ovs.go:204] exec(110): /fake-bin/ovs-ofctl show +I1208 17:05:02.045053 18578 ovs.go:207] exec(110): stdout: "" +I1208 17:05:02.045113 18578 ovs.go:208] exec(110): stderr: "" +I1208 17:05:02.045281 18578 healthcheck.go:278] Gateway OpenFlow sync already requested +I1208 17:05:02.045388 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OVN-KUBE-EXTERNALIP with args: "-p TCP -d 1.1.1.1 --dport 8032 -j DNAT --to-destination 10.129.0.2:8032" for protocol: 0 +I1208 17:05:02.045535 18578 factory.go:347] Added *v1.Service event handler 1 +I1208 17:05:02.045604 18578 gateway_shared_intf.go:430] Adding service service1 in namespace namespace1 +I1208 17:05:02.045699 18578 gateway_shared_intf.go:434] No endpoint found for service service1 in namespace namespace1 during service Add +I1208 17:05:02.045781 18578 gateway_shared_intf.go:446] Rules already programmed for service1 in namespace namespace1 +• +------------------------------ +Node Operations on add + inits iptables rules with NodePort + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_localnet_linux_test.go:296 +I1208 17:05:02.063164 18578 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:05:02.063406 18578 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:05:02.063538 18578 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:05:02.063644 18578 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:05:02.063736 18578 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:05:02.063944 18578 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:05:02.064081 18578 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc0005ca660} +I1208 17:05:02.064224 18578 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc0005ca660} +I1208 17:05:02.064379 18578 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:05:02.064480 18578 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:05:02.068751 18578 node.go:297] OVN Kube Node initialization, Mode: full +I1208 17:05:02.073704 18578 reflector.go:219] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.073881 18578 reflector.go:255] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.074016 18578 reflector.go:219] Starting reflector *v1.Endpoints (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.074168 18578 reflector.go:255] Listing and watching *v1.Endpoints from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.076057 18578 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.076226 18578 reflector.go:255] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.076769 18578 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.076909 18578 reflector.go:255] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.172291 18578 shared_informer.go:270] caches populated +I1208 17:05:02.172602 18578 shared_informer.go:270] caches populated +I1208 17:05:02.172817 18578 shared_informer.go:270] caches populated +I1208 17:05:02.173029 18578 shared_informer.go:270] caches populated +I1208 17:05:02.174230 18578 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="" +I1208 17:05:02.174465 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:02.174617 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:02.174714 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:02.174794 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:02.174882 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: FORWARD with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:02.174991 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: FORWARD with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:02.175629 18578 node_ip_handler_linux.go:213] Skipping non-useable IP address for host: 127.0.0.1 +I1208 17:05:02.175727 18578 node_ip_handler_linux.go:221] Node address annotation being set to: map[172.17.0.2:{}] addrChanged: true +I1208 17:05:02.175851 18578 kube.go:93] Setting annotations map[k8s.ovn.org/host-addresses:["172.17.0.2"]] on node node +E1208 17:05:02.176070 18578 kube.go:102] Error in setting annotation on node node: nodes "node" not found +E1208 17:05:02.176172 18578 node_ip_handler_linux.go:225] Failed to set node annotations: nodes "node" not found +I1208 17:05:02.176587 18578 healthcheck.go:278] Gateway OpenFlow sync already requested +I1208 17:05:02.176681 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 31111 -j DNAT --to-destination 10.129.0.2:8080" for protocol: 0 +I1208 17:05:02.176862 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 31111 -j DNAT --to-destination 10.129.0.2:8080" for protocol: 0 +I1208 17:05:02.176952 18578 gateway_shared_intf.go:430] Adding service service1 in namespace namespace1 +I1208 17:05:02.177015 18578 gateway_shared_intf.go:446] Rules already programmed for service1 in namespace namespace1 +I1208 17:05:02.177082 18578 factory.go:347] Added *v1.Service event handler 1 +I1208 17:05:02.177151 18578 gateway_shared_intf.go:430] Adding service service1 in namespace namespace1 +I1208 17:05:02.177210 18578 gateway_shared_intf.go:446] Rules already programmed for service1 in namespace namespace1 +• +------------------------------ +Node Operations on add + inits iptables rules with LoadBalancer + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_localnet_linux_test.go:355 +I1208 17:05:02.200080 18578 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:05:02.200422 18578 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:05:02.200613 18578 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:05:02.200766 18578 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:05:02.200851 18578 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:05:02.201039 18578 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:05:02.201158 18578 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc0011bafc0} +I1208 17:05:02.201293 18578 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc0011bafc0} +I1208 17:05:02.201398 18578 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:05:02.201475 18578 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:05:02.205564 18578 node.go:297] OVN Kube Node initialization, Mode: full +I1208 17:05:02.210879 18578 reflector.go:219] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.211027 18578 reflector.go:255] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.211597 18578 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.211743 18578 reflector.go:255] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.213526 18578 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.213663 18578 reflector.go:255] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.214037 18578 reflector.go:219] Starting reflector *v1.Endpoints (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.214176 18578 reflector.go:255] Listing and watching *v1.Endpoints from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.308310 18578 shared_informer.go:270] caches populated +I1208 17:05:02.308638 18578 shared_informer.go:270] caches populated +I1208 17:05:02.308903 18578 shared_informer.go:270] caches populated +I1208 17:05:02.309120 18578 shared_informer.go:270] caches populated +I1208 17:05:02.310169 18578 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="" +I1208 17:05:02.310489 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:02.310622 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:02.310736 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:02.310859 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:02.310987 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: FORWARD with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:02.311112 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: FORWARD with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:02.311696 18578 node_ip_handler_linux.go:213] Skipping non-useable IP address for host: 127.0.0.1 +I1208 17:05:02.311814 18578 node_ip_handler_linux.go:221] Node address annotation being set to: map[172.17.0.2:{}] addrChanged: true +I1208 17:05:02.311973 18578 kube.go:93] Setting annotations map[k8s.ovn.org/host-addresses:["172.17.0.2"]] on node node +E1208 17:05:02.312264 18578 kube.go:102] Error in setting annotation on node node: nodes "node" not found +E1208 17:05:02.312388 18578 node_ip_handler_linux.go:225] Failed to set node annotations: nodes "node" not found +I1208 17:05:02.313084 18578 ovs.go:204] exec(111): /fake-bin/ovs-ofctl show +I1208 17:05:02.313187 18578 ovs.go:207] exec(111): stdout: "" +I1208 17:05:02.313277 18578 ovs.go:208] exec(111): stderr: "" +I1208 17:05:02.313610 18578 ovs.go:204] exec(112): /fake-bin/ovs-ofctl show +I1208 17:05:02.313690 18578 ovs.go:207] exec(112): stdout: "" +I1208 17:05:02.313790 18578 ovs.go:208] exec(112): stderr: "" +I1208 17:05:02.313978 18578 healthcheck.go:278] Gateway OpenFlow sync already requested +I1208 17:05:02.314077 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 31111 -j DNAT --to-destination 10.129.0.2:8080" for protocol: 0 +I1208 17:05:02.314246 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OVN-KUBE-EXTERNALIP with args: "-p TCP -d 1.1.1.1 --dport 8080 -j DNAT --to-destination 10.129.0.2:8080" for protocol: 0 +I1208 17:05:02.314420 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 31111 -j DNAT --to-destination 10.129.0.2:8080" for protocol: 0 +I1208 17:05:02.314551 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OVN-KUBE-EXTERNALIP with args: "-p TCP -d 1.1.1.1 --dport 8080 -j DNAT --to-destination 10.129.0.2:8080" for protocol: 0 +I1208 17:05:02.314701 18578 gateway_shared_intf.go:430] Adding service service1 in namespace namespace1 +I1208 17:05:02.314845 18578 gateway_shared_intf.go:446] Rules already programmed for service1 in namespace namespace1 +I1208 17:05:02.314913 18578 factory.go:347] Added *v1.Service event handler 1 +I1208 17:05:02.315004 18578 gateway_shared_intf.go:430] Adding service service1 in namespace namespace1 +I1208 17:05:02.315089 18578 gateway_shared_intf.go:446] Rules already programmed for service1 in namespace namespace1 +• +------------------------------ +Node Operations on add + inits iptables rules with DualStack NodePort + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_localnet_linux_test.go:428 +I1208 17:05:02.333567 18578 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:05:02.333800 18578 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:05:02.333964 18578 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:05:02.334083 18578 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:05:02.334198 18578 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:05:02.334397 18578 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:05:02.334550 18578 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc000aeb620} +I1208 17:05:02.334710 18578 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc000aeb620} +I1208 17:05:02.334843 18578 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:05:02.334950 18578 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:05:02.338542 18578 node.go:297] OVN Kube Node initialization, Mode: full +I1208 17:05:02.344121 18578 reflector.go:219] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.344262 18578 reflector.go:255] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.344357 18578 reflector.go:219] Starting reflector *v1.Endpoints (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.344579 18578 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.344701 18578 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.344594 18578 reflector.go:255] Listing and watching *v1.Endpoints from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.344826 18578 reflector.go:255] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.344890 18578 reflector.go:255] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.441058 18578 shared_informer.go:270] caches populated +I1208 17:05:02.441372 18578 shared_informer.go:270] caches populated +I1208 17:05:02.441593 18578 shared_informer.go:270] caches populated +I1208 17:05:02.441823 18578 shared_informer.go:270] caches populated +I1208 17:05:02.442884 18578 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="" +I1208 17:05:02.443099 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:02.443222 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:02.443334 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:02.443430 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:02.443522 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: FORWARD with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:02.443612 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: FORWARD with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:02.444159 18578 node_ip_handler_linux.go:213] Skipping non-useable IP address for host: 127.0.0.1 +I1208 17:05:02.444274 18578 node_ip_handler_linux.go:221] Node address annotation being set to: map[172.17.0.2:{}] addrChanged: true +I1208 17:05:02.444435 18578 kube.go:93] Setting annotations map[k8s.ovn.org/host-addresses:["172.17.0.2"]] on node node +E1208 17:05:02.444665 18578 kube.go:102] Error in setting annotation on node node: nodes "node" not found +E1208 17:05:02.444770 18578 node_ip_handler_linux.go:225] Failed to set node annotations: nodes "node" not found +I1208 17:05:02.445152 18578 healthcheck.go:278] Gateway OpenFlow sync already requested +I1208 17:05:02.445276 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 31111 -j DNAT --to-destination 10.129.0.2:8080" for protocol: 0 +I1208 17:05:02.445428 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 31111 -j DNAT --to-destination [fd00:10:96::10]:8080" for protocol: 1 +I1208 17:05:02.445557 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 31111 -j DNAT --to-destination 10.129.0.2:8080" for protocol: 0 +I1208 17:05:02.445674 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 31111 -j DNAT --to-destination [fd00:10:96::10]:8080" for protocol: 1 +I1208 17:05:02.445779 18578 gateway_shared_intf.go:430] Adding service service1 in namespace namespace1 +I1208 17:05:02.445845 18578 gateway_shared_intf.go:446] Rules already programmed for service1 in namespace namespace1 +I1208 17:05:02.445907 18578 factory.go:347] Added *v1.Service event handler 1 +I1208 17:05:02.445984 18578 gateway_shared_intf.go:430] Adding service service1 in namespace namespace1 +I1208 17:05:02.446041 18578 gateway_shared_intf.go:446] Rules already programmed for service1 in namespace namespace1 +• +------------------------------ +Node Operations on add + inits iptables rules for ExternalIP with DualStack + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_localnet_linux_test.go:503 +I1208 17:05:02.466023 18578 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:05:02.466245 18578 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:05:02.466364 18578 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:05:02.466479 18578 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:05:02.466548 18578 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:05:02.466710 18578 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:05:02.466837 18578 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc000469140} +I1208 17:05:02.466951 18578 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc000469140} +I1208 17:05:02.467070 18578 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:05:02.467163 18578 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:05:02.470986 18578 node.go:297] OVN Kube Node initialization, Mode: full +I1208 17:05:02.475953 18578 reflector.go:219] Starting reflector *v1.Endpoints (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.476117 18578 reflector.go:255] Listing and watching *v1.Endpoints from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.476754 18578 reflector.go:219] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.476917 18578 reflector.go:255] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.477242 18578 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.477707 18578 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.478087 18578 reflector.go:255] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.478156 18578 reflector.go:255] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.574484 18578 shared_informer.go:270] caches populated +I1208 17:05:02.574895 18578 shared_informer.go:270] caches populated +I1208 17:05:02.575128 18578 shared_informer.go:270] caches populated +I1208 17:05:02.575372 18578 shared_informer.go:270] caches populated +I1208 17:05:02.576425 18578 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="" +I1208 17:05:02.576648 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:02.576769 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:02.576904 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:02.576998 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:02.577105 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: FORWARD with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:02.577190 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: FORWARD with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:02.577800 18578 node_ip_handler_linux.go:213] Skipping non-useable IP address for host: 127.0.0.1 +I1208 17:05:02.577889 18578 node_ip_handler_linux.go:221] Node address annotation being set to: map[172.17.0.2:{}] addrChanged: true +I1208 17:05:02.578044 18578 kube.go:93] Setting annotations map[k8s.ovn.org/host-addresses:["172.17.0.2"]] on node node +E1208 17:05:02.578304 18578 kube.go:102] Error in setting annotation on node node: nodes "node" not found +E1208 17:05:02.578395 18578 node_ip_handler_linux.go:225] Failed to set node annotations: nodes "node" not found +I1208 17:05:02.578526 18578 gateway_shared_intf.go:509] No endpoint found for service service1 in namespace namespace1 during sync +I1208 17:05:02.578618 18578 healthcheck.go:278] Gateway OpenFlow sync already requested +I1208 17:05:02.578684 18578 gateway_shared_intf.go:430] Adding service service1 in namespace namespace1 +I1208 17:05:02.578824 18578 gateway_shared_intf.go:434] No endpoint found for service service1 in namespace namespace1 during service Add +I1208 17:05:02.578885 18578 gateway_shared_intf.go:443] Service Add service1 event in namespace namespace1 came before endpoint event setting svcConfig +I1208 17:05:02.579194 18578 ovs.go:204] exec(113): /fake-bin/ovs-ofctl show +I1208 17:05:02.579273 18578 ovs.go:207] exec(113): stdout: "" +I1208 17:05:02.579329 18578 ovs.go:208] exec(113): stderr: "" +I1208 17:05:02.579658 18578 ovs.go:204] exec(114): /fake-bin/ovs-ofctl show +I1208 17:05:02.579719 18578 ovs.go:207] exec(114): stdout: "" +I1208 17:05:02.579769 18578 ovs.go:208] exec(114): stderr: "" +I1208 17:05:02.579891 18578 healthcheck.go:278] Gateway OpenFlow sync already requested +I1208 17:05:02.580020 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OVN-KUBE-EXTERNALIP with args: "-p TCP -d 10.10.10.1 --dport 8032 -j DNAT --to-destination 10.129.0.2:8032" for protocol: 0 +I1208 17:05:02.580153 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OVN-KUBE-EXTERNALIP with args: "-p TCP -d fd00:96:1::1 --dport 8032 -j DNAT --to-destination [fd00:10:96::10]:8032" for protocol: 1 +I1208 17:05:02.580323 18578 factory.go:347] Added *v1.Service event handler 1 +I1208 17:05:02.580393 18578 gateway_shared_intf.go:430] Adding service service1 in namespace namespace1 +I1208 17:05:02.580505 18578 gateway_shared_intf.go:434] No endpoint found for service service1 in namespace namespace1 during service Add +I1208 17:05:02.580581 18578 gateway_shared_intf.go:446] Rules already programmed for service1 in namespace namespace1 +• +------------------------------ +Node Operations on delete + deletes iptables rules with ExternalIP + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_localnet_linux_test.go:586 +I1208 17:05:02.599657 18578 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:05:02.599914 18578 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:05:02.600006 18578 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:05:02.600079 18578 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:05:02.600128 18578 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:05:02.600247 18578 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:05:02.600379 18578 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc000501740} +I1208 17:05:02.600465 18578 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc000501740} +I1208 17:05:02.600543 18578 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:05:02.600597 18578 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:05:02.603266 18578 node.go:297] OVN Kube Node initialization, Mode: full +I1208 17:05:02.607846 18578 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.607983 18578 reflector.go:255] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.608177 18578 reflector.go:219] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.608300 18578 reflector.go:255] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.609264 18578 reflector.go:219] Starting reflector *v1.Endpoints (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.609419 18578 reflector.go:255] Listing and watching *v1.Endpoints from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.610103 18578 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.610319 18578 reflector.go:255] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.706466 18578 shared_informer.go:270] caches populated +I1208 17:05:02.706772 18578 shared_informer.go:270] caches populated +I1208 17:05:02.706925 18578 shared_informer.go:270] caches populated +I1208 17:05:02.707172 18578 shared_informer.go:270] caches populated +I1208 17:05:02.708013 18578 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="" +I1208 17:05:02.708199 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:02.708325 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:02.708404 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:02.708481 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:02.708592 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: FORWARD with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:02.708705 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: FORWARD with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:02.709119 18578 node_ip_handler_linux.go:213] Skipping non-useable IP address for host: 127.0.0.1 +I1208 17:05:02.709194 18578 node_ip_handler_linux.go:221] Node address annotation being set to: map[172.17.0.2:{}] addrChanged: true +I1208 17:05:02.709328 18578 kube.go:93] Setting annotations map[k8s.ovn.org/host-addresses:["172.17.0.2"]] on node node +E1208 17:05:02.709563 18578 kube.go:102] Error in setting annotation on node node: nodes "node" not found +E1208 17:05:02.709636 18578 node_ip_handler_linux.go:225] Failed to set node annotations: nodes "node" not found +I1208 17:05:02.709739 18578 gateway_shared_intf.go:509] No endpoint found for service service1 in namespace namespace1 during sync +I1208 17:05:02.709824 18578 healthcheck.go:278] Gateway OpenFlow sync already requested +I1208 17:05:02.709874 18578 gateway_shared_intf.go:430] Adding service service1 in namespace namespace1 +I1208 17:05:02.709937 18578 gateway_shared_intf.go:434] No endpoint found for service service1 in namespace namespace1 during service Add +I1208 17:05:02.709999 18578 gateway_shared_intf.go:443] Service Add service1 event in namespace namespace1 came before endpoint event setting svcConfig +I1208 17:05:02.710237 18578 ovs.go:204] exec(115): /fake-bin/ovs-ofctl show +I1208 17:05:02.710297 18578 ovs.go:207] exec(115): stdout: "" +I1208 17:05:02.710337 18578 ovs.go:208] exec(115): stderr: "" +I1208 17:05:02.710460 18578 healthcheck.go:278] Gateway OpenFlow sync already requested +I1208 17:05:02.710544 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OVN-KUBE-EXTERNALIP with args: "-p TCP -d 1.1.1.1 --dport 8032 -j DNAT --to-destination 10.129.0.2:8032" for protocol: 0 +I1208 17:05:02.710638 18578 factory.go:347] Added *v1.Service event handler 1 +I1208 17:05:02.710703 18578 gateway_shared_intf.go:485] Deleting service service1 in namespace namespace1 +I1208 17:05:02.710813 18578 healthcheck.go:278] Gateway OpenFlow sync already requested +I1208 17:05:02.710892 18578 gateway_iptables.go:66] Deleting rule in table: nat, chain: OVN-KUBE-EXTERNALIP with args: "-p TCP -d 1.1.1.1 --dport 8032 -j REDIRECT --to-port 0" for protocol: 0 +I1208 17:05:02.711014 18578 gateway_iptables.go:66] Deleting rule in table: nat, chain: OVN-KUBE-EXTERNALIP with args: "-p TCP -d 1.1.1.1 --dport 8032 -j DNAT --to-destination 10.129.0.2:8032" for protocol: 0 +• +------------------------------ +Node Operations on delete + deletes iptables rules for NodePort + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_localnet_linux_test.go:651 +I1208 17:05:02.720496 18578 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:05:02.720661 18578 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:05:02.720737 18578 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:05:02.720802 18578 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:05:02.720882 18578 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:05:02.721031 18578 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:05:02.721117 18578 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc0001a9740} +I1208 17:05:02.721248 18578 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc0001a9740} +I1208 17:05:02.721358 18578 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:05:02.721442 18578 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:05:02.724068 18578 node.go:297] OVN Kube Node initialization, Mode: full +I1208 17:05:02.729419 18578 reflector.go:219] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.729565 18578 reflector.go:255] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.729761 18578 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.729911 18578 reflector.go:219] Starting reflector *v1.Endpoints (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.729973 18578 reflector.go:255] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.730140 18578 reflector.go:255] Listing and watching *v1.Endpoints from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.730043 18578 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.730453 18578 reflector.go:255] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.826199 18578 shared_informer.go:270] caches populated +I1208 17:05:02.826515 18578 shared_informer.go:270] caches populated +I1208 17:05:02.826841 18578 shared_informer.go:270] caches populated +I1208 17:05:02.827118 18578 shared_informer.go:270] caches populated +I1208 17:05:02.828166 18578 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="" +I1208 17:05:02.828484 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:02.828601 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:02.828693 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:02.828789 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:02.828871 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: FORWARD with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:02.828950 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: FORWARD with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:02.829610 18578 node_ip_handler_linux.go:213] Skipping non-useable IP address for host: 127.0.0.1 +I1208 17:05:02.829722 18578 node_ip_handler_linux.go:221] Node address annotation being set to: map[172.17.0.2:{}] addrChanged: true +I1208 17:05:02.829848 18578 kube.go:93] Setting annotations map[k8s.ovn.org/host-addresses:["172.17.0.2"]] on node node +E1208 17:05:02.830075 18578 kube.go:102] Error in setting annotation on node node: nodes "node" not found +E1208 17:05:02.830162 18578 node_ip_handler_linux.go:225] Failed to set node annotations: nodes "node" not found +I1208 17:05:02.830292 18578 gateway_shared_intf.go:509] No endpoint found for service service1 in namespace namespace1 during sync +I1208 17:05:02.830369 18578 healthcheck.go:278] Gateway OpenFlow sync already requested +I1208 17:05:02.830433 18578 gateway_shared_intf.go:430] Adding service service1 in namespace namespace1 +I1208 17:05:02.830528 18578 gateway_shared_intf.go:434] No endpoint found for service service1 in namespace namespace1 during service Add +I1208 17:05:02.830598 18578 gateway_shared_intf.go:443] Service Add service1 event in namespace namespace1 came before endpoint event setting svcConfig +I1208 17:05:02.830805 18578 healthcheck.go:278] Gateway OpenFlow sync already requested +E1208 17:05:02.830876 18578 gateway_iptables.go:355] Skipping service: , invalid service port invalid port number: 0 +I1208 17:05:02.830958 18578 factory.go:347] Added *v1.Service event handler 1 +I1208 17:05:02.831011 18578 gateway_shared_intf.go:485] Deleting service service1 in namespace namespace1 +I1208 17:05:02.831170 18578 healthcheck.go:278] Gateway OpenFlow sync already requested +E1208 17:05:02.831243 18578 gateway_iptables.go:355] Skipping service: , invalid service port invalid port number: 0 +E1208 17:05:02.831342 18578 gateway_iptables.go:355] Skipping service: , invalid service port invalid port number: 0 +• +------------------------------ +Node Operations on add and delete + manages iptables rules with ExternalIP + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_localnet_linux_test.go:717 +I1208 17:05:02.845363 18578 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:05:02.845576 18578 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:05:02.845681 18578 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:05:02.845772 18578 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:05:02.845854 18578 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:05:02.846032 18578 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:05:02.846148 18578 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc0028e7380} +I1208 17:05:02.846270 18578 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc0028e7380} +I1208 17:05:02.846373 18578 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:05:02.846459 18578 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:05:02.850413 18578 node.go:297] OVN Kube Node initialization, Mode: full +I1208 17:05:02.856012 18578 reflector.go:219] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.856161 18578 reflector.go:255] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.856286 18578 reflector.go:219] Starting reflector *v1.Endpoints (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.856395 18578 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.856528 18578 reflector.go:255] Listing and watching *v1.Endpoints from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.856625 18578 reflector.go:255] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.857284 18578 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.857549 18578 reflector.go:255] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.953801 18578 shared_informer.go:270] caches populated +I1208 17:05:02.954143 18578 shared_informer.go:270] caches populated +I1208 17:05:02.954413 18578 shared_informer.go:270] caches populated +I1208 17:05:02.954691 18578 shared_informer.go:270] caches populated +I1208 17:05:02.955810 18578 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="" +I1208 17:05:02.956052 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:02.956170 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:02.956305 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:02.956389 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:02.956510 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: FORWARD with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:02.956656 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: FORWARD with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:02.957158 18578 node_ip_handler_linux.go:213] Skipping non-useable IP address for host: 127.0.0.1 +I1208 17:05:02.957283 18578 node_ip_handler_linux.go:221] Node address annotation being set to: map[172.17.0.2:{}] addrChanged: true +I1208 17:05:02.957424 18578 kube.go:93] Setting annotations map[k8s.ovn.org/host-addresses:["172.17.0.2"]] on node node +E1208 17:05:02.957651 18578 kube.go:102] Error in setting annotation on node node: nodes "node" not found +E1208 17:05:02.957751 18578 node_ip_handler_linux.go:225] Failed to set node annotations: nodes "node" not found +I1208 17:05:02.957896 18578 gateway_shared_intf.go:509] No endpoint found for service service1 in namespace namespace1 during sync +I1208 17:05:02.957975 18578 healthcheck.go:278] Gateway OpenFlow sync already requested +I1208 17:05:02.958037 18578 gateway_shared_intf.go:430] Adding service service1 in namespace namespace1 +I1208 17:05:02.958111 18578 gateway_shared_intf.go:434] No endpoint found for service service1 in namespace namespace1 during service Add +I1208 17:05:02.958194 18578 gateway_shared_intf.go:443] Service Add service1 event in namespace namespace1 came before endpoint event setting svcConfig +I1208 17:05:02.958470 18578 ovs.go:204] exec(116): /fake-bin/ovs-ofctl show +I1208 17:05:02.958533 18578 ovs.go:207] exec(116): stdout: "" +I1208 17:05:02.958584 18578 ovs.go:208] exec(116): stderr: "" +I1208 17:05:02.958697 18578 healthcheck.go:278] Gateway OpenFlow sync already requested +I1208 17:05:02.958800 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OVN-KUBE-EXTERNALIP with args: "-p TCP -d 10.10.10.1 --dport 8034 -j DNAT --to-destination 10.129.0.2:8034" for protocol: 0 +I1208 17:05:02.958911 18578 factory.go:347] Added *v1.Service event handler 1 +I1208 17:05:02.958985 18578 gateway_shared_intf.go:430] Adding service service1 in namespace namespace1 +I1208 17:05:02.959063 18578 gateway_shared_intf.go:434] No endpoint found for service service1 in namespace namespace1 during service Add +I1208 17:05:02.959134 18578 gateway_shared_intf.go:446] Rules already programmed for service1 in namespace namespace1 +I1208 17:05:02.959236 18578 gateway_shared_intf.go:485] Deleting service service1 in namespace namespace1 +I1208 17:05:02.959373 18578 healthcheck.go:278] Gateway OpenFlow sync already requested +I1208 17:05:02.959460 18578 gateway_iptables.go:66] Deleting rule in table: nat, chain: OVN-KUBE-EXTERNALIP with args: "-p TCP -d 10.10.10.1 --dport 8034 -j REDIRECT --to-port 0" for protocol: 0 +I1208 17:05:02.959576 18578 gateway_iptables.go:66] Deleting rule in table: nat, chain: OVN-KUBE-EXTERNALIP with args: "-p TCP -d 10.10.10.1 --dport 8034 -j DNAT --to-destination 10.129.0.2:8034" for protocol: 0 +• +------------------------------ +Node Operations on add and delete + manages iptables rules for NodePort + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/gateway_localnet_linux_test.go:798 +I1208 17:05:02.973081 18578 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:05:02.973308 18578 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:05:02.973441 18578 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:05:02.973526 18578 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:05:02.973593 18578 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:05:02.973791 18578 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:05:02.973934 18578 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc0011bc000} +I1208 17:05:02.974067 18578 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc0011bc000} +I1208 17:05:02.974195 18578 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:05:02.974309 18578 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:05:02.978013 18578 node.go:297] OVN Kube Node initialization, Mode: full +I1208 17:05:02.982968 18578 reflector.go:219] Starting reflector *v1.Endpoints (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.983102 18578 reflector.go:219] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.983190 18578 reflector.go:255] Listing and watching *v1.Endpoints from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.983407 18578 reflector.go:255] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.984205 18578 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.984390 18578 reflector.go:255] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.984416 18578 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:02.984732 18578 reflector.go:255] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:134 +I1208 17:05:03.081404 18578 shared_informer.go:270] caches populated +I1208 17:05:03.081718 18578 shared_informer.go:270] caches populated +I1208 17:05:03.081976 18578 shared_informer.go:270] caches populated +I1208 17:05:03.082212 18578 shared_informer.go:270] caches populated +I1208 17:05:03.083288 18578 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="" +I1208 17:05:03.083524 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:03.083622 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:03.083727 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: PREROUTING with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:03.083849 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OUTPUT with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:03.083973 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: FORWARD with args: "-j OVN-KUBE-NODEPORT" for protocol: 0 +I1208 17:05:03.084089 18578 gateway_iptables.go:66] Deleting rule in table: filter, chain: FORWARD with args: "-j OVN-KUBE-EXTERNALIP" for protocol: 0 +I1208 17:05:03.084632 18578 node_ip_handler_linux.go:213] Skipping non-useable IP address for host: 127.0.0.1 +I1208 17:05:03.084762 18578 node_ip_handler_linux.go:221] Node address annotation being set to: map[172.17.0.2:{}] addrChanged: true +I1208 17:05:03.084916 18578 kube.go:93] Setting annotations map[k8s.ovn.org/host-addresses:["172.17.0.2"]] on node node +E1208 17:05:03.085175 18578 kube.go:102] Error in setting annotation on node node: nodes "node" not found +E1208 17:05:03.085287 18578 node_ip_handler_linux.go:225] Failed to set node annotations: nodes "node" not found +I1208 17:05:03.085439 18578 gateway_shared_intf.go:509] No endpoint found for service service1 in namespace namespace1 during sync +I1208 17:05:03.085526 18578 healthcheck.go:278] Gateway OpenFlow sync already requested +I1208 17:05:03.085620 18578 gateway_shared_intf.go:430] Adding service service1 in namespace namespace1 +I1208 17:05:03.085743 18578 gateway_shared_intf.go:434] No endpoint found for service service1 in namespace namespace1 during service Add +I1208 17:05:03.085812 18578 gateway_shared_intf.go:443] Service Add service1 event in namespace namespace1 came before endpoint event setting svcConfig +I1208 17:05:03.086039 18578 healthcheck.go:278] Gateway OpenFlow sync already requested +I1208 17:05:03.086164 18578 gateway_iptables.go:46] Adding rule in table: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 38034 -j DNAT --to-destination 10.129.0.2:8080" for protocol: 0 +I1208 17:05:03.086319 18578 factory.go:347] Added *v1.Service event handler 1 +I1208 17:05:03.086385 18578 gateway_shared_intf.go:430] Adding service service1 in namespace namespace1 +I1208 17:05:03.086510 18578 gateway_shared_intf.go:434] No endpoint found for service service1 in namespace namespace1 during service Add +I1208 17:05:03.086574 18578 gateway_shared_intf.go:446] Rules already programmed for service1 in namespace namespace1 +I1208 17:05:03.086719 18578 gateway_shared_intf.go:485] Deleting service service1 in namespace namespace1 +I1208 17:05:03.086874 18578 healthcheck.go:278] Gateway OpenFlow sync already requested +I1208 17:05:03.086980 18578 gateway_iptables.go:66] Deleting rule in table: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 38034 -j REDIRECT --to-port 0" for protocol: 0 +I1208 17:05:03.087117 18578 gateway_iptables.go:66] Deleting rule in table: nat, chain: OVN-KUBE-NODEPORT with args: "-p TCP -m addrtype --dst-type LOCAL --dport 38034 -j DNAT --to-destination 10.129.0.2:8080" for protocol: 0 +• +JUnit path was configured: ./_artifacts/junit-pkg_node.xml + +JUnit report was created: /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/_artifacts/junit-pkg_node.xml + +Ran 81 of 81 Specs in 3.972 seconds +SUCCESS! -- 81 Passed | 0 Failed | 0 Pending | 0 Skipped +--- PASS: TestNodeSuite (4.26s) +PASS +ok github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node 4.774s +go test -mod=vendor -test.v -race github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn -ginkgo.v -ginkgo.reportFile ./_artifacts/junit-pkg_ovn.xml +I1208 17:05:13.087488 19465 ovs.go:93] Maximum command line arguments set to: 191102 +=== RUN TestNewEgressDNS +2021/12/08 17:05:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5b48c4a3-19eb-438b-8588-b25900465a43" "table"="Database" +2021/12/08 17:05:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5b48c4a3-19eb-438b-8588-b25900465a43" "table"="Database" "model"="&{UUID:5b48c4a3-19eb-438b-8588-b25900465a43 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c2d87514-22f7-4c9a-8504-1bb4f504ec16" "table"="Database" +2021/12/08 17:05:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c2d87514-22f7-4c9a-8504-1bb4f504ec16" "table"="Database" "model"="&{UUID:c2d87514-22f7-4c9a-8504-1bb4f504ec16 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +=== RUN TestNewEgressDNS/0:fails_to_read_the_/etc/resolv.conf_file + egressfirewall_dns_test.go:73: PASS: ClientConfigFromFile(mock.AnythingOfTypeArgument) +=== RUN TestNewEgressDNS/1:positive_tests_case + egressfirewall_dns_test.go:73: PASS: ClientConfigFromFile(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:73: PASS: ClientConfigFromFile(mock.AnythingOfTypeArgument) +--- PASS: TestNewEgressDNS (0.60s) + --- PASS: TestNewEgressDNS/0:fails_to_read_the_/etc/resolv.conf_file (0.00s) + --- PASS: TestNewEgressDNS/1:positive_tests_case (0.00s) +=== RUN TestAdd +=== RUN TestAdd/0:NewAddressSet_returns_error + egressfirewall_dns_test.go:245: &{{0 0} 0xc00061c440 map[] 0xc0005a0050 0xc0006aa300 0xc0004fd1a0 0xc0006aa360 0xc0006aa2a0} + egressfirewall_dns_test.go:285: cannot create addressSet for www.test.com: mock error + egressfirewall_dns_test.go:286: PASS: ClientConfigFromFile(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:287: PASS: NewAddressSet(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestAdd/1:EgressFirewall_Add(dnsName)_succeeds_IPv4_only + egressfirewall_dns_test.go:245: &{{0 0} 0xc00061cbc0 map[] 0xc0005a0050 0xc0006aa720 0xc0004fd3e0 0xc0006aa780 0xc0006aa6c0} + egressfirewall_dns_test.go:285: &{{[0xc0001b79a0] [{0xc0005a00a0 SetIPs [[2.2.2.2]] [] [AddressSet.go:120 egressfirewall_dns.go:131 egressfirewall_dns.go:145 asm_amd64.s:1371] 0 0 false 0 }] map[] {0 0}}} + egressfirewall_dns_test.go:286: PASS: ClientConfigFromFile(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: ClientConfigFromFile(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: Fqdn(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: SetQuestion(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: Exchange(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:287: PASS: NewAddressSet(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:287: PASS: NewAddressSet(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:288: PASS: SetIPs(mock.AnythingOfTypeArgument) +=== RUN TestAdd/2:EgressFirewall_Add(dnsName)_succeeds_dual_stack + egressfirewall_dns_test.go:245: &{{0 0} 0xc00061d5c0 map[] 0xc0005a0050 0xc0006aad20 0xc0004fd860 0xc0006aad80 0xc0006aacc0} + egressfirewall_dns_test.go:285: &{{[0xc0001b79a0 0xc0005cabe0] [{0xc0005a00a0 SetIPs [[2.2.2.2]] [] [AddressSet.go:120 egressfirewall_dns.go:131 egressfirewall_dns.go:145 asm_amd64.s:1371] 0 0 false 0 } {0xc0005a00a0 SetIPs [[2.2.2.2 2001:db8:85a3::8a2e:370:7334]] [] [AddressSet.go:120 egressfirewall_dns.go:131 egressfirewall_dns.go:145 asm_amd64.s:1371] 0 0 false 0 }] map[] {0 0}}} + egressfirewall_dns_test.go:286: PASS: ClientConfigFromFile(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: ClientConfigFromFile(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: Fqdn(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: SetQuestion(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: Exchange(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: ClientConfigFromFile(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: Fqdn(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: Fqdn(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: SetQuestion(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: SetQuestion(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: Exchange(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: Exchange(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:287: PASS: NewAddressSet(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:287: PASS: NewAddressSet(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:287: PASS: NewAddressSet(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:288: PASS: SetIPs(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:288: PASS: SetIPs(mock.AnythingOfTypeArgument) +=== RUN TestAdd/3:EgressFirewall_DNS_Run_Runs_update_after_the_ttl_returned_from_the_DNS_server_expires + egressfirewall_dns_test.go:245: &{{0 0} 0xc00001c2c0 map[] 0xc0005a0050 0xc0006aba40 0xc000280360 0xc0006abaa0 0xc0006ab9e0} + egressfirewall_dns_test.go:285: &{{[0xc0001b79a0 0xc0005cabe0 0xc0005cbe00 0xc0005cbf40] [{0xc0005a00a0 SetIPs [[2.2.2.2]] [] [AddressSet.go:120 egressfirewall_dns.go:131 egressfirewall_dns.go:145 asm_amd64.s:1371] 0 0 false 0 } {0xc0005a00a0 SetIPs [[2.2.2.2 2001:db8:85a3::8a2e:370:7334]] [] [AddressSet.go:120 egressfirewall_dns.go:131 egressfirewall_dns.go:145 asm_amd64.s:1371] 0 0 false 0 } {0xc0005a00a0 SetIPs [[2.2.2.2]] [] [AddressSet.go:120 egressfirewall_dns.go:131 egressfirewall_dns.go:145 asm_amd64.s:1371] 0 0 false 0 } {0xc0005a00a0 SetIPs [[3.3.3.3]] [] [AddressSet.go:120 egressfirewall_dns.go:131 egressfirewall_dns.go:182 asm_amd64.s:1371] 0 0 false 0 }] map[] {0 0}}} + egressfirewall_dns_test.go:286: PASS: ClientConfigFromFile(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: ClientConfigFromFile(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: Fqdn(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: SetQuestion(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: Exchange(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: ClientConfigFromFile(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: Fqdn(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: Fqdn(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: SetQuestion(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: SetQuestion(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: Exchange(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: Exchange(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: ClientConfigFromFile(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: Fqdn(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: SetQuestion(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: Exchange(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: Fqdn(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: SetQuestion(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:286: PASS: Exchange(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:287: PASS: NewAddressSet(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:287: PASS: NewAddressSet(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:287: PASS: NewAddressSet(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:287: PASS: NewAddressSet(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:288: PASS: SetIPs(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:288: PASS: SetIPs(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:288: PASS: SetIPs(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:288: PASS: SetIPs(mock.AnythingOfTypeArgument) +--- PASS: TestAdd (4.04s) + --- PASS: TestAdd/0:NewAddressSet_returns_error (0.00s) + --- PASS: TestAdd/1:EgressFirewall_Add(dnsName)_succeeds_IPv4_only (0.01s) + --- PASS: TestAdd/2:EgressFirewall_Add(dnsName)_succeeds_dual_stack (0.01s) + --- PASS: TestAdd/3:EgressFirewall_DNS_Run_Runs_update_after_the_ttl_returned_from_the_DNS_server_expires (4.01s) +=== RUN TestDelete +=== RUN TestDelete/0:EgressFirewall_Delete_functions + egressfirewall_dns_test.go:381: &{{0 0} 0xc00069cbc0 map[] 0xc0005100a0 0xc000111320 0xc000b2a6c0 0xc000111380 0xc0001112c0} + egressfirewall_dns_test.go:420: &{{[0xc0001b7540 0xc0001b77c0] [{0xc0005100f0 SetIPs [[2.2.2.2 2001:db8:85a3::8a2e:370:7334]] [] [AddressSet.go:120 egressfirewall_dns.go:131 egressfirewall_dns.go:145 asm_amd64.s:1371] 0 0 false 0 } {0xc0005100f0 Destroy [] [] [AddressSet.go:46 egressfirewall_dns.go:97 egressfirewall_dns_test.go:403] 0 0 false 0 }] map[] {0 0}}} + egressfirewall_dns_test.go:421: PASS: ClientConfigFromFile(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:421: PASS: Fqdn(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:421: PASS: Fqdn(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:421: PASS: SetQuestion(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:421: PASS: SetQuestion(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:421: PASS: Exchange(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:421: PASS: Exchange(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:422: PASS: NewAddressSet(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:423: PASS: SetIPs(mock.AnythingOfTypeArgument) + egressfirewall_dns_test.go:423: PASS: Destroy() +--- PASS: TestDelete (0.01s) + --- PASS: TestDelete/0:EgressFirewall_Delete_functions (0.01s) +=== RUN TestGetMatchFromIPBlock +--- PASS: TestGetMatchFromIPBlock (0.00s) +=== RUN TestGetL4Match +--- PASS: TestGetL4Match (0.00s) +=== RUN TestController_allocateNodeSubnets +=== RUN TestController_allocateNodeSubnets/new_node,_IPv4_only_cluster +2021/12/08 17:05:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e97987aa-5fcd-425f-b4f4-fb8ac267012a" "table"="Database" +2021/12/08 17:05:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e97987aa-5fcd-425f-b4f4-fb8ac267012a" "table"="Database" "model"="&{UUID:e97987aa-5fcd-425f-b4f4-fb8ac267012a Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="484bd2d2-4a33-4e9e-bc7e-f7a0ac8ccae0" "table"="Load_Balancer_Group" +2021/12/08 17:05:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="484bd2d2-4a33-4e9e-bc7e-f7a0ac8ccae0" "table"="Load_Balancer_Group" "model"="&{UUID:484bd2d2-4a33-4e9e-bc7e-f7a0ac8ccae0 LoadBalancer:[] Name:clusterLBGroup}" +2021/12/08 17:05:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="65342542-4295-4a7e-a2e1-aa1f64c76db3" "table"="Database" +2021/12/08 17:05:18 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="65342542-4295-4a7e-a2e1-aa1f64c76db3" "table"="Database" "model"="&{UUID:65342542-4295-4a7e-a2e1-aa1f64c76db3 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:18.501187 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:18.501491 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:18.502143 19465 master.go:994] Failed to get node testnode host subnets annotations: node "testnode" has no "k8s.ovn.org/node-subnets" annotation +I1208 17:05:18.502231 19465 master.go:1018] Expected 1 subnets on node testnode, found 0: [] +I1208 17:05:18.502370 19465 master.go:1094] Allocated Subnets [172.16.0.0/24] on Node testnode +=== RUN TestController_allocateNodeSubnets/new_node,_IPv6_only_cluster +2021/12/08 17:05:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="634a1c1a-fc0c-4fc7-b7b4-ffa07e3de2ad" "table"="Database" +2021/12/08 17:05:18 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="634a1c1a-fc0c-4fc7-b7b4-ffa07e3de2ad" "table"="Database" "model"="&{UUID:634a1c1a-fc0c-4fc7-b7b4-ffa07e3de2ad Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="413ca7ee-7e0d-4618-aa5a-85d12f091962" "table"="Load_Balancer_Group" +2021/12/08 17:05:18 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="413ca7ee-7e0d-4618-aa5a-85d12f091962" "table"="Load_Balancer_Group" "model"="&{UUID:413ca7ee-7e0d-4618-aa5a-85d12f091962 LoadBalancer:[] Name:clusterLBGroup}" +2021/12/08 17:05:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9a88054d-7f9a-49aa-b7aa-5c945769a969" "table"="Database" +2021/12/08 17:05:19 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9a88054d-7f9a-49aa-b7aa-5c945769a969" "table"="Database" "model"="&{UUID:9a88054d-7f9a-49aa-b7aa-5c945769a969 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:19.237399 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:19.237744 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:19.238069 19465 master.go:994] Failed to get node testnode host subnets annotations: node "testnode" has no "k8s.ovn.org/node-subnets" annotation +I1208 17:05:19.238143 19465 master.go:1018] Expected 1 subnets on node testnode, found 0: [] +I1208 17:05:19.238267 19465 master.go:1094] Allocated Subnets [2001:db2::/64] on Node testnode +=== RUN TestController_allocateNodeSubnets/existing_annotated_node,_IPv4_only_cluster +2021/12/08 17:05:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c82033c8-1d83-4f49-ab43-a6bda3973309" "table"="Database" +2021/12/08 17:05:19 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c82033c8-1d83-4f49-ab43-a6bda3973309" "table"="Database" "model"="&{UUID:c82033c8-1d83-4f49-ab43-a6bda3973309 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="06e66725-a949-4cdb-ae5a-72199ef0a65b" "table"="Load_Balancer_Group" +2021/12/08 17:05:19 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="06e66725-a949-4cdb-ae5a-72199ef0a65b" "table"="Load_Balancer_Group" "model"="&{UUID:06e66725-a949-4cdb-ae5a-72199ef0a65b LoadBalancer:[] Name:clusterLBGroup}" +2021/12/08 17:05:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ef6a75a3-3f52-48b7-81fe-bbf8d8af180f" "table"="Database" +2021/12/08 17:05:19 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ef6a75a3-3f52-48b7-81fe-bbf8d8af180f" "table"="Database" "model"="&{UUID:ef6a75a3-3f52-48b7-81fe-bbf8d8af180f Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:19.943984 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:19.944268 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:19.944756 19465 master.go:1009] Allocated Subnets [172.16.8.0/24] on Node testnode +=== RUN TestController_allocateNodeSubnets/existing_annotated_node,_IPv6_only_cluster +2021/12/08 17:05:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6ebdafc7-c272-4313-8b52-465d02f21f7c" "table"="Database" +2021/12/08 17:05:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6ebdafc7-c272-4313-8b52-465d02f21f7c" "table"="Database" "model"="&{UUID:6ebdafc7-c272-4313-8b52-465d02f21f7c Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="97c8f39d-6270-4d14-bd83-203f936a979d" "table"="Load_Balancer_Group" +2021/12/08 17:05:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="97c8f39d-6270-4d14-bd83-203f936a979d" "table"="Load_Balancer_Group" "model"="&{UUID:97c8f39d-6270-4d14-bd83-203f936a979d LoadBalancer:[] Name:clusterLBGroup}" +2021/12/08 17:05:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="21ae03d5-0fca-4e10-a681-c9b8bf2afe22" "table"="Database" +2021/12/08 17:05:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="21ae03d5-0fca-4e10-a681-c9b8bf2afe22" "table"="Database" "model"="&{UUID:21ae03d5-0fca-4e10-a681-c9b8bf2afe22 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:20.660970 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:20.661198 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:20.661631 19465 master.go:1009] Allocated Subnets [2001:db2:1:2::/64] on Node testnode +=== RUN TestController_allocateNodeSubnets/new_node,_dual_stack_cluster +2021/12/08 17:05:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a18b118a-4751-4445-88e7-49e2af105f9d" "table"="Database" +2021/12/08 17:05:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a18b118a-4751-4445-88e7-49e2af105f9d" "table"="Database" "model"="&{UUID:a18b118a-4751-4445-88e7-49e2af105f9d Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="53319552-86d8-4f00-83bc-e8de66c16904" "table"="Load_Balancer_Group" +2021/12/08 17:05:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="53319552-86d8-4f00-83bc-e8de66c16904" "table"="Load_Balancer_Group" "model"="&{UUID:53319552-86d8-4f00-83bc-e8de66c16904 LoadBalancer:[] Name:clusterLBGroup}" +2021/12/08 17:05:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0cf680c3-46fe-490b-8398-1c6039d283be" "table"="Database" +2021/12/08 17:05:21 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0cf680c3-46fe-490b-8398-1c6039d283be" "table"="Database" "model"="&{UUID:0cf680c3-46fe-490b-8398-1c6039d283be Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:21.385258 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:21.385530 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:21.385879 19465 master.go:994] Failed to get node testnode host subnets annotations: node "testnode" has no "k8s.ovn.org/node-subnets" annotation +I1208 17:05:21.385962 19465 master.go:1018] Expected 2 subnets on node testnode, found 0: [] +I1208 17:05:21.386108 19465 master.go:1094] Allocated Subnets [172.16.0.0/24 2000::/24] on Node testnode +=== RUN TestController_allocateNodeSubnets/annotated_node,_dual_stack_cluster +2021/12/08 17:05:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c39bce54-5203-4351-ae62-f0fda261cdc4" "table"="Database" +2021/12/08 17:05:21 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c39bce54-5203-4351-ae62-f0fda261cdc4" "table"="Database" "model"="&{UUID:c39bce54-5203-4351-ae62-f0fda261cdc4 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="db8ac29b-a2df-4f21-a42e-41a417a6974d" "table"="Load_Balancer_Group" +2021/12/08 17:05:21 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="db8ac29b-a2df-4f21-a42e-41a417a6974d" "table"="Load_Balancer_Group" "model"="&{UUID:db8ac29b-a2df-4f21-a42e-41a417a6974d LoadBalancer:[] Name:clusterLBGroup}" +2021/12/08 17:05:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1905703f-d185-49ff-bc19-4db7f05f4ffe" "table"="Database" +2021/12/08 17:05:21 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1905703f-d185-49ff-bc19-4db7f05f4ffe" "table"="Database" "model"="&{UUID:1905703f-d185-49ff-bc19-4db7f05f4ffe Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:22.084291 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:22.084622 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:22.085113 19465 master.go:1009] Allocated Subnets [172.16.5.0/24 2000::/24] on Node testnode +=== RUN TestController_allocateNodeSubnets/single_IPv4_to_dual_stack_cluster +2021/12/08 17:05:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="57e4100b-41ee-4727-b73f-96c87bf3aa22" "table"="Database" +2021/12/08 17:05:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="57e4100b-41ee-4727-b73f-96c87bf3aa22" "table"="Database" "model"="&{UUID:57e4100b-41ee-4727-b73f-96c87bf3aa22 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6da80e38-1d61-418e-9e48-3d510fea4991" "table"="Load_Balancer_Group" +2021/12/08 17:05:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6da80e38-1d61-418e-9e48-3d510fea4991" "table"="Load_Balancer_Group" "model"="&{UUID:6da80e38-1d61-418e-9e48-3d510fea4991 LoadBalancer:[] Name:clusterLBGroup}" +2021/12/08 17:05:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="55328d35-6f1e-4185-9c71-b7b333fb9f63" "table"="Database" +2021/12/08 17:05:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="55328d35-6f1e-4185-9c71-b7b333fb9f63" "table"="Database" "model"="&{UUID:55328d35-6f1e-4185-9c71-b7b333fb9f63 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:22.814009 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:22.814418 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:22.814886 19465 master.go:1018] Expected 2 subnets on node testnode, found 1: [172.16.5.0/24] +I1208 17:05:22.815034 19465 master.go:1094] Allocated Subnets [172.16.5.0/24 2000::/24] on Node testnode +=== RUN TestController_allocateNodeSubnets/single_IPv6_to_dual_stack_cluster +2021/12/08 17:05:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1c19dd28-35a3-4fc6-ae7e-c2e0c793a8ed" "table"="Database" +2021/12/08 17:05:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1c19dd28-35a3-4fc6-ae7e-c2e0c793a8ed" "table"="Database" "model"="&{UUID:1c19dd28-35a3-4fc6-ae7e-c2e0c793a8ed Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b9f254ad-6768-4aec-9331-685e5bd72740" "table"="Load_Balancer_Group" +2021/12/08 17:05:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b9f254ad-6768-4aec-9331-685e5bd72740" "table"="Load_Balancer_Group" "model"="&{UUID:b9f254ad-6768-4aec-9331-685e5bd72740 LoadBalancer:[] Name:clusterLBGroup}" +2021/12/08 17:05:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2ddae29e-5d72-4984-a220-7c0004d7994c" "table"="Database" +2021/12/08 17:05:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2ddae29e-5d72-4984-a220-7c0004d7994c" "table"="Database" "model"="&{UUID:2ddae29e-5d72-4984-a220-7c0004d7994c Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:23.540753 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:23.541076 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:23.541474 19465 master.go:1018] Expected 2 subnets on node testnode, found 1: [2000::/24] +I1208 17:05:23.541616 19465 master.go:1094] Allocated Subnets [2000::/24 172.16.0.0/24] on Node testnode +=== RUN TestController_allocateNodeSubnets/dual_stack_cluster_to_single_IPv4 +2021/12/08 17:05:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e7cf3fa7-5c8e-41a1-abf5-de914b8a2062" "table"="Database" +2021/12/08 17:05:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e7cf3fa7-5c8e-41a1-abf5-de914b8a2062" "table"="Database" "model"="&{UUID:e7cf3fa7-5c8e-41a1-abf5-de914b8a2062 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9e3f3fa7-5d02-41a3-8359-d44112f542eb" "table"="Load_Balancer_Group" +2021/12/08 17:05:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9e3f3fa7-5d02-41a3-8359-d44112f542eb" "table"="Load_Balancer_Group" "model"="&{UUID:9e3f3fa7-5d02-41a3-8359-d44112f542eb LoadBalancer:[] Name:clusterLBGroup}" +2021/12/08 17:05:24 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ee20fd5a-e2a0-4b8d-bfc3-e5d5be1eee7d" "table"="Database" +2021/12/08 17:05:24 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ee20fd5a-e2a0-4b8d-bfc3-e5d5be1eee7d" "table"="Database" "model"="&{UUID:ee20fd5a-e2a0-4b8d-bfc3-e5d5be1eee7d Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:24.264790 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:24.265201 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:24.265723 19465 master.go:1018] Expected 1 subnets on node testnode, found 2: [172.16.5.0/24 2000::/24] +W1208 17:05:24.265870 19465 master.go:1046] Error releasing subnet 2000::/24 on node testnode +I1208 17:05:24.265976 19465 master.go:1094] Allocated Subnets [172.16.5.0/24] on Node testnode +=== RUN TestController_allocateNodeSubnets/dual_stack_cluster_to_single_IPv6 +2021/12/08 17:05:24 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bb267465-8842-4758-af50-e7809c12e5e0" "table"="Database" +2021/12/08 17:05:24 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="bb267465-8842-4758-af50-e7809c12e5e0" "table"="Database" "model"="&{UUID:bb267465-8842-4758-af50-e7809c12e5e0 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:24 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7d45f937-1543-4558-a60c-a016d6763a48" "table"="Load_Balancer_Group" +2021/12/08 17:05:24 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7d45f937-1543-4558-a60c-a016d6763a48" "table"="Load_Balancer_Group" "model"="&{UUID:7d45f937-1543-4558-a60c-a016d6763a48 LoadBalancer:[] Name:clusterLBGroup}" +2021/12/08 17:05:24 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0ef0ef61-e86b-459c-95e6-ad14cee420a7" "table"="Database" +2021/12/08 17:05:24 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0ef0ef61-e86b-459c-95e6-ad14cee420a7" "table"="Database" "model"="&{UUID:0ef0ef61-e86b-459c-95e6-ad14cee420a7 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:25.192752 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:25.193162 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:25.193849 19465 master.go:1018] Expected 1 subnets on node testnode, found 2: [172.16.5.0/24 2001:db2:1:2::/64] +W1208 17:05:25.194056 19465 master.go:1046] Error releasing subnet 172.16.5.0/24 on node testnode +I1208 17:05:25.194230 19465 master.go:1094] Allocated Subnets [2001:db2:1:2::/64] on Node testnode +=== RUN TestController_allocateNodeSubnets/new_node,_OVN_wrong_configuration:_IPv4_only_cluster_but_IPv6_range +2021/12/08 17:05:25 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dbe6518f-5e79-4d6c-847f-5df4cafec7b5" "table"="Database" +2021/12/08 17:05:25 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="dbe6518f-5e79-4d6c-847f-5df4cafec7b5" "table"="Database" "model"="&{UUID:dbe6518f-5e79-4d6c-847f-5df4cafec7b5 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:25 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b618001b-8afb-4c14-8822-630149a668ed" "table"="Load_Balancer_Group" +2021/12/08 17:05:25 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b618001b-8afb-4c14-8822-630149a668ed" "table"="Load_Balancer_Group" "model"="&{UUID:b618001b-8afb-4c14-8822-630149a668ed LoadBalancer:[] Name:clusterLBGroup}" +2021/12/08 17:05:25 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="816c9f00-d149-49aa-9b9d-3b94ff7ab8df" "table"="Database" +2021/12/08 17:05:25 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="816c9f00-d149-49aa-9b9d-3b94ff7ab8df" "table"="Database" "model"="&{UUID:816c9f00-d149-49aa-9b9d-3b94ff7ab8df Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:25.962033 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:25.962527 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:25.963084 19465 master.go:994] Failed to get node testnode host subnets annotations: node "testnode" has no "k8s.ovn.org/node-subnets" annotation +I1208 17:05:25.963171 19465 master.go:1018] Expected 1 subnets on node testnode, found 0: [] +--- PASS: TestController_allocateNodeSubnets (8.21s) + --- PASS: TestController_allocateNodeSubnets/new_node,_IPv4_only_cluster (0.75s) + --- PASS: TestController_allocateNodeSubnets/new_node,_IPv6_only_cluster (0.74s) + --- PASS: TestController_allocateNodeSubnets/existing_annotated_node,_IPv4_only_cluster (0.71s) + --- PASS: TestController_allocateNodeSubnets/existing_annotated_node,_IPv6_only_cluster (0.72s) + --- PASS: TestController_allocateNodeSubnets/new_node,_dual_stack_cluster (0.72s) + --- PASS: TestController_allocateNodeSubnets/annotated_node,_dual_stack_cluster (0.70s) + --- PASS: TestController_allocateNodeSubnets/single_IPv4_to_dual_stack_cluster (0.73s) + --- PASS: TestController_allocateNodeSubnets/single_IPv6_to_dual_stack_cluster (0.73s) + --- PASS: TestController_allocateNodeSubnets/dual_stack_cluster_to_single_IPv4 (0.72s) + --- PASS: TestController_allocateNodeSubnets/dual_stack_cluster_to_single_IPv6 (0.93s) + --- PASS: TestController_allocateNodeSubnets/new_node,_OVN_wrong_configuration:_IPv4_only_cluster_but_IPv6_range (0.77s) +=== RUN TestClusterNode +Running Suite: OVN Operations Suite +=================================== +Random Seed: 1638983113 +Will run 129 of 129 specs + +OVN Namespace Operations on startup + reconciles an existing namespace with pods + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/namespace_test.go:87 +2021/12/08 17:05:26 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e9a76388-cf08-4a5c-917f-558cc522747f" "table"="Database" +2021/12/08 17:05:26 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e9a76388-cf08-4a5c-917f-558cc522747f" "table"="Database" "model"="&{UUID:e9a76388-cf08-4a5c-917f-558cc522747f Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:26 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="646e0094-11ab-4b87-b6cd-2a0cbe7285ef" "table"="Database" +2021/12/08 17:05:26 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="646e0094-11ab-4b87-b6cd-2a0cbe7285ef" "table"="Database" "model"="&{UUID:646e0094-11ab-4b87-b6cd-2a0cbe7285ef Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:26.960359 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:26.960701 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:26.964367 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:05:26.964938 19465 namespace.go:186] [namespace1] adding namespace took 310.367µs +I1208 17:05:26.965247 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 4.157678ms +• +------------------------------ +OVN Namespace Operations on startup + creates an empty address set for the namespace without pods + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/namespace_test.go:123 +2021/12/08 17:05:27 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e80e4a17-6737-492b-b96a-94144702f774" "table"="Database" +2021/12/08 17:05:27 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e80e4a17-6737-492b-b96a-94144702f774" "table"="Database" "model"="&{UUID:e80e4a17-6737-492b-b96a-94144702f774 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:27 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="98b50449-f310-4f6e-8370-696f5a2873cf" "table"="Database" +2021/12/08 17:05:27 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="98b50449-f310-4f6e-8370-696f5a2873cf" "table"="Database" "model"="&{UUID:98b50449-f310-4f6e-8370-696f5a2873cf Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:27.673287 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:27.673982 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:27.677477 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:05:27.677951 19465 namespace.go:186] [namespace1] adding namespace took 258.723µs +I1208 17:05:27.678165 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 3.631531ms +• +------------------------------ +OVN Namespace Operations on startup + creates an address set for existing nodes when the host network traffic namespace is created + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/namespace_test.go:137 +2021/12/08 17:05:27 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="32b4784d-80c3-4910-bec3-c881d026aa04" "table"="Database" +2021/12/08 17:05:27 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="32b4784d-80c3-4910-bec3-c881d026aa04" "table"="Database" "model"="&{UUID:32b4784d-80c3-4910-bec3-c881d026aa04 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:27 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8f4ab22b-015a-4a71-8153-ca4651c6aaa1" "table"="Logical_Switch" +2021/12/08 17:05:27 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8f4ab22b-015a-4a71-8153-ca4651c6aaa1" "table"="Logical_Switch" "model"="&{UUID:8f4ab22b-015a-4a71-8153-ca4651c6aaa1 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:27 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="569a818d-f8d0-4ac1-a95c-ecff71082fd0" "table"="Logical_Switch" +2021/12/08 17:05:27 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="569a818d-f8d0-4ac1-a95c-ecff71082fd0" "table"="Logical_Switch" "model"="&{UUID:569a818d-f8d0-4ac1-a95c-ecff71082fd0 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:27 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f3edb7a9-10e8-4f84-85c6-55049778cc72" "table"="Load_Balancer_Group" +2021/12/08 17:05:27 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f3edb7a9-10e8-4f84-85c6-55049778cc72" "table"="Load_Balancer_Group" "model"="&{UUID:f3edb7a9-10e8-4f84-85c6-55049778cc72 LoadBalancer:[] Name:clusterLBGroup}" +2021/12/08 17:05:27 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="06fadfa4-c257-4af0-8919-5bca1af55fda" "table"="Port_Group" +2021/12/08 17:05:27 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="06fadfa4-c257-4af0-8919-5bca1af55fda" "table"="Port_Group" "model"="&{UUID:06fadfa4-c257-4af0-8919-5bca1af55fda ACLs:[] ExternalIDs:map[name:clusterRtrPortGroup] Name:clusterRtrPortGroup Ports:[]}" +2021/12/08 17:05:27 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a4142c13-6e3a-4f8c-9973-36dd1911b7bc" "table"="Port_Group" +2021/12/08 17:05:27 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a4142c13-6e3a-4f8c-9973-36dd1911b7bc" "table"="Port_Group" "model"="&{UUID:a4142c13-6e3a-4f8c-9973-36dd1911b7bc ACLs:[] ExternalIDs:map[name:clusterPortGroup] Name:clusterPortGroup Ports:[]}" +2021/12/08 17:05:27 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b8f34e0c-b552-42a4-b3aa-ef3e3584def3" "table"="Logical_Router" +2021/12/08 17:05:27 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b8f34e0c-b552-42a4-b3aa-ef3e3584def3" "table"="Logical_Router" "model"="&{UUID:b8f34e0c-b552-42a4-b3aa-ef3e3584def3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:05:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="acf9cc62-1e82-49eb-8f66-73e9ac0256e6" "table"="Database" +2021/12/08 17:05:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="acf9cc62-1e82-49eb-8f66-73e9ac0256e6" "table"="Database" "model"="&{UUID:acf9cc62-1e82-49eb-8f66-73e9ac0256e6 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:28.447026 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:28.447337 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:28.449065 19465 kube.go:93] Setting annotations map[k8s.ovn.org/host-addresses:["9.9.9.9"] k8s.ovn.org/l3-gateway-config:{"default":{"mode":"shared","interface-id":"br-eth0_node1","mac-address":"11:22:33:44:55:66","ip-addresses":["172.16.16.2/24"],"ip-address":"172.16.16.2/24","next-hops":["172.16.16.1"],"next-hop":"172.16.16.1","node-port-enable":"true","vlan-id":"1024"}} k8s.ovn.org/node-chassis-id:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 k8s.ovn.org/node-mgmt-port-mac-address:0a:58:0a:01:01:02 k8s.ovn.org/node-subnets:{"default":"10.1.1.0/24"}] on node node1 +W1208 17:05:28.509125 19465 logical_switch_manager.go:480] Failed to get IPs for logical router port rtoj-GR_node1 +W1208 17:05:28.560653 19465 logical_switch_manager.go:480] Failed to get IPs for logical router port rtoj-GR_ovn_cluster_router +W1208 17:05:28.611171 19465 logical_switch_manager.go:480] Failed to get IPs for logical router port rtoj-GR_node1 +I1208 17:05:28.614596 19465 namespace.go:182] [test-host-network-ns] adding namespace +I1208 17:05:28.615348 19465 namespace.go:186] [test-host-network-ns] adding namespace took 441.53µs +I1208 17:05:28.615568 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 4.149255ms +E1208 17:05:28.667994 19465 master.go:1394] Failed to get node logical switches which have other-config set error: object not found +I1208 17:05:28.670171 19465 master.go:1009] Allocated Subnets [10.1.1.0/24] on Node node1 +RESULT &[{b8f34e0c-b552-42a4-b3aa-ef3e3584def3 map[] [] [] ovn_cluster_router [] map[] [] [] []}]RESULT &[{569a818d-f8d0-4ac1-a95c-ecff71082fd0 [] [] map[] [] [] [] node1 map[] [] []}]I1208 17:05:28.724037 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:0a:01:01:01 name:rtos-node1 networks:{GoSet:[10.1.1.1/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996164} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996164}]}}] Timeout:0 Where:[where column _uuid == {b8f34e0c-b552-42a4-b3aa-ef3e3584def3}] Until: Durable: Comment: Lock: UUIDName:} {Op:update Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:clusterLBGroup-UUID}]} other_config:{GoMap:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {569a818d-f8d0-4ac1-a95c-ecff71082fd0}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:28 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f61ebb11-cace-4b95-863a-529f726d95ac" "table"="Logical_Router_Port" +2021/12/08 17:05:28 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f61ebb11-cace-4b95-863a-529f726d95ac" "table"="Logical_Router_Port" "model"="&{UUID:f61ebb11-cace-4b95-863a-529f726d95ac Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:0a:01:01:01 Name:rtos-node1 Networks:[10.1.1.1/24] Options:map[] Peer:}" +2021/12/08 17:05:28 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b8f34e0c-b552-42a4-b3aa-ef3e3584def3" "table"="Logical_Router" +2021/12/08 17:05:28 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b8f34e0c-b552-42a4-b3aa-ef3e3584def3" "table"="Logical_Router" "old"="&{UUID:b8f34e0c-b552-42a4-b3aa-ef3e3584def3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:b8f34e0c-b552-42a4-b3aa-ef3e3584def3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[f61ebb11-cace-4b95-863a-529f726d95ac] StaticRoutes:[]}" +2021/12/08 17:05:28 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="569a818d-f8d0-4ac1-a95c-ecff71082fd0" "table"="Logical_Switch" +2021/12/08 17:05:28 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="569a818d-f8d0-4ac1-a95c-ecff71082fd0" "table"="Logical_Switch" "old"="&{UUID:569a818d-f8d0-4ac1-a95c-ecff71082fd0 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:569a818d-f8d0-4ac1-a95c-ecff71082fd0 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[] QOSRules:[]}" +2021/12/08 17:05:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f61ebb11-cace-4b95-863a-529f726d95ac" "table"="Logical_Router_Port" +2021/12/08 17:05:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f61ebb11-cace-4b95-863a-529f726d95ac" "table"="Logical_Router_Port" "model"="&{UUID:f61ebb11-cace-4b95-863a-529f726d95ac Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:0a:01:01:01 Name:rtos-node1 Networks:[10.1.1.1/24] Options:map[] Peer:}" +2021/12/08 17:05:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b8f34e0c-b552-42a4-b3aa-ef3e3584def3" "table"="Logical_Router" +2021/12/08 17:05:28 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b8f34e0c-b552-42a4-b3aa-ef3e3584def3" "table"="Logical_Router" "old"="&{UUID:b8f34e0c-b552-42a4-b3aa-ef3e3584def3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:b8f34e0c-b552-42a4-b3aa-ef3e3584def3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[f61ebb11-cace-4b95-863a-529f726d95ac] StaticRoutes:[]}" +2021/12/08 17:05:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="569a818d-f8d0-4ac1-a95c-ecff71082fd0" "table"="Logical_Switch" +2021/12/08 17:05:28 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="569a818d-f8d0-4ac1-a95c-ecff71082fd0" "table"="Logical_Switch" "old"="&{UUID:569a818d-f8d0-4ac1-a95c-ecff71082fd0 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:569a818d-f8d0-4ac1-a95c-ecff71082fd0 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[] QOSRules:[]}" +RESULT &[{569a818d-f8d0-4ac1-a95c-ecff71082fd0 [] [] map[] [] [] [clusterLBGroup-UUID] node1 map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] [] []}]I1208 17:05:28.811466 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:stor-node1 options:{GoMap:map[router-port:rtos-node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996165} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996165}]}}] Timeout:0 Where:[where column _uuid == {569a818d-f8d0-4ac1-a95c-ecff71082fd0}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:28 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7e01d79e-cf93-4eba-8493-869225b15d1c" "table"="Logical_Switch_Port" +2021/12/08 17:05:28 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7e01d79e-cf93-4eba-8493-869225b15d1c" "table"="Logical_Switch_Port" "model"="&{UUID:7e01d79e-cf93-4eba-8493-869225b15d1c Addresses:[router] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:stor-node1 Options:map[router-port:rtos-node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:05:28 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="569a818d-f8d0-4ac1-a95c-ecff71082fd0" "table"="Logical_Switch" +2021/12/08 17:05:28 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="569a818d-f8d0-4ac1-a95c-ecff71082fd0" "table"="Logical_Switch" "old"="&{UUID:569a818d-f8d0-4ac1-a95c-ecff71082fd0 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[] QOSRules:[]}" "new"="&{UUID:569a818d-f8d0-4ac1-a95c-ecff71082fd0 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[7e01d79e-cf93-4eba-8493-869225b15d1c] QOSRules:[]}" +2021/12/08 17:05:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="569a818d-f8d0-4ac1-a95c-ecff71082fd0" "table"="Logical_Switch" +2021/12/08 17:05:28 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="569a818d-f8d0-4ac1-a95c-ecff71082fd0" "table"="Logical_Switch" "old"="&{UUID:569a818d-f8d0-4ac1-a95c-ecff71082fd0 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[] QOSRules:[]}" "new"="&{UUID:569a818d-f8d0-4ac1-a95c-ecff71082fd0 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[7e01d79e-cf93-4eba-8493-869225b15d1c] QOSRules:[]}" +2021/12/08 17:05:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7e01d79e-cf93-4eba-8493-869225b15d1c" "table"="Logical_Switch_Port" +2021/12/08 17:05:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7e01d79e-cf93-4eba-8493-869225b15d1c" "table"="Logical_Switch_Port" "model"="&{UUID:7e01d79e-cf93-4eba-8493-869225b15d1c Addresses:[router] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:stor-node1 Options:map[router-port:rtos-node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +I1208 17:05:28.887504 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:7e01d79e-cf93-4eba-8493-869225b15d1c}]}}] Timeout:0 Where:[where column name == clusterRtrPortGroup] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:28 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="06fadfa4-c257-4af0-8919-5bca1af55fda" "table"="Port_Group" +2021/12/08 17:05:28 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="06fadfa4-c257-4af0-8919-5bca1af55fda" "table"="Port_Group" "old"="&{UUID:06fadfa4-c257-4af0-8919-5bca1af55fda ACLs:[] ExternalIDs:map[name:clusterRtrPortGroup] Name:clusterRtrPortGroup Ports:[]}" "new"="&{UUID:06fadfa4-c257-4af0-8919-5bca1af55fda ACLs:[] ExternalIDs:map[name:clusterRtrPortGroup] Name:clusterRtrPortGroup Ports:[7e01d79e-cf93-4eba-8493-869225b15d1c]}" +2021/12/08 17:05:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="06fadfa4-c257-4af0-8919-5bca1af55fda" "table"="Port_Group" +2021/12/08 17:05:28 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="06fadfa4-c257-4af0-8919-5bca1af55fda" "table"="Port_Group" "old"="&{UUID:06fadfa4-c257-4af0-8919-5bca1af55fda ACLs:[] ExternalIDs:map[name:clusterRtrPortGroup] Name:clusterRtrPortGroup Ports:[]}" "new"="&{UUID:06fadfa4-c257-4af0-8919-5bca1af55fda ACLs:[] ExternalIDs:map[name:clusterRtrPortGroup] Name:clusterRtrPortGroup Ports:[7e01d79e-cf93-4eba-8493-869225b15d1c]}" +I1208 17:05:28.901532 19465 kube.go:93] Setting annotations map[k8s.ovn.org/node-subnets:{"default":"10.1.1.0/24"}] on node node1 +RESULT &[]RESULT &[{b8f34e0c-b552-42a4-b3aa-ef3e3584def3 map[] [] [] ovn_cluster_router [] map[] [] [f61ebb11-cace-4b95-863a-529f726d95ac] []}]I1208 17:05:29.010088 19465 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Router_Port Row:map[mac:0a:58:0a:01:01:01 networks:{GoSet:[10.1.1.1/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {f61ebb11-cace-4b95-863a-529f726d95ac}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:f61ebb11-cace-4b95-863a-529f726d95ac}]}}] Timeout:0 Where:[where column _uuid == {b8f34e0c-b552-42a4-b3aa-ef3e3584def3}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f61ebb11-cace-4b95-863a-529f726d95ac" "table"="Logical_Router_Port" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b8f34e0c-b552-42a4-b3aa-ef3e3584def3" "table"="Logical_Router" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b8f34e0c-b552-42a4-b3aa-ef3e3584def3" "table"="Logical_Router" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f61ebb11-cace-4b95-863a-529f726d95ac" "table"="Logical_Router_Port" +I1208 17:05:29.130804 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 name:rtos-node1-cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 priority:1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996166} {Op:mutate Table:Logical_Router_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:gateway_chassis Mutator:insert Value:{GoSet:[{GoUUID:u2596996166}]}}] Timeout:0 Where:[where column _uuid == {f61ebb11-cace-4b95-863a-529f726d95ac}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="80de42ab-2b96-491a-bfd8-586944416e5f" "table"="Gateway_Chassis" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="80de42ab-2b96-491a-bfd8-586944416e5f" "table"="Gateway_Chassis" "model"="&{UUID:80de42ab-2b96-491a-bfd8-586944416e5f ChassisName:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 ExternalIDs:map[] Name:rtos-node1-cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 Options:map[] Priority:1}" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f61ebb11-cace-4b95-863a-529f726d95ac" "table"="Logical_Router_Port" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f61ebb11-cace-4b95-863a-529f726d95ac" "table"="Logical_Router_Port" "old"="&{UUID:f61ebb11-cace-4b95-863a-529f726d95ac Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:0a:01:01:01 Name:rtos-node1 Networks:[10.1.1.1/24] Options:map[] Peer:}" "new"="&{UUID:f61ebb11-cace-4b95-863a-529f726d95ac Enabled: ExternalIDs:map[] GatewayChassis:[80de42ab-2b96-491a-bfd8-586944416e5f] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:0a:01:01:01 Name:rtos-node1 Networks:[10.1.1.1/24] Options:map[] Peer:}" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f61ebb11-cace-4b95-863a-529f726d95ac" "table"="Logical_Router_Port" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f61ebb11-cace-4b95-863a-529f726d95ac" "table"="Logical_Router_Port" "old"="&{UUID:f61ebb11-cace-4b95-863a-529f726d95ac Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:0a:01:01:01 Name:rtos-node1 Networks:[10.1.1.1/24] Options:map[] Peer:}" "new"="&{UUID:f61ebb11-cace-4b95-863a-529f726d95ac Enabled: ExternalIDs:map[] GatewayChassis:[80de42ab-2b96-491a-bfd8-586944416e5f] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:0a:01:01:01 Name:rtos-node1 Networks:[10.1.1.1/24] Options:map[] Peer:}" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="80de42ab-2b96-491a-bfd8-586944416e5f" "table"="Gateway_Chassis" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="80de42ab-2b96-491a-bfd8-586944416e5f" "table"="Gateway_Chassis" "model"="&{UUID:80de42ab-2b96-491a-bfd8-586944416e5f ChassisName:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 ExternalIDs:map[] Name:rtos-node1-cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 Options:map[] Priority:1}" +RESULT &[]RESULT &[{569a818d-f8d0-4ac1-a95c-ecff71082fd0 [] [] map[] [] [] [clusterLBGroup-UUID] node1 map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] [7e01d79e-cf93-4eba-8493-869225b15d1c] []}]I1208 17:05:29.156716 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport log:false match:ip4.src==10.1.1.2 priority:1001] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996167} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2596996167}]}}] Timeout:0 Where:[where column _uuid == {569a818d-f8d0-4ac1-a95c-ecff71082fd0}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d6d730e4-c442-488a-955c-75b13824c1b8" "table"="ACL" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d6d730e4-c442-488a-955c-75b13824c1b8" "table"="ACL" "model"="&{UUID:d6d730e4-c442-488a-955c-75b13824c1b8 Action:allow-related Direction:to-lport ExternalIDs:map[] Label:0 Log:false Match:ip4.src==10.1.1.2 Meter: Name: Priority:1001 Severity:}" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="569a818d-f8d0-4ac1-a95c-ecff71082fd0" "table"="Logical_Switch" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="569a818d-f8d0-4ac1-a95c-ecff71082fd0" "table"="Logical_Switch" "old"="&{UUID:569a818d-f8d0-4ac1-a95c-ecff71082fd0 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[7e01d79e-cf93-4eba-8493-869225b15d1c] QOSRules:[]}" "new"="&{UUID:569a818d-f8d0-4ac1-a95c-ecff71082fd0 ACLs:[d6d730e4-c442-488a-955c-75b13824c1b8] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[7e01d79e-cf93-4eba-8493-869225b15d1c] QOSRules:[]}" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d6d730e4-c442-488a-955c-75b13824c1b8" "table"="ACL" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d6d730e4-c442-488a-955c-75b13824c1b8" "table"="ACL" "model"="&{UUID:d6d730e4-c442-488a-955c-75b13824c1b8 Action:allow-related Direction:to-lport ExternalIDs:map[] Label:0 Log:false Match:ip4.src==10.1.1.2 Meter: Name: Priority:1001 Severity:}" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="569a818d-f8d0-4ac1-a95c-ecff71082fd0" "table"="Logical_Switch" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="569a818d-f8d0-4ac1-a95c-ecff71082fd0" "table"="Logical_Switch" "old"="&{UUID:569a818d-f8d0-4ac1-a95c-ecff71082fd0 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[7e01d79e-cf93-4eba-8493-869225b15d1c] QOSRules:[]}" "new"="&{UUID:569a818d-f8d0-4ac1-a95c-ecff71082fd0 ACLs:[d6d730e4-c442-488a-955c-75b13824c1b8] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[7e01d79e-cf93-4eba-8493-869225b15d1c] QOSRules:[]}" +RESULT &[{569a818d-f8d0-4ac1-a95c-ecff71082fd0 [d6d730e4-c442-488a-955c-75b13824c1b8] [] map[] [] [] [clusterLBGroup-UUID] node1 map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] [7e01d79e-cf93-4eba-8493-869225b15d1c] []}]I1208 17:05:29.232867 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:01:01:02 10.1.1.2]} name:k8s-node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996168} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996168}]}}] Timeout:0 Where:[where column _uuid == {569a818d-f8d0-4ac1-a95c-ecff71082fd0}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f330249b-9190-4260-8dbc-81f5b2f52310" "table"="Logical_Switch_Port" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f330249b-9190-4260-8dbc-81f5b2f52310" "table"="Logical_Switch_Port" "model"="&{UUID:f330249b-9190-4260-8dbc-81f5b2f52310 Addresses:[0a:58:0a:01:01:02 10.1.1.2] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:k8s-node1 Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="569a818d-f8d0-4ac1-a95c-ecff71082fd0" "table"="Logical_Switch" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="569a818d-f8d0-4ac1-a95c-ecff71082fd0" "table"="Logical_Switch" "old"="&{UUID:569a818d-f8d0-4ac1-a95c-ecff71082fd0 ACLs:[d6d730e4-c442-488a-955c-75b13824c1b8] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[7e01d79e-cf93-4eba-8493-869225b15d1c] QOSRules:[]}" "new"="&{UUID:569a818d-f8d0-4ac1-a95c-ecff71082fd0 ACLs:[d6d730e4-c442-488a-955c-75b13824c1b8] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[7e01d79e-cf93-4eba-8493-869225b15d1c f330249b-9190-4260-8dbc-81f5b2f52310] QOSRules:[]}" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="569a818d-f8d0-4ac1-a95c-ecff71082fd0" "table"="Logical_Switch" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="569a818d-f8d0-4ac1-a95c-ecff71082fd0" "table"="Logical_Switch" "old"="&{UUID:569a818d-f8d0-4ac1-a95c-ecff71082fd0 ACLs:[d6d730e4-c442-488a-955c-75b13824c1b8] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[7e01d79e-cf93-4eba-8493-869225b15d1c] QOSRules:[]}" "new"="&{UUID:569a818d-f8d0-4ac1-a95c-ecff71082fd0 ACLs:[d6d730e4-c442-488a-955c-75b13824c1b8] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[7e01d79e-cf93-4eba-8493-869225b15d1c f330249b-9190-4260-8dbc-81f5b2f52310] QOSRules:[]}" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f330249b-9190-4260-8dbc-81f5b2f52310" "table"="Logical_Switch_Port" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f330249b-9190-4260-8dbc-81f5b2f52310" "table"="Logical_Switch_Port" "model"="&{UUID:f330249b-9190-4260-8dbc-81f5b2f52310 Addresses:[0a:58:0a:01:01:02 10.1.1.2] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:k8s-node1 Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +I1208 17:05:29.308710 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:f330249b-9190-4260-8dbc-81f5b2f52310}]}}] Timeout:0 Where:[where column name == clusterPortGroup] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a4142c13-6e3a-4f8c-9973-36dd1911b7bc" "table"="Port_Group" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a4142c13-6e3a-4f8c-9973-36dd1911b7bc" "table"="Port_Group" "old"="&{UUID:a4142c13-6e3a-4f8c-9973-36dd1911b7bc ACLs:[] ExternalIDs:map[name:clusterPortGroup] Name:clusterPortGroup Ports:[]}" "new"="&{UUID:a4142c13-6e3a-4f8c-9973-36dd1911b7bc ACLs:[] ExternalIDs:map[name:clusterPortGroup] Name:clusterPortGroup Ports:[f330249b-9190-4260-8dbc-81f5b2f52310]}" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a4142c13-6e3a-4f8c-9973-36dd1911b7bc" "table"="Port_Group" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a4142c13-6e3a-4f8c-9973-36dd1911b7bc" "table"="Port_Group" "old"="&{UUID:a4142c13-6e3a-4f8c-9973-36dd1911b7bc ACLs:[] ExternalIDs:map[name:clusterPortGroup] Name:clusterPortGroup Ports:[]}" "new"="&{UUID:a4142c13-6e3a-4f8c-9973-36dd1911b7bc ACLs:[] ExternalIDs:map[name:clusterPortGroup] Name:clusterPortGroup Ports:[f330249b-9190-4260-8dbc-81f5b2f52310]}" +RESULT &[{569a818d-f8d0-4ac1-a95c-ecff71082fd0 [d6d730e4-c442-488a-955c-75b13824c1b8] [] map[] [] [] [clusterLBGroup-UUID] node1 map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] [7e01d79e-cf93-4eba-8493-869225b15d1c f330249b-9190-4260-8dbc-81f5b2f52310] []}]I1208 17:05:29.430784 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:other_config Mutator:delete Value:{GoSet:[exclude_ips]}}] Timeout:0 Where:[where column _uuid == {569a818d-f8d0-4ac1-a95c-ecff71082fd0}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="569a818d-f8d0-4ac1-a95c-ecff71082fd0" "table"="Logical_Switch" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="569a818d-f8d0-4ac1-a95c-ecff71082fd0" "table"="Logical_Switch" "old"="&{UUID:569a818d-f8d0-4ac1-a95c-ecff71082fd0 ACLs:[d6d730e4-c442-488a-955c-75b13824c1b8] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[7e01d79e-cf93-4eba-8493-869225b15d1c f330249b-9190-4260-8dbc-81f5b2f52310] QOSRules:[]}" "new"="&{UUID:569a818d-f8d0-4ac1-a95c-ecff71082fd0 ACLs:[d6d730e4-c442-488a-955c-75b13824c1b8] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[subnet:10.1.1.0/24] Ports:[7e01d79e-cf93-4eba-8493-869225b15d1c f330249b-9190-4260-8dbc-81f5b2f52310] QOSRules:[]}" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="569a818d-f8d0-4ac1-a95c-ecff71082fd0" "table"="Logical_Switch" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="569a818d-f8d0-4ac1-a95c-ecff71082fd0" "table"="Logical_Switch" "old"="&{UUID:569a818d-f8d0-4ac1-a95c-ecff71082fd0 ACLs:[d6d730e4-c442-488a-955c-75b13824c1b8] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[7e01d79e-cf93-4eba-8493-869225b15d1c f330249b-9190-4260-8dbc-81f5b2f52310] QOSRules:[]}" "new"="&{UUID:569a818d-f8d0-4ac1-a95c-ecff71082fd0 ACLs:[d6d730e4-c442-488a-955c-75b13824c1b8] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[subnet:10.1.1.0/24] Ports:[7e01d79e-cf93-4eba-8493-869225b15d1c f330249b-9190-4260-8dbc-81f5b2f52310] QOSRules:[]}" +RESULT &[]I1208 17:05:29.454920 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router Row:map[external_ids:{GoMap:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2]} load_balancer_group:{GoSet:[{GoUUID:clusterLBGroup-UUID}]} name:GR_node1 options:{GoMap:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996169}] +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="15374726-03d9-474f-ac0b-278a63685526" "table"="Logical_Router" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="15374726-03d9-474f-ac0b-278a63685526" "table"="Logical_Router" "model"="&{UUID:15374726-03d9-474f-ac0b-278a63685526 Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="15374726-03d9-474f-ac0b-278a63685526" "table"="Logical_Router" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="15374726-03d9-474f-ac0b-278a63685526" "table"="Logical_Router" "model"="&{UUID:15374726-03d9-474f-ac0b-278a63685526 Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" +RESULT &[{8f4ab22b-015a-4a71-8153-ca4651c6aaa1 [] [] map[] [] [] [] join map[] [] []}]I1208 17:05:29.527913 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_node1 options:{GoMap:map[router-port:rtoj-GR_node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996170} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996170}]}}] Timeout:0 Where:[where column _uuid == {8f4ab22b-015a-4a71-8153-ca4651c6aaa1}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2943a7ed-a691-408d-9260-3c82d3b4f4a7" "table"="Logical_Switch_Port" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2943a7ed-a691-408d-9260-3c82d3b4f4a7" "table"="Logical_Switch_Port" "model"="&{UUID:2943a7ed-a691-408d-9260-3c82d3b4f4a7 Addresses:[router] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:jtor-GR_node1 Options:map[router-port:rtoj-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8f4ab22b-015a-4a71-8153-ca4651c6aaa1" "table"="Logical_Switch" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="8f4ab22b-015a-4a71-8153-ca4651c6aaa1" "table"="Logical_Switch" "old"="&{UUID:8f4ab22b-015a-4a71-8153-ca4651c6aaa1 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:8f4ab22b-015a-4a71-8153-ca4651c6aaa1 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[2943a7ed-a691-408d-9260-3c82d3b4f4a7] QOSRules:[]}" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2943a7ed-a691-408d-9260-3c82d3b4f4a7" "table"="Logical_Switch_Port" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2943a7ed-a691-408d-9260-3c82d3b4f4a7" "table"="Logical_Switch_Port" "model"="&{UUID:2943a7ed-a691-408d-9260-3c82d3b4f4a7 Addresses:[router] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:jtor-GR_node1 Options:map[router-port:rtoj-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8f4ab22b-015a-4a71-8153-ca4651c6aaa1" "table"="Logical_Switch" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="8f4ab22b-015a-4a71-8153-ca4651c6aaa1" "table"="Logical_Switch" "old"="&{UUID:8f4ab22b-015a-4a71-8153-ca4651c6aaa1 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:8f4ab22b-015a-4a71-8153-ca4651c6aaa1 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[2943a7ed-a691-408d-9260-3c82d3b4f4a7] QOSRules:[]}" +RESULT &[{15374726-03d9-474f-ac0b-278a63685526 map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] [] [clusterLBGroup-UUID] GR_node1 [] map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [] []}]I1208 17:05:29.608982 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:02 name:rtoj-GR_node1 networks:{GoSet:[100.64.0.2/16]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996171} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996171}]}}] Timeout:0 Where:[where column _uuid == {15374726-03d9-474f-ac0b-278a63685526}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b86bf774-2406-45c5-8de2-0ea9cacc382c" "table"="Logical_Router_Port" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b86bf774-2406-45c5-8de2-0ea9cacc382c" "table"="Logical_Router_Port" "model"="&{UUID:b86bf774-2406-45c5-8de2-0ea9cacc382c Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:64:40:00:02 Name:rtoj-GR_node1 Networks:[100.64.0.2/16] Options:map[] Peer:}" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="15374726-03d9-474f-ac0b-278a63685526" "table"="Logical_Router" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="15374726-03d9-474f-ac0b-278a63685526" "table"="Logical_Router" "old"="&{UUID:15374726-03d9-474f-ac0b-278a63685526 Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:15374726-03d9-474f-ac0b-278a63685526 Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[b86bf774-2406-45c5-8de2-0ea9cacc382c] StaticRoutes:[]}" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="15374726-03d9-474f-ac0b-278a63685526" "table"="Logical_Router" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="15374726-03d9-474f-ac0b-278a63685526" "table"="Logical_Router" "old"="&{UUID:15374726-03d9-474f-ac0b-278a63685526 Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:15374726-03d9-474f-ac0b-278a63685526 Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[b86bf774-2406-45c5-8de2-0ea9cacc382c] StaticRoutes:[]}" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b86bf774-2406-45c5-8de2-0ea9cacc382c" "table"="Logical_Router_Port" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b86bf774-2406-45c5-8de2-0ea9cacc382c" "table"="Logical_Router_Port" "model"="&{UUID:b86bf774-2406-45c5-8de2-0ea9cacc382c Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:64:40:00:02 Name:rtoj-GR_node1 Networks:[100.64.0.2/16] Options:map[] Peer:}" +RESULT &[]RESULT &[{15374726-03d9-474f-ac0b-278a63685526 map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] [] [clusterLBGroup-UUID] GR_node1 [] map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [b86bf774-2406-45c5-8de2-0ea9cacc382c] []}]I1208 17:05:29.640812 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.1.0.0/16 nexthop:100.64.0.1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996172} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996172}]}}] Timeout:0 Where:[where column _uuid == {15374726-03d9-474f-ac0b-278a63685526}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3408ed35-ef91-4399-876f-850c5f0b9c75" "table"="Logical_Router_Static_Route" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3408ed35-ef91-4399-876f-850c5f0b9c75" "table"="Logical_Router_Static_Route" "model"="&{UUID:3408ed35-ef91-4399-876f-850c5f0b9c75 BFD: ExternalIDs:map[] IPPrefix:10.1.0.0/16 Nexthop:100.64.0.1 Options:map[] OutputPort: Policy:}" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="15374726-03d9-474f-ac0b-278a63685526" "table"="Logical_Router" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="15374726-03d9-474f-ac0b-278a63685526" "table"="Logical_Router" "old"="&{UUID:15374726-03d9-474f-ac0b-278a63685526 Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[b86bf774-2406-45c5-8de2-0ea9cacc382c] StaticRoutes:[]}" "new"="&{UUID:15374726-03d9-474f-ac0b-278a63685526 Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[b86bf774-2406-45c5-8de2-0ea9cacc382c] StaticRoutes:[3408ed35-ef91-4399-876f-850c5f0b9c75]}" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="15374726-03d9-474f-ac0b-278a63685526" "table"="Logical_Router" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="15374726-03d9-474f-ac0b-278a63685526" "table"="Logical_Router" "old"="&{UUID:15374726-03d9-474f-ac0b-278a63685526 Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[b86bf774-2406-45c5-8de2-0ea9cacc382c] StaticRoutes:[]}" "new"="&{UUID:15374726-03d9-474f-ac0b-278a63685526 Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[b86bf774-2406-45c5-8de2-0ea9cacc382c] StaticRoutes:[3408ed35-ef91-4399-876f-850c5f0b9c75]}" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3408ed35-ef91-4399-876f-850c5f0b9c75" "table"="Logical_Router_Static_Route" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3408ed35-ef91-4399-876f-850c5f0b9c75" "table"="Logical_Router_Static_Route" "model"="&{UUID:3408ed35-ef91-4399-876f-850c5f0b9c75 BFD: ExternalIDs:map[] IPPrefix:10.1.0.0/16 Nexthop:100.64.0.1 Options:map[] OutputPort: Policy:}" +RESULT &[]I1208 17:05:29.670853 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch Row:map[name:ext_node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996173}] +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c9a0e91d-a540-4a3e-b5df-e6b6055e96d4" "table"="Logical_Switch" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c9a0e91d-a540-4a3e-b5df-e6b6055e96d4" "table"="Logical_Switch" "model"="&{UUID:c9a0e91d-a540-4a3e-b5df-e6b6055e96d4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c9a0e91d-a540-4a3e-b5df-e6b6055e96d4" "table"="Logical_Switch" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c9a0e91d-a540-4a3e-b5df-e6b6055e96d4" "table"="Logical_Switch" "model"="&{UUID:c9a0e91d-a540-4a3e-b5df-e6b6055e96d4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[{c9a0e91d-a540-4a3e-b5df-e6b6055e96d4 [] [] map[] [] [] [] ext_node1 map[] [] []}]I1208 17:05:29.734945 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} name:br-eth0_node1 options:{GoMap:map[network_name:physnet]} tag_request:{GoSet:[1024]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996174} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996174}]}}] Timeout:0 Where:[where column _uuid == {c9a0e91d-a540-4a3e-b5df-e6b6055e96d4}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9a595fb1-9a21-41a0-9d6c-d31d182fc350" "table"="Logical_Switch_Port" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9a595fb1-9a21-41a0-9d6c-d31d182fc350" "table"="Logical_Switch_Port" "model"="&{UUID:9a595fb1-9a21-41a0-9d6c-d31d182fc350 Addresses:[unknown] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:br-eth0_node1 Options:map[network_name:physnet] ParentName: PortSecurity:[] Tag: TagRequest:0xc00d4981e0 Type:localnet Up:}" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c9a0e91d-a540-4a3e-b5df-e6b6055e96d4" "table"="Logical_Switch" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c9a0e91d-a540-4a3e-b5df-e6b6055e96d4" "table"="Logical_Switch" "old"="&{UUID:c9a0e91d-a540-4a3e-b5df-e6b6055e96d4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:c9a0e91d-a540-4a3e-b5df-e6b6055e96d4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[9a595fb1-9a21-41a0-9d6c-d31d182fc350] QOSRules:[]}" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9a595fb1-9a21-41a0-9d6c-d31d182fc350" "table"="Logical_Switch_Port" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9a595fb1-9a21-41a0-9d6c-d31d182fc350" "table"="Logical_Switch_Port" "model"="&{UUID:9a595fb1-9a21-41a0-9d6c-d31d182fc350 Addresses:[unknown] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:br-eth0_node1 Options:map[network_name:physnet] ParentName: PortSecurity:[] Tag: TagRequest:0xc011fb5510 Type:localnet Up:}" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c9a0e91d-a540-4a3e-b5df-e6b6055e96d4" "table"="Logical_Switch" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c9a0e91d-a540-4a3e-b5df-e6b6055e96d4" "table"="Logical_Switch" "old"="&{UUID:c9a0e91d-a540-4a3e-b5df-e6b6055e96d4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:c9a0e91d-a540-4a3e-b5df-e6b6055e96d4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[9a595fb1-9a21-41a0-9d6c-d31d182fc350] QOSRules:[]}" +RESULT &[{15374726-03d9-474f-ac0b-278a63685526 map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] [] [clusterLBGroup-UUID] GR_node1 [] map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [b86bf774-2406-45c5-8de2-0ea9cacc382c] [3408ed35-ef91-4399-876f-850c5f0b9c75]}]I1208 17:05:29.821728 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:11:22:33:44:55:66 name:rtoe-GR_node1 networks:{GoSet:[172.16.16.2/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996175} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996175}]}}] Timeout:0 Where:[where column _uuid == {15374726-03d9-474f-ac0b-278a63685526}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="176e135d-ce6f-4cce-ae44-475afee33fdf" "table"="Logical_Router_Port" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="176e135d-ce6f-4cce-ae44-475afee33fdf" "table"="Logical_Router_Port" "model"="&{UUID:176e135d-ce6f-4cce-ae44-475afee33fdf Enabled: ExternalIDs:map[gateway-physical-ip:yes] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:11:22:33:44:55:66 Name:rtoe-GR_node1 Networks:[172.16.16.2/24] Options:map[] Peer:}" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="15374726-03d9-474f-ac0b-278a63685526" "table"="Logical_Router" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="15374726-03d9-474f-ac0b-278a63685526" "table"="Logical_Router" "old"="&{UUID:15374726-03d9-474f-ac0b-278a63685526 Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[b86bf774-2406-45c5-8de2-0ea9cacc382c] StaticRoutes:[3408ed35-ef91-4399-876f-850c5f0b9c75]}" "new"="&{UUID:15374726-03d9-474f-ac0b-278a63685526 Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[b86bf774-2406-45c5-8de2-0ea9cacc382c 176e135d-ce6f-4cce-ae44-475afee33fdf] StaticRoutes:[3408ed35-ef91-4399-876f-850c5f0b9c75]}" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="15374726-03d9-474f-ac0b-278a63685526" "table"="Logical_Router" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="15374726-03d9-474f-ac0b-278a63685526" "table"="Logical_Router" "old"="&{UUID:15374726-03d9-474f-ac0b-278a63685526 Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[b86bf774-2406-45c5-8de2-0ea9cacc382c] StaticRoutes:[3408ed35-ef91-4399-876f-850c5f0b9c75]}" "new"="&{UUID:15374726-03d9-474f-ac0b-278a63685526 Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[b86bf774-2406-45c5-8de2-0ea9cacc382c 176e135d-ce6f-4cce-ae44-475afee33fdf] StaticRoutes:[3408ed35-ef91-4399-876f-850c5f0b9c75]}" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="176e135d-ce6f-4cce-ae44-475afee33fdf" "table"="Logical_Router_Port" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="176e135d-ce6f-4cce-ae44-475afee33fdf" "table"="Logical_Router_Port" "model"="&{UUID:176e135d-ce6f-4cce-ae44-475afee33fdf Enabled: ExternalIDs:map[gateway-physical-ip:yes] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:11:22:33:44:55:66 Name:rtoe-GR_node1 Networks:[172.16.16.2/24] Options:map[] Peer:}" +RESULT &[{c9a0e91d-a540-4a3e-b5df-e6b6055e96d4 [] [] map[] [] [] [] ext_node1 map[] [9a595fb1-9a21-41a0-9d6c-d31d182fc350] []}]I1208 17:05:29.907281 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[11:22:33:44:55:66]} name:etor-GR_node1 options:{GoMap:map[router-port:rtoe-GR_node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996176} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996176}]}}] Timeout:0 Where:[where column _uuid == {c9a0e91d-a540-4a3e-b5df-e6b6055e96d4}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d67389ec-487f-4d11-a213-07e20f47b5f4" "table"="Logical_Switch_Port" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d67389ec-487f-4d11-a213-07e20f47b5f4" "table"="Logical_Switch_Port" "model"="&{UUID:d67389ec-487f-4d11-a213-07e20f47b5f4 Addresses:[11:22:33:44:55:66] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c9a0e91d-a540-4a3e-b5df-e6b6055e96d4" "table"="Logical_Switch" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c9a0e91d-a540-4a3e-b5df-e6b6055e96d4" "table"="Logical_Switch" "old"="&{UUID:c9a0e91d-a540-4a3e-b5df-e6b6055e96d4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[9a595fb1-9a21-41a0-9d6c-d31d182fc350] QOSRules:[]}" "new"="&{UUID:c9a0e91d-a540-4a3e-b5df-e6b6055e96d4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[9a595fb1-9a21-41a0-9d6c-d31d182fc350 d67389ec-487f-4d11-a213-07e20f47b5f4] QOSRules:[]}" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c9a0e91d-a540-4a3e-b5df-e6b6055e96d4" "table"="Logical_Switch" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c9a0e91d-a540-4a3e-b5df-e6b6055e96d4" "table"="Logical_Switch" "old"="&{UUID:c9a0e91d-a540-4a3e-b5df-e6b6055e96d4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[9a595fb1-9a21-41a0-9d6c-d31d182fc350] QOSRules:[]}" "new"="&{UUID:c9a0e91d-a540-4a3e-b5df-e6b6055e96d4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[9a595fb1-9a21-41a0-9d6c-d31d182fc350 d67389ec-487f-4d11-a213-07e20f47b5f4] QOSRules:[]}" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d67389ec-487f-4d11-a213-07e20f47b5f4" "table"="Logical_Switch_Port" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d67389ec-487f-4d11-a213-07e20f47b5f4" "table"="Logical_Switch_Port" "model"="&{UUID:d67389ec-487f-4d11-a213-07e20f47b5f4 Addresses:[11:22:33:44:55:66] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +RESULT &[]RESULT &[{15374726-03d9-474f-ac0b-278a63685526 map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] [] [clusterLBGroup-UUID] GR_node1 [] map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [b86bf774-2406-45c5-8de2-0ea9cacc382c 176e135d-ce6f-4cce-ae44-475afee33fdf] [3408ed35-ef91-4399-876f-850c5f0b9c75]}]I1208 17:05:29.936338 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:0.0.0.0/0 nexthop:172.16.16.1 output_port:{GoSet:[rtoe-GR_node1]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996177} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996177}]}}] Timeout:0 Where:[where column _uuid == {15374726-03d9-474f-ac0b-278a63685526}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7c43eac3-36d6-4eee-b29e-33b4c8c9ca87" "table"="Logical_Router_Static_Route" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7c43eac3-36d6-4eee-b29e-33b4c8c9ca87" "table"="Logical_Router_Static_Route" "model"="&{UUID:7c43eac3-36d6-4eee-b29e-33b4c8c9ca87 BFD: ExternalIDs:map[] IPPrefix:0.0.0.0/0 Nexthop:172.16.16.1 Options:map[] OutputPort:0xc0017a7a10 Policy:}" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="15374726-03d9-474f-ac0b-278a63685526" "table"="Logical_Router" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="15374726-03d9-474f-ac0b-278a63685526" "table"="Logical_Router" "old"="&{UUID:15374726-03d9-474f-ac0b-278a63685526 Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[b86bf774-2406-45c5-8de2-0ea9cacc382c 176e135d-ce6f-4cce-ae44-475afee33fdf] StaticRoutes:[3408ed35-ef91-4399-876f-850c5f0b9c75]}" "new"="&{UUID:15374726-03d9-474f-ac0b-278a63685526 Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[b86bf774-2406-45c5-8de2-0ea9cacc382c 176e135d-ce6f-4cce-ae44-475afee33fdf] StaticRoutes:[3408ed35-ef91-4399-876f-850c5f0b9c75 7c43eac3-36d6-4eee-b29e-33b4c8c9ca87]}" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="15374726-03d9-474f-ac0b-278a63685526" "table"="Logical_Router" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="15374726-03d9-474f-ac0b-278a63685526" "table"="Logical_Router" "old"="&{UUID:15374726-03d9-474f-ac0b-278a63685526 Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[b86bf774-2406-45c5-8de2-0ea9cacc382c 176e135d-ce6f-4cce-ae44-475afee33fdf] StaticRoutes:[3408ed35-ef91-4399-876f-850c5f0b9c75]}" "new"="&{UUID:15374726-03d9-474f-ac0b-278a63685526 Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[b86bf774-2406-45c5-8de2-0ea9cacc382c 176e135d-ce6f-4cce-ae44-475afee33fdf] StaticRoutes:[3408ed35-ef91-4399-876f-850c5f0b9c75 7c43eac3-36d6-4eee-b29e-33b4c8c9ca87]}" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7c43eac3-36d6-4eee-b29e-33b4c8c9ca87" "table"="Logical_Router_Static_Route" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7c43eac3-36d6-4eee-b29e-33b4c8c9ca87" "table"="Logical_Router_Static_Route" "model"="&{UUID:7c43eac3-36d6-4eee-b29e-33b4c8c9ca87 BFD: ExternalIDs:map[] IPPrefix:0.0.0.0/0 Nexthop:172.16.16.1 Options:map[] OutputPort:0xc0006afc60 Policy:}" +RESULT &[]RESULT &[{b8f34e0c-b552-42a4-b3aa-ef3e3584def3 map[] [] [] ovn_cluster_router [] map[] [] [f61ebb11-cace-4b95-863a-529f726d95ac] []}]I1208 17:05:29.969742 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:100.64.0.2 nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996178} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996178}]}}] Timeout:0 Where:[where column _uuid == {b8f34e0c-b552-42a4-b3aa-ef3e3584def3}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="43ff0315-8e9e-415b-afa9-3f84cf564021" "table"="Logical_Router_Static_Route" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="43ff0315-8e9e-415b-afa9-3f84cf564021" "table"="Logical_Router_Static_Route" "model"="&{UUID:43ff0315-8e9e-415b-afa9-3f84cf564021 BFD: ExternalIDs:map[] IPPrefix:100.64.0.2 Nexthop:100.64.0.2 Options:map[] OutputPort: Policy:}" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b8f34e0c-b552-42a4-b3aa-ef3e3584def3" "table"="Logical_Router" +2021/12/08 17:05:29 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b8f34e0c-b552-42a4-b3aa-ef3e3584def3" "table"="Logical_Router" "old"="&{UUID:b8f34e0c-b552-42a4-b3aa-ef3e3584def3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[f61ebb11-cace-4b95-863a-529f726d95ac] StaticRoutes:[]}" "new"="&{UUID:b8f34e0c-b552-42a4-b3aa-ef3e3584def3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[f61ebb11-cace-4b95-863a-529f726d95ac] StaticRoutes:[43ff0315-8e9e-415b-afa9-3f84cf564021]}" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="43ff0315-8e9e-415b-afa9-3f84cf564021" "table"="Logical_Router_Static_Route" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="43ff0315-8e9e-415b-afa9-3f84cf564021" "table"="Logical_Router_Static_Route" "model"="&{UUID:43ff0315-8e9e-415b-afa9-3f84cf564021 BFD: ExternalIDs:map[] IPPrefix:100.64.0.2 Nexthop:100.64.0.2 Options:map[] OutputPort: Policy:}" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b8f34e0c-b552-42a4-b3aa-ef3e3584def3" "table"="Logical_Router" +2021/12/08 17:05:29 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b8f34e0c-b552-42a4-b3aa-ef3e3584def3" "table"="Logical_Router" "old"="&{UUID:b8f34e0c-b552-42a4-b3aa-ef3e3584def3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[f61ebb11-cace-4b95-863a-529f726d95ac] StaticRoutes:[]}" "new"="&{UUID:b8f34e0c-b552-42a4-b3aa-ef3e3584def3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[f61ebb11-cace-4b95-863a-529f726d95ac] StaticRoutes:[43ff0315-8e9e-415b-afa9-3f84cf564021]}" +RESULT &[]RESULT &[{b8f34e0c-b552-42a4-b3aa-ef3e3584def3 map[] [] [] ovn_cluster_router [] map[] [] [f61ebb11-cace-4b95-863a-529f726d95ac] [43ff0315-8e9e-415b-afa9-3f84cf564021]}]RESULT &[]RESULT &[{b8f34e0c-b552-42a4-b3aa-ef3e3584def3 map[] [] [] ovn_cluster_router [] map[] [] [f61ebb11-cace-4b95-863a-529f726d95ac] [43ff0315-8e9e-415b-afa9-3f84cf564021]}]I1208 17:05:29.997217 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.1.1.0/24 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996179} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996179}]}}] Timeout:0 Where:[where column _uuid == {b8f34e0c-b552-42a4-b3aa-ef3e3584def3}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a908fef4-123a-489a-8e6c-476dadc697b1" "table"="Logical_Router_Static_Route" +2021/12/08 17:05:30 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a908fef4-123a-489a-8e6c-476dadc697b1" "table"="Logical_Router_Static_Route" "model"="&{UUID:a908fef4-123a-489a-8e6c-476dadc697b1 BFD: ExternalIDs:map[] IPPrefix:10.1.1.0/24 Nexthop:100.64.0.2 Options:map[] OutputPort: Policy:0xc00259ba90}" +2021/12/08 17:05:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b8f34e0c-b552-42a4-b3aa-ef3e3584def3" "table"="Logical_Router" +2021/12/08 17:05:30 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b8f34e0c-b552-42a4-b3aa-ef3e3584def3" "table"="Logical_Router" "old"="&{UUID:b8f34e0c-b552-42a4-b3aa-ef3e3584def3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[f61ebb11-cace-4b95-863a-529f726d95ac] StaticRoutes:[43ff0315-8e9e-415b-afa9-3f84cf564021]}" "new"="&{UUID:b8f34e0c-b552-42a4-b3aa-ef3e3584def3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[f61ebb11-cace-4b95-863a-529f726d95ac] StaticRoutes:[43ff0315-8e9e-415b-afa9-3f84cf564021 a908fef4-123a-489a-8e6c-476dadc697b1]}" +2021/12/08 17:05:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a908fef4-123a-489a-8e6c-476dadc697b1" "table"="Logical_Router_Static_Route" +2021/12/08 17:05:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a908fef4-123a-489a-8e6c-476dadc697b1" "table"="Logical_Router_Static_Route" "model"="&{UUID:a908fef4-123a-489a-8e6c-476dadc697b1 BFD: ExternalIDs:map[] IPPrefix:10.1.1.0/24 Nexthop:100.64.0.2 Options:map[] OutputPort: Policy:0xc002a00ad0}" +2021/12/08 17:05:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b8f34e0c-b552-42a4-b3aa-ef3e3584def3" "table"="Logical_Router" +2021/12/08 17:05:30 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b8f34e0c-b552-42a4-b3aa-ef3e3584def3" "table"="Logical_Router" "old"="&{UUID:b8f34e0c-b552-42a4-b3aa-ef3e3584def3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[f61ebb11-cace-4b95-863a-529f726d95ac] StaticRoutes:[43ff0315-8e9e-415b-afa9-3f84cf564021]}" "new"="&{UUID:b8f34e0c-b552-42a4-b3aa-ef3e3584def3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[f61ebb11-cace-4b95-863a-529f726d95ac] StaticRoutes:[43ff0315-8e9e-415b-afa9-3f84cf564021 a908fef4-123a-489a-8e6c-476dadc697b1]}" +I1208 17:05:30.019829 19465 transact.go:41] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ip:172.16.16.2 logical_ip:10.1.0.0/16 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996180} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2596996180}]}}] Timeout:0 Where:[where column _uuid == {15374726-03d9-474f-ac0b-278a63685526}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="15d68574-6bad-4b5f-be7d-71e967bf4f3b" "table"="NAT" +2021/12/08 17:05:30 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="15d68574-6bad-4b5f-be7d-71e967bf4f3b" "table"="NAT" "model"="&{UUID:15d68574-6bad-4b5f-be7d-71e967bf4f3b AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[] ExternalIP:172.16.16.2 ExternalMAC: ExternalPortRange: LogicalIP:10.1.0.0/16 LogicalPort: Options:map[stateless:false] Type:snat}" +2021/12/08 17:05:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="15374726-03d9-474f-ac0b-278a63685526" "table"="Logical_Router" +2021/12/08 17:05:30 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="15374726-03d9-474f-ac0b-278a63685526" "table"="Logical_Router" "old"="&{UUID:15374726-03d9-474f-ac0b-278a63685526 Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[b86bf774-2406-45c5-8de2-0ea9cacc382c 176e135d-ce6f-4cce-ae44-475afee33fdf] StaticRoutes:[3408ed35-ef91-4399-876f-850c5f0b9c75 7c43eac3-36d6-4eee-b29e-33b4c8c9ca87]}" "new"="&{UUID:15374726-03d9-474f-ac0b-278a63685526 Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[15d68574-6bad-4b5f-be7d-71e967bf4f3b] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[b86bf774-2406-45c5-8de2-0ea9cacc382c 176e135d-ce6f-4cce-ae44-475afee33fdf] StaticRoutes:[3408ed35-ef91-4399-876f-850c5f0b9c75 7c43eac3-36d6-4eee-b29e-33b4c8c9ca87]}" +2021/12/08 17:05:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="15374726-03d9-474f-ac0b-278a63685526" "table"="Logical_Router" +2021/12/08 17:05:30 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="15374726-03d9-474f-ac0b-278a63685526" "table"="Logical_Router" "old"="&{UUID:15374726-03d9-474f-ac0b-278a63685526 Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[b86bf774-2406-45c5-8de2-0ea9cacc382c 176e135d-ce6f-4cce-ae44-475afee33fdf] StaticRoutes:[3408ed35-ef91-4399-876f-850c5f0b9c75 7c43eac3-36d6-4eee-b29e-33b4c8c9ca87]}" "new"="&{UUID:15374726-03d9-474f-ac0b-278a63685526 Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[15d68574-6bad-4b5f-be7d-71e967bf4f3b] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[b86bf774-2406-45c5-8de2-0ea9cacc382c 176e135d-ce6f-4cce-ae44-475afee33fdf] StaticRoutes:[3408ed35-ef91-4399-876f-850c5f0b9c75 7c43eac3-36d6-4eee-b29e-33b4c8c9ca87]}" +2021/12/08 17:05:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="15d68574-6bad-4b5f-be7d-71e967bf4f3b" "table"="NAT" +2021/12/08 17:05:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="15d68574-6bad-4b5f-be7d-71e967bf4f3b" "table"="NAT" "model"="&{UUID:15d68574-6bad-4b5f-be7d-71e967bf4f3b AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[] ExternalIP:172.16.16.2 ExternalMAC: ExternalPortRange: LogicalIP:10.1.0.0/16 LogicalPort: Options:map[stateless:false] Type:snat}" +RESULT &[]RESULT &[{b8f34e0c-b552-42a4-b3aa-ef3e3584def3 map[] [] [] ovn_cluster_router [] map[] [] [f61ebb11-cace-4b95-863a-529f726d95ac] [43ff0315-8e9e-415b-afa9-3f84cf564021 a908fef4-123a-489a-8e6c-476dadc697b1]}]I1208 17:05:30.050454 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-node1" && ip4.dst == 172.16.16.2 /* node1 */ nexthops:{GoSet:[10.1.1.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996181} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996181}]}}] Timeout:0 Where:[where column _uuid == {b8f34e0c-b552-42a4-b3aa-ef3e3584def3}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="fb68e2fe-08f3-405c-ba5d-00787ec9d569" "table"="Logical_Router_Policy" +2021/12/08 17:05:30 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="fb68e2fe-08f3-405c-ba5d-00787ec9d569" "table"="Logical_Router_Policy" "model"="&{UUID:fb68e2fe-08f3-405c-ba5d-00787ec9d569 Action:reroute ExternalIDs:map[] Match:inport == "rtos-node1" && ip4.dst == 172.16.16.2 /* node1 */ Nexthop: Nexthops:[10.1.1.2] Options:map[] Priority:1004}" +2021/12/08 17:05:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b8f34e0c-b552-42a4-b3aa-ef3e3584def3" "table"="Logical_Router" +2021/12/08 17:05:30 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b8f34e0c-b552-42a4-b3aa-ef3e3584def3" "table"="Logical_Router" "old"="&{UUID:b8f34e0c-b552-42a4-b3aa-ef3e3584def3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[f61ebb11-cace-4b95-863a-529f726d95ac] StaticRoutes:[43ff0315-8e9e-415b-afa9-3f84cf564021 a908fef4-123a-489a-8e6c-476dadc697b1]}" "new"="&{UUID:b8f34e0c-b552-42a4-b3aa-ef3e3584def3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[fb68e2fe-08f3-405c-ba5d-00787ec9d569] Ports:[f61ebb11-cace-4b95-863a-529f726d95ac] StaticRoutes:[43ff0315-8e9e-415b-afa9-3f84cf564021 a908fef4-123a-489a-8e6c-476dadc697b1]}" +2021/12/08 17:05:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b8f34e0c-b552-42a4-b3aa-ef3e3584def3" "table"="Logical_Router" +2021/12/08 17:05:30 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b8f34e0c-b552-42a4-b3aa-ef3e3584def3" "table"="Logical_Router" "old"="&{UUID:b8f34e0c-b552-42a4-b3aa-ef3e3584def3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[f61ebb11-cace-4b95-863a-529f726d95ac] StaticRoutes:[43ff0315-8e9e-415b-afa9-3f84cf564021 a908fef4-123a-489a-8e6c-476dadc697b1]}" "new"="&{UUID:b8f34e0c-b552-42a4-b3aa-ef3e3584def3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[fb68e2fe-08f3-405c-ba5d-00787ec9d569] Ports:[f61ebb11-cace-4b95-863a-529f726d95ac] StaticRoutes:[43ff0315-8e9e-415b-afa9-3f84cf564021 a908fef4-123a-489a-8e6c-476dadc697b1]}" +2021/12/08 17:05:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="fb68e2fe-08f3-405c-ba5d-00787ec9d569" "table"="Logical_Router_Policy" +2021/12/08 17:05:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="fb68e2fe-08f3-405c-ba5d-00787ec9d569" "table"="Logical_Router_Policy" "model"="&{UUID:fb68e2fe-08f3-405c-ba5d-00787ec9d569 Action:reroute ExternalIDs:map[] Match:inport == "rtos-node1" && ip4.dst == 172.16.16.2 /* node1 */ Nexthop: Nexthops:[10.1.1.2] Options:map[] Priority:1004}" +RESULT &[]RESULT &[{b8f34e0c-b552-42a4-b3aa-ef3e3584def3 map[] [] [] ovn_cluster_router [] map[] [fb68e2fe-08f3-405c-ba5d-00787ec9d569] [f61ebb11-cace-4b95-863a-529f726d95ac] [43ff0315-8e9e-415b-afa9-3f84cf564021 a908fef4-123a-489a-8e6c-476dadc697b1]}]I1208 17:05:30.075405 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-node1" && ip4.dst == 9.9.9.9 /* node1 */ nexthops:{GoSet:[10.1.1.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996182} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996182}]}}] Timeout:0 Where:[where column _uuid == {b8f34e0c-b552-42a4-b3aa-ef3e3584def3}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="545cfe27-004a-48e4-af45-a23cacd3f8da" "table"="Logical_Router_Policy" +2021/12/08 17:05:30 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="545cfe27-004a-48e4-af45-a23cacd3f8da" "table"="Logical_Router_Policy" "model"="&{UUID:545cfe27-004a-48e4-af45-a23cacd3f8da Action:reroute ExternalIDs:map[] Match:inport == "rtos-node1" && ip4.dst == 9.9.9.9 /* node1 */ Nexthop: Nexthops:[10.1.1.2] Options:map[] Priority:1004}" +2021/12/08 17:05:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b8f34e0c-b552-42a4-b3aa-ef3e3584def3" "table"="Logical_Router" +2021/12/08 17:05:30 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b8f34e0c-b552-42a4-b3aa-ef3e3584def3" "table"="Logical_Router" "old"="&{UUID:b8f34e0c-b552-42a4-b3aa-ef3e3584def3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[fb68e2fe-08f3-405c-ba5d-00787ec9d569] Ports:[f61ebb11-cace-4b95-863a-529f726d95ac] StaticRoutes:[43ff0315-8e9e-415b-afa9-3f84cf564021 a908fef4-123a-489a-8e6c-476dadc697b1]}" "new"="&{UUID:b8f34e0c-b552-42a4-b3aa-ef3e3584def3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[fb68e2fe-08f3-405c-ba5d-00787ec9d569 545cfe27-004a-48e4-af45-a23cacd3f8da] Ports:[f61ebb11-cace-4b95-863a-529f726d95ac] StaticRoutes:[43ff0315-8e9e-415b-afa9-3f84cf564021 a908fef4-123a-489a-8e6c-476dadc697b1]}" +2021/12/08 17:05:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="545cfe27-004a-48e4-af45-a23cacd3f8da" "table"="Logical_Router_Policy" +2021/12/08 17:05:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="545cfe27-004a-48e4-af45-a23cacd3f8da" "table"="Logical_Router_Policy" "model"="&{UUID:545cfe27-004a-48e4-af45-a23cacd3f8da Action:reroute ExternalIDs:map[] Match:inport == "rtos-node1" && ip4.dst == 9.9.9.9 /* node1 */ Nexthop: Nexthops:[10.1.1.2] Options:map[] Priority:1004}" +2021/12/08 17:05:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b8f34e0c-b552-42a4-b3aa-ef3e3584def3" "table"="Logical_Router" +2021/12/08 17:05:30 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b8f34e0c-b552-42a4-b3aa-ef3e3584def3" "table"="Logical_Router" "old"="&{UUID:b8f34e0c-b552-42a4-b3aa-ef3e3584def3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[fb68e2fe-08f3-405c-ba5d-00787ec9d569] Ports:[f61ebb11-cace-4b95-863a-529f726d95ac] StaticRoutes:[43ff0315-8e9e-415b-afa9-3f84cf564021 a908fef4-123a-489a-8e6c-476dadc697b1]}" "new"="&{UUID:b8f34e0c-b552-42a4-b3aa-ef3e3584def3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[fb68e2fe-08f3-405c-ba5d-00787ec9d569 545cfe27-004a-48e4-af45-a23cacd3f8da] Ports:[f61ebb11-cace-4b95-863a-529f726d95ac] StaticRoutes:[43ff0315-8e9e-415b-afa9-3f84cf564021 a908fef4-123a-489a-8e6c-476dadc697b1]}" +I1208 17:05:30.098776 19465 ovn.go:1141] Bootstrapping existing nodes and cleaning stale nodes took 1.482727934s +I1208 17:05:30.099013 19465 ovn.go:1278] Starting OVN Service Controller: Using Endpoint Slices +I1208 17:05:30.099287 19465 services_controller.go:162] Starting controller ovn-lb-controller +I1208 17:05:30.099555 19465 services_controller.go:168] Waiting for informer caches to sync +I1208 17:05:30.099706 19465 shared_informer.go:240] Waiting for caches to sync for ovn-lb-controller +E1208 17:05:30.137446 19465 shared_informer.go:243] unable to sync caches for ovn-lb-controller +I1208 17:05:30.138384 19465 services_controller.go:170] Shutting down controller ovn-lb-controller +E1208 17:05:30.138593 19465 ovn.go:1287] Error running OVN Kubernetes Services controller: error syncing cache +• +------------------------------ +OVN Namespace Operations during execution + deletes an empty namespace's resources + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/namespace_test.go:325 +2021/12/08 17:05:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="07e01a5b-ddba-4ee7-9fac-1ea224175a06" "table"="Database" +2021/12/08 17:05:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="07e01a5b-ddba-4ee7-9fac-1ea224175a06" "table"="Database" "model"="&{UUID:07e01a5b-ddba-4ee7-9fac-1ea224175a06 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b777dea2-119e-4978-bb6d-312c413f0e52" "table"="Database" +2021/12/08 17:05:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b777dea2-119e-4978-bb6d-312c413f0e52" "table"="Database" "model"="&{UUID:b777dea2-119e-4978-bb6d-312c413f0e52 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:30.838137 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:30.838492 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:30.841600 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:05:30.842064 19465 namespace.go:186] [namespace1] adding namespace took 208.694µs +I1208 17:05:30.842305 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 3.379584ms +I1208 17:05:30.843455 19465 namespace.go:319] [namespace1] deleting namespace +• +------------------------------ +OVN NetworkPolicy Low-Level Operations + computes match strings from address sets correctly + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/policy_test.go:2070 +• +------------------------------ +OVN NetworkPolicy Low-Level Operations + Tests AddAllowACLFromNode + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/policy_test.go:2177 +STEP: adding an existing ACL to the node switch +2021/12/08 17:05:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9d43f29d-dd2e-4928-9107-11ae231e7567" "table"="Database" +2021/12/08 17:05:31 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9d43f29d-dd2e-4928-9107-11ae231e7567" "table"="Database" "model"="&{UUID:9d43f29d-dd2e-4928-9107-11ae231e7567 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="44659334-eaf4-464f-96a7-663493714acb" "table"="Logical_Switch" +2021/12/08 17:05:31 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="44659334-eaf4-464f-96a7-663493714acb" "table"="Logical_Switch" "model"="&{UUID:44659334-eaf4-464f-96a7-663493714acb ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e6859fad-fb8a-4e3e-bba0-4cdaa970f412" "table"="ACL" +2021/12/08 17:05:31 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e6859fad-fb8a-4e3e-bba0-4cdaa970f412" "table"="ACL" "model"="&{UUID:e6859fad-fb8a-4e3e-bba0-4cdaa970f412 Action:allow-related Direction:to-lport ExternalIDs:map[] Label:0 Log:false Match:ip4.src==192.168.10.10 Meter: Name: Priority:1001 Severity:}" +RESULT &[{e6859fad-fb8a-4e3e-bba0-4cdaa970f412 allow-related to-lport map[] 0 false ip4.src==192.168.10.10 1001 }]RESULT &[{44659334-eaf4-464f-96a7-663493714acb [] [] map[] [] [] [] node1 map[] [] []}]I1208 17:05:32.176527 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:e6859fad-fb8a-4e3e-bba0-4cdaa970f412}]}}] Timeout:0 Where:[where column _uuid == {44659334-eaf4-464f-96a7-663493714acb}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:32 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="44659334-eaf4-464f-96a7-663493714acb" "table"="Logical_Switch" +2021/12/08 17:05:32 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="44659334-eaf4-464f-96a7-663493714acb" "table"="Logical_Switch" "old"="&{UUID:44659334-eaf4-464f-96a7-663493714acb ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:44659334-eaf4-464f-96a7-663493714acb ACLs:[e6859fad-fb8a-4e3e-bba0-4cdaa970f412] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:32 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="44659334-eaf4-464f-96a7-663493714acb" "table"="Logical_Switch" +2021/12/08 17:05:32 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="44659334-eaf4-464f-96a7-663493714acb" "table"="Logical_Switch" "old"="&{UUID:44659334-eaf4-464f-96a7-663493714acb ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:44659334-eaf4-464f-96a7-663493714acb ACLs:[e6859fad-fb8a-4e3e-bba0-4cdaa970f412] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +STEP: creating an ipv4 ACL and adding it to node switch +2021/12/08 17:05:32 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="39980021-5a94-4e02-8ed8-4b208d093db0" "table"="Database" +2021/12/08 17:05:32 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="39980021-5a94-4e02-8ed8-4b208d093db0" "table"="Database" "model"="&{UUID:39980021-5a94-4e02-8ed8-4b208d093db0 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:32 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a12a57b4-3a74-49c3-9a90-f0a4f01e63f3" "table"="Logical_Switch" +2021/12/08 17:05:32 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a12a57b4-3a74-49c3-9a90-f0a4f01e63f3" "table"="Logical_Switch" "model"="&{UUID:a12a57b4-3a74-49c3-9a90-f0a4f01e63f3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[]RESULT &[{a12a57b4-3a74-49c3-9a90-f0a4f01e63f3 [] [] map[] [] [] [] node1 map[] [] []}]I1208 17:05:32.520248 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport log:false match:ip4.src==192.168.10.10 priority:1001] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996188} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2596996188}]}}] Timeout:0 Where:[where column _uuid == {a12a57b4-3a74-49c3-9a90-f0a4f01e63f3}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:32 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="00fc65ea-535b-4515-9745-aab259cc71f9" "table"="ACL" +2021/12/08 17:05:32 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="00fc65ea-535b-4515-9745-aab259cc71f9" "table"="ACL" "model"="&{UUID:00fc65ea-535b-4515-9745-aab259cc71f9 Action:allow-related Direction:to-lport ExternalIDs:map[] Label:0 Log:false Match:ip4.src==192.168.10.10 Meter: Name: Priority:1001 Severity:}" +2021/12/08 17:05:32 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a12a57b4-3a74-49c3-9a90-f0a4f01e63f3" "table"="Logical_Switch" +2021/12/08 17:05:32 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a12a57b4-3a74-49c3-9a90-f0a4f01e63f3" "table"="Logical_Switch" "old"="&{UUID:a12a57b4-3a74-49c3-9a90-f0a4f01e63f3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:a12a57b4-3a74-49c3-9a90-f0a4f01e63f3 ACLs:[00fc65ea-535b-4515-9745-aab259cc71f9] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:32 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a12a57b4-3a74-49c3-9a90-f0a4f01e63f3" "table"="Logical_Switch" +2021/12/08 17:05:32 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a12a57b4-3a74-49c3-9a90-f0a4f01e63f3" "table"="Logical_Switch" "old"="&{UUID:a12a57b4-3a74-49c3-9a90-f0a4f01e63f3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:a12a57b4-3a74-49c3-9a90-f0a4f01e63f3 ACLs:[00fc65ea-535b-4515-9745-aab259cc71f9] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:32 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="00fc65ea-535b-4515-9745-aab259cc71f9" "table"="ACL" +2021/12/08 17:05:32 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="00fc65ea-535b-4515-9745-aab259cc71f9" "table"="ACL" "model"="&{UUID:00fc65ea-535b-4515-9745-aab259cc71f9 Action:allow-related Direction:to-lport ExternalIDs:map[] Label:0 Log:false Match:ip4.src==192.168.10.10 Meter: Name: Priority:1001 Severity:}" +STEP: creating an ipv6 ACL and adding it to node switch +2021/12/08 17:05:32 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cfd675ac-7996-49f0-a8bb-97c1b90e8bcc" "table"="Database" +2021/12/08 17:05:32 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cfd675ac-7996-49f0-a8bb-97c1b90e8bcc" "table"="Database" "model"="&{UUID:cfd675ac-7996-49f0-a8bb-97c1b90e8bcc Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:32 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="acd66300-152f-4d8b-8a4d-7c9c36902d1e" "table"="Logical_Switch" +2021/12/08 17:05:32 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="acd66300-152f-4d8b-8a4d-7c9c36902d1e" "table"="Logical_Switch" "model"="&{UUID:acd66300-152f-4d8b-8a4d-7c9c36902d1e ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[]RESULT &[{acd66300-152f-4d8b-8a4d-7c9c36902d1e [] [] map[] [] [] [] node1 map[] [] []}]I1208 17:05:32.862380 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport log:false match:ip6.src==fd01::1234 priority:1001] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996191} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2596996191}]}}] Timeout:0 Where:[where column _uuid == {acd66300-152f-4d8b-8a4d-7c9c36902d1e}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:32 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="332a183f-c28e-48d6-bc34-73fc207fd60b" "table"="ACL" +2021/12/08 17:05:32 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="332a183f-c28e-48d6-bc34-73fc207fd60b" "table"="ACL" "model"="&{UUID:332a183f-c28e-48d6-bc34-73fc207fd60b Action:allow-related Direction:to-lport ExternalIDs:map[] Label:0 Log:false Match:ip6.src==fd01::1234 Meter: Name: Priority:1001 Severity:}" +2021/12/08 17:05:32 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="acd66300-152f-4d8b-8a4d-7c9c36902d1e" "table"="Logical_Switch" +2021/12/08 17:05:32 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="acd66300-152f-4d8b-8a4d-7c9c36902d1e" "table"="Logical_Switch" "old"="&{UUID:acd66300-152f-4d8b-8a4d-7c9c36902d1e ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:acd66300-152f-4d8b-8a4d-7c9c36902d1e ACLs:[332a183f-c28e-48d6-bc34-73fc207fd60b] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:32 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="332a183f-c28e-48d6-bc34-73fc207fd60b" "table"="ACL" +2021/12/08 17:05:32 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="332a183f-c28e-48d6-bc34-73fc207fd60b" "table"="ACL" "model"="&{UUID:332a183f-c28e-48d6-bc34-73fc207fd60b Action:allow-related Direction:to-lport ExternalIDs:map[] Label:0 Log:false Match:ip6.src==fd01::1234 Meter: Name: Priority:1001 Severity:}" +2021/12/08 17:05:32 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="acd66300-152f-4d8b-8a4d-7c9c36902d1e" "table"="Logical_Switch" +2021/12/08 17:05:32 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="acd66300-152f-4d8b-8a4d-7c9c36902d1e" "table"="Logical_Switch" "old"="&{UUID:acd66300-152f-4d8b-8a4d-7c9c36902d1e ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:acd66300-152f-4d8b-8a4d-7c9c36902d1e ACLs:[332a183f-c28e-48d6-bc34-73fc207fd60b] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +• +------------------------------ +OVN EgressFirewall Operations for shared gateway mode on startup + reconciles existing and non-existing egressfirewalls + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressfirewall_test.go:703 +2021/12/08 17:05:33 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8b08384f-05e8-4a60-8aab-4fa758c01201" "table"="Database" +2021/12/08 17:05:33 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8b08384f-05e8-4a60-8aab-4fa758c01201" "table"="Database" "model"="&{UUID:8b08384f-05e8-4a60-8aab-4fa758c01201 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:33 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f" "table"="ACL" +2021/12/08 17:05:33 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f" "table"="ACL" "model"="&{UUID:1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f Action:drop Direction:from-lport ExternalIDs:map[egressFirewall:none] Label:0 Log:false Match: Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:33 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4e9cd304-3239-41c7-9249-7e9b2224cc24" "table"="ACL" +2021/12/08 17:05:33 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4e9cd304-3239-41c7-9249-7e9b2224cc24" "table"="ACL" "model"="&{UUID:4e9cd304-3239-41c7-9249-7e9b2224cc24 Action:drop Direction:from-lport ExternalIDs:map[egressFirewall:default] Label:0 Log:false Match: Meter: Name: Priority:9999 Severity:}" +2021/12/08 17:05:33 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b6d270b8-9620-4e69-8e7b-258084c4937e" "table"="ACL" +2021/12/08 17:05:33 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b6d270b8-9620-4e69-8e7b-258084c4937e" "table"="ACL" "model"="&{UUID:b6d270b8-9620-4e69-8e7b-258084c4937e Action:drop Direction:from-lport ExternalIDs:map[egressFirewall:default] Label:0 Log:false Match: Meter: Name: Priority:1999 Severity:}" +2021/12/08 17:05:33 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0531eef3-8a48-44f8-8cb3-0e36a3a990fd" "table"="Logical_Switch" +2021/12/08 17:05:33 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0531eef3-8a48-44f8-8cb3-0e36a3a990fd" "table"="Logical_Switch" "model"="&{UUID:0531eef3-8a48-44f8-8cb3-0e36a3a990fd ACLs:[1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f 4e9cd304-3239-41c7-9249-7e9b2224cc24] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:33 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2970bf88-38c1-4595-98d2-a6631e687e8a" "table"="Logical_Switch" +2021/12/08 17:05:33 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2970bf88-38c1-4595-98d2-a6631e687e8a" "table"="Logical_Switch" "model"="&{UUID:2970bf88-38c1-4595-98d2-a6631e687e8a ACLs:[1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f 4e9cd304-3239-41c7-9249-7e9b2224cc24] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:33 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c0ab563e-7874-4a99-b4d7-bc6a859c7860" "table"="Database" +2021/12/08 17:05:33 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c0ab563e-7874-4a99-b4d7-bc6a859c7860" "table"="Database" "model"="&{UUID:c0ab563e-7874-4a99-b4d7-bc6a859c7860 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:33.751276 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:33.751600 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[{0531eef3-8a48-44f8-8cb3-0e36a3a990fd [1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f 4e9cd304-3239-41c7-9249-7e9b2224cc24] [] map[] [] [] [] node1 map[] [] []}]I1208 17:05:33.755267 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:delete Value:{GoSet:[{GoUUID:1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f} {GoUUID:4e9cd304-3239-41c7-9249-7e9b2224cc24}]}}] Timeout:0 Where:[where column _uuid == {0531eef3-8a48-44f8-8cb3-0e36a3a990fd}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:33 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0531eef3-8a48-44f8-8cb3-0e36a3a990fd" "table"="Logical_Switch" +2021/12/08 17:05:33 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="0531eef3-8a48-44f8-8cb3-0e36a3a990fd" "table"="Logical_Switch" "old"="&{UUID:0531eef3-8a48-44f8-8cb3-0e36a3a990fd ACLs:[1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f 4e9cd304-3239-41c7-9249-7e9b2224cc24] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:0531eef3-8a48-44f8-8cb3-0e36a3a990fd ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:33 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0531eef3-8a48-44f8-8cb3-0e36a3a990fd" "table"="Logical_Switch" +2021/12/08 17:05:33 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="0531eef3-8a48-44f8-8cb3-0e36a3a990fd" "table"="Logical_Switch" "old"="&{UUID:0531eef3-8a48-44f8-8cb3-0e36a3a990fd ACLs:[1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f 4e9cd304-3239-41c7-9249-7e9b2224cc24] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:0531eef3-8a48-44f8-8cb3-0e36a3a990fd ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +I1208 17:05:33.883097 19465 transact.go:41] Configuring OVN: [{Op:update Table:ACL Row:map[direction:to-lport] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f}] Until: Durable: Comment: Lock: UUIDName:} {Op:update Table:ACL Row:map[direction:to-lport] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {4e9cd304-3239-41c7-9249-7e9b2224cc24}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:33 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f" "table"="ACL" +2021/12/08 17:05:33 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f" "table"="ACL" "old"="&{UUID:1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f Action:drop Direction:from-lport ExternalIDs:map[egressFirewall:none] Label:0 Log:false Match: Meter: Name: Priority:10000 Severity:}" "new"="&{UUID:1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f Action:drop Direction:to-lport ExternalIDs:map[egressFirewall:none] Label:0 Log:false Match: Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:33 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4e9cd304-3239-41c7-9249-7e9b2224cc24" "table"="ACL" +2021/12/08 17:05:33 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="4e9cd304-3239-41c7-9249-7e9b2224cc24" "table"="ACL" "old"="&{UUID:4e9cd304-3239-41c7-9249-7e9b2224cc24 Action:drop Direction:from-lport ExternalIDs:map[egressFirewall:default] Label:0 Log:false Match: Meter: Name: Priority:9999 Severity:}" "new"="&{UUID:4e9cd304-3239-41c7-9249-7e9b2224cc24 Action:drop Direction:to-lport ExternalIDs:map[egressFirewall:default] Label:0 Log:false Match: Meter: Name: Priority:9999 Severity:}" +2021/12/08 17:05:33 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f" "table"="ACL" +2021/12/08 17:05:33 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f" "table"="ACL" "old"="&{UUID:1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f Action:drop Direction:from-lport ExternalIDs:map[egressFirewall:none] Label:0 Log:false Match: Meter: Name: Priority:10000 Severity:}" "new"="&{UUID:1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f Action:drop Direction:to-lport ExternalIDs:map[egressFirewall:none] Label:0 Log:false Match: Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:33 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4e9cd304-3239-41c7-9249-7e9b2224cc24" "table"="ACL" +2021/12/08 17:05:33 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="4e9cd304-3239-41c7-9249-7e9b2224cc24" "table"="ACL" "old"="&{UUID:4e9cd304-3239-41c7-9249-7e9b2224cc24 Action:drop Direction:from-lport ExternalIDs:map[egressFirewall:default] Label:0 Log:false Match: Meter: Name: Priority:9999 Severity:}" "new"="&{UUID:4e9cd304-3239-41c7-9249-7e9b2224cc24 Action:drop Direction:to-lport ExternalIDs:map[egressFirewall:default] Label:0 Log:false Match: Meter: Name: Priority:9999 Severity:}" +RESULT &[]RESULT &[]RESULT &[{2970bf88-38c1-4595-98d2-a6631e687e8a [1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f 4e9cd304-3239-41c7-9249-7e9b2224cc24] [] map[] [] [] [] join map[] [] []}]RESULT &[{0531eef3-8a48-44f8-8cb3-0e36a3a990fd [] [] map[] [] [] [] node1 map[] [] []}]I1208 17:05:33.968552 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:delete Value:{GoSet:[{GoUUID:1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f}]}}] Timeout:0 Where:[where column _uuid == {2970bf88-38c1-4595-98d2-a6631e687e8a}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:delete Value:{GoSet:[{GoUUID:1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f}]}}] Timeout:0 Where:[where column _uuid == {0531eef3-8a48-44f8-8cb3-0e36a3a990fd}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:33 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2970bf88-38c1-4595-98d2-a6631e687e8a" "table"="Logical_Switch" +2021/12/08 17:05:33 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2970bf88-38c1-4595-98d2-a6631e687e8a" "table"="Logical_Switch" "old"="&{UUID:2970bf88-38c1-4595-98d2-a6631e687e8a ACLs:[1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f 4e9cd304-3239-41c7-9249-7e9b2224cc24] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:2970bf88-38c1-4595-98d2-a6631e687e8a ACLs:[4e9cd304-3239-41c7-9249-7e9b2224cc24] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:33 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0531eef3-8a48-44f8-8cb3-0e36a3a990fd" "table"="Logical_Switch" +2021/12/08 17:05:33 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2970bf88-38c1-4595-98d2-a6631e687e8a" "table"="Logical_Switch" +2021/12/08 17:05:33 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2970bf88-38c1-4595-98d2-a6631e687e8a" "table"="Logical_Switch" "old"="&{UUID:2970bf88-38c1-4595-98d2-a6631e687e8a ACLs:[1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f 4e9cd304-3239-41c7-9249-7e9b2224cc24] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:2970bf88-38c1-4595-98d2-a6631e687e8a ACLs:[4e9cd304-3239-41c7-9249-7e9b2224cc24] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:33 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0531eef3-8a48-44f8-8cb3-0e36a3a990fd" "table"="Logical_Switch" +RESULT &[{1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f drop to-lport map[egressFirewall:none] 0 false 10000 }]I1208 17:05:33.994325 19465 transact.go:41] Configuring OVN: [{Op:delete Table:ACL Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:34 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f" "table"="ACL" +2021/12/08 17:05:34 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f" "table"="ACL" "model"="&{UUID:1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f Action:drop Direction:to-lport ExternalIDs:map[egressFirewall:none] Label:0 Log:false Match: Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f" "table"="ACL" +2021/12/08 17:05:34 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f" "table"="ACL" "model"="&{UUID:1f74a0c5-a8ed-4e13-995a-1a4f61c8d56f Action:drop Direction:to-lport ExternalIDs:map[egressFirewall:none] Label:0 Log:false Match: Meter: Name: Priority:10000 Severity:}" +I1208 17:05:34.007020 19465 egressfirewall.go:204] Adding egressFirewall in namespace default +I1208 17:05:34.007408 19465 kube.go:225] Updating status on EgressFirewall in namespace default +• +------------------------------ +OVN EgressFirewall Operations for shared gateway mode on startup + reconciles an existing egressFirewall with IPv4 CIDR + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressfirewall_test.go:816 +2021/12/08 17:05:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8c505505-7943-4bcd-8d4a-2c7832fa281c" "table"="Database" +2021/12/08 17:05:34 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8c505505-7943-4bcd-8d4a-2c7832fa281c" "table"="Database" "model"="&{UUID:8c505505-7943-4bcd-8d4a-2c7832fa281c Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5d8daf03-8164-41a9-bf06-d58b4d30c73e" "table"="Logical_Switch" +2021/12/08 17:05:34 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5d8daf03-8164-41a9-bf06-d58b4d30c73e" "table"="Logical_Switch" "model"="&{UUID:5d8daf03-8164-41a9-bf06-d58b4d30c73e ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="399a161c-d0e3-4f6a-a26f-82726aba2320" "table"="Database" +2021/12/08 17:05:34 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="399a161c-d0e3-4f6a-a26f-82726aba2320" "table"="Database" "model"="&{UUID:399a161c-d0e3-4f6a-a26f-82726aba2320 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:34.881083 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:34.881530 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[]I1208 17:05:34.882621 19465 egressfirewall.go:204] Adding egressFirewall default in namespace namespace1 +RESULT &[]RESULT &[{5d8daf03-8164-41a9-bf06-d58b4d30c73e [] [] map[] [] [] [] join map[] [] []}]I1208 17:05:34.884199 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[egressFirewall:namespace1]} log:false match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && inport == "jtor-ovn_cluster_router" priority:10000] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996201} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2596996201}]}}] Timeout:0 Where:[where column _uuid == {5d8daf03-8164-41a9-bf06-d58b4d30c73e}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:34 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7a190422-6034-4ff8-a252-5b08841dad60" "table"="ACL" +2021/12/08 17:05:34 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7a190422-6034-4ff8-a252-5b08841dad60" "table"="ACL" "model"="&{UUID:7a190422-6034-4ff8-a252-5b08841dad60 Action:allow Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && inport == "jtor-ovn_cluster_router" Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:34 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5d8daf03-8164-41a9-bf06-d58b4d30c73e" "table"="Logical_Switch" +2021/12/08 17:05:34 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="5d8daf03-8164-41a9-bf06-d58b4d30c73e" "table"="Logical_Switch" "old"="&{UUID:5d8daf03-8164-41a9-bf06-d58b4d30c73e ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:5d8daf03-8164-41a9-bf06-d58b4d30c73e ACLs:[7a190422-6034-4ff8-a252-5b08841dad60] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7a190422-6034-4ff8-a252-5b08841dad60" "table"="ACL" +2021/12/08 17:05:34 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7a190422-6034-4ff8-a252-5b08841dad60" "table"="ACL" "model"="&{UUID:7a190422-6034-4ff8-a252-5b08841dad60 Action:allow Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && inport == "jtor-ovn_cluster_router" Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5d8daf03-8164-41a9-bf06-d58b4d30c73e" "table"="Logical_Switch" +2021/12/08 17:05:34 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="5d8daf03-8164-41a9-bf06-d58b4d30c73e" "table"="Logical_Switch" "old"="&{UUID:5d8daf03-8164-41a9-bf06-d58b4d30c73e ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:5d8daf03-8164-41a9-bf06-d58b4d30c73e ACLs:[7a190422-6034-4ff8-a252-5b08841dad60] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +I1208 17:05:34.916211 19465 kube.go:225] Updating status on EgressFirewall default in namespace namespace1 +• +------------------------------ +OVN EgressFirewall Operations for shared gateway mode on startup + reconciles an existing egressFirewall with IPv6 CIDR + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressfirewall_test.go:894 +2021/12/08 17:05:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e0559604-2d0b-4c49-bb72-d5d55f62e92f" "table"="Database" +2021/12/08 17:05:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e0559604-2d0b-4c49-bb72-d5d55f62e92f" "table"="Database" "model"="&{UUID:e0559604-2d0b-4c49-bb72-d5d55f62e92f Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c37725da-7378-4492-a12d-283b06ccd309" "table"="Logical_Switch" +2021/12/08 17:05:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c37725da-7378-4492-a12d-283b06ccd309" "table"="Logical_Switch" "model"="&{UUID:c37725da-7378-4492-a12d-283b06ccd309 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e0ae261e-78a5-4930-9c3c-54b6faab4373" "table"="Database" +2021/12/08 17:05:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e0ae261e-78a5-4930-9c3c-54b6faab4373" "table"="Database" "model"="&{UUID:e0ae261e-78a5-4930-9c3c-54b6faab4373 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:35.756632 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:35.756988 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:35.760521 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:05:35.761045 19465 namespace.go:186] [namespace1] adding namespace took 248.204µs +I1208 17:05:35.761297 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 3.949222ms +RESULT &[]RESULT &[]I1208 17:05:35.762102 19465 egressfirewall.go:204] Adding egressFirewall default in namespace namespace1 +RESULT &[]RESULT &[{c37725da-7378-4492-a12d-283b06ccd309 [] [] map[] [] [] [] join map[] [] []}]I1208 17:05:35.763634 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[egressFirewall:namespace1]} log:false match:(ip6.dst == 2002::1234:abcd:ffff:c0a8:101/64) && (ip4.src == $a10481622940199974102 || ip6.src == $a10481620741176717680) && inport == "jtor-ovn_cluster_router" priority:10000] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996204} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2596996204}]}}] Timeout:0 Where:[where column _uuid == {c37725da-7378-4492-a12d-283b06ccd309}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:35 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ec151ed2-ffe2-425a-bdd5-d01866b8ddda" "table"="ACL" +2021/12/08 17:05:35 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ec151ed2-ffe2-425a-bdd5-d01866b8ddda" "table"="ACL" "model"="&{UUID:ec151ed2-ffe2-425a-bdd5-d01866b8ddda Action:allow Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip6.dst == 2002::1234:abcd:ffff:c0a8:101/64) && (ip4.src == $a10481622940199974102 || ip6.src == $a10481620741176717680) && inport == "jtor-ovn_cluster_router" Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:35 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c37725da-7378-4492-a12d-283b06ccd309" "table"="Logical_Switch" +2021/12/08 17:05:35 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c37725da-7378-4492-a12d-283b06ccd309" "table"="Logical_Switch" "old"="&{UUID:c37725da-7378-4492-a12d-283b06ccd309 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:c37725da-7378-4492-a12d-283b06ccd309 ACLs:[ec151ed2-ffe2-425a-bdd5-d01866b8ddda] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ec151ed2-ffe2-425a-bdd5-d01866b8ddda" "table"="ACL" +2021/12/08 17:05:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ec151ed2-ffe2-425a-bdd5-d01866b8ddda" "table"="ACL" "model"="&{UUID:ec151ed2-ffe2-425a-bdd5-d01866b8ddda Action:allow Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip6.dst == 2002::1234:abcd:ffff:c0a8:101/64) && (ip4.src == $a10481622940199974102 || ip6.src == $a10481620741176717680) && inport == "jtor-ovn_cluster_router" Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c37725da-7378-4492-a12d-283b06ccd309" "table"="Logical_Switch" +2021/12/08 17:05:35 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c37725da-7378-4492-a12d-283b06ccd309" "table"="Logical_Switch" "old"="&{UUID:c37725da-7378-4492-a12d-283b06ccd309 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:c37725da-7378-4492-a12d-283b06ccd309 ACLs:[ec151ed2-ffe2-425a-bdd5-d01866b8ddda] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +I1208 17:05:35.788077 19465 kube.go:225] Updating status on EgressFirewall default in namespace namespace1 +• +------------------------------ +OVN EgressFirewall Operations for shared gateway mode during execution + correctly creates an egressfirewall denying traffic udp traffic on port 100 + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressfirewall_test.go:979 +2021/12/08 17:05:36 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="038e518e-871a-4053-92fd-4b160f3dfffd" "table"="Database" +2021/12/08 17:05:36 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="038e518e-871a-4053-92fd-4b160f3dfffd" "table"="Database" "model"="&{UUID:038e518e-871a-4053-92fd-4b160f3dfffd Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:36 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7b9301f7-b0ee-4e28-875f-944f18f142d2" "table"="Logical_Switch" +2021/12/08 17:05:36 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7b9301f7-b0ee-4e28-875f-944f18f142d2" "table"="Logical_Switch" "model"="&{UUID:7b9301f7-b0ee-4e28-875f-944f18f142d2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:36 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1b6f0138-1cfb-42b8-9a54-4bd2f2122eb5" "table"="Database" +2021/12/08 17:05:36 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1b6f0138-1cfb-42b8-9a54-4bd2f2122eb5" "table"="Database" "model"="&{UUID:1b6f0138-1cfb-42b8-9a54-4bd2f2122eb5 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:36.702893 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:36.703341 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:36.706979 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:05:36.707568 19465 namespace.go:186] [namespace1] adding namespace took 305.217µs +I1208 17:05:36.707824 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 4.187108ms +RESULT &[]RESULT &[]I1208 17:05:36.708960 19465 egressfirewall.go:204] Adding egressFirewall default in namespace namespace1 +RESULT &[]RESULT &[{7b9301f7-b0ee-4e28-875f-944f18f142d2 [] [] map[] [] [] [] join map[] [] []}]I1208 17:05:36.710365 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[egressFirewall:namespace1]} log:false match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && ((udp && ( udp.dst == 100 ))) && inport == "jtor-ovn_cluster_router" priority:10000] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996207} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2596996207}]}}] Timeout:0 Where:[where column _uuid == {7b9301f7-b0ee-4e28-875f-944f18f142d2}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:36 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1b8f80b2-03ff-4724-a080-8811ece8c150" "table"="ACL" +2021/12/08 17:05:36 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1b8f80b2-03ff-4724-a080-8811ece8c150" "table"="ACL" "model"="&{UUID:1b8f80b2-03ff-4724-a080-8811ece8c150 Action:drop Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && ((udp && ( udp.dst == 100 ))) && inport == "jtor-ovn_cluster_router" Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:36 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7b9301f7-b0ee-4e28-875f-944f18f142d2" "table"="Logical_Switch" +2021/12/08 17:05:36 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="7b9301f7-b0ee-4e28-875f-944f18f142d2" "table"="Logical_Switch" "old"="&{UUID:7b9301f7-b0ee-4e28-875f-944f18f142d2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:7b9301f7-b0ee-4e28-875f-944f18f142d2 ACLs:[1b8f80b2-03ff-4724-a080-8811ece8c150] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:36 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1b8f80b2-03ff-4724-a080-8811ece8c150" "table"="ACL" +2021/12/08 17:05:36 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1b8f80b2-03ff-4724-a080-8811ece8c150" "table"="ACL" "model"="&{UUID:1b8f80b2-03ff-4724-a080-8811ece8c150 Action:drop Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && ((udp && ( udp.dst == 100 ))) && inport == "jtor-ovn_cluster_router" Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:36 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7b9301f7-b0ee-4e28-875f-944f18f142d2" "table"="Logical_Switch" +2021/12/08 17:05:36 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="7b9301f7-b0ee-4e28-875f-944f18f142d2" "table"="Logical_Switch" "old"="&{UUID:7b9301f7-b0ee-4e28-875f-944f18f142d2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:7b9301f7-b0ee-4e28-875f-944f18f142d2 ACLs:[1b8f80b2-03ff-4724-a080-8811ece8c150] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +I1208 17:05:36.734736 19465 kube.go:225] Updating status on EgressFirewall default in namespace namespace1 +• +------------------------------ +OVN EgressFirewall Operations for shared gateway mode during execution + correctly deletes an egressfirewall + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressfirewall_test.go:1069 +2021/12/08 17:05:37 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e8a72e22-ae8d-4bbd-8cb7-b7913b1c6319" "table"="Database" +2021/12/08 17:05:37 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e8a72e22-ae8d-4bbd-8cb7-b7913b1c6319" "table"="Database" "model"="&{UUID:e8a72e22-ae8d-4bbd-8cb7-b7913b1c6319 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:37 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e3ad6e8e-e6fd-405e-a5ae-06e1fcf47abb" "table"="Logical_Switch" +2021/12/08 17:05:37 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e3ad6e8e-e6fd-405e-a5ae-06e1fcf47abb" "table"="Logical_Switch" "model"="&{UUID:e3ad6e8e-e6fd-405e-a5ae-06e1fcf47abb ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:37 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4aee2127-6fe8-4d54-9a5d-c32a57926e4b" "table"="Database" +2021/12/08 17:05:37 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4aee2127-6fe8-4d54-9a5d-c32a57926e4b" "table"="Database" "model"="&{UUID:4aee2127-6fe8-4d54-9a5d-c32a57926e4b Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:37.511127 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:37.511468 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[]I1208 17:05:37.512441 19465 egressfirewall.go:204] Adding egressFirewall default in namespace namespace1 +RESULT &[]RESULT &[{e3ad6e8e-e6fd-405e-a5ae-06e1fcf47abb [] [] map[] [] [] [] join map[] [] []}]I1208 17:05:37.513879 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[egressFirewall:namespace1]} log:false match:(ip4.dst == 1.2.3.5/23) && ip4.src == $a10481622940199974102 && ((tcp && ( tcp.dst == 100 ))) && inport == "jtor-ovn_cluster_router" priority:10000] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996210} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2596996210}]}}] Timeout:0 Where:[where column _uuid == {e3ad6e8e-e6fd-405e-a5ae-06e1fcf47abb}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:37 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a56b6dd7-d8f5-4669-ae5e-5b14eb821fdb" "table"="ACL" +2021/12/08 17:05:37 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a56b6dd7-d8f5-4669-ae5e-5b14eb821fdb" "table"="ACL" "model"="&{UUID:a56b6dd7-d8f5-4669-ae5e-5b14eb821fdb Action:allow Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.5/23) && ip4.src == $a10481622940199974102 && ((tcp && ( tcp.dst == 100 ))) && inport == "jtor-ovn_cluster_router" Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:37 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e3ad6e8e-e6fd-405e-a5ae-06e1fcf47abb" "table"="Logical_Switch" +2021/12/08 17:05:37 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="e3ad6e8e-e6fd-405e-a5ae-06e1fcf47abb" "table"="Logical_Switch" "old"="&{UUID:e3ad6e8e-e6fd-405e-a5ae-06e1fcf47abb ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:e3ad6e8e-e6fd-405e-a5ae-06e1fcf47abb ACLs:[a56b6dd7-d8f5-4669-ae5e-5b14eb821fdb] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:37 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a56b6dd7-d8f5-4669-ae5e-5b14eb821fdb" "table"="ACL" +2021/12/08 17:05:37 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a56b6dd7-d8f5-4669-ae5e-5b14eb821fdb" "table"="ACL" "model"="&{UUID:a56b6dd7-d8f5-4669-ae5e-5b14eb821fdb Action:allow Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.5/23) && ip4.src == $a10481622940199974102 && ((tcp && ( tcp.dst == 100 ))) && inport == "jtor-ovn_cluster_router" Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:37 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e3ad6e8e-e6fd-405e-a5ae-06e1fcf47abb" "table"="Logical_Switch" +2021/12/08 17:05:37 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="e3ad6e8e-e6fd-405e-a5ae-06e1fcf47abb" "table"="Logical_Switch" "old"="&{UUID:e3ad6e8e-e6fd-405e-a5ae-06e1fcf47abb ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:e3ad6e8e-e6fd-405e-a5ae-06e1fcf47abb ACLs:[a56b6dd7-d8f5-4669-ae5e-5b14eb821fdb] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +I1208 17:05:37.538139 19465 kube.go:225] Updating status on EgressFirewall default in namespace namespace1 +I1208 17:05:37.542097 19465 egressfirewall.go:262] Deleting egress Firewall default in namespace namespace1 +RESULT &[{e3ad6e8e-e6fd-405e-a5ae-06e1fcf47abb [a56b6dd7-d8f5-4669-ae5e-5b14eb821fdb] [] map[] [] [] [] join map[] [] []}]I1208 17:05:37.595224 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:delete Value:{GoSet:[{GoUUID:a56b6dd7-d8f5-4669-ae5e-5b14eb821fdb}]}}] Timeout:0 Where:[where column _uuid == {e3ad6e8e-e6fd-405e-a5ae-06e1fcf47abb}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:37 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e3ad6e8e-e6fd-405e-a5ae-06e1fcf47abb" "table"="Logical_Switch" +2021/12/08 17:05:37 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="e3ad6e8e-e6fd-405e-a5ae-06e1fcf47abb" "table"="Logical_Switch" "old"="&{UUID:e3ad6e8e-e6fd-405e-a5ae-06e1fcf47abb ACLs:[a56b6dd7-d8f5-4669-ae5e-5b14eb821fdb] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:e3ad6e8e-e6fd-405e-a5ae-06e1fcf47abb ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:37 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e3ad6e8e-e6fd-405e-a5ae-06e1fcf47abb" "table"="Logical_Switch" +2021/12/08 17:05:37 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="e3ad6e8e-e6fd-405e-a5ae-06e1fcf47abb" "table"="Logical_Switch" "old"="&{UUID:e3ad6e8e-e6fd-405e-a5ae-06e1fcf47abb ACLs:[a56b6dd7-d8f5-4669-ae5e-5b14eb821fdb] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:e3ad6e8e-e6fd-405e-a5ae-06e1fcf47abb ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[{a56b6dd7-d8f5-4669-ae5e-5b14eb821fdb allow to-lport map[egressFirewall:namespace1] 0 false (ip4.dst == 1.2.3.5/23) && ip4.src == $a10481622940199974102 && ((tcp && ( tcp.dst == 100 ))) && inport == "jtor-ovn_cluster_router" 10000 }]I1208 17:05:37.612390 19465 transact.go:41] Configuring OVN: [{Op:delete Table:ACL Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {a56b6dd7-d8f5-4669-ae5e-5b14eb821fdb}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:37 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a56b6dd7-d8f5-4669-ae5e-5b14eb821fdb" "table"="ACL" +2021/12/08 17:05:37 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="a56b6dd7-d8f5-4669-ae5e-5b14eb821fdb" "table"="ACL" "model"="&{UUID:a56b6dd7-d8f5-4669-ae5e-5b14eb821fdb Action:allow Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.5/23) && ip4.src == $a10481622940199974102 && ((tcp && ( tcp.dst == 100 ))) && inport == "jtor-ovn_cluster_router" Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:37 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a56b6dd7-d8f5-4669-ae5e-5b14eb821fdb" "table"="ACL" +2021/12/08 17:05:37 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="a56b6dd7-d8f5-4669-ae5e-5b14eb821fdb" "table"="ACL" "model"="&{UUID:a56b6dd7-d8f5-4669-ae5e-5b14eb821fdb Action:allow Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.5/23) && ip4.src == $a10481622940199974102 && ((tcp && ( tcp.dst == 100 ))) && inport == "jtor-ovn_cluster_router" Meter: Name: Priority:10000 Severity:}" +• +------------------------------ +OVN EgressFirewall Operations for shared gateway mode during execution + correctly updates an egressfirewall + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressfirewall_test.go:1156 +2021/12/08 17:05:37 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e9a991c4-b365-47ab-bd06-ed1680c4c0a4" "table"="Database" +2021/12/08 17:05:37 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e9a991c4-b365-47ab-bd06-ed1680c4c0a4" "table"="Database" "model"="&{UUID:e9a991c4-b365-47ab-bd06-ed1680c4c0a4 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:37 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="964edba5-5be1-4040-8a23-a842958ce435" "table"="Logical_Switch" +2021/12/08 17:05:37 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="964edba5-5be1-4040-8a23-a842958ce435" "table"="Logical_Switch" "model"="&{UUID:964edba5-5be1-4040-8a23-a842958ce435 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4d5b54b5-f15c-40b7-8146-e372b8f778c0" "table"="Database" +2021/12/08 17:05:38 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4d5b54b5-f15c-40b7-8146-e372b8f778c0" "table"="Database" "model"="&{UUID:4d5b54b5-f15c-40b7-8146-e372b8f778c0 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:38.383153 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:38.383685 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[]I1208 17:05:38.384631 19465 egressfirewall.go:204] Adding egressFirewall default in namespace namespace1 +RESULT &[]RESULT &[{964edba5-5be1-4040-8a23-a842958ce435 [] [] map[] [] [] [] join map[] [] []}]I1208 17:05:38.386031 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[egressFirewall:namespace1]} log:false match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && inport == "jtor-ovn_cluster_router" priority:10000] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996213} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2596996213}]}}] Timeout:0 Where:[where column _uuid == {964edba5-5be1-4040-8a23-a842958ce435}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:38 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a73ac10c-5c20-4b16-b79d-90534c0e5551" "table"="ACL" +2021/12/08 17:05:38 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a73ac10c-5c20-4b16-b79d-90534c0e5551" "table"="ACL" "model"="&{UUID:a73ac10c-5c20-4b16-b79d-90534c0e5551 Action:allow Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && inport == "jtor-ovn_cluster_router" Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:38 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="964edba5-5be1-4040-8a23-a842958ce435" "table"="Logical_Switch" +2021/12/08 17:05:38 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="964edba5-5be1-4040-8a23-a842958ce435" "table"="Logical_Switch" "old"="&{UUID:964edba5-5be1-4040-8a23-a842958ce435 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:964edba5-5be1-4040-8a23-a842958ce435 ACLs:[a73ac10c-5c20-4b16-b79d-90534c0e5551] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="964edba5-5be1-4040-8a23-a842958ce435" "table"="Logical_Switch" +2021/12/08 17:05:38 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="964edba5-5be1-4040-8a23-a842958ce435" "table"="Logical_Switch" "old"="&{UUID:964edba5-5be1-4040-8a23-a842958ce435 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:964edba5-5be1-4040-8a23-a842958ce435 ACLs:[a73ac10c-5c20-4b16-b79d-90534c0e5551] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a73ac10c-5c20-4b16-b79d-90534c0e5551" "table"="ACL" +2021/12/08 17:05:38 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a73ac10c-5c20-4b16-b79d-90534c0e5551" "table"="ACL" "model"="&{UUID:a73ac10c-5c20-4b16-b79d-90534c0e5551 Action:allow Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && inport == "jtor-ovn_cluster_router" Meter: Name: Priority:10000 Severity:}" +I1208 17:05:38.413877 19465 kube.go:225] Updating status on EgressFirewall default in namespace namespace1 +I1208 17:05:38.417535 19465 egressfirewall.go:262] Deleting egress Firewall default in namespace namespace1 +RESULT &[{964edba5-5be1-4040-8a23-a842958ce435 [a73ac10c-5c20-4b16-b79d-90534c0e5551] [] map[] [] [] [] join map[] [] []}]I1208 17:05:38.470680 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:delete Value:{GoSet:[{GoUUID:a73ac10c-5c20-4b16-b79d-90534c0e5551}]}}] Timeout:0 Where:[where column _uuid == {964edba5-5be1-4040-8a23-a842958ce435}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:38 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="964edba5-5be1-4040-8a23-a842958ce435" "table"="Logical_Switch" +2021/12/08 17:05:38 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="964edba5-5be1-4040-8a23-a842958ce435" "table"="Logical_Switch" "old"="&{UUID:964edba5-5be1-4040-8a23-a842958ce435 ACLs:[a73ac10c-5c20-4b16-b79d-90534c0e5551] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:964edba5-5be1-4040-8a23-a842958ce435 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="964edba5-5be1-4040-8a23-a842958ce435" "table"="Logical_Switch" +2021/12/08 17:05:38 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="964edba5-5be1-4040-8a23-a842958ce435" "table"="Logical_Switch" "old"="&{UUID:964edba5-5be1-4040-8a23-a842958ce435 ACLs:[a73ac10c-5c20-4b16-b79d-90534c0e5551] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:964edba5-5be1-4040-8a23-a842958ce435 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[{a73ac10c-5c20-4b16-b79d-90534c0e5551 allow to-lport map[egressFirewall:namespace1] 0 false (ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && inport == "jtor-ovn_cluster_router" 10000 }]I1208 17:05:38.490891 19465 transact.go:41] Configuring OVN: [{Op:delete Table:ACL Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {a73ac10c-5c20-4b16-b79d-90534c0e5551}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:38 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a73ac10c-5c20-4b16-b79d-90534c0e5551" "table"="ACL" +2021/12/08 17:05:38 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="a73ac10c-5c20-4b16-b79d-90534c0e5551" "table"="ACL" "model"="&{UUID:a73ac10c-5c20-4b16-b79d-90534c0e5551 Action:allow Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && inport == "jtor-ovn_cluster_router" Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a73ac10c-5c20-4b16-b79d-90534c0e5551" "table"="ACL" +2021/12/08 17:05:38 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="a73ac10c-5c20-4b16-b79d-90534c0e5551" "table"="ACL" "model"="&{UUID:a73ac10c-5c20-4b16-b79d-90534c0e5551 Action:allow Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && inport == "jtor-ovn_cluster_router" Meter: Name: Priority:10000 Severity:}" +I1208 17:05:38.503729 19465 egressfirewall.go:204] Adding egressFirewall default in namespace namespace1 +RESULT &[]RESULT &[{964edba5-5be1-4040-8a23-a842958ce435 [] [] map[] [] [] [] join map[] [] []}]I1208 17:05:38.505415 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[egressFirewall:namespace1]} log:false match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && inport == "jtor-ovn_cluster_router" priority:10000] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996215} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2596996215}]}}] Timeout:0 Where:[where column _uuid == {964edba5-5be1-4040-8a23-a842958ce435}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:38 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="79ce671d-bab0-4e12-87c5-312ca659b1b2" "table"="ACL" +2021/12/08 17:05:38 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="79ce671d-bab0-4e12-87c5-312ca659b1b2" "table"="ACL" "model"="&{UUID:79ce671d-bab0-4e12-87c5-312ca659b1b2 Action:drop Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && inport == "jtor-ovn_cluster_router" Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:38 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="964edba5-5be1-4040-8a23-a842958ce435" "table"="Logical_Switch" +2021/12/08 17:05:38 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="964edba5-5be1-4040-8a23-a842958ce435" "table"="Logical_Switch" "old"="&{UUID:964edba5-5be1-4040-8a23-a842958ce435 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:964edba5-5be1-4040-8a23-a842958ce435 ACLs:[79ce671d-bab0-4e12-87c5-312ca659b1b2] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="964edba5-5be1-4040-8a23-a842958ce435" "table"="Logical_Switch" +2021/12/08 17:05:38 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="964edba5-5be1-4040-8a23-a842958ce435" "table"="Logical_Switch" "old"="&{UUID:964edba5-5be1-4040-8a23-a842958ce435 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:964edba5-5be1-4040-8a23-a842958ce435 ACLs:[79ce671d-bab0-4e12-87c5-312ca659b1b2] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="79ce671d-bab0-4e12-87c5-312ca659b1b2" "table"="ACL" +2021/12/08 17:05:38 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="79ce671d-bab0-4e12-87c5-312ca659b1b2" "table"="ACL" "model"="&{UUID:79ce671d-bab0-4e12-87c5-312ca659b1b2 Action:drop Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && inport == "jtor-ovn_cluster_router" Meter: Name: Priority:10000 Severity:}" +I1208 17:05:38.533085 19465 kube.go:225] Updating status on EgressFirewall default in namespace namespace1 +• +------------------------------ +OVN EgressFirewall Operations for local gateway mode on startup + reconciles existing and non-existing egressfirewalls + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressfirewall_test.go:75 +2021/12/08 17:05:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="210e3ab9-7c31-41a2-b5f3-9ffad1b2e693" "table"="Database" +2021/12/08 17:05:38 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="210e3ab9-7c31-41a2-b5f3-9ffad1b2e693" "table"="Database" "model"="&{UUID:210e3ab9-7c31-41a2-b5f3-9ffad1b2e693 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b6dcc16a-80d8-476e-ad11-c18c580c0446" "table"="Logical_Switch" +2021/12/08 17:05:38 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b6dcc16a-80d8-476e-ad11-c18c580c0446" "table"="Logical_Switch" "model"="&{UUID:b6dcc16a-80d8-476e-ad11-c18c580c0446 ACLs:[9b92ea8d-cca6-49c5-af59-f7e22173ac06 fc4743ae-7bff-4a54-962b-f7b47a759d29] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5b46fb56-c72a-47a4-beb4-f84e6dd73cbb" "table"="Logical_Switch" +2021/12/08 17:05:38 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5b46fb56-c72a-47a4-beb4-f84e6dd73cbb" "table"="Logical_Switch" "model"="&{UUID:5b46fb56-c72a-47a4-beb4-f84e6dd73cbb ACLs:[9b92ea8d-cca6-49c5-af59-f7e22173ac06 fc4743ae-7bff-4a54-962b-f7b47a759d29] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c843b298-d58c-4f4d-8e37-e4b3ca703aca" "table"="ACL" +2021/12/08 17:05:38 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c843b298-d58c-4f4d-8e37-e4b3ca703aca" "table"="ACL" "model"="&{UUID:c843b298-d58c-4f4d-8e37-e4b3ca703aca Action:drop Direction:from-lport ExternalIDs:map[egressFirewall:default] Label:0 Log:false Match: Meter: Name: Priority:1999 Severity:}" +2021/12/08 17:05:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9b92ea8d-cca6-49c5-af59-f7e22173ac06" "table"="ACL" +2021/12/08 17:05:38 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9b92ea8d-cca6-49c5-af59-f7e22173ac06" "table"="ACL" "model"="&{UUID:9b92ea8d-cca6-49c5-af59-f7e22173ac06 Action:drop Direction:from-lport ExternalIDs:map[egressFirewall:none] Label:0 Log:false Match: Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="fc4743ae-7bff-4a54-962b-f7b47a759d29" "table"="ACL" +2021/12/08 17:05:38 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="fc4743ae-7bff-4a54-962b-f7b47a759d29" "table"="ACL" "model"="&{UUID:fc4743ae-7bff-4a54-962b-f7b47a759d29 Action:drop Direction:from-lport ExternalIDs:map[egressFirewall:default] Label:0 Log:false Match: Meter: Name: Priority:9999 Severity:}" +2021/12/08 17:05:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="88d3c37f-867d-4165-b675-1bea80186e2e" "table"="Database" +2021/12/08 17:05:39 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="88d3c37f-867d-4165-b675-1bea80186e2e" "table"="Database" "model"="&{UUID:88d3c37f-867d-4165-b675-1bea80186e2e Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:39.369088 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:39.369542 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[{5b46fb56-c72a-47a4-beb4-f84e6dd73cbb [9b92ea8d-cca6-49c5-af59-f7e22173ac06 fc4743ae-7bff-4a54-962b-f7b47a759d29] [] map[] [] [] [] join map[] [] []}]I1208 17:05:39.374240 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:delete Value:{GoSet:[{GoUUID:fc4743ae-7bff-4a54-962b-f7b47a759d29} {GoUUID:9b92ea8d-cca6-49c5-af59-f7e22173ac06}]}}] Timeout:0 Where:[where column _uuid == {5b46fb56-c72a-47a4-beb4-f84e6dd73cbb}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:39 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5b46fb56-c72a-47a4-beb4-f84e6dd73cbb" "table"="Logical_Switch" +2021/12/08 17:05:39 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="5b46fb56-c72a-47a4-beb4-f84e6dd73cbb" "table"="Logical_Switch" "old"="&{UUID:5b46fb56-c72a-47a4-beb4-f84e6dd73cbb ACLs:[9b92ea8d-cca6-49c5-af59-f7e22173ac06 fc4743ae-7bff-4a54-962b-f7b47a759d29] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:5b46fb56-c72a-47a4-beb4-f84e6dd73cbb ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5b46fb56-c72a-47a4-beb4-f84e6dd73cbb" "table"="Logical_Switch" +2021/12/08 17:05:39 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="5b46fb56-c72a-47a4-beb4-f84e6dd73cbb" "table"="Logical_Switch" "old"="&{UUID:5b46fb56-c72a-47a4-beb4-f84e6dd73cbb ACLs:[9b92ea8d-cca6-49c5-af59-f7e22173ac06 fc4743ae-7bff-4a54-962b-f7b47a759d29] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:5b46fb56-c72a-47a4-beb4-f84e6dd73cbb ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +I1208 17:05:39.497641 19465 transact.go:41] Configuring OVN: [{Op:update Table:ACL Row:map[direction:to-lport] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {fc4743ae-7bff-4a54-962b-f7b47a759d29}] Until: Durable: Comment: Lock: UUIDName:} {Op:update Table:ACL Row:map[direction:to-lport] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {9b92ea8d-cca6-49c5-af59-f7e22173ac06}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:39 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="fc4743ae-7bff-4a54-962b-f7b47a759d29" "table"="ACL" +2021/12/08 17:05:39 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="fc4743ae-7bff-4a54-962b-f7b47a759d29" "table"="ACL" "old"="&{UUID:fc4743ae-7bff-4a54-962b-f7b47a759d29 Action:drop Direction:from-lport ExternalIDs:map[egressFirewall:default] Label:0 Log:false Match: Meter: Name: Priority:9999 Severity:}" "new"="&{UUID:fc4743ae-7bff-4a54-962b-f7b47a759d29 Action:drop Direction:to-lport ExternalIDs:map[egressFirewall:default] Label:0 Log:false Match: Meter: Name: Priority:9999 Severity:}" +2021/12/08 17:05:39 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9b92ea8d-cca6-49c5-af59-f7e22173ac06" "table"="ACL" +2021/12/08 17:05:39 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9b92ea8d-cca6-49c5-af59-f7e22173ac06" "table"="ACL" "old"="&{UUID:9b92ea8d-cca6-49c5-af59-f7e22173ac06 Action:drop Direction:from-lport ExternalIDs:map[egressFirewall:none] Label:0 Log:false Match: Meter: Name: Priority:10000 Severity:}" "new"="&{UUID:9b92ea8d-cca6-49c5-af59-f7e22173ac06 Action:drop Direction:to-lport ExternalIDs:map[egressFirewall:none] Label:0 Log:false Match: Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="fc4743ae-7bff-4a54-962b-f7b47a759d29" "table"="ACL" +2021/12/08 17:05:39 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="fc4743ae-7bff-4a54-962b-f7b47a759d29" "table"="ACL" "old"="&{UUID:fc4743ae-7bff-4a54-962b-f7b47a759d29 Action:drop Direction:from-lport ExternalIDs:map[egressFirewall:default] Label:0 Log:false Match: Meter: Name: Priority:9999 Severity:}" "new"="&{UUID:fc4743ae-7bff-4a54-962b-f7b47a759d29 Action:drop Direction:to-lport ExternalIDs:map[egressFirewall:default] Label:0 Log:false Match: Meter: Name: Priority:9999 Severity:}" +2021/12/08 17:05:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9b92ea8d-cca6-49c5-af59-f7e22173ac06" "table"="ACL" +2021/12/08 17:05:39 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9b92ea8d-cca6-49c5-af59-f7e22173ac06" "table"="ACL" "old"="&{UUID:9b92ea8d-cca6-49c5-af59-f7e22173ac06 Action:drop Direction:from-lport ExternalIDs:map[egressFirewall:none] Label:0 Log:false Match: Meter: Name: Priority:10000 Severity:}" "new"="&{UUID:9b92ea8d-cca6-49c5-af59-f7e22173ac06 Action:drop Direction:to-lport ExternalIDs:map[egressFirewall:none] Label:0 Log:false Match: Meter: Name: Priority:10000 Severity:}" +RESULT &[]RESULT &[]RESULT &[{b6dcc16a-80d8-476e-ad11-c18c580c0446 [9b92ea8d-cca6-49c5-af59-f7e22173ac06 fc4743ae-7bff-4a54-962b-f7b47a759d29] [] map[] [] [] [] node1 map[] [] []}]RESULT &[{5b46fb56-c72a-47a4-beb4-f84e6dd73cbb [] [] map[] [] [] [] join map[] [] []}]I1208 17:05:39.575173 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:delete Value:{GoSet:[{GoUUID:9b92ea8d-cca6-49c5-af59-f7e22173ac06}]}}] Timeout:0 Where:[where column _uuid == {b6dcc16a-80d8-476e-ad11-c18c580c0446}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:delete Value:{GoSet:[{GoUUID:9b92ea8d-cca6-49c5-af59-f7e22173ac06}]}}] Timeout:0 Where:[where column _uuid == {5b46fb56-c72a-47a4-beb4-f84e6dd73cbb}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:39 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b6dcc16a-80d8-476e-ad11-c18c580c0446" "table"="Logical_Switch" +2021/12/08 17:05:39 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b6dcc16a-80d8-476e-ad11-c18c580c0446" "table"="Logical_Switch" "old"="&{UUID:b6dcc16a-80d8-476e-ad11-c18c580c0446 ACLs:[9b92ea8d-cca6-49c5-af59-f7e22173ac06 fc4743ae-7bff-4a54-962b-f7b47a759d29] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:b6dcc16a-80d8-476e-ad11-c18c580c0446 ACLs:[fc4743ae-7bff-4a54-962b-f7b47a759d29] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:39 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5b46fb56-c72a-47a4-beb4-f84e6dd73cbb" "table"="Logical_Switch" +2021/12/08 17:05:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5b46fb56-c72a-47a4-beb4-f84e6dd73cbb" "table"="Logical_Switch" +2021/12/08 17:05:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b6dcc16a-80d8-476e-ad11-c18c580c0446" "table"="Logical_Switch" +2021/12/08 17:05:39 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b6dcc16a-80d8-476e-ad11-c18c580c0446" "table"="Logical_Switch" "old"="&{UUID:b6dcc16a-80d8-476e-ad11-c18c580c0446 ACLs:[9b92ea8d-cca6-49c5-af59-f7e22173ac06 fc4743ae-7bff-4a54-962b-f7b47a759d29] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:b6dcc16a-80d8-476e-ad11-c18c580c0446 ACLs:[fc4743ae-7bff-4a54-962b-f7b47a759d29] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[{9b92ea8d-cca6-49c5-af59-f7e22173ac06 drop to-lport map[egressFirewall:none] 0 false 10000 }]I1208 17:05:39.599532 19465 transact.go:41] Configuring OVN: [{Op:delete Table:ACL Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {9b92ea8d-cca6-49c5-af59-f7e22173ac06}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:39 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9b92ea8d-cca6-49c5-af59-f7e22173ac06" "table"="ACL" +2021/12/08 17:05:39 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="9b92ea8d-cca6-49c5-af59-f7e22173ac06" "table"="ACL" "model"="&{UUID:9b92ea8d-cca6-49c5-af59-f7e22173ac06 Action:drop Direction:to-lport ExternalIDs:map[egressFirewall:none] Label:0 Log:false Match: Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9b92ea8d-cca6-49c5-af59-f7e22173ac06" "table"="ACL" +2021/12/08 17:05:39 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="9b92ea8d-cca6-49c5-af59-f7e22173ac06" "table"="ACL" "model"="&{UUID:9b92ea8d-cca6-49c5-af59-f7e22173ac06 Action:drop Direction:to-lport ExternalIDs:map[egressFirewall:none] Label:0 Log:false Match: Meter: Name: Priority:10000 Severity:}" +I1208 17:05:39.610553 19465 egressfirewall.go:204] Adding egressFirewall in namespace default +I1208 17:05:39.611002 19465 kube.go:225] Updating status on EgressFirewall in namespace default +• +------------------------------ +OVN EgressFirewall Operations for local gateway mode on startup + reconciles an existing egressFirewall with IPv4 CIDR + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressfirewall_test.go:192 +2021/12/08 17:05:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="642da6f5-5b1f-4174-b808-ad1f3fca4f61" "table"="Database" +2021/12/08 17:05:39 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="642da6f5-5b1f-4174-b808-ad1f3fca4f61" "table"="Database" "model"="&{UUID:642da6f5-5b1f-4174-b808-ad1f3fca4f61 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4f988ec5-00d3-4426-8266-a0279ab9b4b4" "table"="Logical_Switch" +2021/12/08 17:05:39 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4f988ec5-00d3-4426-8266-a0279ab9b4b4" "table"="Logical_Switch" "model"="&{UUID:4f988ec5-00d3-4426-8266-a0279ab9b4b4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:40 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a8710c4f-09f1-4523-a098-e8b9472eecfd" "table"="Database" +2021/12/08 17:05:40 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a8710c4f-09f1-4523-a098-e8b9472eecfd" "table"="Database" "model"="&{UUID:a8710c4f-09f1-4523-a098-e8b9472eecfd Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:40.454502 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:40.455112 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[]I1208 17:05:40.456475 19465 egressfirewall.go:204] Adding egressFirewall default in namespace namespace1 +RESULT &[]RESULT &[{4f988ec5-00d3-4426-8266-a0279ab9b4b4 [] [] map[] [] [] [] node1 map[] [] []}]I1208 17:05:40.458120 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[egressFirewall:namespace1]} log:false match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && ip4.dst != 10.128.0.0/14 priority:10000] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996222} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2596996222}]}}] Timeout:0 Where:[where column _uuid == {4f988ec5-00d3-4426-8266-a0279ab9b4b4}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:40 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bad5e9d2-b5db-4abe-843a-f3dc1f91f86c" "table"="ACL" +2021/12/08 17:05:40 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="bad5e9d2-b5db-4abe-843a-f3dc1f91f86c" "table"="ACL" "model"="&{UUID:bad5e9d2-b5db-4abe-843a-f3dc1f91f86c Action:allow Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && ip4.dst != 10.128.0.0/14 Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:40 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4f988ec5-00d3-4426-8266-a0279ab9b4b4" "table"="Logical_Switch" +2021/12/08 17:05:40 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="4f988ec5-00d3-4426-8266-a0279ab9b4b4" "table"="Logical_Switch" "old"="&{UUID:4f988ec5-00d3-4426-8266-a0279ab9b4b4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:4f988ec5-00d3-4426-8266-a0279ab9b4b4 ACLs:[bad5e9d2-b5db-4abe-843a-f3dc1f91f86c] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:40 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bad5e9d2-b5db-4abe-843a-f3dc1f91f86c" "table"="ACL" +2021/12/08 17:05:40 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="bad5e9d2-b5db-4abe-843a-f3dc1f91f86c" "table"="ACL" "model"="&{UUID:bad5e9d2-b5db-4abe-843a-f3dc1f91f86c Action:allow Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && ip4.dst != 10.128.0.0/14 Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:40 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4f988ec5-00d3-4426-8266-a0279ab9b4b4" "table"="Logical_Switch" +2021/12/08 17:05:40 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="4f988ec5-00d3-4426-8266-a0279ab9b4b4" "table"="Logical_Switch" "old"="&{UUID:4f988ec5-00d3-4426-8266-a0279ab9b4b4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:4f988ec5-00d3-4426-8266-a0279ab9b4b4 ACLs:[bad5e9d2-b5db-4abe-843a-f3dc1f91f86c] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +I1208 17:05:40.484417 19465 kube.go:225] Updating status on EgressFirewall default in namespace namespace1 +• +------------------------------ +OVN EgressFirewall Operations for local gateway mode on startup + reconciles an existing egressFirewall with IPv6 CIDR + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressfirewall_test.go:275 +2021/12/08 17:05:40 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f6f7dc3a-0414-49bd-b0d3-803ba09c2897" "table"="Database" +2021/12/08 17:05:40 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f6f7dc3a-0414-49bd-b0d3-803ba09c2897" "table"="Database" "model"="&{UUID:f6f7dc3a-0414-49bd-b0d3-803ba09c2897 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:40 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a9acde91-4c7b-446e-a1b1-03eb34f6b060" "table"="Logical_Switch" +2021/12/08 17:05:40 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a9acde91-4c7b-446e-a1b1-03eb34f6b060" "table"="Logical_Switch" "model"="&{UUID:a9acde91-4c7b-446e-a1b1-03eb34f6b060 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e2223d7f-d0a4-40a9-beaa-871fa8b90f54" "table"="Database" +2021/12/08 17:05:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e2223d7f-d0a4-40a9-beaa-871fa8b90f54" "table"="Database" "model"="&{UUID:e2223d7f-d0a4-40a9-beaa-871fa8b90f54 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:41.383800 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:41.384316 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:41.388681 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:05:41.389309 19465 namespace.go:186] [namespace1] adding namespace took 294.98µs +I1208 17:05:41.389652 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 4.740972ms +RESULT &[]RESULT &[]I1208 17:05:41.390410 19465 egressfirewall.go:204] Adding egressFirewall default in namespace namespace1 +RESULT &[]RESULT &[{a9acde91-4c7b-446e-a1b1-03eb34f6b060 [] [] map[] [] [] [] node1 map[] [] []}]I1208 17:05:41.391965 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[egressFirewall:namespace1]} log:false match:(ip6.dst == 2002::1234:abcd:ffff:c0a8:101/64) && (ip4.src == $a10481622940199974102 || ip6.src == $a10481620741176717680) && ip4.dst != 10.128.0.0/14 priority:10000] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996225} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2596996225}]}}] Timeout:0 Where:[where column _uuid == {a9acde91-4c7b-446e-a1b1-03eb34f6b060}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:41 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cef915be-deb7-4311-8f46-b18585e62c04" "table"="ACL" +2021/12/08 17:05:41 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cef915be-deb7-4311-8f46-b18585e62c04" "table"="ACL" "model"="&{UUID:cef915be-deb7-4311-8f46-b18585e62c04 Action:allow Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip6.dst == 2002::1234:abcd:ffff:c0a8:101/64) && (ip4.src == $a10481622940199974102 || ip6.src == $a10481620741176717680) && ip4.dst != 10.128.0.0/14 Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:41 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a9acde91-4c7b-446e-a1b1-03eb34f6b060" "table"="Logical_Switch" +2021/12/08 17:05:41 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a9acde91-4c7b-446e-a1b1-03eb34f6b060" "table"="Logical_Switch" "old"="&{UUID:a9acde91-4c7b-446e-a1b1-03eb34f6b060 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:a9acde91-4c7b-446e-a1b1-03eb34f6b060 ACLs:[cef915be-deb7-4311-8f46-b18585e62c04] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a9acde91-4c7b-446e-a1b1-03eb34f6b060" "table"="Logical_Switch" +2021/12/08 17:05:41 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a9acde91-4c7b-446e-a1b1-03eb34f6b060" "table"="Logical_Switch" "old"="&{UUID:a9acde91-4c7b-446e-a1b1-03eb34f6b060 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:a9acde91-4c7b-446e-a1b1-03eb34f6b060 ACLs:[cef915be-deb7-4311-8f46-b18585e62c04] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cef915be-deb7-4311-8f46-b18585e62c04" "table"="ACL" +2021/12/08 17:05:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cef915be-deb7-4311-8f46-b18585e62c04" "table"="ACL" "model"="&{UUID:cef915be-deb7-4311-8f46-b18585e62c04 Action:allow Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip6.dst == 2002::1234:abcd:ffff:c0a8:101/64) && (ip4.src == $a10481622940199974102 || ip6.src == $a10481620741176717680) && ip4.dst != 10.128.0.0/14 Meter: Name: Priority:10000 Severity:}" +I1208 17:05:41.421812 19465 kube.go:225] Updating status on EgressFirewall default in namespace namespace1 +• +------------------------------ +OVN EgressFirewall Operations for local gateway mode during execution + correctly creates an egressfirewall denying traffic udp traffic on port 100 + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressfirewall_test.go:365 +2021/12/08 17:05:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0b906800-3190-4cc7-be67-22486ffae97c" "table"="Database" +2021/12/08 17:05:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0b906800-3190-4cc7-be67-22486ffae97c" "table"="Database" "model"="&{UUID:0b906800-3190-4cc7-be67-22486ffae97c Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7b7d42d5-16da-4d79-99f4-c721bf5ce675" "table"="Logical_Switch" +2021/12/08 17:05:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7b7d42d5-16da-4d79-99f4-c721bf5ce675" "table"="Logical_Switch" "model"="&{UUID:7b7d42d5-16da-4d79-99f4-c721bf5ce675 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="65650fd9-f980-4bd7-97e7-4d777174f0bb" "table"="Database" +2021/12/08 17:05:42 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="65650fd9-f980-4bd7-97e7-4d777174f0bb" "table"="Database" "model"="&{UUID:65650fd9-f980-4bd7-97e7-4d777174f0bb Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:42.307874 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:42.308271 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:42.311608 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:05:42.312117 19465 namespace.go:186] [namespace1] adding namespace took 253.733µs +I1208 17:05:42.312361 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 3.695721ms +RESULT &[]RESULT &[]I1208 17:05:42.313402 19465 egressfirewall.go:204] Adding egressFirewall default in namespace namespace1 +RESULT &[]RESULT &[{7b7d42d5-16da-4d79-99f4-c721bf5ce675 [] [] map[] [] [] [] node1 map[] [] []}]I1208 17:05:42.314947 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[egressFirewall:namespace1]} log:false match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && ((udp && ( udp.dst == 100 ))) && ip4.dst != 10.128.0.0/14 priority:10000] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996228} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2596996228}]}}] Timeout:0 Where:[where column _uuid == {7b7d42d5-16da-4d79-99f4-c721bf5ce675}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:42 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="144cf1e4-7b80-46a2-b1a7-0f401087f4de" "table"="ACL" +2021/12/08 17:05:42 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="144cf1e4-7b80-46a2-b1a7-0f401087f4de" "table"="ACL" "model"="&{UUID:144cf1e4-7b80-46a2-b1a7-0f401087f4de Action:drop Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && ((udp && ( udp.dst == 100 ))) && ip4.dst != 10.128.0.0/14 Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:42 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7b7d42d5-16da-4d79-99f4-c721bf5ce675" "table"="Logical_Switch" +2021/12/08 17:05:42 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="7b7d42d5-16da-4d79-99f4-c721bf5ce675" "table"="Logical_Switch" "old"="&{UUID:7b7d42d5-16da-4d79-99f4-c721bf5ce675 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:7b7d42d5-16da-4d79-99f4-c721bf5ce675 ACLs:[144cf1e4-7b80-46a2-b1a7-0f401087f4de] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="144cf1e4-7b80-46a2-b1a7-0f401087f4de" "table"="ACL" +2021/12/08 17:05:42 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="144cf1e4-7b80-46a2-b1a7-0f401087f4de" "table"="ACL" "model"="&{UUID:144cf1e4-7b80-46a2-b1a7-0f401087f4de Action:drop Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && ((udp && ( udp.dst == 100 ))) && ip4.dst != 10.128.0.0/14 Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7b7d42d5-16da-4d79-99f4-c721bf5ce675" "table"="Logical_Switch" +2021/12/08 17:05:42 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="7b7d42d5-16da-4d79-99f4-c721bf5ce675" "table"="Logical_Switch" "old"="&{UUID:7b7d42d5-16da-4d79-99f4-c721bf5ce675 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:7b7d42d5-16da-4d79-99f4-c721bf5ce675 ACLs:[144cf1e4-7b80-46a2-b1a7-0f401087f4de] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +I1208 17:05:42.340696 19465 kube.go:225] Updating status on EgressFirewall default in namespace namespace1 +• +------------------------------ +OVN EgressFirewall Operations for local gateway mode during execution + correctly deletes an egressfirewall + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressfirewall_test.go:458 +2021/12/08 17:05:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d668641f-77e8-4e95-9465-e6efeb3ec552" "table"="Database" +2021/12/08 17:05:42 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d668641f-77e8-4e95-9465-e6efeb3ec552" "table"="Database" "model"="&{UUID:d668641f-77e8-4e95-9465-e6efeb3ec552 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0c92332a-d704-4d07-a5d0-8595157f9a57" "table"="Logical_Switch" +2021/12/08 17:05:42 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0c92332a-d704-4d07-a5d0-8595157f9a57" "table"="Logical_Switch" "model"="&{UUID:0c92332a-d704-4d07-a5d0-8595157f9a57 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f7b2369f-e941-488f-a430-b2cda2b71efc" "table"="Logical_Switch" +2021/12/08 17:05:42 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f7b2369f-e941-488f-a430-b2cda2b71efc" "table"="Logical_Switch" "model"="&{UUID:f7b2369f-e941-488f-a430-b2cda2b71efc ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node2 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4b7b5532-b754-4a08-9d08-6d52a79c0418" "table"="Database" +2021/12/08 17:05:42 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4b7b5532-b754-4a08-9d08-6d52a79c0418" "table"="Database" "model"="&{UUID:4b7b5532-b754-4a08-9d08-6d52a79c0418 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:43.204372 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:43.204898 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[]I1208 17:05:43.205969 19465 egressfirewall.go:204] Adding egressFirewall default in namespace namespace1 +RESULT &[]RESULT &[{f7b2369f-e941-488f-a430-b2cda2b71efc [] [] map[] [] [] [] node2 map[] [] []}]RESULT &[{0c92332a-d704-4d07-a5d0-8595157f9a57 [] [] map[] [] [] [] node1 map[] [] []}]I1208 17:05:43.208742 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[egressFirewall:namespace1]} log:false match:(ip4.dst == 1.2.3.5/23) && ip4.src == $a10481622940199974102 && ((tcp && ( tcp.dst == 100 ))) && ip4.dst != 10.128.0.0/14 priority:10000] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996232} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2596996232}]}}] Timeout:0 Where:[where column _uuid == {f7b2369f-e941-488f-a430-b2cda2b71efc}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2596996232}]}}] Timeout:0 Where:[where column _uuid == {0c92332a-d704-4d07-a5d0-8595157f9a57}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:43 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="759cc942-43df-4486-afb0-f7c9bace4fa7" "table"="ACL" +2021/12/08 17:05:43 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="759cc942-43df-4486-afb0-f7c9bace4fa7" "table"="ACL" "model"="&{UUID:759cc942-43df-4486-afb0-f7c9bace4fa7 Action:allow Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.5/23) && ip4.src == $a10481622940199974102 && ((tcp && ( tcp.dst == 100 ))) && ip4.dst != 10.128.0.0/14 Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:43 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f7b2369f-e941-488f-a430-b2cda2b71efc" "table"="Logical_Switch" +2021/12/08 17:05:43 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f7b2369f-e941-488f-a430-b2cda2b71efc" "table"="Logical_Switch" "old"="&{UUID:f7b2369f-e941-488f-a430-b2cda2b71efc ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node2 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:f7b2369f-e941-488f-a430-b2cda2b71efc ACLs:[759cc942-43df-4486-afb0-f7c9bace4fa7] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node2 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:43 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0c92332a-d704-4d07-a5d0-8595157f9a57" "table"="Logical_Switch" +2021/12/08 17:05:43 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="0c92332a-d704-4d07-a5d0-8595157f9a57" "table"="Logical_Switch" "old"="&{UUID:0c92332a-d704-4d07-a5d0-8595157f9a57 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:0c92332a-d704-4d07-a5d0-8595157f9a57 ACLs:[759cc942-43df-4486-afb0-f7c9bace4fa7] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:43 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f7b2369f-e941-488f-a430-b2cda2b71efc" "table"="Logical_Switch" +2021/12/08 17:05:43 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f7b2369f-e941-488f-a430-b2cda2b71efc" "table"="Logical_Switch" "old"="&{UUID:f7b2369f-e941-488f-a430-b2cda2b71efc ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node2 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:f7b2369f-e941-488f-a430-b2cda2b71efc ACLs:[759cc942-43df-4486-afb0-f7c9bace4fa7] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node2 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:43 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0c92332a-d704-4d07-a5d0-8595157f9a57" "table"="Logical_Switch" +2021/12/08 17:05:43 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="0c92332a-d704-4d07-a5d0-8595157f9a57" "table"="Logical_Switch" "old"="&{UUID:0c92332a-d704-4d07-a5d0-8595157f9a57 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:0c92332a-d704-4d07-a5d0-8595157f9a57 ACLs:[759cc942-43df-4486-afb0-f7c9bace4fa7] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:43 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="759cc942-43df-4486-afb0-f7c9bace4fa7" "table"="ACL" +2021/12/08 17:05:43 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="759cc942-43df-4486-afb0-f7c9bace4fa7" "table"="ACL" "model"="&{UUID:759cc942-43df-4486-afb0-f7c9bace4fa7 Action:allow Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.5/23) && ip4.src == $a10481622940199974102 && ((tcp && ( tcp.dst == 100 ))) && ip4.dst != 10.128.0.0/14 Meter: Name: Priority:10000 Severity:}" +I1208 17:05:43.246736 19465 kube.go:225] Updating status on EgressFirewall default in namespace namespace1 +I1208 17:05:43.252004 19465 egressfirewall.go:262] Deleting egress Firewall default in namespace namespace1 +RESULT &[{0c92332a-d704-4d07-a5d0-8595157f9a57 [759cc942-43df-4486-afb0-f7c9bace4fa7] [] map[] [] [] [] node1 map[] [] []}]RESULT &[{f7b2369f-e941-488f-a430-b2cda2b71efc [759cc942-43df-4486-afb0-f7c9bace4fa7] [] map[] [] [] [] node2 map[] [] []}]I1208 17:05:43.307497 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:delete Value:{GoSet:[{GoUUID:759cc942-43df-4486-afb0-f7c9bace4fa7}]}}] Timeout:0 Where:[where column _uuid == {0c92332a-d704-4d07-a5d0-8595157f9a57}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:delete Value:{GoSet:[{GoUUID:759cc942-43df-4486-afb0-f7c9bace4fa7}]}}] Timeout:0 Where:[where column _uuid == {f7b2369f-e941-488f-a430-b2cda2b71efc}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:43 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0c92332a-d704-4d07-a5d0-8595157f9a57" "table"="Logical_Switch" +2021/12/08 17:05:43 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="0c92332a-d704-4d07-a5d0-8595157f9a57" "table"="Logical_Switch" "old"="&{UUID:0c92332a-d704-4d07-a5d0-8595157f9a57 ACLs:[759cc942-43df-4486-afb0-f7c9bace4fa7] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:0c92332a-d704-4d07-a5d0-8595157f9a57 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:43 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f7b2369f-e941-488f-a430-b2cda2b71efc" "table"="Logical_Switch" +2021/12/08 17:05:43 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f7b2369f-e941-488f-a430-b2cda2b71efc" "table"="Logical_Switch" "old"="&{UUID:f7b2369f-e941-488f-a430-b2cda2b71efc ACLs:[759cc942-43df-4486-afb0-f7c9bace4fa7] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node2 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:f7b2369f-e941-488f-a430-b2cda2b71efc ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node2 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:43 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f7b2369f-e941-488f-a430-b2cda2b71efc" "table"="Logical_Switch" +2021/12/08 17:05:43 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f7b2369f-e941-488f-a430-b2cda2b71efc" "table"="Logical_Switch" "old"="&{UUID:f7b2369f-e941-488f-a430-b2cda2b71efc ACLs:[759cc942-43df-4486-afb0-f7c9bace4fa7] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node2 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:f7b2369f-e941-488f-a430-b2cda2b71efc ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node2 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:43 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0c92332a-d704-4d07-a5d0-8595157f9a57" "table"="Logical_Switch" +2021/12/08 17:05:43 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="0c92332a-d704-4d07-a5d0-8595157f9a57" "table"="Logical_Switch" "old"="&{UUID:0c92332a-d704-4d07-a5d0-8595157f9a57 ACLs:[759cc942-43df-4486-afb0-f7c9bace4fa7] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:0c92332a-d704-4d07-a5d0-8595157f9a57 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[{759cc942-43df-4486-afb0-f7c9bace4fa7 allow to-lport map[egressFirewall:namespace1] 0 false (ip4.dst == 1.2.3.5/23) && ip4.src == $a10481622940199974102 && ((tcp && ( tcp.dst == 100 ))) && ip4.dst != 10.128.0.0/14 10000 }]I1208 17:05:43.337438 19465 transact.go:41] Configuring OVN: [{Op:delete Table:ACL Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {759cc942-43df-4486-afb0-f7c9bace4fa7}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:43 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="759cc942-43df-4486-afb0-f7c9bace4fa7" "table"="ACL" +2021/12/08 17:05:43 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="759cc942-43df-4486-afb0-f7c9bace4fa7" "table"="ACL" "model"="&{UUID:759cc942-43df-4486-afb0-f7c9bace4fa7 Action:allow Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.5/23) && ip4.src == $a10481622940199974102 && ((tcp && ( tcp.dst == 100 ))) && ip4.dst != 10.128.0.0/14 Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:43 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="759cc942-43df-4486-afb0-f7c9bace4fa7" "table"="ACL" +2021/12/08 17:05:43 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="759cc942-43df-4486-afb0-f7c9bace4fa7" "table"="ACL" "model"="&{UUID:759cc942-43df-4486-afb0-f7c9bace4fa7 Action:allow Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.5/23) && ip4.src == $a10481622940199974102 && ((tcp && ( tcp.dst == 100 ))) && ip4.dst != 10.128.0.0/14 Meter: Name: Priority:10000 Severity:}" +• +------------------------------ +OVN EgressFirewall Operations for local gateway mode during execution + correctly updates an egressfirewall + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressfirewall_test.go:566 +2021/12/08 17:05:43 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2a60098e-7530-4de1-be46-fa5b561e844b" "table"="Database" +2021/12/08 17:05:43 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2a60098e-7530-4de1-be46-fa5b561e844b" "table"="Database" "model"="&{UUID:2a60098e-7530-4de1-be46-fa5b561e844b Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:43 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="079cbe4f-6621-4297-be65-0f982bb2914b" "table"="Logical_Switch" +2021/12/08 17:05:43 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="079cbe4f-6621-4297-be65-0f982bb2914b" "table"="Logical_Switch" "model"="&{UUID:079cbe4f-6621-4297-be65-0f982bb2914b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:43 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7ca0df60-7c7d-4717-ba89-8d85c6064bd7" "table"="Database" +2021/12/08 17:05:43 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7ca0df60-7c7d-4717-ba89-8d85c6064bd7" "table"="Database" "model"="&{UUID:7ca0df60-7c7d-4717-ba89-8d85c6064bd7 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:44.218107 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:44.218634 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:44.222364 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:05:44.222801 19465 namespace.go:186] [namespace1] adding namespace took 191.944µs +I1208 17:05:44.223075 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 3.943728ms +RESULT &[]RESULT &[]I1208 17:05:44.223982 19465 egressfirewall.go:204] Adding egressFirewall default in namespace namespace1 +RESULT &[]RESULT &[{079cbe4f-6621-4297-be65-0f982bb2914b [] [] map[] [] [] [] node1 map[] [] []}]I1208 17:05:44.225575 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[egressFirewall:namespace1]} log:false match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && ip4.dst != 10.128.0.0/14 priority:10000] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996235} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2596996235}]}}] Timeout:0 Where:[where column _uuid == {079cbe4f-6621-4297-be65-0f982bb2914b}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:44 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="920ed61a-1e8b-4b20-a77b-1a34f38746af" "table"="ACL" +2021/12/08 17:05:44 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="920ed61a-1e8b-4b20-a77b-1a34f38746af" "table"="ACL" "model"="&{UUID:920ed61a-1e8b-4b20-a77b-1a34f38746af Action:allow Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && ip4.dst != 10.128.0.0/14 Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:44 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="079cbe4f-6621-4297-be65-0f982bb2914b" "table"="Logical_Switch" +2021/12/08 17:05:44 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="079cbe4f-6621-4297-be65-0f982bb2914b" "table"="Logical_Switch" "old"="&{UUID:079cbe4f-6621-4297-be65-0f982bb2914b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:079cbe4f-6621-4297-be65-0f982bb2914b ACLs:[920ed61a-1e8b-4b20-a77b-1a34f38746af] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:44 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="079cbe4f-6621-4297-be65-0f982bb2914b" "table"="Logical_Switch" +2021/12/08 17:05:44 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="079cbe4f-6621-4297-be65-0f982bb2914b" "table"="Logical_Switch" "old"="&{UUID:079cbe4f-6621-4297-be65-0f982bb2914b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:079cbe4f-6621-4297-be65-0f982bb2914b ACLs:[920ed61a-1e8b-4b20-a77b-1a34f38746af] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:44 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="920ed61a-1e8b-4b20-a77b-1a34f38746af" "table"="ACL" +2021/12/08 17:05:44 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="920ed61a-1e8b-4b20-a77b-1a34f38746af" "table"="ACL" "model"="&{UUID:920ed61a-1e8b-4b20-a77b-1a34f38746af Action:allow Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && ip4.dst != 10.128.0.0/14 Meter: Name: Priority:10000 Severity:}" +I1208 17:05:44.254958 19465 kube.go:225] Updating status on EgressFirewall default in namespace namespace1 +I1208 17:05:44.259282 19465 egressfirewall.go:262] Deleting egress Firewall default in namespace namespace1 +RESULT &[{079cbe4f-6621-4297-be65-0f982bb2914b [920ed61a-1e8b-4b20-a77b-1a34f38746af] [] map[] [] [] [] node1 map[] [] []}]I1208 17:05:44.312344 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:delete Value:{GoSet:[{GoUUID:920ed61a-1e8b-4b20-a77b-1a34f38746af}]}}] Timeout:0 Where:[where column _uuid == {079cbe4f-6621-4297-be65-0f982bb2914b}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:44 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="079cbe4f-6621-4297-be65-0f982bb2914b" "table"="Logical_Switch" +2021/12/08 17:05:44 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="079cbe4f-6621-4297-be65-0f982bb2914b" "table"="Logical_Switch" "old"="&{UUID:079cbe4f-6621-4297-be65-0f982bb2914b ACLs:[920ed61a-1e8b-4b20-a77b-1a34f38746af] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:079cbe4f-6621-4297-be65-0f982bb2914b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:44 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="079cbe4f-6621-4297-be65-0f982bb2914b" "table"="Logical_Switch" +2021/12/08 17:05:44 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="079cbe4f-6621-4297-be65-0f982bb2914b" "table"="Logical_Switch" "old"="&{UUID:079cbe4f-6621-4297-be65-0f982bb2914b ACLs:[920ed61a-1e8b-4b20-a77b-1a34f38746af] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:079cbe4f-6621-4297-be65-0f982bb2914b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[{920ed61a-1e8b-4b20-a77b-1a34f38746af allow to-lport map[egressFirewall:namespace1] 0 false (ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && ip4.dst != 10.128.0.0/14 10000 }]I1208 17:05:44.331665 19465 transact.go:41] Configuring OVN: [{Op:delete Table:ACL Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {920ed61a-1e8b-4b20-a77b-1a34f38746af}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:44 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="920ed61a-1e8b-4b20-a77b-1a34f38746af" "table"="ACL" +2021/12/08 17:05:44 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="920ed61a-1e8b-4b20-a77b-1a34f38746af" "table"="ACL" "model"="&{UUID:920ed61a-1e8b-4b20-a77b-1a34f38746af Action:allow Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && ip4.dst != 10.128.0.0/14 Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:44 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="920ed61a-1e8b-4b20-a77b-1a34f38746af" "table"="ACL" +2021/12/08 17:05:44 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="920ed61a-1e8b-4b20-a77b-1a34f38746af" "table"="ACL" "model"="&{UUID:920ed61a-1e8b-4b20-a77b-1a34f38746af Action:allow Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && ip4.dst != 10.128.0.0/14 Meter: Name: Priority:10000 Severity:}" +I1208 17:05:44.344045 19465 egressfirewall.go:204] Adding egressFirewall default in namespace namespace1 +RESULT &[]RESULT &[{079cbe4f-6621-4297-be65-0f982bb2914b [] [] map[] [] [] [] node1 map[] [] []}]I1208 17:05:44.345676 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[egressFirewall:namespace1]} log:false match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && ip4.dst != 10.128.0.0/14 priority:10000] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996237} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2596996237}]}}] Timeout:0 Where:[where column _uuid == {079cbe4f-6621-4297-be65-0f982bb2914b}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:44 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="12d988b8-856d-4708-ac4c-de2ab0f5287d" "table"="ACL" +2021/12/08 17:05:44 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="12d988b8-856d-4708-ac4c-de2ab0f5287d" "table"="ACL" "model"="&{UUID:12d988b8-856d-4708-ac4c-de2ab0f5287d Action:drop Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && ip4.dst != 10.128.0.0/14 Meter: Name: Priority:10000 Severity:}" +2021/12/08 17:05:44 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="079cbe4f-6621-4297-be65-0f982bb2914b" "table"="Logical_Switch" +2021/12/08 17:05:44 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="079cbe4f-6621-4297-be65-0f982bb2914b" "table"="Logical_Switch" "old"="&{UUID:079cbe4f-6621-4297-be65-0f982bb2914b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:079cbe4f-6621-4297-be65-0f982bb2914b ACLs:[12d988b8-856d-4708-ac4c-de2ab0f5287d] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:44 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="079cbe4f-6621-4297-be65-0f982bb2914b" "table"="Logical_Switch" +2021/12/08 17:05:44 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="079cbe4f-6621-4297-be65-0f982bb2914b" "table"="Logical_Switch" "old"="&{UUID:079cbe4f-6621-4297-be65-0f982bb2914b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:079cbe4f-6621-4297-be65-0f982bb2914b ACLs:[12d988b8-856d-4708-ac4c-de2ab0f5287d] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:44 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="12d988b8-856d-4708-ac4c-de2ab0f5287d" "table"="ACL" +2021/12/08 17:05:44 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="12d988b8-856d-4708-ac4c-de2ab0f5287d" "table"="ACL" "model"="&{UUID:12d988b8-856d-4708-ac4c-de2ab0f5287d Action:drop Direction:to-lport ExternalIDs:map[egressFirewall:namespace1] Label:0 Log:false Match:(ip4.dst == 1.2.3.4/23) && ip4.src == $a10481622940199974102 && ip4.dst != 10.128.0.0/14 Meter: Name: Priority:10000 Severity:}" +I1208 17:05:44.371776 19465 kube.go:225] Updating status on EgressFirewall default in namespace namespace1 +• +------------------------------ +OVN Pod Operations during execution + reconciles an existing pod + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/pods_test.go:229 +2021/12/08 17:05:44 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b259aae4-c1ba-44e7-8af7-1806321b9563" "table"="Database" +2021/12/08 17:05:44 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b259aae4-c1ba-44e7-8af7-1806321b9563" "table"="Database" "model"="&{UUID:b259aae4-c1ba-44e7-8af7-1806321b9563 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:44 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="15d16c1b-667a-44f1-a949-470d96d30d57" "table"="Logical_Switch" +2021/12/08 17:05:44 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="15d16c1b-667a-44f1-a949-470d96d30d57" "table"="Logical_Switch" "model"="&{UUID:15d16c1b-667a-44f1-a949-470d96d30d57 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:44 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6cf953c7-d26c-437a-8132-f710c36b9cc9" "table"="Database" +2021/12/08 17:05:44 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6cf953c7-d26c-437a-8132-f710c36b9cc9" "table"="Database" "model"="&{UUID:6cf953c7-d26c-437a-8132-f710c36b9cc9 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:45.064803 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:45.065232 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:45.067940 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:05:45.068572 19465 namespace.go:186] [namespace1] adding namespace took 341.467µs +I1208 17:05:45.068818 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 3.194011ms +I1208 17:05:45.121930 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 52.727426ms +I1208 17:05:45.124894 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:05:45.228918 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +I1208 17:05:45.252904 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996239} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996239}]}}] Timeout:0 Where:[where column _uuid == {15d16c1b-667a-44f1-a949-470d96d30d57}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:45 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3ddc0d43-4839-4e4f-861f-61536f002370" "table"="Logical_Switch_Port" +2021/12/08 17:05:45 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3ddc0d43-4839-4e4f-861f-61536f002370" "table"="Logical_Switch_Port" "model"="&{UUID:3ddc0d43-4839-4e4f-861f-61536f002370 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:05:45 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="15d16c1b-667a-44f1-a949-470d96d30d57" "table"="Logical_Switch" +2021/12/08 17:05:45 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="15d16c1b-667a-44f1-a949-470d96d30d57" "table"="Logical_Switch" "old"="&{UUID:15d16c1b-667a-44f1-a949-470d96d30d57 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:15d16c1b-667a-44f1-a949-470d96d30d57 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[3ddc0d43-4839-4e4f-861f-61536f002370] QOSRules:[]}" +2021/12/08 17:05:45 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3ddc0d43-4839-4e4f-861f-61536f002370" "table"="Logical_Switch_Port" +2021/12/08 17:05:45 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3ddc0d43-4839-4e4f-861f-61536f002370" "table"="Logical_Switch_Port" "model"="&{UUID:3ddc0d43-4839-4e4f-861f-61536f002370 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:05:45 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="15d16c1b-667a-44f1-a949-470d96d30d57" "table"="Logical_Switch" +2021/12/08 17:05:45 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="15d16c1b-667a-44f1-a949-470d96d30d57" "table"="Logical_Switch" "old"="&{UUID:15d16c1b-667a-44f1-a949-470d96d30d57 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:15d16c1b-667a-44f1-a949-470d96d30d57 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[3ddc0d43-4839-4e4f-861f-61536f002370] QOSRules:[]}" +I1208 17:05:45.280878 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 157.179537ms +• +------------------------------ +OVN Pod Operations during execution + reconciles a new pod + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/pods_test.go:287 +2021/12/08 17:05:45 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a4d80661-5831-4712-bcfa-995b24c22e71" "table"="Database" +2021/12/08 17:05:45 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a4d80661-5831-4712-bcfa-995b24c22e71" "table"="Database" "model"="&{UUID:a4d80661-5831-4712-bcfa-995b24c22e71 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:45 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="38d8f009-1069-4edf-9a01-3539bbf73fd1" "table"="Logical_Switch" +2021/12/08 17:05:45 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="38d8f009-1069-4edf-9a01-3539bbf73fd1" "table"="Logical_Switch" "model"="&{UUID:38d8f009-1069-4edf-9a01-3539bbf73fd1 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:45 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="467abc4a-6016-45f5-98b0-0192dbec5190" "table"="Database" +2021/12/08 17:05:45 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="467abc4a-6016-45f5-98b0-0192dbec5190" "table"="Database" "model"="&{UUID:467abc4a-6016-45f5-98b0-0192dbec5190 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:46.018965 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:46.019345 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:46.022786 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:05:46.023265 19465 namespace.go:186] [namespace1] adding namespace took 208.554µs +I1208 17:05:46.023476 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 3.5346ms +I1208 17:05:46.076995 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 53.10623ms +I1208 17:05:46.079545 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:05:46.182235 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +I1208 17:05:46.187316 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996242} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996242}]}}] Timeout:0 Where:[where column _uuid == {38d8f009-1069-4edf-9a01-3539bbf73fd1}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:46 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="259aafb7-9af3-4fb9-8291-309a2ee807be" "table"="Logical_Switch_Port" +2021/12/08 17:05:46 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="259aafb7-9af3-4fb9-8291-309a2ee807be" "table"="Logical_Switch_Port" "model"="&{UUID:259aafb7-9af3-4fb9-8291-309a2ee807be Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:05:46 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="38d8f009-1069-4edf-9a01-3539bbf73fd1" "table"="Logical_Switch" +2021/12/08 17:05:46 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="38d8f009-1069-4edf-9a01-3539bbf73fd1" "table"="Logical_Switch" "old"="&{UUID:38d8f009-1069-4edf-9a01-3539bbf73fd1 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:38d8f009-1069-4edf-9a01-3539bbf73fd1 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[259aafb7-9af3-4fb9-8291-309a2ee807be] QOSRules:[]}" +2021/12/08 17:05:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="259aafb7-9af3-4fb9-8291-309a2ee807be" "table"="Logical_Switch_Port" +2021/12/08 17:05:46 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="259aafb7-9af3-4fb9-8291-309a2ee807be" "table"="Logical_Switch_Port" "model"="&{UUID:259aafb7-9af3-4fb9-8291-309a2ee807be Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:05:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="38d8f009-1069-4edf-9a01-3539bbf73fd1" "table"="Logical_Switch" +2021/12/08 17:05:46 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="38d8f009-1069-4edf-9a01-3539bbf73fd1" "table"="Logical_Switch" "old"="&{UUID:38d8f009-1069-4edf-9a01-3539bbf73fd1 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:38d8f009-1069-4edf-9a01-3539bbf73fd1 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[259aafb7-9af3-4fb9-8291-309a2ee807be] QOSRules:[]}" +I1208 17:05:46.215877 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 136.969446ms +• +------------------------------ +OVN Pod Operations during execution + reconciles a deleted pod + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/pods_test.go:334 +2021/12/08 17:05:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2efbdb6d-ecd1-472d-a0dc-29cb5fbd57f2" "table"="Database" +2021/12/08 17:05:46 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2efbdb6d-ecd1-472d-a0dc-29cb5fbd57f2" "table"="Database" "model"="&{UUID:2efbdb6d-ecd1-472d-a0dc-29cb5fbd57f2 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="45c65289-0ec5-4d39-b5dc-8c973811c219" "table"="Logical_Switch" +2021/12/08 17:05:46 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="45c65289-0ec5-4d39-b5dc-8c973811c219" "table"="Logical_Switch" "model"="&{UUID:45c65289-0ec5-4d39-b5dc-8c973811c219 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a58f700d-3acb-4db5-8bf3-66f653345ba0" "table"="Database" +2021/12/08 17:05:46 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a58f700d-3acb-4db5-8bf3-66f653345ba0" "table"="Database" "model"="&{UUID:a58f700d-3acb-4db5-8bf3-66f653345ba0 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:46.986468 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:46.987698 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:46.998070 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:05:46.998875 19465 namespace.go:186] [namespace1] adding namespace took 440.244µs +I1208 17:05:46.999170 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 9.824445ms +I1208 17:05:47.052977 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:05:47.154636 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +I1208 17:05:47.159373 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996245} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996245}]}}] Timeout:0 Where:[where column _uuid == {45c65289-0ec5-4d39-b5dc-8c973811c219}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:47 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="199813ed-46d5-408a-9d03-eea763188d93" "table"="Logical_Switch_Port" +2021/12/08 17:05:47 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="199813ed-46d5-408a-9d03-eea763188d93" "table"="Logical_Switch_Port" "model"="&{UUID:199813ed-46d5-408a-9d03-eea763188d93 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:05:47 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="45c65289-0ec5-4d39-b5dc-8c973811c219" "table"="Logical_Switch" +2021/12/08 17:05:47 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="45c65289-0ec5-4d39-b5dc-8c973811c219" "table"="Logical_Switch" "old"="&{UUID:45c65289-0ec5-4d39-b5dc-8c973811c219 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:45c65289-0ec5-4d39-b5dc-8c973811c219 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[199813ed-46d5-408a-9d03-eea763188d93] QOSRules:[]}" +2021/12/08 17:05:47 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="45c65289-0ec5-4d39-b5dc-8c973811c219" "table"="Logical_Switch" +2021/12/08 17:05:47 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="45c65289-0ec5-4d39-b5dc-8c973811c219" "table"="Logical_Switch" "old"="&{UUID:45c65289-0ec5-4d39-b5dc-8c973811c219 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:45c65289-0ec5-4d39-b5dc-8c973811c219 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[199813ed-46d5-408a-9d03-eea763188d93] QOSRules:[]}" +2021/12/08 17:05:47 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="199813ed-46d5-408a-9d03-eea763188d93" "table"="Logical_Switch_Port" +2021/12/08 17:05:47 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="199813ed-46d5-408a-9d03-eea763188d93" "table"="Logical_Switch_Port" "model"="&{UUID:199813ed-46d5-408a-9d03-eea763188d93 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +I1208 17:05:47.187228 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 134.908431ms +I1208 17:05:47.187630 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 188.029964ms +I1208 17:05:47.189529 19465 pods.go:117] Deleting pod: namespace1/myPod +I1208 17:05:47.243024 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:delete Value:{GoSet:[{GoUUID:199813ed-46d5-408a-9d03-eea763188d93}]}}] Timeout:0 Where:[where column _uuid == {45c65289-0ec5-4d39-b5dc-8c973811c219}] Until: Durable: Comment: Lock: UUIDName:} {Op:delete Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {199813ed-46d5-408a-9d03-eea763188d93}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:47 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="45c65289-0ec5-4d39-b5dc-8c973811c219" "table"="Logical_Switch" +2021/12/08 17:05:47 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="45c65289-0ec5-4d39-b5dc-8c973811c219" "table"="Logical_Switch" "old"="&{UUID:45c65289-0ec5-4d39-b5dc-8c973811c219 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[199813ed-46d5-408a-9d03-eea763188d93] QOSRules:[]}" "new"="&{UUID:45c65289-0ec5-4d39-b5dc-8c973811c219 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:47 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="199813ed-46d5-408a-9d03-eea763188d93" "table"="Logical_Switch_Port" +2021/12/08 17:05:47 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="199813ed-46d5-408a-9d03-eea763188d93" "table"="Logical_Switch_Port" "model"="&{UUID:199813ed-46d5-408a-9d03-eea763188d93 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:05:47 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="45c65289-0ec5-4d39-b5dc-8c973811c219" "table"="Logical_Switch" +2021/12/08 17:05:47 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="45c65289-0ec5-4d39-b5dc-8c973811c219" "table"="Logical_Switch" "old"="&{UUID:45c65289-0ec5-4d39-b5dc-8c973811c219 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[199813ed-46d5-408a-9d03-eea763188d93] QOSRules:[]}" "new"="&{UUID:45c65289-0ec5-4d39-b5dc-8c973811c219 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:47 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="199813ed-46d5-408a-9d03-eea763188d93" "table"="Logical_Switch_Port" +2021/12/08 17:05:47 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="199813ed-46d5-408a-9d03-eea763188d93" "table"="Logical_Switch_Port" "model"="&{UUID:199813ed-46d5-408a-9d03-eea763188d93 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +• +------------------------------ +OVN Pod Operations during execution + retries a failed pod Add on Update + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/pods_test.go:386 +2021/12/08 17:05:47 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="24856daf-64cc-4a3f-9c01-b4bf3fc464bb" "table"="Database" +2021/12/08 17:05:47 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="24856daf-64cc-4a3f-9c01-b4bf3fc464bb" "table"="Database" "model"="&{UUID:24856daf-64cc-4a3f-9c01-b4bf3fc464bb Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:47 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="48669c0d-3480-4363-8a5c-b55f5e2b62bf" "table"="Logical_Switch" +2021/12/08 17:05:47 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="48669c0d-3480-4363-8a5c-b55f5e2b62bf" "table"="Logical_Switch" "model"="&{UUID:48669c0d-3480-4363-8a5c-b55f5e2b62bf ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:47 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="912148b0-a908-4e1d-abb9-bfa1a62ce354" "table"="Database" +2021/12/08 17:05:47 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="912148b0-a908-4e1d-abb9-bfa1a62ce354" "table"="Database" "model"="&{UUID:912148b0-a908-4e1d-abb9-bfa1a62ce354 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:48.011121 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:48.011661 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:48.015272 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:05:48.015856 19465 namespace.go:186] [namespace1] adding namespace took 304.22µs +I1208 17:05:48.016091 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 3.852768ms +I1208 17:05:48.069740 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:05:48.171809 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +I1208 17:05:48.176349 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996248} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996248}]}}] Timeout:0 Where:[where column _uuid == {48669c0d-3480-4363-8a5c-b55f5e2b62bf}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:48 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="82e73863-58d5-406b-9b49-8f0e50637f88" "table"="Logical_Switch_Port" +2021/12/08 17:05:48 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="82e73863-58d5-406b-9b49-8f0e50637f88" "table"="Logical_Switch_Port" "model"="&{UUID:82e73863-58d5-406b-9b49-8f0e50637f88 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:05:48 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="48669c0d-3480-4363-8a5c-b55f5e2b62bf" "table"="Logical_Switch" +2021/12/08 17:05:48 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="48669c0d-3480-4363-8a5c-b55f5e2b62bf" "table"="Logical_Switch" "old"="&{UUID:48669c0d-3480-4363-8a5c-b55f5e2b62bf ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:48669c0d-3480-4363-8a5c-b55f5e2b62bf ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[82e73863-58d5-406b-9b49-8f0e50637f88] QOSRules:[]}" +2021/12/08 17:05:48 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="82e73863-58d5-406b-9b49-8f0e50637f88" "table"="Logical_Switch_Port" +2021/12/08 17:05:48 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="82e73863-58d5-406b-9b49-8f0e50637f88" "table"="Logical_Switch_Port" "model"="&{UUID:82e73863-58d5-406b-9b49-8f0e50637f88 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:05:48 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="48669c0d-3480-4363-8a5c-b55f5e2b62bf" "table"="Logical_Switch" +2021/12/08 17:05:48 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="48669c0d-3480-4363-8a5c-b55f5e2b62bf" "table"="Logical_Switch" "old"="&{UUID:48669c0d-3480-4363-8a5c-b55f5e2b62bf ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:48669c0d-3480-4363-8a5c-b55f5e2b62bf ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[82e73863-58d5-406b-9b49-8f0e50637f88] QOSRules:[]}" +I1208 17:05:48.204698 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 135.548228ms +I1208 17:05:48.205065 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 188.438567ms +• +------------------------------ +OVN Pod Operations during execution + pod Add should succeed even when namespace doesn't yet exist + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/pods_test.go:444 +2021/12/08 17:05:50 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a5a6e373-be36-4f9f-b27f-ad973d1f6f95" "table"="Database" +2021/12/08 17:05:50 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a5a6e373-be36-4f9f-b27f-ad973d1f6f95" "table"="Database" "model"="&{UUID:a5a6e373-be36-4f9f-b27f-ad973d1f6f95 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:50 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="21a226c2-0738-4ff0-94e1-e22437a98aae" "table"="Logical_Switch" +2021/12/08 17:05:50 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="21a226c2-0738-4ff0-94e1-e22437a98aae" "table"="Logical_Switch" "model"="&{UUID:21a226c2-0738-4ff0-94e1-e22437a98aae ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:50 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6b68b92c-afe3-433c-ac4b-74720a0b0667" "table"="Database" +2021/12/08 17:05:50 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6b68b92c-afe3-433c-ac4b-74720a0b0667" "table"="Database" "model"="&{UUID:6b68b92c-afe3-433c-ac4b-74720a0b0667 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:50.945784 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:50.946033 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:50.948629 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 2.29704ms +I1208 17:05:51.002415 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 53.283693ms +I1208 17:05:51.004463 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:05:51.106055 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +W1208 17:05:51.108948 19465 namespace.go:425] Unable to find namespace during ensure in informer cache or kube api server. Will defer configuring namespace. +I1208 17:05:51.109440 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996251} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996251}]}}] Timeout:0 Where:[where column _uuid == {21a226c2-0738-4ff0-94e1-e22437a98aae}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:51 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d2454b19-854a-488a-bdfb-209135d9eeae" "table"="Logical_Switch_Port" +2021/12/08 17:05:51 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d2454b19-854a-488a-bdfb-209135d9eeae" "table"="Logical_Switch_Port" "model"="&{UUID:d2454b19-854a-488a-bdfb-209135d9eeae Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:05:51 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="21a226c2-0738-4ff0-94e1-e22437a98aae" "table"="Logical_Switch" +2021/12/08 17:05:51 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="21a226c2-0738-4ff0-94e1-e22437a98aae" "table"="Logical_Switch" "old"="&{UUID:21a226c2-0738-4ff0-94e1-e22437a98aae ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:21a226c2-0738-4ff0-94e1-e22437a98aae ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[d2454b19-854a-488a-bdfb-209135d9eeae] QOSRules:[]}" +2021/12/08 17:05:51 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d2454b19-854a-488a-bdfb-209135d9eeae" "table"="Logical_Switch_Port" +2021/12/08 17:05:51 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d2454b19-854a-488a-bdfb-209135d9eeae" "table"="Logical_Switch_Port" "model"="&{UUID:d2454b19-854a-488a-bdfb-209135d9eeae Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:05:51 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="21a226c2-0738-4ff0-94e1-e22437a98aae" "table"="Logical_Switch" +2021/12/08 17:05:51 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="21a226c2-0738-4ff0-94e1-e22437a98aae" "table"="Logical_Switch" "old"="&{UUID:21a226c2-0738-4ff0-94e1-e22437a98aae ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:21a226c2-0738-4ff0-94e1-e22437a98aae ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[d2454b19-854a-488a-bdfb-209135d9eeae] QOSRules:[]}" +I1208 17:05:51.133859 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 130.038898ms +E1208 17:05:51.133982 19465 ovn.go:622] namespace "namespace1" not found +I1208 17:05:51.134765 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +W1208 17:05:51.187625 19465 namespace.go:425] Unable to find namespace during ensure in informer cache or kube api server. Will defer configuring namespace. +I1208 17:05:51.189060 19465 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {d2454b19-854a-488a-bdfb-209135d9eeae}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:51 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d2454b19-854a-488a-bdfb-209135d9eeae" "table"="Logical_Switch_Port" +2021/12/08 17:05:51 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d2454b19-854a-488a-bdfb-209135d9eeae" "table"="Logical_Switch_Port" +I1208 17:05:51.205224 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 70.812977ms +E1208 17:05:51.205528 19465 ovn.go:622] namespace "namespace1" not found +• +------------------------------ +OVN Pod Operations on startup + reconciles a new pod + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/pods_test.go:486 +2021/12/08 17:05:51 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1f33d67c-ea02-4aff-b8cf-716b350b9ddb" "table"="Database" +2021/12/08 17:05:51 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1f33d67c-ea02-4aff-b8cf-716b350b9ddb" "table"="Database" "model"="&{UUID:1f33d67c-ea02-4aff-b8cf-716b350b9ddb Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:51 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="187d937d-b451-4bf3-855b-ea0013b04da2" "table"="Logical_Switch" +2021/12/08 17:05:51 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="187d937d-b451-4bf3-855b-ea0013b04da2" "table"="Logical_Switch" "model"="&{UUID:187d937d-b451-4bf3-855b-ea0013b04da2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:51 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c7e951ff-4322-48c5-aefc-9c52a89263ea" "table"="Database" +2021/12/08 17:05:51 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c7e951ff-4322-48c5-aefc-9c52a89263ea" "table"="Database" "model"="&{UUID:c7e951ff-4322-48c5-aefc-9c52a89263ea Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:51.939017 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:51.939358 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:51.943135 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:05:51.943706 19465 namespace.go:186] [namespace1] adding namespace took 257.857µs +I1208 17:05:51.944000 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 4.000951ms +I1208 17:05:51.998640 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:05:52.101101 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +I1208 17:05:52.105861 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996254} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996254}]}}] Timeout:0 Where:[where column _uuid == {187d937d-b451-4bf3-855b-ea0013b04da2}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:52 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="21bdd973-5d31-4d39-9d54-ab4c38aaa616" "table"="Logical_Switch_Port" +2021/12/08 17:05:52 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="21bdd973-5d31-4d39-9d54-ab4c38aaa616" "table"="Logical_Switch_Port" "model"="&{UUID:21bdd973-5d31-4d39-9d54-ab4c38aaa616 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:05:52 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="187d937d-b451-4bf3-855b-ea0013b04da2" "table"="Logical_Switch" +2021/12/08 17:05:52 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="187d937d-b451-4bf3-855b-ea0013b04da2" "table"="Logical_Switch" "old"="&{UUID:187d937d-b451-4bf3-855b-ea0013b04da2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:187d937d-b451-4bf3-855b-ea0013b04da2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[21bdd973-5d31-4d39-9d54-ab4c38aaa616] QOSRules:[]}" +2021/12/08 17:05:52 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="187d937d-b451-4bf3-855b-ea0013b04da2" "table"="Logical_Switch" +2021/12/08 17:05:52 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="187d937d-b451-4bf3-855b-ea0013b04da2" "table"="Logical_Switch" "old"="&{UUID:187d937d-b451-4bf3-855b-ea0013b04da2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:187d937d-b451-4bf3-855b-ea0013b04da2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[21bdd973-5d31-4d39-9d54-ab4c38aaa616] QOSRules:[]}" +2021/12/08 17:05:52 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="21bdd973-5d31-4d39-9d54-ab4c38aaa616" "table"="Logical_Switch_Port" +2021/12/08 17:05:52 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="21bdd973-5d31-4d39-9d54-ab4c38aaa616" "table"="Logical_Switch_Port" "model"="&{UUID:21bdd973-5d31-4d39-9d54-ab4c38aaa616 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +I1208 17:05:52.137570 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 139.890194ms +I1208 17:05:52.137978 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 193.561114ms +• +------------------------------ +OVN Pod Operations on startup + reconciles an existing pod without an existing logical switch port + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/pods_test.go:537 +2021/12/08 17:05:52 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8b4a3086-5e6d-481c-9546-75df1b3f019e" "table"="Database" +2021/12/08 17:05:52 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8b4a3086-5e6d-481c-9546-75df1b3f019e" "table"="Database" "model"="&{UUID:8b4a3086-5e6d-481c-9546-75df1b3f019e Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:52 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8149ea94-c089-41a9-b331-d0399b550320" "table"="Logical_Switch" +2021/12/08 17:05:52 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8149ea94-c089-41a9-b331-d0399b550320" "table"="Logical_Switch" "model"="&{UUID:8149ea94-c089-41a9-b331-d0399b550320 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:52 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9beab592-eaeb-444e-ad63-458359f5736f" "table"="Database" +2021/12/08 17:05:52 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9beab592-eaeb-444e-ad63-458359f5736f" "table"="Database" "model"="&{UUID:9beab592-eaeb-444e-ad63-458359f5736f Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:52.906496 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:52.906986 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:52.911447 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:05:52.912312 19465 namespace.go:186] [namespace1] adding namespace took 607.518µs +I1208 17:05:52.912535 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 4.086628ms +I1208 17:05:52.966146 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:05:53.018586 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996257} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996257}]}}] Timeout:0 Where:[where column _uuid == {8149ea94-c089-41a9-b331-d0399b550320}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:53 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="597cc4de-5af6-4398-ad97-2db1b7f4240a" "table"="Logical_Switch_Port" +2021/12/08 17:05:53 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="597cc4de-5af6-4398-ad97-2db1b7f4240a" "table"="Logical_Switch_Port" "model"="&{UUID:597cc4de-5af6-4398-ad97-2db1b7f4240a Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:05:53 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8149ea94-c089-41a9-b331-d0399b550320" "table"="Logical_Switch" +2021/12/08 17:05:53 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="8149ea94-c089-41a9-b331-d0399b550320" "table"="Logical_Switch" "old"="&{UUID:8149ea94-c089-41a9-b331-d0399b550320 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:8149ea94-c089-41a9-b331-d0399b550320 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[597cc4de-5af6-4398-ad97-2db1b7f4240a] QOSRules:[]}" +2021/12/08 17:05:53 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="597cc4de-5af6-4398-ad97-2db1b7f4240a" "table"="Logical_Switch_Port" +2021/12/08 17:05:53 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="597cc4de-5af6-4398-ad97-2db1b7f4240a" "table"="Logical_Switch_Port" "model"="&{UUID:597cc4de-5af6-4398-ad97-2db1b7f4240a Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:05:53 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8149ea94-c089-41a9-b331-d0399b550320" "table"="Logical_Switch" +2021/12/08 17:05:53 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="8149ea94-c089-41a9-b331-d0399b550320" "table"="Logical_Switch" "old"="&{UUID:8149ea94-c089-41a9-b331-d0399b550320 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:8149ea94-c089-41a9-b331-d0399b550320 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[597cc4de-5af6-4398-ad97-2db1b7f4240a] QOSRules:[]}" +I1208 17:05:53.042459 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 76.941372ms +I1208 17:05:53.042870 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 129.947298ms +• +------------------------------ +OVN Pod Operations on startup + reconciles an existing pod with an existing logical switch port + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/pods_test.go:588 +2021/12/08 17:05:53 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="924c0a33-8a11-419a-8d07-cf7fb106f563" "table"="Database" +2021/12/08 17:05:53 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="924c0a33-8a11-419a-8d07-cf7fb106f563" "table"="Database" "model"="&{UUID:924c0a33-8a11-419a-8d07-cf7fb106f563 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:53 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="91053558-10ee-4358-8098-e1ebdb6a0c47" "table"="Logical_Switch" +2021/12/08 17:05:53 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="91053558-10ee-4358-8098-e1ebdb6a0c47" "table"="Logical_Switch" "model"="&{UUID:91053558-10ee-4358-8098-e1ebdb6a0c47 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[u2596996259] QOSRules:[]}" +2021/12/08 17:05:53 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="31db2ca1-903e-4f66-afaf-dc2e10d9ad9e" "table"="Logical_Switch" +2021/12/08 17:05:53 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="31db2ca1-903e-4f66-afaf-dc2e10d9ad9e" "table"="Logical_Switch" "model"="&{UUID:31db2ca1-903e-4f66-afaf-dc2e10d9ad9e ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node2 OtherConfig:map[] Ports:[u2596996260] QOSRules:[]}" +2021/12/08 17:05:53 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e95a8efd-3b81-467a-b1cb-037e59bc70a3" "table"="Logical_Switch_Port" +2021/12/08 17:05:53 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e95a8efd-3b81-467a-b1cb-037e59bc70a3" "table"="Logical_Switch_Port" "model"="&{UUID:e95a8efd-3b81-467a-b1cb-037e59bc70a3 Addresses:[0a:58:0a:80:02:03 10.128.2.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod2 Options:map[requested-chassis:node2] ParentName: PortSecurity:[0a:58:0a:80:02:03 10.128.2.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:05:53 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d23b0a94-f0c5-4dff-8a7d-dd91e5a42f25" "table"="Logical_Switch_Port" +2021/12/08 17:05:53 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d23b0a94-f0c5-4dff-8a7d-dd91e5a42f25" "table"="Logical_Switch_Port" "model"="&{UUID:d23b0a94-f0c5-4dff-8a7d-dd91e5a42f25 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod1 Options:map[iface-id-ver:wrong_value requested-chassis:node2] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:05:53 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d99c6f15-7aa1-453a-bf80-9506fcdaa99d" "table"="Database" +2021/12/08 17:05:53 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d99c6f15-7aa1-453a-bf80-9506fcdaa99d" "table"="Database" "model"="&{UUID:d99c6f15-7aa1-453a-bf80-9506fcdaa99d Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:53.818650 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:53.819016 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:53.822605 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:05:53.823705 19465 namespace.go:186] [namespace1] adding namespace took 842.964µs +I1208 17:05:53.823909 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 4.396326ms +I1208 17:05:53.880140 19465 pods.go:296] [namespace1/myPod2] creating logical port for pod on switch node2 +I1208 17:05:53.880271 19465 pods.go:296] [namespace1/myPod1] creating logical port for pod on switch node1 +I1208 17:05:53.935312 19465 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:02:03 10.128.2.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} options:{GoMap:map[requested-chassis:node2]} port_security:{GoSet:[0a:58:0a:80:02:03 10.128.2.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {e95a8efd-3b81-467a-b1cb-037e59bc70a3}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:05:53.935503 19465 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} options:{GoMap:map[iface-id-ver:myPod1 requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {d23b0a94-f0c5-4dff-8a7d-dd91e5a42f25}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:53 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e95a8efd-3b81-467a-b1cb-037e59bc70a3" "table"="Logical_Switch_Port" +2021/12/08 17:05:53 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d23b0a94-f0c5-4dff-8a7d-dd91e5a42f25" "table"="Logical_Switch_Port" +2021/12/08 17:05:53 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="e95a8efd-3b81-467a-b1cb-037e59bc70a3" "table"="Logical_Switch_Port" "old"="&{UUID:e95a8efd-3b81-467a-b1cb-037e59bc70a3 Addresses:[0a:58:0a:80:02:03 10.128.2.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod2 Options:map[requested-chassis:node2] ParentName: PortSecurity:[0a:58:0a:80:02:03 10.128.2.3] Tag: TagRequest: Type: Up:}" "new"="&{UUID:e95a8efd-3b81-467a-b1cb-037e59bc70a3 Addresses:[0a:58:0a:80:02:03 10.128.2.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod2 Options:map[requested-chassis:node2] ParentName: PortSecurity:[0a:58:0a:80:02:03 10.128.2.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:05:53 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d23b0a94-f0c5-4dff-8a7d-dd91e5a42f25" "table"="Logical_Switch_Port" "old"="&{UUID:d23b0a94-f0c5-4dff-8a7d-dd91e5a42f25 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod1 Options:map[iface-id-ver:wrong_value requested-chassis:node2] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" "new"="&{UUID:d23b0a94-f0c5-4dff-8a7d-dd91e5a42f25 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod1 Options:map[iface-id-ver:myPod1 requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:05:53 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e95a8efd-3b81-467a-b1cb-037e59bc70a3" "table"="Logical_Switch_Port" +2021/12/08 17:05:53 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="e95a8efd-3b81-467a-b1cb-037e59bc70a3" "table"="Logical_Switch_Port" "old"="&{UUID:e95a8efd-3b81-467a-b1cb-037e59bc70a3 Addresses:[0a:58:0a:80:02:03 10.128.2.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod2 Options:map[requested-chassis:node2] ParentName: PortSecurity:[0a:58:0a:80:02:03 10.128.2.3] Tag: TagRequest: Type: Up:}" "new"="&{UUID:e95a8efd-3b81-467a-b1cb-037e59bc70a3 Addresses:[0a:58:0a:80:02:03 10.128.2.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod2 Options:map[requested-chassis:node2] ParentName: PortSecurity:[0a:58:0a:80:02:03 10.128.2.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:05:53 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d23b0a94-f0c5-4dff-8a7d-dd91e5a42f25" "table"="Logical_Switch_Port" +I1208 17:05:53.961050 19465 pods.go:286] [namespace1/myPod2] addLogicalPort took 82.020364ms +2021/12/08 17:05:53 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d23b0a94-f0c5-4dff-8a7d-dd91e5a42f25" "table"="Logical_Switch_Port" "old"="&{UUID:d23b0a94-f0c5-4dff-8a7d-dd91e5a42f25 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod1 Options:map[iface-id-ver:wrong_value requested-chassis:node2] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" "new"="&{UUID:d23b0a94-f0c5-4dff-8a7d-dd91e5a42f25 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod1 Options:map[iface-id-ver:myPod1 requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +I1208 17:05:53.965318 19465 pods.go:286] [namespace1/myPod1] addLogicalPort took 86.1517ms +I1208 17:05:53.966315 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 141.949549ms +• +------------------------------ +OVN NetworkPolicy Operations with IP Address Family during execution + tests enabling/disabling multicast in a namespace (IPv4 true IPv6 false) + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/policy_test.go:461 +2021/12/08 17:05:54 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ecc68439-8a5e-45ca-87d4-409dc6ce9988" "table"="Database" +2021/12/08 17:05:54 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ecc68439-8a5e-45ca-87d4-409dc6ce9988" "table"="Database" "model"="&{UUID:ecc68439-8a5e-45ca-87d4-409dc6ce9988 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:54 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f100f4b8-d014-476c-8119-17c8870dd914" "table"="Database" +2021/12/08 17:05:54 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f100f4b8-d014-476c-8119-17c8870dd914" "table"="Database" "model"="&{UUID:f100f4b8-d014-476c-8119-17c8870dd914 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:54.703124 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:54.703601 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:54.707095 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:05:54.707649 19465 namespace.go:186] [namespace1] adding namespace took 305.717µs +I1208 17:05:54.707892 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 3.841301ms +I1208 17:05:54.710034 19465 namespace.go:236] [namespace1] updating namespace +I1208 17:05:54.762560 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow direction:from-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427 && ip4.mcast meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_MulticastAllowEgress]} priority:1012 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996266} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427 && (igmp || (ip4.src == $a10481622940199974102 && ip4.mcast)) meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_MulticastAllowIngress]} priority:1012 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996267} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996266} {GoUUID:u2596996267}]} external_ids:{GoMap:map[name:namespace1]} name:a6953372168492035427] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:54 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4f0c77e9-52fc-414f-8244-cd8c2443b4ef" "table"="ACL" +2021/12/08 17:05:54 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4f0c77e9-52fc-414f-8244-cd8c2443b4ef" "table"="ACL" "model"="&{UUID:4f0c77e9-52fc-414f-8244-cd8c2443b4ef Action:allow Direction:from-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427 && ip4.mcast Meter:0xc014f74d20 Name:0xc014f74d30 Priority:1012 Severity:0xc014f74d40}" +2021/12/08 17:05:54 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="905b5db0-1a0e-45e4-abd2-229886fa7834" "table"="ACL" +2021/12/08 17:05:54 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="905b5db0-1a0e-45e4-abd2-229886fa7834" "table"="ACL" "model"="&{UUID:905b5db0-1a0e-45e4-abd2-229886fa7834 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427 && (igmp || (ip4.src == $a10481622940199974102 && ip4.mcast)) Meter:0xc014f74fd0 Name:0xc014f74fc0 Priority:1012 Severity:0xc014f74fe0}" +2021/12/08 17:05:54 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6499d49a-9eb7-44c0-983f-1b330b6e93f1" "table"="Port_Group" +2021/12/08 17:05:54 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6499d49a-9eb7-44c0-983f-1b330b6e93f1" "table"="Port_Group" "model"="&{UUID:6499d49a-9eb7-44c0-983f-1b330b6e93f1 ACLs:[4f0c77e9-52fc-414f-8244-cd8c2443b4ef 905b5db0-1a0e-45e4-abd2-229886fa7834] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[]}" +2021/12/08 17:05:54 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6499d49a-9eb7-44c0-983f-1b330b6e93f1" "table"="Port_Group" +2021/12/08 17:05:54 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6499d49a-9eb7-44c0-983f-1b330b6e93f1" "table"="Port_Group" "model"="&{UUID:6499d49a-9eb7-44c0-983f-1b330b6e93f1 ACLs:[4f0c77e9-52fc-414f-8244-cd8c2443b4ef 905b5db0-1a0e-45e4-abd2-229886fa7834] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[]}" +2021/12/08 17:05:54 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4f0c77e9-52fc-414f-8244-cd8c2443b4ef" "table"="ACL" +2021/12/08 17:05:54 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4f0c77e9-52fc-414f-8244-cd8c2443b4ef" "table"="ACL" "model"="&{UUID:4f0c77e9-52fc-414f-8244-cd8c2443b4ef Action:allow Direction:from-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427 && ip4.mcast Meter:0xc03cf4dec0 Name:0xc03cf4ded0 Priority:1012 Severity:0xc03cf4deb0}" +2021/12/08 17:05:54 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="905b5db0-1a0e-45e4-abd2-229886fa7834" "table"="ACL" +2021/12/08 17:05:54 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="905b5db0-1a0e-45e4-abd2-229886fa7834" "table"="ACL" "model"="&{UUID:905b5db0-1a0e-45e4-abd2-229886fa7834 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427 && (igmp || (ip4.src == $a10481622940199974102 && ip4.mcast)) Meter:0xc03cf62030 Name:0xc03cf62040 Priority:1012 Severity:0xc03cf62020}" +I1208 17:05:54.809585 19465 namespace.go:236] [namespace1] updating namespace +I1208 17:05:54.916876 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:delete Value:{GoSet:[{GoUUID:4f0c77e9-52fc-414f-8244-cd8c2443b4ef} {GoUUID:905b5db0-1a0e-45e4-abd2-229886fa7834}]}}] Timeout:0 Where:[where column name == a6953372168492035427] Until: Durable: Comment: Lock: UUIDName:} {Op:delete Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column name == a6953372168492035427] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:54 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6499d49a-9eb7-44c0-983f-1b330b6e93f1" "table"="Port_Group" +2021/12/08 17:05:54 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6499d49a-9eb7-44c0-983f-1b330b6e93f1" "table"="Port_Group" "old"="&{UUID:6499d49a-9eb7-44c0-983f-1b330b6e93f1 ACLs:[4f0c77e9-52fc-414f-8244-cd8c2443b4ef 905b5db0-1a0e-45e4-abd2-229886fa7834] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[]}" "new"="&{UUID:6499d49a-9eb7-44c0-983f-1b330b6e93f1 ACLs:[] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[]}" +2021/12/08 17:05:54 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6499d49a-9eb7-44c0-983f-1b330b6e93f1" "table"="Port_Group" +2021/12/08 17:05:54 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="6499d49a-9eb7-44c0-983f-1b330b6e93f1" "table"="Port_Group" "model"="&{UUID:6499d49a-9eb7-44c0-983f-1b330b6e93f1 ACLs:[] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[]}" +2021/12/08 17:05:54 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6499d49a-9eb7-44c0-983f-1b330b6e93f1" "table"="Port_Group" +2021/12/08 17:05:54 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="6499d49a-9eb7-44c0-983f-1b330b6e93f1" "table"="Port_Group" "model"="&{UUID:6499d49a-9eb7-44c0-983f-1b330b6e93f1 ACLs:[4f0c77e9-52fc-414f-8244-cd8c2443b4ef 905b5db0-1a0e-45e4-abd2-229886fa7834] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[]}" +• +------------------------------ +OVN NetworkPolicy Operations with IP Address Family during execution + tests enabling multicast in a namespace with a pod (IPv4 true IPv6 false) + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/policy_test.go:504 +2021/12/08 17:05:55 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6ce2e0b6-f5d3-45c8-ad48-3f8ff7965f95" "table"="Database" +2021/12/08 17:05:55 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6ce2e0b6-f5d3-45c8-ad48-3f8ff7965f95" "table"="Database" "model"="&{UUID:6ce2e0b6-f5d3-45c8-ad48-3f8ff7965f95 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:55 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b2e357d7-3948-47e3-83b2-a5d3522bd355" "table"="Logical_Switch" +2021/12/08 17:05:55 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b2e357d7-3948-47e3-83b2-a5d3522bd355" "table"="Logical_Switch" "model"="&{UUID:b2e357d7-3948-47e3-83b2-a5d3522bd355 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:55 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bff0605c-86b1-44fc-9133-7c75fac86966" "table"="Database" +2021/12/08 17:05:55 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="bff0605c-86b1-44fc-9133-7c75fac86966" "table"="Database" "model"="&{UUID:bff0605c-86b1-44fc-9133-7c75fac86966 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:55.686743 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:55.687177 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:55.691925 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:05:55.692583 19465 namespace.go:186] [namespace1] adding namespace took 315.834µs +I1208 17:05:55.692821 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 4.892032ms +I1208 17:05:55.746949 19465 pods.go:296] [namespace1/myPod1] creating logical port for pod on switch node1 +I1208 17:05:55.849027 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod1 +I1208 17:05:55.853979 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod1 options:{GoMap:map[iface-id-ver:myPod1 requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996270} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996270}]}}] Timeout:0 Where:[where column _uuid == {b2e357d7-3948-47e3-83b2-a5d3522bd355}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:55 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7f3248f9-cb6e-419d-95d3-2d1d366bb5e5" "table"="Logical_Switch_Port" +2021/12/08 17:05:55 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7f3248f9-cb6e-419d-95d3-2d1d366bb5e5" "table"="Logical_Switch_Port" "model"="&{UUID:7f3248f9-cb6e-419d-95d3-2d1d366bb5e5 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod1 Options:map[iface-id-ver:myPod1 requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:05:55 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b2e357d7-3948-47e3-83b2-a5d3522bd355" "table"="Logical_Switch" +2021/12/08 17:05:55 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b2e357d7-3948-47e3-83b2-a5d3522bd355" "table"="Logical_Switch" "old"="&{UUID:b2e357d7-3948-47e3-83b2-a5d3522bd355 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:b2e357d7-3948-47e3-83b2-a5d3522bd355 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[7f3248f9-cb6e-419d-95d3-2d1d366bb5e5] QOSRules:[]}" +2021/12/08 17:05:55 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b2e357d7-3948-47e3-83b2-a5d3522bd355" "table"="Logical_Switch" +2021/12/08 17:05:55 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b2e357d7-3948-47e3-83b2-a5d3522bd355" "table"="Logical_Switch" "old"="&{UUID:b2e357d7-3948-47e3-83b2-a5d3522bd355 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:b2e357d7-3948-47e3-83b2-a5d3522bd355 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[7f3248f9-cb6e-419d-95d3-2d1d366bb5e5] QOSRules:[]}" +2021/12/08 17:05:55 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7f3248f9-cb6e-419d-95d3-2d1d366bb5e5" "table"="Logical_Switch_Port" +2021/12/08 17:05:55 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7f3248f9-cb6e-419d-95d3-2d1d366bb5e5" "table"="Logical_Switch_Port" "model"="&{UUID:7f3248f9-cb6e-419d-95d3-2d1d366bb5e5 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod1 Options:map[iface-id-ver:myPod1 requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +I1208 17:05:55.882111 19465 pods.go:286] [namespace1/myPod1] addLogicalPort took 135.967252ms +I1208 17:05:55.882549 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 189.302053ms +I1208 17:05:55.884810 19465 namespace.go:236] [namespace1] updating namespace +I1208 17:05:55.936857 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow direction:from-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427 && ip4.mcast meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_MulticastAllowEgress]} priority:1012 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996275} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427 && (igmp || (ip4.src == $a10481622940199974102 && ip4.mcast)) meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_MulticastAllowIngress]} priority:1012 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996276} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996275} {GoUUID:u2596996276}]} external_ids:{GoMap:map[name:namespace1]} name:a6953372168492035427 ports:{GoSet:[{GoUUID:7f3248f9-cb6e-419d-95d3-2d1d366bb5e5}]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:55 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3347b4aa-0330-4856-a455-9aa0d33c680a" "table"="ACL" +2021/12/08 17:05:55 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3347b4aa-0330-4856-a455-9aa0d33c680a" "table"="ACL" "model"="&{UUID:3347b4aa-0330-4856-a455-9aa0d33c680a Action:allow Direction:from-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427 && ip4.mcast Meter:0xc0400f77d0 Name:0xc0400f77e0 Priority:1012 Severity:0xc0400f77c0}" +2021/12/08 17:05:55 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="41c20c4e-46c4-4b38-9244-dc26b86c0b80" "table"="ACL" +2021/12/08 17:05:55 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="41c20c4e-46c4-4b38-9244-dc26b86c0b80" "table"="ACL" "model"="&{UUID:41c20c4e-46c4-4b38-9244-dc26b86c0b80 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427 && (igmp || (ip4.src == $a10481622940199974102 && ip4.mcast)) Meter:0xc0400f7a70 Name:0xc0400f7a80 Priority:1012 Severity:0xc0400f7a60}" +2021/12/08 17:05:55 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b0077be6-8afa-43c3-b4f2-9d31b48f77da" "table"="Port_Group" +2021/12/08 17:05:55 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b0077be6-8afa-43c3-b4f2-9d31b48f77da" "table"="Port_Group" "model"="&{UUID:b0077be6-8afa-43c3-b4f2-9d31b48f77da ACLs:[3347b4aa-0330-4856-a455-9aa0d33c680a 41c20c4e-46c4-4b38-9244-dc26b86c0b80] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[7f3248f9-cb6e-419d-95d3-2d1d366bb5e5]}" +2021/12/08 17:05:55 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b0077be6-8afa-43c3-b4f2-9d31b48f77da" "table"="Port_Group" +2021/12/08 17:05:55 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b0077be6-8afa-43c3-b4f2-9d31b48f77da" "table"="Port_Group" "model"="&{UUID:b0077be6-8afa-43c3-b4f2-9d31b48f77da ACLs:[3347b4aa-0330-4856-a455-9aa0d33c680a 41c20c4e-46c4-4b38-9244-dc26b86c0b80] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[7f3248f9-cb6e-419d-95d3-2d1d366bb5e5]}" +2021/12/08 17:05:55 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3347b4aa-0330-4856-a455-9aa0d33c680a" "table"="ACL" +2021/12/08 17:05:55 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3347b4aa-0330-4856-a455-9aa0d33c680a" "table"="ACL" "model"="&{UUID:3347b4aa-0330-4856-a455-9aa0d33c680a Action:allow Direction:from-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427 && ip4.mcast Meter:0xc0025ccf80 Name:0xc0025ccf60 Priority:1012 Severity:0xc0025ccf70}" +2021/12/08 17:05:55 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="41c20c4e-46c4-4b38-9244-dc26b86c0b80" "table"="ACL" +2021/12/08 17:05:55 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="41c20c4e-46c4-4b38-9244-dc26b86c0b80" "table"="ACL" "model"="&{UUID:41c20c4e-46c4-4b38-9244-dc26b86c0b80 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427 && (igmp || (ip4.src == $a10481622940199974102 && ip4.mcast)) Meter:0xc0025cd110 Name:0xc0025cd120 Priority:1012 Severity:0xc0025cd130}" +• +------------------------------ +OVN NetworkPolicy Operations with IP Address Family during execution + tests adding a pod to a multicast enabled namespace (IPv4 true IPv6 false) + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/policy_test.go:586 +2021/12/08 17:05:56 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="befe9d0c-1a1e-43f3-9843-cb0532bd1079" "table"="Database" +2021/12/08 17:05:56 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="befe9d0c-1a1e-43f3-9843-cb0532bd1079" "table"="Database" "model"="&{UUID:befe9d0c-1a1e-43f3-9843-cb0532bd1079 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:56 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a123f088-9403-4101-958c-1b19d1429d78" "table"="Logical_Switch" +2021/12/08 17:05:56 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a123f088-9403-4101-958c-1b19d1429d78" "table"="Logical_Switch" "model"="&{UUID:a123f088-9403-4101-958c-1b19d1429d78 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:56 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5d148176-3408-4fc9-a31d-266612722a69" "table"="Database" +2021/12/08 17:05:56 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5d148176-3408-4fc9-a31d-266612722a69" "table"="Database" "model"="&{UUID:5d148176-3408-4fc9-a31d-266612722a69 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:56.711941 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:56.712168 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:56.713928 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:05:56.714243 19465 namespace.go:186] [namespace1] adding namespace took 148.186µs +I1208 17:05:56.714687 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 2.263957ms +I1208 17:05:56.768099 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 53.228085ms +I1208 17:05:56.769475 19465 namespace.go:236] [namespace1] updating namespace +I1208 17:05:56.821144 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow direction:from-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427 && ip4.mcast meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_MulticastAllowEgress]} priority:1012 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996283} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427 && (igmp || (ip4.src == $a10481622940199974102 && ip4.mcast)) meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_MulticastAllowIngress]} priority:1012 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996284} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996283} {GoUUID:u2596996284}]} external_ids:{GoMap:map[name:namespace1]} name:a6953372168492035427] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:56 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2f7928c2-b3f5-483a-9bfb-0a1f409064dc" "table"="ACL" +2021/12/08 17:05:56 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2f7928c2-b3f5-483a-9bfb-0a1f409064dc" "table"="ACL" "model"="&{UUID:2f7928c2-b3f5-483a-9bfb-0a1f409064dc Action:allow Direction:from-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427 && ip4.mcast Meter:0xc0464c4fd0 Name:0xc0464c4fb0 Priority:1012 Severity:0xc0464c4fc0}" +2021/12/08 17:05:56 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="66fb3259-306e-4f3e-a6f8-0d3d9ea98225" "table"="ACL" +2021/12/08 17:05:56 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="66fb3259-306e-4f3e-a6f8-0d3d9ea98225" "table"="ACL" "model"="&{UUID:66fb3259-306e-4f3e-a6f8-0d3d9ea98225 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427 && (igmp || (ip4.src == $a10481622940199974102 && ip4.mcast)) Meter:0xc0464c5270 Name:0xc0464c5250 Priority:1012 Severity:0xc0464c5260}" +2021/12/08 17:05:56 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="202edd83-2519-45ec-8d89-ecfb749348b6" "table"="Port_Group" +2021/12/08 17:05:56 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="202edd83-2519-45ec-8d89-ecfb749348b6" "table"="Port_Group" "model"="&{UUID:202edd83-2519-45ec-8d89-ecfb749348b6 ACLs:[2f7928c2-b3f5-483a-9bfb-0a1f409064dc 66fb3259-306e-4f3e-a6f8-0d3d9ea98225] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[]}" +2021/12/08 17:05:56 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="202edd83-2519-45ec-8d89-ecfb749348b6" "table"="Port_Group" +2021/12/08 17:05:56 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="202edd83-2519-45ec-8d89-ecfb749348b6" "table"="Port_Group" "model"="&{UUID:202edd83-2519-45ec-8d89-ecfb749348b6 ACLs:[2f7928c2-b3f5-483a-9bfb-0a1f409064dc 66fb3259-306e-4f3e-a6f8-0d3d9ea98225] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[]}" +2021/12/08 17:05:56 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2f7928c2-b3f5-483a-9bfb-0a1f409064dc" "table"="ACL" +2021/12/08 17:05:56 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2f7928c2-b3f5-483a-9bfb-0a1f409064dc" "table"="ACL" "model"="&{UUID:2f7928c2-b3f5-483a-9bfb-0a1f409064dc Action:allow Direction:from-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427 && ip4.mcast Meter:0xc00da721c0 Name:0xc00da72190 Priority:1012 Severity:0xc00da721a0}" +2021/12/08 17:05:56 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="66fb3259-306e-4f3e-a6f8-0d3d9ea98225" "table"="ACL" +2021/12/08 17:05:56 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="66fb3259-306e-4f3e-a6f8-0d3d9ea98225" "table"="ACL" "model"="&{UUID:66fb3259-306e-4f3e-a6f8-0d3d9ea98225 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427 && (igmp || (ip4.src == $a10481622940199974102 && ip4.mcast)) Meter:0xc00da72360 Name:0xc00da72380 Priority:1012 Severity:0xc00da72370}" +I1208 17:05:56.882294 19465 pods.go:296] [namespace1/myPod1] creating logical port for pod on switch node1 +I1208 17:05:56.985183 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod1 +I1208 17:05:56.989589 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod1 options:{GoMap:map[iface-id-ver:myPod1 requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996285} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996285}]}}] Timeout:0 Where:[where column _uuid == {a123f088-9403-4101-958c-1b19d1429d78}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:56 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0f667e58-54c0-4f0a-926f-f24c44f00f40" "table"="Logical_Switch_Port" +2021/12/08 17:05:56 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0f667e58-54c0-4f0a-926f-f24c44f00f40" "table"="Logical_Switch_Port" "model"="&{UUID:0f667e58-54c0-4f0a-926f-f24c44f00f40 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod1 Options:map[iface-id-ver:myPod1 requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:05:57 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a123f088-9403-4101-958c-1b19d1429d78" "table"="Logical_Switch" +2021/12/08 17:05:57 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a123f088-9403-4101-958c-1b19d1429d78" "table"="Logical_Switch" "old"="&{UUID:a123f088-9403-4101-958c-1b19d1429d78 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:a123f088-9403-4101-958c-1b19d1429d78 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[0f667e58-54c0-4f0a-926f-f24c44f00f40] QOSRules:[]}" +2021/12/08 17:05:57 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0f667e58-54c0-4f0a-926f-f24c44f00f40" "table"="Logical_Switch_Port" +2021/12/08 17:05:57 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0f667e58-54c0-4f0a-926f-f24c44f00f40" "table"="Logical_Switch_Port" "model"="&{UUID:0f667e58-54c0-4f0a-926f-f24c44f00f40 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod1 Options:map[iface-id-ver:myPod1 requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:05:57 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a123f088-9403-4101-958c-1b19d1429d78" "table"="Logical_Switch" +2021/12/08 17:05:57 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a123f088-9403-4101-958c-1b19d1429d78" "table"="Logical_Switch" "old"="&{UUID:a123f088-9403-4101-958c-1b19d1429d78 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:a123f088-9403-4101-958c-1b19d1429d78 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[0f667e58-54c0-4f0a-926f-f24c44f00f40] QOSRules:[]}" +I1208 17:05:57.070287 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:0f667e58-54c0-4f0a-926f-f24c44f00f40}]}}] Timeout:0 Where:[where column name == a6953372168492035427] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:57 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="202edd83-2519-45ec-8d89-ecfb749348b6" "table"="Port_Group" +2021/12/08 17:05:57 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="202edd83-2519-45ec-8d89-ecfb749348b6" "table"="Port_Group" "old"="&{UUID:202edd83-2519-45ec-8d89-ecfb749348b6 ACLs:[2f7928c2-b3f5-483a-9bfb-0a1f409064dc 66fb3259-306e-4f3e-a6f8-0d3d9ea98225] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[]}" "new"="&{UUID:202edd83-2519-45ec-8d89-ecfb749348b6 ACLs:[2f7928c2-b3f5-483a-9bfb-0a1f409064dc 66fb3259-306e-4f3e-a6f8-0d3d9ea98225] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[0f667e58-54c0-4f0a-926f-f24c44f00f40]}" +2021/12/08 17:05:57 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="202edd83-2519-45ec-8d89-ecfb749348b6" "table"="Port_Group" +2021/12/08 17:05:57 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="202edd83-2519-45ec-8d89-ecfb749348b6" "table"="Port_Group" "old"="&{UUID:202edd83-2519-45ec-8d89-ecfb749348b6 ACLs:[2f7928c2-b3f5-483a-9bfb-0a1f409064dc 66fb3259-306e-4f3e-a6f8-0d3d9ea98225] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[]}" "new"="&{UUID:202edd83-2519-45ec-8d89-ecfb749348b6 ACLs:[2f7928c2-b3f5-483a-9bfb-0a1f409064dc 66fb3259-306e-4f3e-a6f8-0d3d9ea98225] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[0f667e58-54c0-4f0a-926f-f24c44f00f40]}" +I1208 17:05:57.085098 19465 pods.go:286] [namespace1/myPod1] addLogicalPort took 203.145537ms +I1208 17:05:57.097266 19465 pods.go:117] Deleting pod: namespace1/myPod1 +I1208 17:05:57.149506 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:delete Value:{GoSet:[{GoUUID:0f667e58-54c0-4f0a-926f-f24c44f00f40}]}}] Timeout:0 Where:[where column name == a6953372168492035427] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:57 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="202edd83-2519-45ec-8d89-ecfb749348b6" "table"="Port_Group" +2021/12/08 17:05:57 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="202edd83-2519-45ec-8d89-ecfb749348b6" "table"="Port_Group" "old"="&{UUID:202edd83-2519-45ec-8d89-ecfb749348b6 ACLs:[2f7928c2-b3f5-483a-9bfb-0a1f409064dc 66fb3259-306e-4f3e-a6f8-0d3d9ea98225] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[0f667e58-54c0-4f0a-926f-f24c44f00f40]}" "new"="&{UUID:202edd83-2519-45ec-8d89-ecfb749348b6 ACLs:[2f7928c2-b3f5-483a-9bfb-0a1f409064dc 66fb3259-306e-4f3e-a6f8-0d3d9ea98225] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[]}" +2021/12/08 17:05:57 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="202edd83-2519-45ec-8d89-ecfb749348b6" "table"="Port_Group" +2021/12/08 17:05:57 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="202edd83-2519-45ec-8d89-ecfb749348b6" "table"="Port_Group" "old"="&{UUID:202edd83-2519-45ec-8d89-ecfb749348b6 ACLs:[2f7928c2-b3f5-483a-9bfb-0a1f409064dc 66fb3259-306e-4f3e-a6f8-0d3d9ea98225] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[0f667e58-54c0-4f0a-926f-f24c44f00f40]}" "new"="&{UUID:202edd83-2519-45ec-8d89-ecfb749348b6 ACLs:[2f7928c2-b3f5-483a-9bfb-0a1f409064dc 66fb3259-306e-4f3e-a6f8-0d3d9ea98225] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[]}" +I1208 17:05:57.218007 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:delete Value:{GoSet:[{GoUUID:0f667e58-54c0-4f0a-926f-f24c44f00f40}]}}] Timeout:0 Where:[where column _uuid == {a123f088-9403-4101-958c-1b19d1429d78}] Until: Durable: Comment: Lock: UUIDName:} {Op:delete Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {0f667e58-54c0-4f0a-926f-f24c44f00f40}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:57 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a123f088-9403-4101-958c-1b19d1429d78" "table"="Logical_Switch" +2021/12/08 17:05:57 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a123f088-9403-4101-958c-1b19d1429d78" "table"="Logical_Switch" "old"="&{UUID:a123f088-9403-4101-958c-1b19d1429d78 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[0f667e58-54c0-4f0a-926f-f24c44f00f40] QOSRules:[]}" "new"="&{UUID:a123f088-9403-4101-958c-1b19d1429d78 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:57 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0f667e58-54c0-4f0a-926f-f24c44f00f40" "table"="Logical_Switch_Port" +2021/12/08 17:05:57 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="0f667e58-54c0-4f0a-926f-f24c44f00f40" "table"="Logical_Switch_Port" "model"="&{UUID:0f667e58-54c0-4f0a-926f-f24c44f00f40 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod1 Options:map[iface-id-ver:myPod1 requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:05:57 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a123f088-9403-4101-958c-1b19d1429d78" "table"="Logical_Switch" +2021/12/08 17:05:57 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a123f088-9403-4101-958c-1b19d1429d78" "table"="Logical_Switch" "old"="&{UUID:a123f088-9403-4101-958c-1b19d1429d78 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[0f667e58-54c0-4f0a-926f-f24c44f00f40] QOSRules:[]}" "new"="&{UUID:a123f088-9403-4101-958c-1b19d1429d78 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:57 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0f667e58-54c0-4f0a-926f-f24c44f00f40" "table"="Logical_Switch_Port" +2021/12/08 17:05:57 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="0f667e58-54c0-4f0a-926f-f24c44f00f40" "table"="Logical_Switch_Port" "model"="&{UUID:0f667e58-54c0-4f0a-926f-f24c44f00f40 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod1 Options:map[iface-id-ver:myPod1 requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +• +------------------------------ +OVN NetworkPolicy Operations with IP Address Family during execution + tests enabling/disabling multicast in a namespace (IPv4 false IPv6 true) + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/policy_test.go:461 +2021/12/08 17:05:57 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="59db744b-747b-4fb6-a41c-937f125dfcab" "table"="Database" +2021/12/08 17:05:57 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="59db744b-747b-4fb6-a41c-937f125dfcab" "table"="Database" "model"="&{UUID:59db744b-747b-4fb6-a41c-937f125dfcab Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:57 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f62841ba-d095-48e3-b613-a523c4785a70" "table"="Database" +2021/12/08 17:05:57 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f62841ba-d095-48e3-b613-a523c4785a70" "table"="Database" "model"="&{UUID:f62841ba-d095-48e3-b613-a523c4785a70 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:57.990082 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:57.990668 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:57.994010 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:05:57.994536 19465 namespace.go:186] [namespace1] adding namespace took 220.374µs +I1208 17:05:57.994759 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 3.584087ms +I1208 17:05:57.996429 19465 namespace.go:236] [namespace1] updating namespace +I1208 17:05:58.048572 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow direction:from-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427 && (mldv1 || mldv2 || (ip6.dst[120..127] == 0xff && ip6.dst[116] == 1)) meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_MulticastAllowEgress]} priority:1012 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996294} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427 && (mldv1 || mldv2 || (ip6.src == $a10481620741176717680 && (ip6.dst[120..127] == 0xff && ip6.dst[116] == 1))) meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_MulticastAllowIngress]} priority:1012 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996295} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996294} {GoUUID:u2596996295}]} external_ids:{GoMap:map[name:namespace1]} name:a6953372168492035427] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:58 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7c783026-eab3-41dc-8719-e588041fb0bd" "table"="ACL" +2021/12/08 17:05:58 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7c783026-eab3-41dc-8719-e588041fb0bd" "table"="ACL" "model"="&{UUID:7c783026-eab3-41dc-8719-e588041fb0bd Action:allow Direction:from-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427 && (mldv1 || mldv2 || (ip6.dst[120..127] == 0xff && ip6.dst[116] == 1)) Meter:0xc0112fcb70 Name:0xc0112fcb80 Priority:1012 Severity:0xc0112fcb90}" +2021/12/08 17:05:58 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="88f75df4-b00c-4a92-8bd5-ffeda8819f7c" "table"="ACL" +2021/12/08 17:05:58 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="88f75df4-b00c-4a92-8bd5-ffeda8819f7c" "table"="ACL" "model"="&{UUID:88f75df4-b00c-4a92-8bd5-ffeda8819f7c Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427 && (mldv1 || mldv2 || (ip6.src == $a10481620741176717680 && (ip6.dst[120..127] == 0xff && ip6.dst[116] == 1))) Meter:0xc0112fcf10 Name:0xc0112fcf20 Priority:1012 Severity:0xc0112fcf00}" +2021/12/08 17:05:58 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="300354dd-a9f6-4897-829f-02fca93454af" "table"="Port_Group" +2021/12/08 17:05:58 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="300354dd-a9f6-4897-829f-02fca93454af" "table"="Port_Group" "model"="&{UUID:300354dd-a9f6-4897-829f-02fca93454af ACLs:[7c783026-eab3-41dc-8719-e588041fb0bd 88f75df4-b00c-4a92-8bd5-ffeda8819f7c] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[]}" +2021/12/08 17:05:58 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="300354dd-a9f6-4897-829f-02fca93454af" "table"="Port_Group" +2021/12/08 17:05:58 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="300354dd-a9f6-4897-829f-02fca93454af" "table"="Port_Group" "model"="&{UUID:300354dd-a9f6-4897-829f-02fca93454af ACLs:[7c783026-eab3-41dc-8719-e588041fb0bd 88f75df4-b00c-4a92-8bd5-ffeda8819f7c] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[]}" +2021/12/08 17:05:58 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7c783026-eab3-41dc-8719-e588041fb0bd" "table"="ACL" +2021/12/08 17:05:58 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7c783026-eab3-41dc-8719-e588041fb0bd" "table"="ACL" "model"="&{UUID:7c783026-eab3-41dc-8719-e588041fb0bd Action:allow Direction:from-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427 && (mldv1 || mldv2 || (ip6.dst[120..127] == 0xff && ip6.dst[116] == 1)) Meter:0xc0000a7530 Name:0xc0000a7540 Priority:1012 Severity:0xc0000a7520}" +2021/12/08 17:05:58 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="88f75df4-b00c-4a92-8bd5-ffeda8819f7c" "table"="ACL" +2021/12/08 17:05:58 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="88f75df4-b00c-4a92-8bd5-ffeda8819f7c" "table"="ACL" "model"="&{UUID:88f75df4-b00c-4a92-8bd5-ffeda8819f7c Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427 && (mldv1 || mldv2 || (ip6.src == $a10481620741176717680 && (ip6.dst[120..127] == 0xff && ip6.dst[116] == 1))) Meter:0xc0000a76c0 Name:0xc0000a76d0 Priority:1012 Severity:0xc0000a76e0}" +I1208 17:05:58.096147 19465 namespace.go:236] [namespace1] updating namespace +I1208 17:05:58.202104 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:delete Value:{GoSet:[{GoUUID:7c783026-eab3-41dc-8719-e588041fb0bd} {GoUUID:88f75df4-b00c-4a92-8bd5-ffeda8819f7c}]}}] Timeout:0 Where:[where column name == a6953372168492035427] Until: Durable: Comment: Lock: UUIDName:} {Op:delete Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column name == a6953372168492035427] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:58 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="300354dd-a9f6-4897-829f-02fca93454af" "table"="Port_Group" +2021/12/08 17:05:58 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="300354dd-a9f6-4897-829f-02fca93454af" "table"="Port_Group" "old"="&{UUID:300354dd-a9f6-4897-829f-02fca93454af ACLs:[7c783026-eab3-41dc-8719-e588041fb0bd 88f75df4-b00c-4a92-8bd5-ffeda8819f7c] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[]}" "new"="&{UUID:300354dd-a9f6-4897-829f-02fca93454af ACLs:[] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[]}" +2021/12/08 17:05:58 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="300354dd-a9f6-4897-829f-02fca93454af" "table"="Port_Group" +2021/12/08 17:05:58 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="300354dd-a9f6-4897-829f-02fca93454af" "table"="Port_Group" "model"="&{UUID:300354dd-a9f6-4897-829f-02fca93454af ACLs:[] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[]}" +2021/12/08 17:05:58 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="300354dd-a9f6-4897-829f-02fca93454af" "table"="Port_Group" +2021/12/08 17:05:58 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="300354dd-a9f6-4897-829f-02fca93454af" "table"="Port_Group" "model"="&{UUID:300354dd-a9f6-4897-829f-02fca93454af ACLs:[7c783026-eab3-41dc-8719-e588041fb0bd 88f75df4-b00c-4a92-8bd5-ffeda8819f7c] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[]}" +• +------------------------------ +OVN NetworkPolicy Operations with IP Address Family during execution + tests enabling multicast in a namespace with a pod (IPv4 false IPv6 true) + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/policy_test.go:504 +2021/12/08 17:05:58 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8318a4bf-9e87-4cfa-bee3-a0969728524e" "table"="Database" +2021/12/08 17:05:58 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8318a4bf-9e87-4cfa-bee3-a0969728524e" "table"="Database" "model"="&{UUID:8318a4bf-9e87-4cfa-bee3-a0969728524e Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:58 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="25b3ed24-9958-4318-98d2-43ee3722faae" "table"="Logical_Switch" +2021/12/08 17:05:58 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="25b3ed24-9958-4318-98d2-43ee3722faae" "table"="Logical_Switch" "model"="&{UUID:25b3ed24-9958-4318-98d2-43ee3722faae ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:58 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ccf68f93-7871-4952-99a5-3353d4306c6c" "table"="Database" +2021/12/08 17:05:58 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ccf68f93-7871-4952-99a5-3353d4306c6c" "table"="Database" "model"="&{UUID:ccf68f93-7871-4952-99a5-3353d4306c6c Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:05:58.961069 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:05:58.961427 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:05:58.964933 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:05:58.965573 19465 namespace.go:186] [namespace1] adding namespace took 339.87µs +I1208 17:05:58.965842 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 4.005648ms +I1208 17:05:59.020005 19465 pods.go:296] [namespace1/myPod2] creating logical port for pod on switch node1 +I1208 17:05:59.122645 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["fd00:10:244::3/64"],"mac_address":"0a:58:dd:33:05:d8","gateway_ips":["fd00:10:244::1"],"ip_address":"fd00:10:244::3/64","gateway_ip":"fd00:10:244::1"}}] on pod namespace1/myPod2 +I1208 17:05:59.128141 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:dd:33:05:d8 fd00:10:244::3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod2 options:{GoMap:map[iface-id-ver:myPod2 requested-chassis:node1]} port_security:{GoSet:[0a:58:dd:33:05:d8 fd00:10:244::3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996298} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996298}]}}] Timeout:0 Where:[where column _uuid == {25b3ed24-9958-4318-98d2-43ee3722faae}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:59 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="832aa543-015d-4f30-b15d-b06ece354ae6" "table"="Logical_Switch_Port" +2021/12/08 17:05:59 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="832aa543-015d-4f30-b15d-b06ece354ae6" "table"="Logical_Switch_Port" "model"="&{UUID:832aa543-015d-4f30-b15d-b06ece354ae6 Addresses:[0a:58:dd:33:05:d8 fd00:10:244::3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod2 Options:map[iface-id-ver:myPod2 requested-chassis:node1] ParentName: PortSecurity:[0a:58:dd:33:05:d8 fd00:10:244::3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:05:59 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="25b3ed24-9958-4318-98d2-43ee3722faae" "table"="Logical_Switch" +2021/12/08 17:05:59 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="25b3ed24-9958-4318-98d2-43ee3722faae" "table"="Logical_Switch" "old"="&{UUID:25b3ed24-9958-4318-98d2-43ee3722faae ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:25b3ed24-9958-4318-98d2-43ee3722faae ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[832aa543-015d-4f30-b15d-b06ece354ae6] QOSRules:[]}" +2021/12/08 17:05:59 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="832aa543-015d-4f30-b15d-b06ece354ae6" "table"="Logical_Switch_Port" +2021/12/08 17:05:59 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="832aa543-015d-4f30-b15d-b06ece354ae6" "table"="Logical_Switch_Port" "model"="&{UUID:832aa543-015d-4f30-b15d-b06ece354ae6 Addresses:[0a:58:dd:33:05:d8 fd00:10:244::3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod2 Options:map[iface-id-ver:myPod2 requested-chassis:node1] ParentName: PortSecurity:[0a:58:dd:33:05:d8 fd00:10:244::3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:05:59 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="25b3ed24-9958-4318-98d2-43ee3722faae" "table"="Logical_Switch" +2021/12/08 17:05:59 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="25b3ed24-9958-4318-98d2-43ee3722faae" "table"="Logical_Switch" "old"="&{UUID:25b3ed24-9958-4318-98d2-43ee3722faae ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:25b3ed24-9958-4318-98d2-43ee3722faae ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[832aa543-015d-4f30-b15d-b06ece354ae6] QOSRules:[]}" +I1208 17:05:59.158288 19465 pods.go:286] [namespace1/myPod2] addLogicalPort took 138.942252ms +I1208 17:05:59.158709 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 192.49207ms +I1208 17:05:59.160420 19465 namespace.go:236] [namespace1] updating namespace +I1208 17:05:59.212183 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow direction:from-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427 && (mldv1 || mldv2 || (ip6.dst[120..127] == 0xff && ip6.dst[116] == 1)) meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_MulticastAllowEgress]} priority:1012 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996303} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427 && (mldv1 || mldv2 || (ip6.src == $a10481620741176717680 && (ip6.dst[120..127] == 0xff && ip6.dst[116] == 1))) meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_MulticastAllowIngress]} priority:1012 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996304} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996303} {GoUUID:u2596996304}]} external_ids:{GoMap:map[name:namespace1]} name:a6953372168492035427 ports:{GoSet:[{GoUUID:832aa543-015d-4f30-b15d-b06ece354ae6}]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:05:59 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="65e0bcfe-925e-4305-9469-4c1609c20fc1" "table"="ACL" +2021/12/08 17:05:59 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="65e0bcfe-925e-4305-9469-4c1609c20fc1" "table"="ACL" "model"="&{UUID:65e0bcfe-925e-4305-9469-4c1609c20fc1 Action:allow Direction:from-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427 && (mldv1 || mldv2 || (ip6.dst[120..127] == 0xff && ip6.dst[116] == 1)) Meter:0xc0190b91b0 Name:0xc0190b91d0 Priority:1012 Severity:0xc0190b91a0}" +2021/12/08 17:05:59 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8ed16290-77ae-4e71-aeb0-458a44a6c225" "table"="ACL" +2021/12/08 17:05:59 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8ed16290-77ae-4e71-aeb0-458a44a6c225" "table"="ACL" "model"="&{UUID:8ed16290-77ae-4e71-aeb0-458a44a6c225 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427 && (mldv1 || mldv2 || (ip6.src == $a10481620741176717680 && (ip6.dst[120..127] == 0xff && ip6.dst[116] == 1))) Meter:0xc0190b9460 Name:0xc0190b9470 Priority:1012 Severity:0xc0190b9450}" +2021/12/08 17:05:59 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="60f95a94-2b56-438b-b8c9-1b7cb3f0f8c8" "table"="Port_Group" +2021/12/08 17:05:59 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="60f95a94-2b56-438b-b8c9-1b7cb3f0f8c8" "table"="Port_Group" "model"="&{UUID:60f95a94-2b56-438b-b8c9-1b7cb3f0f8c8 ACLs:[65e0bcfe-925e-4305-9469-4c1609c20fc1 8ed16290-77ae-4e71-aeb0-458a44a6c225] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[832aa543-015d-4f30-b15d-b06ece354ae6]}" +2021/12/08 17:05:59 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="60f95a94-2b56-438b-b8c9-1b7cb3f0f8c8" "table"="Port_Group" +2021/12/08 17:05:59 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="60f95a94-2b56-438b-b8c9-1b7cb3f0f8c8" "table"="Port_Group" "model"="&{UUID:60f95a94-2b56-438b-b8c9-1b7cb3f0f8c8 ACLs:[65e0bcfe-925e-4305-9469-4c1609c20fc1 8ed16290-77ae-4e71-aeb0-458a44a6c225] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[832aa543-015d-4f30-b15d-b06ece354ae6]}" +2021/12/08 17:05:59 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="65e0bcfe-925e-4305-9469-4c1609c20fc1" "table"="ACL" +2021/12/08 17:05:59 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="65e0bcfe-925e-4305-9469-4c1609c20fc1" "table"="ACL" "model"="&{UUID:65e0bcfe-925e-4305-9469-4c1609c20fc1 Action:allow Direction:from-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427 && (mldv1 || mldv2 || (ip6.dst[120..127] == 0xff && ip6.dst[116] == 1)) Meter:0xc014d25130 Name:0xc014d25140 Priority:1012 Severity:0xc014d25120}" +2021/12/08 17:05:59 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8ed16290-77ae-4e71-aeb0-458a44a6c225" "table"="ACL" +2021/12/08 17:05:59 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8ed16290-77ae-4e71-aeb0-458a44a6c225" "table"="ACL" "model"="&{UUID:8ed16290-77ae-4e71-aeb0-458a44a6c225 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427 && (mldv1 || mldv2 || (ip6.src == $a10481620741176717680 && (ip6.dst[120..127] == 0xff && ip6.dst[116] == 1))) Meter:0xc014d252c0 Name:0xc014d252d0 Priority:1012 Severity:0xc014d252e0}" +• +------------------------------ +OVN NetworkPolicy Operations with IP Address Family during execution + tests adding a pod to a multicast enabled namespace (IPv4 false IPv6 true) + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/policy_test.go:586 +2021/12/08 17:05:59 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5e11c055-93c5-4ab3-ad8f-38b45ef35c47" "table"="Database" +2021/12/08 17:05:59 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5e11c055-93c5-4ab3-ad8f-38b45ef35c47" "table"="Database" "model"="&{UUID:5e11c055-93c5-4ab3-ad8f-38b45ef35c47 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:05:59 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d2baab45-dbe2-49b6-8e2a-ff5582b54895" "table"="Logical_Switch" +2021/12/08 17:05:59 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d2baab45-dbe2-49b6-8e2a-ff5582b54895" "table"="Logical_Switch" "model"="&{UUID:d2baab45-dbe2-49b6-8e2a-ff5582b54895 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:05:59 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="75830107-8852-465c-96bb-31ec0a807233" "table"="Database" +2021/12/08 17:05:59 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="75830107-8852-465c-96bb-31ec0a807233" "table"="Database" "model"="&{UUID:75830107-8852-465c-96bb-31ec0a807233 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:00.007374 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:00.007728 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:06:00.010800 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:06:00.011528 19465 namespace.go:186] [namespace1] adding namespace took 402.614µs +I1208 17:06:00.011753 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 3.760848ms +I1208 17:06:00.065402 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 53.271407ms +I1208 17:06:00.067237 19465 namespace.go:236] [namespace1] updating namespace +I1208 17:06:00.119848 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow direction:from-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427 && (mldv1 || mldv2 || (ip6.dst[120..127] == 0xff && ip6.dst[116] == 1)) meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_MulticastAllowEgress]} priority:1012 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996311} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427 && (mldv1 || mldv2 || (ip6.src == $a10481620741176717680 && (ip6.dst[120..127] == 0xff && ip6.dst[116] == 1))) meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_MulticastAllowIngress]} priority:1012 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996312} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996311} {GoUUID:u2596996312}]} external_ids:{GoMap:map[name:namespace1]} name:a6953372168492035427] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:00 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9e8e89d7-aeb8-4ced-93e8-259d7664e05b" "table"="ACL" +2021/12/08 17:06:00 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9e8e89d7-aeb8-4ced-93e8-259d7664e05b" "table"="ACL" "model"="&{UUID:9e8e89d7-aeb8-4ced-93e8-259d7664e05b Action:allow Direction:from-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427 && (mldv1 || mldv2 || (ip6.dst[120..127] == 0xff && ip6.dst[116] == 1)) Meter:0xc00bb905d0 Name:0xc00bb905e0 Priority:1012 Severity:0xc00bb905f0}" +2021/12/08 17:06:00 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3858b473-b62b-4a4f-b570-4d637d227007" "table"="ACL" +2021/12/08 17:06:00 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3858b473-b62b-4a4f-b570-4d637d227007" "table"="ACL" "model"="&{UUID:3858b473-b62b-4a4f-b570-4d637d227007 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427 && (mldv1 || mldv2 || (ip6.src == $a10481620741176717680 && (ip6.dst[120..127] == 0xff && ip6.dst[116] == 1))) Meter:0xc00bb908e0 Name:0xc00bb908f0 Priority:1012 Severity:0xc00bb908d0}" +2021/12/08 17:06:00 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5f65e69e-c42f-4b26-bc5a-7fc9497251a3" "table"="Port_Group" +2021/12/08 17:06:00 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5f65e69e-c42f-4b26-bc5a-7fc9497251a3" "table"="Port_Group" "model"="&{UUID:5f65e69e-c42f-4b26-bc5a-7fc9497251a3 ACLs:[9e8e89d7-aeb8-4ced-93e8-259d7664e05b 3858b473-b62b-4a4f-b570-4d637d227007] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[]}" +2021/12/08 17:06:00 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9e8e89d7-aeb8-4ced-93e8-259d7664e05b" "table"="ACL" +2021/12/08 17:06:00 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9e8e89d7-aeb8-4ced-93e8-259d7664e05b" "table"="ACL" "model"="&{UUID:9e8e89d7-aeb8-4ced-93e8-259d7664e05b Action:allow Direction:from-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427 && (mldv1 || mldv2 || (ip6.dst[120..127] == 0xff && ip6.dst[116] == 1)) Meter:0xc000ffeaa0 Name:0xc000ffeab0 Priority:1012 Severity:0xc000ffeac0}" +2021/12/08 17:06:00 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3858b473-b62b-4a4f-b570-4d637d227007" "table"="ACL" +2021/12/08 17:06:00 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3858b473-b62b-4a4f-b570-4d637d227007" "table"="ACL" "model"="&{UUID:3858b473-b62b-4a4f-b570-4d637d227007 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427 && (mldv1 || mldv2 || (ip6.src == $a10481620741176717680 && (ip6.dst[120..127] == 0xff && ip6.dst[116] == 1))) Meter:0xc000ffeca0 Name:0xc000ffecc0 Priority:1012 Severity:0xc000ffec90}" +2021/12/08 17:06:00 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5f65e69e-c42f-4b26-bc5a-7fc9497251a3" "table"="Port_Group" +2021/12/08 17:06:00 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5f65e69e-c42f-4b26-bc5a-7fc9497251a3" "table"="Port_Group" "model"="&{UUID:5f65e69e-c42f-4b26-bc5a-7fc9497251a3 ACLs:[9e8e89d7-aeb8-4ced-93e8-259d7664e05b 3858b473-b62b-4a4f-b570-4d637d227007] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[]}" +I1208 17:06:00.163734 19465 pods.go:296] [namespace1/myPod2] creating logical port for pod on switch node1 +I1208 17:06:00.265966 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["fd00:10:244::3/64"],"mac_address":"0a:58:dd:33:05:d8","gateway_ips":["fd00:10:244::1"],"ip_address":"fd00:10:244::3/64","gateway_ip":"fd00:10:244::1"}}] on pod namespace1/myPod2 +I1208 17:06:00.270507 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:dd:33:05:d8 fd00:10:244::3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod2 options:{GoMap:map[iface-id-ver:myPod2 requested-chassis:node1]} port_security:{GoSet:[0a:58:dd:33:05:d8 fd00:10:244::3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996313} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996313}]}}] Timeout:0 Where:[where column _uuid == {d2baab45-dbe2-49b6-8e2a-ff5582b54895}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:00 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="218a4bfd-c09b-4b9a-ae19-e05b4fd35525" "table"="Logical_Switch_Port" +2021/12/08 17:06:00 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="218a4bfd-c09b-4b9a-ae19-e05b4fd35525" "table"="Logical_Switch_Port" "model"="&{UUID:218a4bfd-c09b-4b9a-ae19-e05b4fd35525 Addresses:[0a:58:dd:33:05:d8 fd00:10:244::3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod2 Options:map[iface-id-ver:myPod2 requested-chassis:node1] ParentName: PortSecurity:[0a:58:dd:33:05:d8 fd00:10:244::3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:00 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d2baab45-dbe2-49b6-8e2a-ff5582b54895" "table"="Logical_Switch" +2021/12/08 17:06:00 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d2baab45-dbe2-49b6-8e2a-ff5582b54895" "table"="Logical_Switch" "old"="&{UUID:d2baab45-dbe2-49b6-8e2a-ff5582b54895 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:d2baab45-dbe2-49b6-8e2a-ff5582b54895 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[218a4bfd-c09b-4b9a-ae19-e05b4fd35525] QOSRules:[]}" +2021/12/08 17:06:00 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="218a4bfd-c09b-4b9a-ae19-e05b4fd35525" "table"="Logical_Switch_Port" +2021/12/08 17:06:00 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="218a4bfd-c09b-4b9a-ae19-e05b4fd35525" "table"="Logical_Switch_Port" "model"="&{UUID:218a4bfd-c09b-4b9a-ae19-e05b4fd35525 Addresses:[0a:58:dd:33:05:d8 fd00:10:244::3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod2 Options:map[iface-id-ver:myPod2 requested-chassis:node1] ParentName: PortSecurity:[0a:58:dd:33:05:d8 fd00:10:244::3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:00 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d2baab45-dbe2-49b6-8e2a-ff5582b54895" "table"="Logical_Switch" +2021/12/08 17:06:00 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d2baab45-dbe2-49b6-8e2a-ff5582b54895" "table"="Logical_Switch" "old"="&{UUID:d2baab45-dbe2-49b6-8e2a-ff5582b54895 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:d2baab45-dbe2-49b6-8e2a-ff5582b54895 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[218a4bfd-c09b-4b9a-ae19-e05b4fd35525] QOSRules:[]}" +I1208 17:06:00.350651 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:218a4bfd-c09b-4b9a-ae19-e05b4fd35525}]}}] Timeout:0 Where:[where column name == a6953372168492035427] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:00 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5f65e69e-c42f-4b26-bc5a-7fc9497251a3" "table"="Port_Group" +2021/12/08 17:06:00 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="5f65e69e-c42f-4b26-bc5a-7fc9497251a3" "table"="Port_Group" "old"="&{UUID:5f65e69e-c42f-4b26-bc5a-7fc9497251a3 ACLs:[9e8e89d7-aeb8-4ced-93e8-259d7664e05b 3858b473-b62b-4a4f-b570-4d637d227007] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[]}" "new"="&{UUID:5f65e69e-c42f-4b26-bc5a-7fc9497251a3 ACLs:[9e8e89d7-aeb8-4ced-93e8-259d7664e05b 3858b473-b62b-4a4f-b570-4d637d227007] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[218a4bfd-c09b-4b9a-ae19-e05b4fd35525]}" +2021/12/08 17:06:00 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5f65e69e-c42f-4b26-bc5a-7fc9497251a3" "table"="Port_Group" +2021/12/08 17:06:00 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="5f65e69e-c42f-4b26-bc5a-7fc9497251a3" "table"="Port_Group" "old"="&{UUID:5f65e69e-c42f-4b26-bc5a-7fc9497251a3 ACLs:[9e8e89d7-aeb8-4ced-93e8-259d7664e05b 3858b473-b62b-4a4f-b570-4d637d227007] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[]}" "new"="&{UUID:5f65e69e-c42f-4b26-bc5a-7fc9497251a3 ACLs:[9e8e89d7-aeb8-4ced-93e8-259d7664e05b 3858b473-b62b-4a4f-b570-4d637d227007] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[218a4bfd-c09b-4b9a-ae19-e05b4fd35525]}" +I1208 17:06:00.366079 19465 pods.go:286] [namespace1/myPod2] addLogicalPort took 202.990502ms +I1208 17:06:00.381288 19465 pods.go:117] Deleting pod: namespace1/myPod2 +I1208 17:06:00.433827 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:delete Value:{GoSet:[{GoUUID:218a4bfd-c09b-4b9a-ae19-e05b4fd35525}]}}] Timeout:0 Where:[where column name == a6953372168492035427] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:00 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5f65e69e-c42f-4b26-bc5a-7fc9497251a3" "table"="Port_Group" +2021/12/08 17:06:00 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="5f65e69e-c42f-4b26-bc5a-7fc9497251a3" "table"="Port_Group" "old"="&{UUID:5f65e69e-c42f-4b26-bc5a-7fc9497251a3 ACLs:[9e8e89d7-aeb8-4ced-93e8-259d7664e05b 3858b473-b62b-4a4f-b570-4d637d227007] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[218a4bfd-c09b-4b9a-ae19-e05b4fd35525]}" "new"="&{UUID:5f65e69e-c42f-4b26-bc5a-7fc9497251a3 ACLs:[9e8e89d7-aeb8-4ced-93e8-259d7664e05b 3858b473-b62b-4a4f-b570-4d637d227007] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[]}" +2021/12/08 17:06:00 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5f65e69e-c42f-4b26-bc5a-7fc9497251a3" "table"="Port_Group" +2021/12/08 17:06:00 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="5f65e69e-c42f-4b26-bc5a-7fc9497251a3" "table"="Port_Group" "old"="&{UUID:5f65e69e-c42f-4b26-bc5a-7fc9497251a3 ACLs:[9e8e89d7-aeb8-4ced-93e8-259d7664e05b 3858b473-b62b-4a4f-b570-4d637d227007] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[218a4bfd-c09b-4b9a-ae19-e05b4fd35525]}" "new"="&{UUID:5f65e69e-c42f-4b26-bc5a-7fc9497251a3 ACLs:[9e8e89d7-aeb8-4ced-93e8-259d7664e05b 3858b473-b62b-4a4f-b570-4d637d227007] ExternalIDs:map[name:namespace1] Name:a6953372168492035427 Ports:[]}" +I1208 17:06:00.507725 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:delete Value:{GoSet:[{GoUUID:218a4bfd-c09b-4b9a-ae19-e05b4fd35525}]}}] Timeout:0 Where:[where column _uuid == {d2baab45-dbe2-49b6-8e2a-ff5582b54895}] Until: Durable: Comment: Lock: UUIDName:} {Op:delete Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {218a4bfd-c09b-4b9a-ae19-e05b4fd35525}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:00 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d2baab45-dbe2-49b6-8e2a-ff5582b54895" "table"="Logical_Switch" +2021/12/08 17:06:00 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d2baab45-dbe2-49b6-8e2a-ff5582b54895" "table"="Logical_Switch" "old"="&{UUID:d2baab45-dbe2-49b6-8e2a-ff5582b54895 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[218a4bfd-c09b-4b9a-ae19-e05b4fd35525] QOSRules:[]}" "new"="&{UUID:d2baab45-dbe2-49b6-8e2a-ff5582b54895 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:06:00 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="218a4bfd-c09b-4b9a-ae19-e05b4fd35525" "table"="Logical_Switch_Port" +2021/12/08 17:06:00 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="218a4bfd-c09b-4b9a-ae19-e05b4fd35525" "table"="Logical_Switch_Port" "model"="&{UUID:218a4bfd-c09b-4b9a-ae19-e05b4fd35525 Addresses:[0a:58:dd:33:05:d8 fd00:10:244::3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod2 Options:map[iface-id-ver:myPod2 requested-chassis:node1] ParentName: PortSecurity:[0a:58:dd:33:05:d8 fd00:10:244::3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:00 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="218a4bfd-c09b-4b9a-ae19-e05b4fd35525" "table"="Logical_Switch_Port" +2021/12/08 17:06:00 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="218a4bfd-c09b-4b9a-ae19-e05b4fd35525" "table"="Logical_Switch_Port" "model"="&{UUID:218a4bfd-c09b-4b9a-ae19-e05b4fd35525 Addresses:[0a:58:dd:33:05:d8 fd00:10:244::3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod2 Options:map[iface-id-ver:myPod2 requested-chassis:node1] ParentName: PortSecurity:[0a:58:dd:33:05:d8 fd00:10:244::3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:00 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d2baab45-dbe2-49b6-8e2a-ff5582b54895" "table"="Logical_Switch" +2021/12/08 17:06:00 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d2baab45-dbe2-49b6-8e2a-ff5582b54895" "table"="Logical_Switch" "old"="&{UUID:d2baab45-dbe2-49b6-8e2a-ff5582b54895 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[218a4bfd-c09b-4b9a-ae19-e05b4fd35525] QOSRules:[]}" "new"="&{UUID:d2baab45-dbe2-49b6-8e2a-ff5582b54895 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +• +------------------------------ +OVN Egress Gateway Operations on setting namespace gateway annotations reconciles an new pod with namespace single exgw annotation already set + No BFD + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:116 +2021/12/08 17:06:00 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8e34f1aa-85d9-4765-aeaa-77be0d409f8e" "table"="Database" +2021/12/08 17:06:00 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8e34f1aa-85d9-4765-aeaa-77be0d409f8e" "table"="Database" "model"="&{UUID:8e34f1aa-85d9-4765-aeaa-77be0d409f8e Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:06:00 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dbf35371-c3b4-4eac-a933-30e23ff8b09b" "table"="Logical_Switch" +2021/12/08 17:06:00 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="dbf35371-c3b4-4eac-a933-30e23ff8b09b" "table"="Logical_Switch" "model"="&{UUID:dbf35371-c3b4-4eac-a933-30e23ff8b09b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:06:00 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="92c56f4d-4337-4441-b1a5-012345a1eb36" "table"="Logical_Router" +2021/12/08 17:06:00 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="92c56f4d-4337-4441-b1a5-012345a1eb36" "table"="Logical_Router" "model"="&{UUID:92c56f4d-4337-4441-b1a5-012345a1eb36 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:01 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2d0e7907-9ae0-4560-a1b8-b629d694d3b9" "table"="Database" +2021/12/08 17:06:01 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2d0e7907-9ae0-4560-a1b8-b629d694d3b9" "table"="Database" "model"="&{UUID:2d0e7907-9ae0-4560-a1b8-b629d694d3b9 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:01.311031 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:01.311437 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:06:01.315003 19465 namespace.go:182] [namespace1] adding namespace +RESULT &[]RESULT &[{92c56f4d-4337-4441-b1a5-012345a1eb36 map[] [] [] GR_node1 [] map[] [] [] []}]I1208 17:06:01.317536 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.1.3/32 nexthop:9.0.0.1 options:{GoMap:map[ecmp_symmetric_reply:true]} output_port:{GoSet:[rtoe-GR_node1]} policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996320} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996320}]}}] Timeout:0 Where:[where column _uuid == {92c56f4d-4337-4441-b1a5-012345a1eb36}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:01 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e1b894d1-4fa6-4eb0-b5d1-a3c9c967af92" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:01 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e1b894d1-4fa6-4eb0-b5d1-a3c9c967af92" "table"="Logical_Router_Static_Route" "model"="&{UUID:e1b894d1-4fa6-4eb0-b5d1-a3c9c967af92 BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00d91ab50 Policy:0xc00d91ab60}" +2021/12/08 17:06:01 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="92c56f4d-4337-4441-b1a5-012345a1eb36" "table"="Logical_Router" +2021/12/08 17:06:01 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="92c56f4d-4337-4441-b1a5-012345a1eb36" "table"="Logical_Router" "old"="&{UUID:92c56f4d-4337-4441-b1a5-012345a1eb36 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:92c56f4d-4337-4441-b1a5-012345a1eb36 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[e1b894d1-4fa6-4eb0-b5d1-a3c9c967af92]}" +2021/12/08 17:06:01 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="92c56f4d-4337-4441-b1a5-012345a1eb36" "table"="Logical_Router" +2021/12/08 17:06:01 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="92c56f4d-4337-4441-b1a5-012345a1eb36" "table"="Logical_Router" "old"="&{UUID:92c56f4d-4337-4441-b1a5-012345a1eb36 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:92c56f4d-4337-4441-b1a5-012345a1eb36 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[e1b894d1-4fa6-4eb0-b5d1-a3c9c967af92]}" +2021/12/08 17:06:01 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e1b894d1-4fa6-4eb0-b5d1-a3c9c967af92" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:01 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e1b894d1-4fa6-4eb0-b5d1-a3c9c967af92" "table"="Logical_Router_Static_Route" "model"="&{UUID:e1b894d1-4fa6-4eb0-b5d1-a3c9c967af92 BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00eae3f90 Policy:0xc00eae3fa0}" +I1208 17:06:01.344180 19465 namespace.go:186] [namespace1] adding namespace took 28.836875ms +I1208 17:06:01.344594 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 32.743282ms +I1208 17:06:01.399022 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:06:01.500929 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +I1208 17:06:01.506970 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996321} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996321}]}}] Timeout:0 Where:[where column _uuid == {dbf35371-c3b4-4eac-a933-30e23ff8b09b}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:01 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="42bdf18a-09a1-429e-b65d-b368af4068a0" "table"="Logical_Switch_Port" +2021/12/08 17:06:01 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="42bdf18a-09a1-429e-b65d-b368af4068a0" "table"="Logical_Switch_Port" "model"="&{UUID:42bdf18a-09a1-429e-b65d-b368af4068a0 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:01 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dbf35371-c3b4-4eac-a933-30e23ff8b09b" "table"="Logical_Switch" +2021/12/08 17:06:01 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="dbf35371-c3b4-4eac-a933-30e23ff8b09b" "table"="Logical_Switch" "old"="&{UUID:dbf35371-c3b4-4eac-a933-30e23ff8b09b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:dbf35371-c3b4-4eac-a933-30e23ff8b09b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[42bdf18a-09a1-429e-b65d-b368af4068a0] QOSRules:[]}" +2021/12/08 17:06:01 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dbf35371-c3b4-4eac-a933-30e23ff8b09b" "table"="Logical_Switch" +2021/12/08 17:06:01 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="dbf35371-c3b4-4eac-a933-30e23ff8b09b" "table"="Logical_Switch" "old"="&{UUID:dbf35371-c3b4-4eac-a933-30e23ff8b09b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:dbf35371-c3b4-4eac-a933-30e23ff8b09b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[42bdf18a-09a1-429e-b65d-b368af4068a0] QOSRules:[]}" +2021/12/08 17:06:01 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="42bdf18a-09a1-429e-b65d-b368af4068a0" "table"="Logical_Switch_Port" +2021/12/08 17:06:01 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="42bdf18a-09a1-429e-b65d-b368af4068a0" "table"="Logical_Switch_Port" "model"="&{UUID:42bdf18a-09a1-429e-b65d-b368af4068a0 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +I1208 17:06:01.538298 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 139.898717ms +I1208 17:06:01.538695 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 193.712104ms +• +------------------------------ +OVN Egress Gateway Operations on setting namespace gateway annotations reconciles an new pod with namespace single exgw annotation already set + BFD Enabled + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:152 +2021/12/08 17:06:01 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="209ae77f-eaeb-49ef-8b47-42bf9a5ab681" "table"="Database" +2021/12/08 17:06:01 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="209ae77f-eaeb-49ef-8b47-42bf9a5ab681" "table"="Database" "model"="&{UUID:209ae77f-eaeb-49ef-8b47-42bf9a5ab681 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:06:01 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9d63328a-04af-4867-88d4-1d8681a1a792" "table"="Logical_Router" +2021/12/08 17:06:01 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9d63328a-04af-4867-88d4-1d8681a1a792" "table"="Logical_Router" "model"="&{UUID:9d63328a-04af-4867-88d4-1d8681a1a792 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:01 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bb7d5022-8e71-4736-bcb6-d6b906fba72a" "table"="Logical_Switch" +2021/12/08 17:06:01 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="bb7d5022-8e71-4736-bcb6-d6b906fba72a" "table"="Logical_Switch" "model"="&{UUID:bb7d5022-8e71-4736-bcb6-d6b906fba72a ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:06:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="90d80a0e-5f7e-4111-b1e6-39743b27e785" "table"="Database" +2021/12/08 17:06:02 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="90d80a0e-5f7e-4111-b1e6-39743b27e785" "table"="Database" "model"="&{UUID:90d80a0e-5f7e-4111-b1e6-39743b27e785 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:02.316999 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:02.317344 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:06:02.320937 19465 namespace.go:182] [namespace1] adding namespace +RESULT &[]RESULT &[{9d63328a-04af-4867-88d4-1d8681a1a792 map[] [] [] GR_node1 [] map[] [] [] []}]I1208 17:06:02.375463 19465 transact.go:41] Configuring OVN: [{Op:insert Table:BFD Row:map[dst_ip:9.0.0.1 logical_port:rtoe-GR_node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996323} {Op:insert Table:Logical_Router_Static_Route Row:map[bfd:{GoSet:[{GoUUID:u2596996323}]} ip_prefix:10.128.1.3/32 nexthop:9.0.0.1 options:{GoMap:map[ecmp_symmetric_reply:true]} output_port:{GoSet:[rtoe-GR_node1]} policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996324} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996324}]}}] Timeout:0 Where:[where column _uuid == {9d63328a-04af-4867-88d4-1d8681a1a792}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:02 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="80015430-6d20-458c-9f6f-254ef65209ca" "table"="BFD" +2021/12/08 17:06:02 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="80015430-6d20-458c-9f6f-254ef65209ca" "table"="BFD" "model"="&{UUID:80015430-6d20-458c-9f6f-254ef65209ca DetectMult: DstIP:9.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:02 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cef53930-807a-47d7-baae-8a1a0ada1c54" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:02 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cef53930-807a-47d7-baae-8a1a0ada1c54" "table"="Logical_Router_Static_Route" "model"="&{UUID:cef53930-807a-47d7-baae-8a1a0ada1c54 BFD:0xc00e15f7a0 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00e15f7b0 Policy:0xc00e15f7c0}" +2021/12/08 17:06:02 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9d63328a-04af-4867-88d4-1d8681a1a792" "table"="Logical_Router" +2021/12/08 17:06:02 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9d63328a-04af-4867-88d4-1d8681a1a792" "table"="Logical_Router" "old"="&{UUID:9d63328a-04af-4867-88d4-1d8681a1a792 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:9d63328a-04af-4867-88d4-1d8681a1a792 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[cef53930-807a-47d7-baae-8a1a0ada1c54]}" +2021/12/08 17:06:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="80015430-6d20-458c-9f6f-254ef65209ca" "table"="BFD" +2021/12/08 17:06:02 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="80015430-6d20-458c-9f6f-254ef65209ca" "table"="BFD" "model"="&{UUID:80015430-6d20-458c-9f6f-254ef65209ca DetectMult: DstIP:9.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cef53930-807a-47d7-baae-8a1a0ada1c54" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:02 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cef53930-807a-47d7-baae-8a1a0ada1c54" "table"="Logical_Router_Static_Route" "model"="&{UUID:cef53930-807a-47d7-baae-8a1a0ada1c54 BFD:0xc00dcc4090 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00dcc4060 Policy:0xc00dcc4070}" +2021/12/08 17:06:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9d63328a-04af-4867-88d4-1d8681a1a792" "table"="Logical_Router" +2021/12/08 17:06:02 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9d63328a-04af-4867-88d4-1d8681a1a792" "table"="Logical_Router" "old"="&{UUID:9d63328a-04af-4867-88d4-1d8681a1a792 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:9d63328a-04af-4867-88d4-1d8681a1a792 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[cef53930-807a-47d7-baae-8a1a0ada1c54]}" +I1208 17:06:02.412083 19465 namespace.go:186] [namespace1] adding namespace took 90.841615ms +I1208 17:06:02.412435 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 94.564663ms +I1208 17:06:02.467157 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:06:02.569514 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +I1208 17:06:02.574607 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996325} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996325}]}}] Timeout:0 Where:[where column _uuid == {bb7d5022-8e71-4736-bcb6-d6b906fba72a}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:02 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d0eb06d7-c7bd-4a26-99c3-0b1f0a33ff4a" "table"="Logical_Switch_Port" +2021/12/08 17:06:02 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d0eb06d7-c7bd-4a26-99c3-0b1f0a33ff4a" "table"="Logical_Switch_Port" "model"="&{UUID:d0eb06d7-c7bd-4a26-99c3-0b1f0a33ff4a Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:02 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bb7d5022-8e71-4736-bcb6-d6b906fba72a" "table"="Logical_Switch" +2021/12/08 17:06:02 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="bb7d5022-8e71-4736-bcb6-d6b906fba72a" "table"="Logical_Switch" "old"="&{UUID:bb7d5022-8e71-4736-bcb6-d6b906fba72a ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:bb7d5022-8e71-4736-bcb6-d6b906fba72a ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[d0eb06d7-c7bd-4a26-99c3-0b1f0a33ff4a] QOSRules:[]}" +2021/12/08 17:06:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d0eb06d7-c7bd-4a26-99c3-0b1f0a33ff4a" "table"="Logical_Switch_Port" +2021/12/08 17:06:02 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d0eb06d7-c7bd-4a26-99c3-0b1f0a33ff4a" "table"="Logical_Switch_Port" "model"="&{UUID:d0eb06d7-c7bd-4a26-99c3-0b1f0a33ff4a Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bb7d5022-8e71-4736-bcb6-d6b906fba72a" "table"="Logical_Switch" +2021/12/08 17:06:02 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="bb7d5022-8e71-4736-bcb6-d6b906fba72a" "table"="Logical_Switch" "old"="&{UUID:bb7d5022-8e71-4736-bcb6-d6b906fba72a ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:bb7d5022-8e71-4736-bcb6-d6b906fba72a ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[d0eb06d7-c7bd-4a26-99c3-0b1f0a33ff4a] QOSRules:[]}" +I1208 17:06:02.605119 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 138.558959ms +I1208 17:06:02.605621 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 192.805237ms +• +------------------------------ +OVN Egress Gateway Operations on setting namespace gateway annotations reconciles an new pod with namespace single exgw annotation already set with pod event first + No BFD + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:249 +2021/12/08 17:06:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3b14d2eb-890e-4d81-b515-af282f055837" "table"="Database" +2021/12/08 17:06:02 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3b14d2eb-890e-4d81-b515-af282f055837" "table"="Database" "model"="&{UUID:3b14d2eb-890e-4d81-b515-af282f055837 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:06:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="faa249da-e94b-467c-800d-4c38f0bfa496" "table"="Logical_Switch" +2021/12/08 17:06:02 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="faa249da-e94b-467c-800d-4c38f0bfa496" "table"="Logical_Switch" "model"="&{UUID:faa249da-e94b-467c-800d-4c38f0bfa496 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:06:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="97bb605d-1102-4ce3-93ed-a976eb4159ba" "table"="Logical_Router" +2021/12/08 17:06:02 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="97bb605d-1102-4ce3-93ed-a976eb4159ba" "table"="Logical_Router" "model"="&{UUID:97bb605d-1102-4ce3-93ed-a976eb4159ba Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ce9cc3c4-30b8-43e3-afe6-5805349667ca" "table"="Database" +2021/12/08 17:06:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ce9cc3c4-30b8-43e3-afe6-5805349667ca" "table"="Database" "model"="&{UUID:ce9cc3c4-30b8-43e3-afe6-5805349667ca Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:03.378091 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:03.378680 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:06:03.383119 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 3.783321ms +I1208 17:06:03.437544 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:06:03.540343 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +W1208 17:06:03.545316 19465 namespace.go:425] Unable to find namespace during ensure in informer cache or kube api server. Will defer configuring namespace. +I1208 17:06:03.546130 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996327} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996327}]}}] Timeout:0 Where:[where column _uuid == {faa249da-e94b-467c-800d-4c38f0bfa496}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="67cd988c-3655-46b4-98ff-030e6b2af053" "table"="Logical_Switch_Port" +2021/12/08 17:06:03 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="67cd988c-3655-46b4-98ff-030e6b2af053" "table"="Logical_Switch_Port" "model"="&{UUID:67cd988c-3655-46b4-98ff-030e6b2af053 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="faa249da-e94b-467c-800d-4c38f0bfa496" "table"="Logical_Switch" +2021/12/08 17:06:03 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="faa249da-e94b-467c-800d-4c38f0bfa496" "table"="Logical_Switch" "old"="&{UUID:faa249da-e94b-467c-800d-4c38f0bfa496 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:faa249da-e94b-467c-800d-4c38f0bfa496 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[67cd988c-3655-46b4-98ff-030e6b2af053] QOSRules:[]}" +2021/12/08 17:06:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="67cd988c-3655-46b4-98ff-030e6b2af053" "table"="Logical_Switch_Port" +2021/12/08 17:06:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="67cd988c-3655-46b4-98ff-030e6b2af053" "table"="Logical_Switch_Port" "model"="&{UUID:67cd988c-3655-46b4-98ff-030e6b2af053 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="faa249da-e94b-467c-800d-4c38f0bfa496" "table"="Logical_Switch" +2021/12/08 17:06:03 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="faa249da-e94b-467c-800d-4c38f0bfa496" "table"="Logical_Switch" "old"="&{UUID:faa249da-e94b-467c-800d-4c38f0bfa496 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:faa249da-e94b-467c-800d-4c38f0bfa496 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[67cd988c-3655-46b4-98ff-030e6b2af053] QOSRules:[]}" +I1208 17:06:03.573334 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 136.423413ms +E1208 17:06:03.573516 19465 ovn.go:622] namespace "namespace1" not found +I1208 17:06:03.574472 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 190.943334ms +I1208 17:06:03.575478 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:06:03.575925 19465 namespace.go:182] [namespace1] adding namespace +RESULT &[]RESULT &[{97bb605d-1102-4ce3-93ed-a976eb4159ba map[] [] [] GR_node1 [] map[] [] [] []}]I1208 17:06:03.578111 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.1.3/32 nexthop:9.0.0.1 options:{GoMap:map[ecmp_symmetric_reply:true]} output_port:{GoSet:[rtoe-GR_node1]} policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996328} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996328}]}}] Timeout:0 Where:[where column _uuid == {97bb605d-1102-4ce3-93ed-a976eb4159ba}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a1c000cc-e696-44b4-b656-c0c0c608bb67" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:03 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a1c000cc-e696-44b4-b656-c0c0c608bb67" "table"="Logical_Router_Static_Route" "model"="&{UUID:a1c000cc-e696-44b4-b656-c0c0c608bb67 BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc0190a41b0 Policy:0xc0190a41a0}" +2021/12/08 17:06:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="97bb605d-1102-4ce3-93ed-a976eb4159ba" "table"="Logical_Router" +2021/12/08 17:06:03 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="97bb605d-1102-4ce3-93ed-a976eb4159ba" "table"="Logical_Router" "old"="&{UUID:97bb605d-1102-4ce3-93ed-a976eb4159ba Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:97bb605d-1102-4ce3-93ed-a976eb4159ba Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[a1c000cc-e696-44b4-b656-c0c0c608bb67]}" +2021/12/08 17:06:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a1c000cc-e696-44b4-b656-c0c0c608bb67" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a1c000cc-e696-44b4-b656-c0c0c608bb67" "table"="Logical_Router_Static_Route" "model"="&{UUID:a1c000cc-e696-44b4-b656-c0c0c608bb67 BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00d91bef0 Policy:0xc00d91bf00}" +2021/12/08 17:06:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="97bb605d-1102-4ce3-93ed-a976eb4159ba" "table"="Logical_Router" +2021/12/08 17:06:03 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="97bb605d-1102-4ce3-93ed-a976eb4159ba" "table"="Logical_Router" "old"="&{UUID:97bb605d-1102-4ce3-93ed-a976eb4159ba Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:97bb605d-1102-4ce3-93ed-a976eb4159ba Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[a1c000cc-e696-44b4-b656-c0c0c608bb67]}" +I1208 17:06:03.602901 19465 namespace.go:186] [namespace1] adding namespace took 26.628255ms +I1208 17:06:03.629858 19465 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {67cd988c-3655-46b4-98ff-030e6b2af053}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="67cd988c-3655-46b4-98ff-030e6b2af053" "table"="Logical_Switch_Port" +2021/12/08 17:06:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="67cd988c-3655-46b4-98ff-030e6b2af053" "table"="Logical_Switch_Port" +I1208 17:06:03.645333 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 70.616646ms +• +------------------------------ +OVN Egress Gateway Operations on setting namespace gateway annotations reconciles an new pod with namespace single exgw annotation already set with pod event first + BFD Enabled + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:285 +2021/12/08 17:06:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f69e82e2-4f47-4f3d-9692-2ba6f314e9c9" "table"="Database" +2021/12/08 17:06:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f69e82e2-4f47-4f3d-9692-2ba6f314e9c9" "table"="Database" "model"="&{UUID:f69e82e2-4f47-4f3d-9692-2ba6f314e9c9 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:06:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a9d5fa3e-ee5d-4d52-94ef-f89182ed4c8e" "table"="Logical_Switch" +2021/12/08 17:06:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a9d5fa3e-ee5d-4d52-94ef-f89182ed4c8e" "table"="Logical_Switch" "model"="&{UUID:a9d5fa3e-ee5d-4d52-94ef-f89182ed4c8e ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:06:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="218ed3a2-46f0-46c9-9f7c-04fc48f42579" "table"="Logical_Router" +2021/12/08 17:06:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="218ed3a2-46f0-46c9-9f7c-04fc48f42579" "table"="Logical_Router" "model"="&{UUID:218ed3a2-46f0-46c9-9f7c-04fc48f42579 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="100b9087-53f8-41d7-9fc3-8b1c3cd5c9ba" "table"="Database" +2021/12/08 17:06:04 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="100b9087-53f8-41d7-9fc3-8b1c3cd5c9ba" "table"="Database" "model"="&{UUID:100b9087-53f8-41d7-9fc3-8b1c3cd5c9ba Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:04.399513 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:04.400063 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:06:04.404186 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 3.281514ms +I1208 17:06:04.458861 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:06:04.561969 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +W1208 17:06:04.566699 19465 namespace.go:425] Unable to find namespace during ensure in informer cache or kube api server. Will defer configuring namespace. +I1208 17:06:04.567543 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996330} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996330}]}}] Timeout:0 Where:[where column _uuid == {a9d5fa3e-ee5d-4d52-94ef-f89182ed4c8e}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:04 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8a70abea-1873-4089-a7f3-c47b5a78cf3f" "table"="Logical_Switch_Port" +2021/12/08 17:06:04 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8a70abea-1873-4089-a7f3-c47b5a78cf3f" "table"="Logical_Switch_Port" "model"="&{UUID:8a70abea-1873-4089-a7f3-c47b5a78cf3f Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:04 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a9d5fa3e-ee5d-4d52-94ef-f89182ed4c8e" "table"="Logical_Switch" +2021/12/08 17:06:04 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a9d5fa3e-ee5d-4d52-94ef-f89182ed4c8e" "table"="Logical_Switch" "old"="&{UUID:a9d5fa3e-ee5d-4d52-94ef-f89182ed4c8e ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:a9d5fa3e-ee5d-4d52-94ef-f89182ed4c8e ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[8a70abea-1873-4089-a7f3-c47b5a78cf3f] QOSRules:[]}" +2021/12/08 17:06:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8a70abea-1873-4089-a7f3-c47b5a78cf3f" "table"="Logical_Switch_Port" +2021/12/08 17:06:04 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8a70abea-1873-4089-a7f3-c47b5a78cf3f" "table"="Logical_Switch_Port" "model"="&{UUID:8a70abea-1873-4089-a7f3-c47b5a78cf3f Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a9d5fa3e-ee5d-4d52-94ef-f89182ed4c8e" "table"="Logical_Switch" +2021/12/08 17:06:04 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a9d5fa3e-ee5d-4d52-94ef-f89182ed4c8e" "table"="Logical_Switch" "old"="&{UUID:a9d5fa3e-ee5d-4d52-94ef-f89182ed4c8e ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:a9d5fa3e-ee5d-4d52-94ef-f89182ed4c8e ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[8a70abea-1873-4089-a7f3-c47b5a78cf3f] QOSRules:[]}" +I1208 17:06:04.596415 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 138.253804ms +E1208 17:06:04.596595 19465 ovn.go:622] namespace "namespace1" not found +I1208 17:06:04.596922 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 192.370386ms +I1208 17:06:04.597954 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:06:04.598122 19465 namespace.go:182] [namespace1] adding namespace +RESULT &[]RESULT &[{218ed3a2-46f0-46c9-9f7c-04fc48f42579 map[] [] [] GR_node1 [] map[] [] [] []}]I1208 17:06:04.652040 19465 transact.go:41] Configuring OVN: [{Op:insert Table:BFD Row:map[dst_ip:9.0.0.1 logical_port:rtoe-GR_node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996331} {Op:insert Table:Logical_Router_Static_Route Row:map[bfd:{GoSet:[{GoUUID:u2596996331}]} ip_prefix:10.128.1.3/32 nexthop:9.0.0.1 options:{GoMap:map[ecmp_symmetric_reply:true]} output_port:{GoSet:[rtoe-GR_node1]} policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996332} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996332}]}}] Timeout:0 Where:[where column _uuid == {218ed3a2-46f0-46c9-9f7c-04fc48f42579}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:04 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f1f9ac62-6fdf-4245-900f-94716ba9562a" "table"="BFD" +2021/12/08 17:06:04 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f1f9ac62-6fdf-4245-900f-94716ba9562a" "table"="BFD" "model"="&{UUID:f1f9ac62-6fdf-4245-900f-94716ba9562a DetectMult: DstIP:9.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:04 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1c3bd658-8613-4068-8f89-7d9a3f55622a" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:04 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1c3bd658-8613-4068-8f89-7d9a3f55622a" "table"="Logical_Router_Static_Route" "model"="&{UUID:1c3bd658-8613-4068-8f89-7d9a3f55622a BFD:0xc03f8518d0 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc03f8518e0 Policy:0xc03f8518b0}" +2021/12/08 17:06:04 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="218ed3a2-46f0-46c9-9f7c-04fc48f42579" "table"="Logical_Router" +2021/12/08 17:06:04 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="218ed3a2-46f0-46c9-9f7c-04fc48f42579" "table"="Logical_Router" "old"="&{UUID:218ed3a2-46f0-46c9-9f7c-04fc48f42579 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:218ed3a2-46f0-46c9-9f7c-04fc48f42579 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[1c3bd658-8613-4068-8f89-7d9a3f55622a]}" +2021/12/08 17:06:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="218ed3a2-46f0-46c9-9f7c-04fc48f42579" "table"="Logical_Router" +2021/12/08 17:06:04 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="218ed3a2-46f0-46c9-9f7c-04fc48f42579" "table"="Logical_Router" "old"="&{UUID:218ed3a2-46f0-46c9-9f7c-04fc48f42579 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:218ed3a2-46f0-46c9-9f7c-04fc48f42579 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[1c3bd658-8613-4068-8f89-7d9a3f55622a]}" +2021/12/08 17:06:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f1f9ac62-6fdf-4245-900f-94716ba9562a" "table"="BFD" +2021/12/08 17:06:04 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f1f9ac62-6fdf-4245-900f-94716ba9562a" "table"="BFD" "model"="&{UUID:f1f9ac62-6fdf-4245-900f-94716ba9562a DetectMult: DstIP:9.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1c3bd658-8613-4068-8f89-7d9a3f55622a" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:04 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1c3bd658-8613-4068-8f89-7d9a3f55622a" "table"="Logical_Router_Static_Route" "model"="&{UUID:1c3bd658-8613-4068-8f89-7d9a3f55622a BFD:0xc043c32ad0 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc043c32aa0 Policy:0xc043c32ab0}" +I1208 17:06:04.686265 19465 namespace.go:186] [namespace1] adding namespace took 87.114281ms +I1208 17:06:04.689156 19465 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {8a70abea-1873-4089-a7f3-c47b5a78cf3f}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:04 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8a70abea-1873-4089-a7f3-c47b5a78cf3f" "table"="Logical_Switch_Port" +2021/12/08 17:06:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8a70abea-1873-4089-a7f3-c47b5a78cf3f" "table"="Logical_Switch_Port" +I1208 17:06:04.704902 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 107.689265ms +• +------------------------------ +OVN Egress Gateway Operations on setting namespace gateway annotations reconciles an new pod with namespace double exgw annotation already set + No BFD + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:386 +2021/12/08 17:06:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b1cdeafa-86fb-4f16-8bbd-43218e8033f8" "table"="Database" +2021/12/08 17:06:04 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b1cdeafa-86fb-4f16-8bbd-43218e8033f8" "table"="Database" "model"="&{UUID:b1cdeafa-86fb-4f16-8bbd-43218e8033f8 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:06:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d5e0e1fb-b3b3-414f-9830-3461267d9ed5" "table"="Logical_Switch" +2021/12/08 17:06:04 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d5e0e1fb-b3b3-414f-9830-3461267d9ed5" "table"="Logical_Switch" "model"="&{UUID:d5e0e1fb-b3b3-414f-9830-3461267d9ed5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:06:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="25299a19-545b-4096-8712-25f08bc779b3" "table"="Logical_Router" +2021/12/08 17:06:04 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="25299a19-545b-4096-8712-25f08bc779b3" "table"="Logical_Router" "model"="&{UUID:25299a19-545b-4096-8712-25f08bc779b3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c945c1d1-b8ed-4dc4-890f-4d6746ab2807" "table"="Database" +2021/12/08 17:06:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c945c1d1-b8ed-4dc4-890f-4d6746ab2807" "table"="Database" "model"="&{UUID:c945c1d1-b8ed-4dc4-890f-4d6746ab2807 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:05.445153 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:05.445603 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:06:05.449078 19465 namespace.go:182] [namespace1] adding namespace +RESULT &[]RESULT &[{25299a19-545b-4096-8712-25f08bc779b3 map[] [] [] GR_node1 [] map[] [] [] []}]I1208 17:06:05.451692 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.1.3/32 nexthop:9.0.0.1 options:{GoMap:map[ecmp_symmetric_reply:true]} output_port:{GoSet:[rtoe-GR_node1]} policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996334} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996334}]}}] Timeout:0 Where:[where column _uuid == {25299a19-545b-4096-8712-25f08bc779b3}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="db478833-0c15-4520-9646-418ca4d382e6" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:05 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="db478833-0c15-4520-9646-418ca4d382e6" "table"="Logical_Router_Static_Route" "model"="&{UUID:db478833-0c15-4520-9646-418ca4d382e6 BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00b87b8a0 Policy:0xc00b87b8b0}" +2021/12/08 17:06:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="25299a19-545b-4096-8712-25f08bc779b3" "table"="Logical_Router" +2021/12/08 17:06:05 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="25299a19-545b-4096-8712-25f08bc779b3" "table"="Logical_Router" "old"="&{UUID:25299a19-545b-4096-8712-25f08bc779b3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:25299a19-545b-4096-8712-25f08bc779b3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[db478833-0c15-4520-9646-418ca4d382e6]}" +2021/12/08 17:06:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="db478833-0c15-4520-9646-418ca4d382e6" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="db478833-0c15-4520-9646-418ca4d382e6" "table"="Logical_Router_Static_Route" "model"="&{UUID:db478833-0c15-4520-9646-418ca4d382e6 BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc019005890 Policy:0xc0190058a0}" +2021/12/08 17:06:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="25299a19-545b-4096-8712-25f08bc779b3" "table"="Logical_Router" +2021/12/08 17:06:05 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="25299a19-545b-4096-8712-25f08bc779b3" "table"="Logical_Router" "old"="&{UUID:25299a19-545b-4096-8712-25f08bc779b3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:25299a19-545b-4096-8712-25f08bc779b3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[db478833-0c15-4520-9646-418ca4d382e6]}" +RESULT &[]RESULT &[{25299a19-545b-4096-8712-25f08bc779b3 map[] [] [] GR_node1 [] map[] [] [] [db478833-0c15-4520-9646-418ca4d382e6]}]I1208 17:06:05.479164 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.1.3/32 nexthop:9.0.0.2 options:{GoMap:map[ecmp_symmetric_reply:true]} output_port:{GoSet:[rtoe-GR_node1]} policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996335} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996335}]}}] Timeout:0 Where:[where column _uuid == {25299a19-545b-4096-8712-25f08bc779b3}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0a0f0bc2-698e-4b39-b40c-fa2112fcbb82" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:05 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0a0f0bc2-698e-4b39-b40c-fa2112fcbb82" "table"="Logical_Router_Static_Route" "model"="&{UUID:0a0f0bc2-698e-4b39-b40c-fa2112fcbb82 BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.2 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc0190a5fc0 Policy:0xc0190a5fd0}" +2021/12/08 17:06:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="25299a19-545b-4096-8712-25f08bc779b3" "table"="Logical_Router" +2021/12/08 17:06:05 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="25299a19-545b-4096-8712-25f08bc779b3" "table"="Logical_Router" "old"="&{UUID:25299a19-545b-4096-8712-25f08bc779b3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[db478833-0c15-4520-9646-418ca4d382e6]}" "new"="&{UUID:25299a19-545b-4096-8712-25f08bc779b3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[db478833-0c15-4520-9646-418ca4d382e6 0a0f0bc2-698e-4b39-b40c-fa2112fcbb82]}" +2021/12/08 17:06:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0a0f0bc2-698e-4b39-b40c-fa2112fcbb82" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0a0f0bc2-698e-4b39-b40c-fa2112fcbb82" "table"="Logical_Router_Static_Route" "model"="&{UUID:0a0f0bc2-698e-4b39-b40c-fa2112fcbb82 BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.2 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc052500d50 Policy:0xc052500d60}" +2021/12/08 17:06:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="25299a19-545b-4096-8712-25f08bc779b3" "table"="Logical_Router" +2021/12/08 17:06:05 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="25299a19-545b-4096-8712-25f08bc779b3" "table"="Logical_Router" "old"="&{UUID:25299a19-545b-4096-8712-25f08bc779b3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[db478833-0c15-4520-9646-418ca4d382e6]}" "new"="&{UUID:25299a19-545b-4096-8712-25f08bc779b3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[db478833-0c15-4520-9646-418ca4d382e6 0a0f0bc2-698e-4b39-b40c-fa2112fcbb82]}" +I1208 17:06:05.503586 19465 namespace.go:186] [namespace1] adding namespace took 54.151145ms +I1208 17:06:05.503922 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 57.610089ms +I1208 17:06:05.557778 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:06:05.660314 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +I1208 17:06:05.665845 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996336} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996336}]}}] Timeout:0 Where:[where column _uuid == {d5e0e1fb-b3b3-414f-9830-3461267d9ed5}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="fb3915ab-9db3-4423-83db-2f92e0dbe075" "table"="Logical_Switch_Port" +2021/12/08 17:06:05 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="fb3915ab-9db3-4423-83db-2f92e0dbe075" "table"="Logical_Switch_Port" "model"="&{UUID:fb3915ab-9db3-4423-83db-2f92e0dbe075 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d5e0e1fb-b3b3-414f-9830-3461267d9ed5" "table"="Logical_Switch" +2021/12/08 17:06:05 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d5e0e1fb-b3b3-414f-9830-3461267d9ed5" "table"="Logical_Switch" "old"="&{UUID:d5e0e1fb-b3b3-414f-9830-3461267d9ed5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:d5e0e1fb-b3b3-414f-9830-3461267d9ed5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[fb3915ab-9db3-4423-83db-2f92e0dbe075] QOSRules:[]}" +2021/12/08 17:06:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="fb3915ab-9db3-4423-83db-2f92e0dbe075" "table"="Logical_Switch_Port" +2021/12/08 17:06:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="fb3915ab-9db3-4423-83db-2f92e0dbe075" "table"="Logical_Switch_Port" "model"="&{UUID:fb3915ab-9db3-4423-83db-2f92e0dbe075 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d5e0e1fb-b3b3-414f-9830-3461267d9ed5" "table"="Logical_Switch" +2021/12/08 17:06:05 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d5e0e1fb-b3b3-414f-9830-3461267d9ed5" "table"="Logical_Switch" "old"="&{UUID:d5e0e1fb-b3b3-414f-9830-3461267d9ed5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:d5e0e1fb-b3b3-414f-9830-3461267d9ed5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[fb3915ab-9db3-4423-83db-2f92e0dbe075] QOSRules:[]}" +I1208 17:06:05.694982 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 137.790947ms +I1208 17:06:05.695427 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 191.125678ms +• +------------------------------ +OVN Egress Gateway Operations on setting namespace gateway annotations reconciles an new pod with namespace double exgw annotation already set + BFD Enabled + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:432 +2021/12/08 17:06:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c2862824-8c8f-40ef-952f-a718658790fe" "table"="Database" +2021/12/08 17:06:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c2862824-8c8f-40ef-952f-a718658790fe" "table"="Database" "model"="&{UUID:c2862824-8c8f-40ef-952f-a718658790fe Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:06:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="04985d44-c8cc-4ad4-9bd3-50b35ee3a589" "table"="Logical_Switch" +2021/12/08 17:06:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="04985d44-c8cc-4ad4-9bd3-50b35ee3a589" "table"="Logical_Switch" "model"="&{UUID:04985d44-c8cc-4ad4-9bd3-50b35ee3a589 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:06:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="546ebacd-3b12-4853-86aa-f1ca0d9a60df" "table"="Logical_Router" +2021/12/08 17:06:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="546ebacd-3b12-4853-86aa-f1ca0d9a60df" "table"="Logical_Router" "model"="&{UUID:546ebacd-3b12-4853-86aa-f1ca0d9a60df Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0898b4e3-8d3d-454d-83b6-8681dd0bffef" "table"="Database" +2021/12/08 17:06:06 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0898b4e3-8d3d-454d-83b6-8681dd0bffef" "table"="Database" "model"="&{UUID:0898b4e3-8d3d-454d-83b6-8681dd0bffef Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:06.447075 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:06.447505 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:06:06.450885 19465 namespace.go:182] [namespace1] adding namespace +RESULT &[]RESULT &[{546ebacd-3b12-4853-86aa-f1ca0d9a60df map[] [] [] GR_node1 [] map[] [] [] []}]I1208 17:06:06.510777 19465 transact.go:41] Configuring OVN: [{Op:insert Table:BFD Row:map[dst_ip:9.0.0.1 logical_port:rtoe-GR_node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996338} {Op:insert Table:Logical_Router_Static_Route Row:map[bfd:{GoSet:[{GoUUID:u2596996338}]} ip_prefix:10.128.1.3/32 nexthop:9.0.0.1 options:{GoMap:map[ecmp_symmetric_reply:true]} output_port:{GoSet:[rtoe-GR_node1]} policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996339} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996339}]}}] Timeout:0 Where:[where column _uuid == {546ebacd-3b12-4853-86aa-f1ca0d9a60df}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="28f778bb-1905-43c7-8e1a-d7f7d779b2b2" "table"="BFD" +2021/12/08 17:06:06 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="28f778bb-1905-43c7-8e1a-d7f7d779b2b2" "table"="BFD" "model"="&{UUID:28f778bb-1905-43c7-8e1a-d7f7d779b2b2 DetectMult: DstIP:9.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="523ba1d9-1137-466f-bd24-ec62aa7c6f9c" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:06 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="523ba1d9-1137-466f-bd24-ec62aa7c6f9c" "table"="Logical_Router_Static_Route" "model"="&{UUID:523ba1d9-1137-466f-bd24-ec62aa7c6f9c BFD:0xc00ad7a880 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00ad7a890 Policy:0xc00ad7a8a0}" +2021/12/08 17:06:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="546ebacd-3b12-4853-86aa-f1ca0d9a60df" "table"="Logical_Router" +2021/12/08 17:06:06 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="546ebacd-3b12-4853-86aa-f1ca0d9a60df" "table"="Logical_Router" "old"="&{UUID:546ebacd-3b12-4853-86aa-f1ca0d9a60df Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:546ebacd-3b12-4853-86aa-f1ca0d9a60df Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[523ba1d9-1137-466f-bd24-ec62aa7c6f9c]}" +2021/12/08 17:06:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="546ebacd-3b12-4853-86aa-f1ca0d9a60df" "table"="Logical_Router" +2021/12/08 17:06:06 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="546ebacd-3b12-4853-86aa-f1ca0d9a60df" "table"="Logical_Router" "old"="&{UUID:546ebacd-3b12-4853-86aa-f1ca0d9a60df Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:546ebacd-3b12-4853-86aa-f1ca0d9a60df Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[523ba1d9-1137-466f-bd24-ec62aa7c6f9c]}" +2021/12/08 17:06:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="28f778bb-1905-43c7-8e1a-d7f7d779b2b2" "table"="BFD" +2021/12/08 17:06:06 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="28f778bb-1905-43c7-8e1a-d7f7d779b2b2" "table"="BFD" "model"="&{UUID:28f778bb-1905-43c7-8e1a-d7f7d779b2b2 DetectMult: DstIP:9.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="523ba1d9-1137-466f-bd24-ec62aa7c6f9c" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:06 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="523ba1d9-1137-466f-bd24-ec62aa7c6f9c" "table"="Logical_Router_Static_Route" "model"="&{UUID:523ba1d9-1137-466f-bd24-ec62aa7c6f9c BFD:0xc04fb20b90 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc04fb20b60 Policy:0xc04fb20b70}" +RESULT &[]RESULT &[{546ebacd-3b12-4853-86aa-f1ca0d9a60df map[] [] [] GR_node1 [] map[] [] [] [523ba1d9-1137-466f-bd24-ec62aa7c6f9c]}]I1208 17:06:06.645450 19465 transact.go:41] Configuring OVN: [{Op:insert Table:BFD Row:map[dst_ip:9.0.0.2 logical_port:rtoe-GR_node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996340} {Op:insert Table:Logical_Router_Static_Route Row:map[bfd:{GoSet:[{GoUUID:u2596996340}]} ip_prefix:10.128.1.3/32 nexthop:9.0.0.2 options:{GoMap:map[ecmp_symmetric_reply:true]} output_port:{GoSet:[rtoe-GR_node1]} policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996341} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996341}]}}] Timeout:0 Where:[where column _uuid == {546ebacd-3b12-4853-86aa-f1ca0d9a60df}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6b4f6f6c-a852-4b2c-815a-542273d60de6" "table"="BFD" +2021/12/08 17:06:06 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6b4f6f6c-a852-4b2c-815a-542273d60de6" "table"="BFD" "model"="&{UUID:6b4f6f6c-a852-4b2c-815a-542273d60de6 DetectMult: DstIP:9.0.0.2 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b5f877dc-9eda-4692-b341-e7fe95439949" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:06 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b5f877dc-9eda-4692-b341-e7fe95439949" "table"="Logical_Router_Static_Route" "model"="&{UUID:b5f877dc-9eda-4692-b341-e7fe95439949 BFD:0xc0400bf0e0 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.2 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc0400bf0b0 Policy:0xc0400bf0c0}" +2021/12/08 17:06:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="546ebacd-3b12-4853-86aa-f1ca0d9a60df" "table"="Logical_Router" +2021/12/08 17:06:06 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="546ebacd-3b12-4853-86aa-f1ca0d9a60df" "table"="Logical_Router" "old"="&{UUID:546ebacd-3b12-4853-86aa-f1ca0d9a60df Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[523ba1d9-1137-466f-bd24-ec62aa7c6f9c]}" "new"="&{UUID:546ebacd-3b12-4853-86aa-f1ca0d9a60df Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[523ba1d9-1137-466f-bd24-ec62aa7c6f9c b5f877dc-9eda-4692-b341-e7fe95439949]}" +2021/12/08 17:06:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="546ebacd-3b12-4853-86aa-f1ca0d9a60df" "table"="Logical_Router" +2021/12/08 17:06:06 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="546ebacd-3b12-4853-86aa-f1ca0d9a60df" "table"="Logical_Router" "old"="&{UUID:546ebacd-3b12-4853-86aa-f1ca0d9a60df Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[523ba1d9-1137-466f-bd24-ec62aa7c6f9c]}" "new"="&{UUID:546ebacd-3b12-4853-86aa-f1ca0d9a60df Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[523ba1d9-1137-466f-bd24-ec62aa7c6f9c b5f877dc-9eda-4692-b341-e7fe95439949]}" +2021/12/08 17:06:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6b4f6f6c-a852-4b2c-815a-542273d60de6" "table"="BFD" +2021/12/08 17:06:06 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6b4f6f6c-a852-4b2c-815a-542273d60de6" "table"="BFD" "model"="&{UUID:6b4f6f6c-a852-4b2c-815a-542273d60de6 DetectMult: DstIP:9.0.0.2 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b5f877dc-9eda-4692-b341-e7fe95439949" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:06 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b5f877dc-9eda-4692-b341-e7fe95439949" "table"="Logical_Router_Static_Route" "model"="&{UUID:b5f877dc-9eda-4692-b341-e7fe95439949 BFD:0xc03f7f6f10 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.2 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc03f7f6f20 Policy:0xc03f7f6f30}" +I1208 17:06:06.678068 19465 namespace.go:186] [namespace1] adding namespace took 226.854794ms +I1208 17:06:06.678436 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 230.361145ms +I1208 17:06:06.732089 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:06:06.834364 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +I1208 17:06:06.839898 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996342} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996342}]}}] Timeout:0 Where:[where column _uuid == {04985d44-c8cc-4ad4-9bd3-50b35ee3a589}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7fb8a213-7284-4881-855b-76e81a65dca5" "table"="Logical_Switch_Port" +2021/12/08 17:06:06 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7fb8a213-7284-4881-855b-76e81a65dca5" "table"="Logical_Switch_Port" "model"="&{UUID:7fb8a213-7284-4881-855b-76e81a65dca5 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="04985d44-c8cc-4ad4-9bd3-50b35ee3a589" "table"="Logical_Switch" +2021/12/08 17:06:06 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="04985d44-c8cc-4ad4-9bd3-50b35ee3a589" "table"="Logical_Switch" "old"="&{UUID:04985d44-c8cc-4ad4-9bd3-50b35ee3a589 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:04985d44-c8cc-4ad4-9bd3-50b35ee3a589 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[7fb8a213-7284-4881-855b-76e81a65dca5] QOSRules:[]}" +2021/12/08 17:06:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="04985d44-c8cc-4ad4-9bd3-50b35ee3a589" "table"="Logical_Switch" +2021/12/08 17:06:06 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="04985d44-c8cc-4ad4-9bd3-50b35ee3a589" "table"="Logical_Switch" "old"="&{UUID:04985d44-c8cc-4ad4-9bd3-50b35ee3a589 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:04985d44-c8cc-4ad4-9bd3-50b35ee3a589 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[7fb8a213-7284-4881-855b-76e81a65dca5] QOSRules:[]}" +2021/12/08 17:06:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7fb8a213-7284-4881-855b-76e81a65dca5" "table"="Logical_Switch_Port" +2021/12/08 17:06:06 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7fb8a213-7284-4881-855b-76e81a65dca5" "table"="Logical_Switch_Port" "model"="&{UUID:7fb8a213-7284-4881-855b-76e81a65dca5 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +I1208 17:06:06.864613 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 132.857164ms +I1208 17:06:06.864992 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 186.203762ms +• +------------------------------ +OVN Egress Gateway Operations on setting namespace gateway annotations reconciles deleting a pod with namespace double exgw annotation already set + No BFD + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:546 +2021/12/08 17:06:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8bc851ee-d266-4c54-bd89-ab10bc8ccbce" "table"="Database" +2021/12/08 17:06:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8bc851ee-d266-4c54-bd89-ab10bc8ccbce" "table"="Database" "model"="&{UUID:8bc851ee-d266-4c54-bd89-ab10bc8ccbce Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:06:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="571f47be-ed5a-46fd-8a12-d392be2e53a7" "table"="Logical_Router" +2021/12/08 17:06:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="571f47be-ed5a-46fd-8a12-d392be2e53a7" "table"="Logical_Router" "model"="&{UUID:571f47be-ed5a-46fd-8a12-d392be2e53a7 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[7d80d51d-49d8-4d58-9bc8-1021c6754ab2 cfeab9be-fac8-4cba-b2d2-c033b748e24b]}" +2021/12/08 17:06:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7d80d51d-49d8-4d58-9bc8-1021c6754ab2" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7d80d51d-49d8-4d58-9bc8-1021c6754ab2" "table"="Logical_Router_Static_Route" "model"="&{UUID:7d80d51d-49d8-4d58-9bc8-1021c6754ab2 BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc0553277d0 Policy:0xc0553277e0}" +2021/12/08 17:06:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cfeab9be-fac8-4cba-b2d2-c033b748e24b" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cfeab9be-fac8-4cba-b2d2-c033b748e24b" "table"="Logical_Router_Static_Route" "model"="&{UUID:cfeab9be-fac8-4cba-b2d2-c033b748e24b BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.2 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc055327910 Policy:0xc055327920}" +2021/12/08 17:06:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="38421bc3-a23d-41ae-ba07-2df85c35f204" "table"="Logical_Switch" +2021/12/08 17:06:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="38421bc3-a23d-41ae-ba07-2df85c35f204" "table"="Logical_Switch" "model"="&{UUID:38421bc3-a23d-41ae-ba07-2df85c35f204 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:06:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7f179969-5afd-44b6-b3dd-ff1b45e7ecac" "table"="Database" +2021/12/08 17:06:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7f179969-5afd-44b6-b3dd-ff1b45e7ecac" "table"="Database" "model"="&{UUID:7f179969-5afd-44b6-b3dd-ff1b45e7ecac Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:07.615201 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:07.615548 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:06:07.618848 19465 namespace.go:182] [namespace1] adding namespace +RESULT &[{7d80d51d-49d8-4d58-9bc8-1021c6754ab2 map[] 10.128.1.3/32 9.0.0.1 map[ecmp_symmetric_reply:true] 0xc04014b2b0 0xc04014b2c0}]RESULT &[{571f47be-ed5a-46fd-8a12-d392be2e53a7 map[] [] [] GR_node1 [] map[] [] [] [7d80d51d-49d8-4d58-9bc8-1021c6754ab2 cfeab9be-fac8-4cba-b2d2-c033b748e24b]}]RESULT &[{cfeab9be-fac8-4cba-b2d2-c033b748e24b map[] 10.128.1.3/32 9.0.0.2 map[ecmp_symmetric_reply:true] 0xc04014b510 0xc04014b520}]RESULT &[{571f47be-ed5a-46fd-8a12-d392be2e53a7 map[] [] [] GR_node1 [] map[] [] [] [7d80d51d-49d8-4d58-9bc8-1021c6754ab2 cfeab9be-fac8-4cba-b2d2-c033b748e24b]}]I1208 17:06:07.622863 19465 namespace.go:186] [namespace1] adding namespace took 3.655094ms +I1208 17:06:07.623087 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 7.083169ms +I1208 17:06:07.677138 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:06:07.779092 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +I1208 17:06:07.784813 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996344} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996344}]}}] Timeout:0 Where:[where column _uuid == {38421bc3-a23d-41ae-ba07-2df85c35f204}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="66ad762c-9c5e-4d37-8187-1a9c562e7ad4" "table"="Logical_Switch_Port" +2021/12/08 17:06:07 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="66ad762c-9c5e-4d37-8187-1a9c562e7ad4" "table"="Logical_Switch_Port" "model"="&{UUID:66ad762c-9c5e-4d37-8187-1a9c562e7ad4 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="38421bc3-a23d-41ae-ba07-2df85c35f204" "table"="Logical_Switch" +2021/12/08 17:06:07 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="38421bc3-a23d-41ae-ba07-2df85c35f204" "table"="Logical_Switch" "old"="&{UUID:38421bc3-a23d-41ae-ba07-2df85c35f204 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:38421bc3-a23d-41ae-ba07-2df85c35f204 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[66ad762c-9c5e-4d37-8187-1a9c562e7ad4] QOSRules:[]}" +2021/12/08 17:06:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="66ad762c-9c5e-4d37-8187-1a9c562e7ad4" "table"="Logical_Switch_Port" +2021/12/08 17:06:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="66ad762c-9c5e-4d37-8187-1a9c562e7ad4" "table"="Logical_Switch_Port" "model"="&{UUID:66ad762c-9c5e-4d37-8187-1a9c562e7ad4 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="38421bc3-a23d-41ae-ba07-2df85c35f204" "table"="Logical_Switch" +2021/12/08 17:06:07 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="38421bc3-a23d-41ae-ba07-2df85c35f204" "table"="Logical_Switch" "old"="&{UUID:38421bc3-a23d-41ae-ba07-2df85c35f204 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:38421bc3-a23d-41ae-ba07-2df85c35f204 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[66ad762c-9c5e-4d37-8187-1a9c562e7ad4] QOSRules:[]}" +I1208 17:06:07.815394 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 138.862429ms +I1208 17:06:07.815807 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 192.335929ms +I1208 17:06:07.818204 19465 pods.go:117] Deleting pod: namespace1/myPod +I1208 17:06:07.872548 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:delete Value:{GoSet:[{GoUUID:66ad762c-9c5e-4d37-8187-1a9c562e7ad4}]}}] Timeout:0 Where:[where column _uuid == {38421bc3-a23d-41ae-ba07-2df85c35f204}] Until: Durable: Comment: Lock: UUIDName:} {Op:delete Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {66ad762c-9c5e-4d37-8187-1a9c562e7ad4}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="38421bc3-a23d-41ae-ba07-2df85c35f204" "table"="Logical_Switch" +2021/12/08 17:06:07 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="38421bc3-a23d-41ae-ba07-2df85c35f204" "table"="Logical_Switch" "old"="&{UUID:38421bc3-a23d-41ae-ba07-2df85c35f204 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[66ad762c-9c5e-4d37-8187-1a9c562e7ad4] QOSRules:[]}" "new"="&{UUID:38421bc3-a23d-41ae-ba07-2df85c35f204 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:06:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="66ad762c-9c5e-4d37-8187-1a9c562e7ad4" "table"="Logical_Switch_Port" +2021/12/08 17:06:07 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="66ad762c-9c5e-4d37-8187-1a9c562e7ad4" "table"="Logical_Switch_Port" "model"="&{UUID:66ad762c-9c5e-4d37-8187-1a9c562e7ad4 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="66ad762c-9c5e-4d37-8187-1a9c562e7ad4" "table"="Logical_Switch_Port" +2021/12/08 17:06:07 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="66ad762c-9c5e-4d37-8187-1a9c562e7ad4" "table"="Logical_Switch_Port" "model"="&{UUID:66ad762c-9c5e-4d37-8187-1a9c562e7ad4 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="38421bc3-a23d-41ae-ba07-2df85c35f204" "table"="Logical_Switch" +2021/12/08 17:06:07 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="38421bc3-a23d-41ae-ba07-2df85c35f204" "table"="Logical_Switch" "old"="&{UUID:38421bc3-a23d-41ae-ba07-2df85c35f204 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[66ad762c-9c5e-4d37-8187-1a9c562e7ad4] QOSRules:[]}" "new"="&{UUID:38421bc3-a23d-41ae-ba07-2df85c35f204 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[{7d80d51d-49d8-4d58-9bc8-1021c6754ab2 map[] 10.128.1.3/32 9.0.0.1 map[ecmp_symmetric_reply:true] 0xc043da5d60 0xc043da5d70}]RESULT &[{571f47be-ed5a-46fd-8a12-d392be2e53a7 map[] [] [] GR_node1 [] map[] [] [] [7d80d51d-49d8-4d58-9bc8-1021c6754ab2 cfeab9be-fac8-4cba-b2d2-c033b748e24b]}]I1208 17:06:07.900767 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Static_Route Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {7d80d51d-49d8-4d58-9bc8-1021c6754ab2}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:delete Value:{GoSet:[{GoUUID:7d80d51d-49d8-4d58-9bc8-1021c6754ab2}]}}] Timeout:0 Where:[where column _uuid == {571f47be-ed5a-46fd-8a12-d392be2e53a7}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7d80d51d-49d8-4d58-9bc8-1021c6754ab2" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:07 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="7d80d51d-49d8-4d58-9bc8-1021c6754ab2" "table"="Logical_Router_Static_Route" "model"="&{UUID:7d80d51d-49d8-4d58-9bc8-1021c6754ab2 BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00028ec00 Policy:0xc00028ec10}" +2021/12/08 17:06:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="571f47be-ed5a-46fd-8a12-d392be2e53a7" "table"="Logical_Router" +2021/12/08 17:06:07 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="571f47be-ed5a-46fd-8a12-d392be2e53a7" "table"="Logical_Router" "old"="&{UUID:571f47be-ed5a-46fd-8a12-d392be2e53a7 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[7d80d51d-49d8-4d58-9bc8-1021c6754ab2 cfeab9be-fac8-4cba-b2d2-c033b748e24b]}" "new"="&{UUID:571f47be-ed5a-46fd-8a12-d392be2e53a7 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[cfeab9be-fac8-4cba-b2d2-c033b748e24b]}" +2021/12/08 17:06:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="571f47be-ed5a-46fd-8a12-d392be2e53a7" "table"="Logical_Router" +2021/12/08 17:06:07 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="571f47be-ed5a-46fd-8a12-d392be2e53a7" "table"="Logical_Router" "old"="&{UUID:571f47be-ed5a-46fd-8a12-d392be2e53a7 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[7d80d51d-49d8-4d58-9bc8-1021c6754ab2 cfeab9be-fac8-4cba-b2d2-c033b748e24b]}" "new"="&{UUID:571f47be-ed5a-46fd-8a12-d392be2e53a7 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[cfeab9be-fac8-4cba-b2d2-c033b748e24b]}" +2021/12/08 17:06:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7d80d51d-49d8-4d58-9bc8-1021c6754ab2" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:07 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="7d80d51d-49d8-4d58-9bc8-1021c6754ab2" "table"="Logical_Router_Static_Route" "model"="&{UUID:7d80d51d-49d8-4d58-9bc8-1021c6754ab2 BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00da75720 Policy:0xc00da75730}" +RESULT &[{cfeab9be-fac8-4cba-b2d2-c033b748e24b map[] 10.128.1.3/32 9.0.0.2 map[ecmp_symmetric_reply:true] 0xc00dd40560 0xc00dd40570}]RESULT &[{571f47be-ed5a-46fd-8a12-d392be2e53a7 map[] [] [] GR_node1 [] map[] [] [] [cfeab9be-fac8-4cba-b2d2-c033b748e24b]}]I1208 17:06:07.981518 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Static_Route Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {cfeab9be-fac8-4cba-b2d2-c033b748e24b}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:delete Value:{GoSet:[{GoUUID:cfeab9be-fac8-4cba-b2d2-c033b748e24b}]}}] Timeout:0 Where:[where column _uuid == {571f47be-ed5a-46fd-8a12-d392be2e53a7}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cfeab9be-fac8-4cba-b2d2-c033b748e24b" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:07 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="cfeab9be-fac8-4cba-b2d2-c033b748e24b" "table"="Logical_Router_Static_Route" "model"="&{UUID:cfeab9be-fac8-4cba-b2d2-c033b748e24b BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.2 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00dffa590 Policy:0xc00dffa5a0}" +2021/12/08 17:06:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="571f47be-ed5a-46fd-8a12-d392be2e53a7" "table"="Logical_Router" +2021/12/08 17:06:07 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="571f47be-ed5a-46fd-8a12-d392be2e53a7" "table"="Logical_Router" "old"="&{UUID:571f47be-ed5a-46fd-8a12-d392be2e53a7 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[cfeab9be-fac8-4cba-b2d2-c033b748e24b]}" "new"="&{UUID:571f47be-ed5a-46fd-8a12-d392be2e53a7 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="571f47be-ed5a-46fd-8a12-d392be2e53a7" "table"="Logical_Router" +2021/12/08 17:06:08 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="571f47be-ed5a-46fd-8a12-d392be2e53a7" "table"="Logical_Router" "old"="&{UUID:571f47be-ed5a-46fd-8a12-d392be2e53a7 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[cfeab9be-fac8-4cba-b2d2-c033b748e24b]}" "new"="&{UUID:571f47be-ed5a-46fd-8a12-d392be2e53a7 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cfeab9be-fac8-4cba-b2d2-c033b748e24b" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:08 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="cfeab9be-fac8-4cba-b2d2-c033b748e24b" "table"="Logical_Router_Static_Route" "model"="&{UUID:cfeab9be-fac8-4cba-b2d2-c033b748e24b BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.2 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00dd417a0 Policy:0xc00dd417b0}" +• +------------------------------ +OVN Egress Gateway Operations on setting namespace gateway annotations reconciles deleting a pod with namespace double exgw annotation already set + BFD + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:590 +2021/12/08 17:06:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="157254a4-0c59-4e1d-953a-6008d4f3f62a" "table"="Database" +2021/12/08 17:06:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="157254a4-0c59-4e1d-953a-6008d4f3f62a" "table"="Database" "model"="&{UUID:157254a4-0c59-4e1d-953a-6008d4f3f62a Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:06:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d6a27745-9b91-4902-8168-72e7a9b21a7c" "table"="Logical_Router" +2021/12/08 17:06:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d6a27745-9b91-4902-8168-72e7a9b21a7c" "table"="Logical_Router" "model"="&{UUID:d6a27745-9b91-4902-8168-72e7a9b21a7c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[09383f07-81f5-42b5-b02f-6e50b1718aff 0ba1e4fb-393a-436b-90a8-863119764368]}" +2021/12/08 17:06:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c89de115-1859-46ec-b070-d957afd11324" "table"="Logical_Switch" +2021/12/08 17:06:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c89de115-1859-46ec-b070-d957afd11324" "table"="Logical_Switch" "model"="&{UUID:c89de115-1859-46ec-b070-d957afd11324 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:06:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="81229d7d-ca5b-4697-a998-eb45e83ae115" "table"="BFD" +2021/12/08 17:06:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="81229d7d-ca5b-4697-a998-eb45e83ae115" "table"="BFD" "model"="&{UUID:81229d7d-ca5b-4697-a998-eb45e83ae115 DetectMult: DstIP:9.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="df35dde2-3f00-476d-9aa5-24e2013163d8" "table"="BFD" +2021/12/08 17:06:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="df35dde2-3f00-476d-9aa5-24e2013163d8" "table"="BFD" "model"="&{UUID:df35dde2-3f00-476d-9aa5-24e2013163d8 DetectMult: DstIP:9.0.0.2 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="09383f07-81f5-42b5-b02f-6e50b1718aff" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="09383f07-81f5-42b5-b02f-6e50b1718aff" "table"="Logical_Router_Static_Route" "model"="&{UUID:09383f07-81f5-42b5-b02f-6e50b1718aff BFD:0xc0016d97e0 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc0016d97b0 Policy:0xc0016d97c0}" +2021/12/08 17:06:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0ba1e4fb-393a-436b-90a8-863119764368" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0ba1e4fb-393a-436b-90a8-863119764368" "table"="Logical_Router_Static_Route" "model"="&{UUID:0ba1e4fb-393a-436b-90a8-863119764368 BFD:0xc0016d9930 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.2 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc0016d9940 Policy:0xc0016d9950}" +2021/12/08 17:06:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="73670689-c399-4bf6-9a63-4f553eace229" "table"="Database" +2021/12/08 17:06:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="73670689-c399-4bf6-9a63-4f553eace229" "table"="Database" "model"="&{UUID:73670689-c399-4bf6-9a63-4f553eace229 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:08.822937 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:08.823287 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:06:08.826676 19465 namespace.go:182] [namespace1] adding namespace +RESULT &[{09383f07-81f5-42b5-b02f-6e50b1718aff 0xc001cf42f0 map[] 10.128.1.3/32 9.0.0.1 map[ecmp_symmetric_reply:true] 0xc001cf4340 0xc001cf4350}]RESULT &[{d6a27745-9b91-4902-8168-72e7a9b21a7c map[] [] [] GR_node1 [] map[] [] [] [09383f07-81f5-42b5-b02f-6e50b1718aff 0ba1e4fb-393a-436b-90a8-863119764368]}]RESULT &[{0ba1e4fb-393a-436b-90a8-863119764368 0xc002a01800 map[] 10.128.1.3/32 9.0.0.2 map[ecmp_symmetric_reply:true] 0xc002a01830 0xc002a01840}]RESULT &[{d6a27745-9b91-4902-8168-72e7a9b21a7c map[] [] [] GR_node1 [] map[] [] [] [09383f07-81f5-42b5-b02f-6e50b1718aff 0ba1e4fb-393a-436b-90a8-863119764368]}]I1208 17:06:08.934767 19465 namespace.go:186] [namespace1] adding namespace took 107.782878ms +I1208 17:06:08.935146 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 111.482263ms +I1208 17:06:08.989396 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:06:09.091599 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +I1208 17:06:09.097274 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996346} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996346}]}}] Timeout:0 Where:[where column _uuid == {c89de115-1859-46ec-b070-d957afd11324}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0899cde3-b4c2-4cdc-ae4e-fe26d3533424" "table"="Logical_Switch_Port" +2021/12/08 17:06:09 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0899cde3-b4c2-4cdc-ae4e-fe26d3533424" "table"="Logical_Switch_Port" "model"="&{UUID:0899cde3-b4c2-4cdc-ae4e-fe26d3533424 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c89de115-1859-46ec-b070-d957afd11324" "table"="Logical_Switch" +2021/12/08 17:06:09 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c89de115-1859-46ec-b070-d957afd11324" "table"="Logical_Switch" "old"="&{UUID:c89de115-1859-46ec-b070-d957afd11324 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:c89de115-1859-46ec-b070-d957afd11324 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[0899cde3-b4c2-4cdc-ae4e-fe26d3533424] QOSRules:[]}" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c89de115-1859-46ec-b070-d957afd11324" "table"="Logical_Switch" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c89de115-1859-46ec-b070-d957afd11324" "table"="Logical_Switch" "old"="&{UUID:c89de115-1859-46ec-b070-d957afd11324 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:c89de115-1859-46ec-b070-d957afd11324 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[0899cde3-b4c2-4cdc-ae4e-fe26d3533424] QOSRules:[]}" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0899cde3-b4c2-4cdc-ae4e-fe26d3533424" "table"="Logical_Switch_Port" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0899cde3-b4c2-4cdc-ae4e-fe26d3533424" "table"="Logical_Switch_Port" "model"="&{UUID:0899cde3-b4c2-4cdc-ae4e-fe26d3533424 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +I1208 17:06:09.125662 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 136.848427ms +I1208 17:06:09.126105 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 190.527141ms +I1208 17:06:09.128177 19465 pods.go:117] Deleting pod: namespace1/myPod +I1208 17:06:09.181517 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:delete Value:{GoSet:[{GoUUID:0899cde3-b4c2-4cdc-ae4e-fe26d3533424}]}}] Timeout:0 Where:[where column _uuid == {c89de115-1859-46ec-b070-d957afd11324}] Until: Durable: Comment: Lock: UUIDName:} {Op:delete Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {0899cde3-b4c2-4cdc-ae4e-fe26d3533424}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c89de115-1859-46ec-b070-d957afd11324" "table"="Logical_Switch" +2021/12/08 17:06:09 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c89de115-1859-46ec-b070-d957afd11324" "table"="Logical_Switch" "old"="&{UUID:c89de115-1859-46ec-b070-d957afd11324 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[0899cde3-b4c2-4cdc-ae4e-fe26d3533424] QOSRules:[]}" "new"="&{UUID:c89de115-1859-46ec-b070-d957afd11324 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:06:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0899cde3-b4c2-4cdc-ae4e-fe26d3533424" "table"="Logical_Switch_Port" +2021/12/08 17:06:09 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="0899cde3-b4c2-4cdc-ae4e-fe26d3533424" "table"="Logical_Switch_Port" "model"="&{UUID:0899cde3-b4c2-4cdc-ae4e-fe26d3533424 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c89de115-1859-46ec-b070-d957afd11324" "table"="Logical_Switch" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c89de115-1859-46ec-b070-d957afd11324" "table"="Logical_Switch" "old"="&{UUID:c89de115-1859-46ec-b070-d957afd11324 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[0899cde3-b4c2-4cdc-ae4e-fe26d3533424] QOSRules:[]}" "new"="&{UUID:c89de115-1859-46ec-b070-d957afd11324 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0899cde3-b4c2-4cdc-ae4e-fe26d3533424" "table"="Logical_Switch_Port" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="0899cde3-b4c2-4cdc-ae4e-fe26d3533424" "table"="Logical_Switch_Port" "model"="&{UUID:0899cde3-b4c2-4cdc-ae4e-fe26d3533424 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +RESULT &[{09383f07-81f5-42b5-b02f-6e50b1718aff 0xc001088340 map[] 10.128.1.3/32 9.0.0.1 map[ecmp_symmetric_reply:true] 0xc001088370 0xc0010883a0}]RESULT &[{d6a27745-9b91-4902-8168-72e7a9b21a7c map[] [] [] GR_node1 [] map[] [] [] [09383f07-81f5-42b5-b02f-6e50b1718aff 0ba1e4fb-393a-436b-90a8-863119764368]}]I1208 17:06:09.209248 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Static_Route Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {09383f07-81f5-42b5-b02f-6e50b1718aff}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:delete Value:{GoSet:[{GoUUID:09383f07-81f5-42b5-b02f-6e50b1718aff}]}}] Timeout:0 Where:[where column _uuid == {d6a27745-9b91-4902-8168-72e7a9b21a7c}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="09383f07-81f5-42b5-b02f-6e50b1718aff" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:09 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="09383f07-81f5-42b5-b02f-6e50b1718aff" "table"="Logical_Router_Static_Route" "model"="&{UUID:09383f07-81f5-42b5-b02f-6e50b1718aff BFD:0xc014e75020 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc014e75050 Policy:0xc014e75060}" +2021/12/08 17:06:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d6a27745-9b91-4902-8168-72e7a9b21a7c" "table"="Logical_Router" +2021/12/08 17:06:09 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d6a27745-9b91-4902-8168-72e7a9b21a7c" "table"="Logical_Router" "old"="&{UUID:d6a27745-9b91-4902-8168-72e7a9b21a7c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[09383f07-81f5-42b5-b02f-6e50b1718aff 0ba1e4fb-393a-436b-90a8-863119764368]}" "new"="&{UUID:d6a27745-9b91-4902-8168-72e7a9b21a7c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[0ba1e4fb-393a-436b-90a8-863119764368]}" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="09383f07-81f5-42b5-b02f-6e50b1718aff" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="09383f07-81f5-42b5-b02f-6e50b1718aff" "table"="Logical_Router_Static_Route" "model"="&{UUID:09383f07-81f5-42b5-b02f-6e50b1718aff BFD:0xc011fa0550 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc011fa0590 Policy:0xc011fa0610}" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d6a27745-9b91-4902-8168-72e7a9b21a7c" "table"="Logical_Router" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d6a27745-9b91-4902-8168-72e7a9b21a7c" "table"="Logical_Router" "old"="&{UUID:d6a27745-9b91-4902-8168-72e7a9b21a7c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[09383f07-81f5-42b5-b02f-6e50b1718aff 0ba1e4fb-393a-436b-90a8-863119764368]}" "new"="&{UUID:d6a27745-9b91-4902-8168-72e7a9b21a7c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[0ba1e4fb-393a-436b-90a8-863119764368]}" +I1208 17:06:09.284067 19465 transact.go:41] Configuring OVN: [{Op:delete Table:BFD Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {81229d7d-ca5b-4697-a998-eb45e83ae115}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="81229d7d-ca5b-4697-a998-eb45e83ae115" "table"="BFD" +2021/12/08 17:06:09 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="81229d7d-ca5b-4697-a998-eb45e83ae115" "table"="BFD" "model"="&{UUID:81229d7d-ca5b-4697-a998-eb45e83ae115 DetectMult: DstIP:9.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="81229d7d-ca5b-4697-a998-eb45e83ae115" "table"="BFD" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="81229d7d-ca5b-4697-a998-eb45e83ae115" "table"="BFD" "model"="&{UUID:81229d7d-ca5b-4697-a998-eb45e83ae115 DetectMult: DstIP:9.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +RESULT &[{0ba1e4fb-393a-436b-90a8-863119764368 0xc0017a61f0 map[] 10.128.1.3/32 9.0.0.2 map[ecmp_symmetric_reply:true] 0xc0017a6220 0xc0017a6230}]RESULT &[{d6a27745-9b91-4902-8168-72e7a9b21a7c map[] [] [] GR_node1 [] map[] [] [] [0ba1e4fb-393a-436b-90a8-863119764368]}]I1208 17:06:09.296798 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Static_Route Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {0ba1e4fb-393a-436b-90a8-863119764368}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:delete Value:{GoSet:[{GoUUID:0ba1e4fb-393a-436b-90a8-863119764368}]}}] Timeout:0 Where:[where column _uuid == {d6a27745-9b91-4902-8168-72e7a9b21a7c}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0ba1e4fb-393a-436b-90a8-863119764368" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:09 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="0ba1e4fb-393a-436b-90a8-863119764368" "table"="Logical_Router_Static_Route" "model"="&{UUID:0ba1e4fb-393a-436b-90a8-863119764368 BFD:0xc00d5dcc20 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.2 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00d5dcc90 Policy:0xc00d5dcca0}" +2021/12/08 17:06:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d6a27745-9b91-4902-8168-72e7a9b21a7c" "table"="Logical_Router" +2021/12/08 17:06:09 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d6a27745-9b91-4902-8168-72e7a9b21a7c" "table"="Logical_Router" "old"="&{UUID:d6a27745-9b91-4902-8168-72e7a9b21a7c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[0ba1e4fb-393a-436b-90a8-863119764368]}" "new"="&{UUID:d6a27745-9b91-4902-8168-72e7a9b21a7c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0ba1e4fb-393a-436b-90a8-863119764368" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="0ba1e4fb-393a-436b-90a8-863119764368" "table"="Logical_Router_Static_Route" "model"="&{UUID:0ba1e4fb-393a-436b-90a8-863119764368 BFD:0xc014e75890 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.2 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc014e758c0 Policy:0xc014e758d0}" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d6a27745-9b91-4902-8168-72e7a9b21a7c" "table"="Logical_Router" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d6a27745-9b91-4902-8168-72e7a9b21a7c" "table"="Logical_Router" "old"="&{UUID:d6a27745-9b91-4902-8168-72e7a9b21a7c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[0ba1e4fb-393a-436b-90a8-863119764368]}" "new"="&{UUID:d6a27745-9b91-4902-8168-72e7a9b21a7c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +I1208 17:06:09.368952 19465 transact.go:41] Configuring OVN: [{Op:delete Table:BFD Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {df35dde2-3f00-476d-9aa5-24e2013163d8}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="df35dde2-3f00-476d-9aa5-24e2013163d8" "table"="BFD" +2021/12/08 17:06:09 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="df35dde2-3f00-476d-9aa5-24e2013163d8" "table"="BFD" "model"="&{UUID:df35dde2-3f00-476d-9aa5-24e2013163d8 DetectMult: DstIP:9.0.0.2 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="df35dde2-3f00-476d-9aa5-24e2013163d8" "table"="BFD" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="df35dde2-3f00-476d-9aa5-24e2013163d8" "table"="BFD" "model"="&{UUID:df35dde2-3f00-476d-9aa5-24e2013163d8 DetectMult: DstIP:9.0.0.2 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +• +------------------------------ +OVN Egress Gateway Operations on setting namespace gateway annotations reconciles deleting a pod with namespace double exgw annotation already set IPV6 + BFD IPV6 + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:700 +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="98ad958b-860a-429f-b532-f8543bf2be83" "table"="Database" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="98ad958b-860a-429f-b532-f8543bf2be83" "table"="Database" "model"="&{UUID:98ad958b-860a-429f-b532-f8543bf2be83 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="29f321de-3078-4e66-be09-1905e111d204" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="29f321de-3078-4e66-be09-1905e111d204" "table"="Logical_Router_Static_Route" "model"="&{UUID:29f321de-3078-4e66-be09-1905e111d204 BFD:0xc00b868e90 ExternalIDs:map[] IPPrefix:fd00:10:244:2::3/128 Nexthop:fd2e:6f44:5dd8::89 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00b868ea0 Policy:0xc00b868eb0}" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5dcdd329-9c56-4f21-9cf7-de83d18437ec" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5dcdd329-9c56-4f21-9cf7-de83d18437ec" "table"="Logical_Router_Static_Route" "model"="&{UUID:5dcdd329-9c56-4f21-9cf7-de83d18437ec BFD:0xc00b869030 ExternalIDs:map[] IPPrefix:fd00:10:244:2::3/128 Nexthop:fd2e:6f44:5dd8::76 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00b869000 Policy:0xc00b869010}" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4589a4b5-87dc-4fb6-b58c-67a907e4ac3d" "table"="Logical_Switch" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4589a4b5-87dc-4fb6-b58c-67a907e4ac3d" "table"="Logical_Switch" "model"="&{UUID:4589a4b5-87dc-4fb6-b58c-67a907e4ac3d ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="59d0bbb3-d02f-4d78-a67a-d393e6490f31" "table"="BFD" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="59d0bbb3-d02f-4d78-a67a-d393e6490f31" "table"="BFD" "model"="&{UUID:59d0bbb3-d02f-4d78-a67a-d393e6490f31 DetectMult: DstIP:fd2e:6f44:5dd8::76 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e98859fb-3a8a-4a8f-9d4c-b6f3f1634bd6" "table"="BFD" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e98859fb-3a8a-4a8f-9d4c-b6f3f1634bd6" "table"="BFD" "model"="&{UUID:e98859fb-3a8a-4a8f-9d4c-b6f3f1634bd6 DetectMult: DstIP:fd2e:6f44:5dd8::89 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0ac9cb0e-a965-4b78-9cbd-cec05eac456b" "table"="Logical_Router" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0ac9cb0e-a965-4b78-9cbd-cec05eac456b" "table"="Logical_Router" "model"="&{UUID:0ac9cb0e-a965-4b78-9cbd-cec05eac456b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[29f321de-3078-4e66-be09-1905e111d204 5dcdd329-9c56-4f21-9cf7-de83d18437ec]}" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="06845e23-ebb3-4f0e-abef-7d1ca5ef9fd5" "table"="Database" +2021/12/08 17:06:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="06845e23-ebb3-4f0e-abef-7d1ca5ef9fd5" "table"="Database" "model"="&{UUID:06845e23-ebb3-4f0e-abef-7d1ca5ef9fd5 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:10.142614 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:10.142979 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:06:10.146470 19465 namespace.go:182] [namespace1] adding namespace +RESULT &[{29f321de-3078-4e66-be09-1905e111d204 0xc0018c8670 map[] fd00:10:244:2::3/128 fd2e:6f44:5dd8::89 map[ecmp_symmetric_reply:true] 0xc0018c86a0 0xc0018c86b0}]RESULT &[{0ac9cb0e-a965-4b78-9cbd-cec05eac456b map[] [] [] GR_node1 [] map[] [] [] [29f321de-3078-4e66-be09-1905e111d204 5dcdd329-9c56-4f21-9cf7-de83d18437ec]}]RESULT &[{5dcdd329-9c56-4f21-9cf7-de83d18437ec 0xc00dd41950 map[] fd00:10:244:2::3/128 fd2e:6f44:5dd8::76 map[ecmp_symmetric_reply:true] 0xc00dd41980 0xc00dd41990}]RESULT &[{0ac9cb0e-a965-4b78-9cbd-cec05eac456b map[] [] [] GR_node1 [] map[] [] [] [29f321de-3078-4e66-be09-1905e111d204 5dcdd329-9c56-4f21-9cf7-de83d18437ec]}]I1208 17:06:10.254305 19465 namespace.go:186] [namespace1] adding namespace took 107.509665ms +I1208 17:06:10.254710 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 111.270886ms +I1208 17:06:10.308859 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:06:10.410777 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["fd00:10:244:2::3/64"],"mac_address":"0a:58:49:a1:93:cb","gateway_ips":["fd00:10:244:2::1"],"ip_address":"fd00:10:244:2::3/64","gateway_ip":"fd00:10:244:2::1"}}] on pod namespace1/myPod +I1208 17:06:10.416573 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:49:a1:93:cb fd00:10:244:2::3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:49:a1:93:cb fd00:10:244:2::3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996348} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996348}]}}] Timeout:0 Where:[where column _uuid == {4589a4b5-87dc-4fb6-b58c-67a907e4ac3d}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:10 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="210f6ec7-d1d1-437c-935a-cd89d90e6716" "table"="Logical_Switch_Port" +2021/12/08 17:06:10 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="210f6ec7-d1d1-437c-935a-cd89d90e6716" "table"="Logical_Switch_Port" "model"="&{UUID:210f6ec7-d1d1-437c-935a-cd89d90e6716 Addresses:[0a:58:49:a1:93:cb fd00:10:244:2::3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:49:a1:93:cb fd00:10:244:2::3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:10 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4589a4b5-87dc-4fb6-b58c-67a907e4ac3d" "table"="Logical_Switch" +2021/12/08 17:06:10 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="4589a4b5-87dc-4fb6-b58c-67a907e4ac3d" "table"="Logical_Switch" "old"="&{UUID:4589a4b5-87dc-4fb6-b58c-67a907e4ac3d ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:4589a4b5-87dc-4fb6-b58c-67a907e4ac3d ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[210f6ec7-d1d1-437c-935a-cd89d90e6716] QOSRules:[]}" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4589a4b5-87dc-4fb6-b58c-67a907e4ac3d" "table"="Logical_Switch" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="4589a4b5-87dc-4fb6-b58c-67a907e4ac3d" "table"="Logical_Switch" "old"="&{UUID:4589a4b5-87dc-4fb6-b58c-67a907e4ac3d ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:4589a4b5-87dc-4fb6-b58c-67a907e4ac3d ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[210f6ec7-d1d1-437c-935a-cd89d90e6716] QOSRules:[]}" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="210f6ec7-d1d1-437c-935a-cd89d90e6716" "table"="Logical_Switch_Port" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="210f6ec7-d1d1-437c-935a-cd89d90e6716" "table"="Logical_Switch_Port" "model"="&{UUID:210f6ec7-d1d1-437c-935a-cd89d90e6716 Addresses:[0a:58:49:a1:93:cb fd00:10:244:2::3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:49:a1:93:cb fd00:10:244:2::3] Tag: TagRequest: Type: Up:}" +I1208 17:06:10.444159 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 136.011129ms +I1208 17:06:10.444628 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 189.552936ms +I1208 17:06:10.446851 19465 pods.go:117] Deleting pod: namespace1/myPod +I1208 17:06:10.499660 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:delete Value:{GoSet:[{GoUUID:210f6ec7-d1d1-437c-935a-cd89d90e6716}]}}] Timeout:0 Where:[where column _uuid == {4589a4b5-87dc-4fb6-b58c-67a907e4ac3d}] Until: Durable: Comment: Lock: UUIDName:} {Op:delete Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {210f6ec7-d1d1-437c-935a-cd89d90e6716}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:10 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4589a4b5-87dc-4fb6-b58c-67a907e4ac3d" "table"="Logical_Switch" +2021/12/08 17:06:10 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="4589a4b5-87dc-4fb6-b58c-67a907e4ac3d" "table"="Logical_Switch" "old"="&{UUID:4589a4b5-87dc-4fb6-b58c-67a907e4ac3d ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[210f6ec7-d1d1-437c-935a-cd89d90e6716] QOSRules:[]}" "new"="&{UUID:4589a4b5-87dc-4fb6-b58c-67a907e4ac3d ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:06:10 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="210f6ec7-d1d1-437c-935a-cd89d90e6716" "table"="Logical_Switch_Port" +2021/12/08 17:06:10 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="210f6ec7-d1d1-437c-935a-cd89d90e6716" "table"="Logical_Switch_Port" "model"="&{UUID:210f6ec7-d1d1-437c-935a-cd89d90e6716 Addresses:[0a:58:49:a1:93:cb fd00:10:244:2::3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:49:a1:93:cb fd00:10:244:2::3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="210f6ec7-d1d1-437c-935a-cd89d90e6716" "table"="Logical_Switch_Port" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="210f6ec7-d1d1-437c-935a-cd89d90e6716" "table"="Logical_Switch_Port" "model"="&{UUID:210f6ec7-d1d1-437c-935a-cd89d90e6716 Addresses:[0a:58:49:a1:93:cb fd00:10:244:2::3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:49:a1:93:cb fd00:10:244:2::3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4589a4b5-87dc-4fb6-b58c-67a907e4ac3d" "table"="Logical_Switch" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="4589a4b5-87dc-4fb6-b58c-67a907e4ac3d" "table"="Logical_Switch" "old"="&{UUID:4589a4b5-87dc-4fb6-b58c-67a907e4ac3d ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[210f6ec7-d1d1-437c-935a-cd89d90e6716] QOSRules:[]}" "new"="&{UUID:4589a4b5-87dc-4fb6-b58c-67a907e4ac3d ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[{29f321de-3078-4e66-be09-1905e111d204 0xc00e1800d0 map[] fd00:10:244:2::3/128 fd2e:6f44:5dd8::89 map[ecmp_symmetric_reply:true] 0xc00e180100 0xc00e180110}]RESULT &[{0ac9cb0e-a965-4b78-9cbd-cec05eac456b map[] [] [] GR_node1 [] map[] [] [] [29f321de-3078-4e66-be09-1905e111d204 5dcdd329-9c56-4f21-9cf7-de83d18437ec]}]I1208 17:06:10.525544 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Static_Route Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {29f321de-3078-4e66-be09-1905e111d204}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:delete Value:{GoSet:[{GoUUID:29f321de-3078-4e66-be09-1905e111d204}]}}] Timeout:0 Where:[where column _uuid == {0ac9cb0e-a965-4b78-9cbd-cec05eac456b}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:10 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="29f321de-3078-4e66-be09-1905e111d204" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:10 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="29f321de-3078-4e66-be09-1905e111d204" "table"="Logical_Router_Static_Route" "model"="&{UUID:29f321de-3078-4e66-be09-1905e111d204 BFD:0xc014d45ef0 ExternalIDs:map[] IPPrefix:fd00:10:244:2::3/128 Nexthop:fd2e:6f44:5dd8::89 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc014d45f20 Policy:0xc014d45f30}" +2021/12/08 17:06:10 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0ac9cb0e-a965-4b78-9cbd-cec05eac456b" "table"="Logical_Router" +2021/12/08 17:06:10 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="0ac9cb0e-a965-4b78-9cbd-cec05eac456b" "table"="Logical_Router" "old"="&{UUID:0ac9cb0e-a965-4b78-9cbd-cec05eac456b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[29f321de-3078-4e66-be09-1905e111d204 5dcdd329-9c56-4f21-9cf7-de83d18437ec]}" "new"="&{UUID:0ac9cb0e-a965-4b78-9cbd-cec05eac456b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[5dcdd329-9c56-4f21-9cf7-de83d18437ec]}" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0ac9cb0e-a965-4b78-9cbd-cec05eac456b" "table"="Logical_Router" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="0ac9cb0e-a965-4b78-9cbd-cec05eac456b" "table"="Logical_Router" "old"="&{UUID:0ac9cb0e-a965-4b78-9cbd-cec05eac456b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[29f321de-3078-4e66-be09-1905e111d204 5dcdd329-9c56-4f21-9cf7-de83d18437ec]}" "new"="&{UUID:0ac9cb0e-a965-4b78-9cbd-cec05eac456b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[5dcdd329-9c56-4f21-9cf7-de83d18437ec]}" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="29f321de-3078-4e66-be09-1905e111d204" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="29f321de-3078-4e66-be09-1905e111d204" "table"="Logical_Router_Static_Route" "model"="&{UUID:29f321de-3078-4e66-be09-1905e111d204 BFD:0xc014d24950 ExternalIDs:map[] IPPrefix:fd00:10:244:2::3/128 Nexthop:fd2e:6f44:5dd8::89 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc014d24980 Policy:0xc014d24990}" +I1208 17:06:10.599220 19465 transact.go:41] Configuring OVN: [{Op:delete Table:BFD Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {e98859fb-3a8a-4a8f-9d4c-b6f3f1634bd6}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:10 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e98859fb-3a8a-4a8f-9d4c-b6f3f1634bd6" "table"="BFD" +2021/12/08 17:06:10 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="e98859fb-3a8a-4a8f-9d4c-b6f3f1634bd6" "table"="BFD" "model"="&{UUID:e98859fb-3a8a-4a8f-9d4c-b6f3f1634bd6 DetectMult: DstIP:fd2e:6f44:5dd8::89 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e98859fb-3a8a-4a8f-9d4c-b6f3f1634bd6" "table"="BFD" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="e98859fb-3a8a-4a8f-9d4c-b6f3f1634bd6" "table"="BFD" "model"="&{UUID:e98859fb-3a8a-4a8f-9d4c-b6f3f1634bd6 DetectMult: DstIP:fd2e:6f44:5dd8::89 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +RESULT &[{5dcdd329-9c56-4f21-9cf7-de83d18437ec 0xc002c62c90 map[] fd00:10:244:2::3/128 fd2e:6f44:5dd8::76 map[ecmp_symmetric_reply:true] 0xc002c62cc0 0xc002c62cf0}]RESULT &[{0ac9cb0e-a965-4b78-9cbd-cec05eac456b map[] [] [] GR_node1 [] map[] [] [] [5dcdd329-9c56-4f21-9cf7-de83d18437ec]}]I1208 17:06:10.612504 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Static_Route Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {5dcdd329-9c56-4f21-9cf7-de83d18437ec}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:delete Value:{GoSet:[{GoUUID:5dcdd329-9c56-4f21-9cf7-de83d18437ec}]}}] Timeout:0 Where:[where column _uuid == {0ac9cb0e-a965-4b78-9cbd-cec05eac456b}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:10 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5dcdd329-9c56-4f21-9cf7-de83d18437ec" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:10 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="5dcdd329-9c56-4f21-9cf7-de83d18437ec" "table"="Logical_Router_Static_Route" "model"="&{UUID:5dcdd329-9c56-4f21-9cf7-de83d18437ec BFD:0xc002c63880 ExternalIDs:map[] IPPrefix:fd00:10:244:2::3/128 Nexthop:fd2e:6f44:5dd8::76 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc002c638b0 Policy:0xc002c638d0}" +2021/12/08 17:06:10 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0ac9cb0e-a965-4b78-9cbd-cec05eac456b" "table"="Logical_Router" +2021/12/08 17:06:10 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="0ac9cb0e-a965-4b78-9cbd-cec05eac456b" "table"="Logical_Router" "old"="&{UUID:0ac9cb0e-a965-4b78-9cbd-cec05eac456b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[5dcdd329-9c56-4f21-9cf7-de83d18437ec]}" "new"="&{UUID:0ac9cb0e-a965-4b78-9cbd-cec05eac456b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0ac9cb0e-a965-4b78-9cbd-cec05eac456b" "table"="Logical_Router" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="0ac9cb0e-a965-4b78-9cbd-cec05eac456b" "table"="Logical_Router" "old"="&{UUID:0ac9cb0e-a965-4b78-9cbd-cec05eac456b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[5dcdd329-9c56-4f21-9cf7-de83d18437ec]}" "new"="&{UUID:0ac9cb0e-a965-4b78-9cbd-cec05eac456b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5dcdd329-9c56-4f21-9cf7-de83d18437ec" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="5dcdd329-9c56-4f21-9cf7-de83d18437ec" "table"="Logical_Router_Static_Route" "model"="&{UUID:5dcdd329-9c56-4f21-9cf7-de83d18437ec BFD:0xc00ac2fe10 ExternalIDs:map[] IPPrefix:fd00:10:244:2::3/128 Nexthop:fd2e:6f44:5dd8::76 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00ac2fe40 Policy:0xc00ac2fe50}" +I1208 17:06:10.685454 19465 transact.go:41] Configuring OVN: [{Op:delete Table:BFD Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {59d0bbb3-d02f-4d78-a67a-d393e6490f31}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:10 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="59d0bbb3-d02f-4d78-a67a-d393e6490f31" "table"="BFD" +2021/12/08 17:06:10 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="59d0bbb3-d02f-4d78-a67a-d393e6490f31" "table"="BFD" "model"="&{UUID:59d0bbb3-d02f-4d78-a67a-d393e6490f31 DetectMult: DstIP:fd2e:6f44:5dd8::76 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="59d0bbb3-d02f-4d78-a67a-d393e6490f31" "table"="BFD" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="59d0bbb3-d02f-4d78-a67a-d393e6490f31" "table"="BFD" "model"="&{UUID:59d0bbb3-d02f-4d78-a67a-d393e6490f31 DetectMult: DstIP:fd2e:6f44:5dd8::76 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +• +------------------------------ +OVN Egress Gateway Operations on setting namespace gateway annotations reconciles deleting a exgw namespace with active pod + No BFD + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:811 +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4d031f28-22c7-4140-bf7f-ae98b389f8e1" "table"="Database" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4d031f28-22c7-4140-bf7f-ae98b389f8e1" "table"="Database" "model"="&{UUID:4d031f28-22c7-4140-bf7f-ae98b389f8e1 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9efbd5f2-4b20-4eaa-a52f-861223d520c3" "table"="Logical_Switch" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9efbd5f2-4b20-4eaa-a52f-861223d520c3" "table"="Logical_Switch" "model"="&{UUID:9efbd5f2-4b20-4eaa-a52f-861223d520c3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cfadb18a-6a69-4b6d-8f81-7a4b62221c70" "table"="Logical_Router" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cfadb18a-6a69-4b6d-8f81-7a4b62221c70" "table"="Logical_Router" "model"="&{UUID:cfadb18a-6a69-4b6d-8f81-7a4b62221c70 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[76c59c29-00a1-4051-9443-61a9ecb0ba57 0cbc4e0a-994f-4e56-93e5-a8f73e440424]}" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="76c59c29-00a1-4051-9443-61a9ecb0ba57" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="76c59c29-00a1-4051-9443-61a9ecb0ba57" "table"="Logical_Router_Static_Route" "model"="&{UUID:76c59c29-00a1-4051-9443-61a9ecb0ba57 BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc001552fb0 Policy:0xc001552fa0}" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0cbc4e0a-994f-4e56-93e5-a8f73e440424" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0cbc4e0a-994f-4e56-93e5-a8f73e440424" "table"="Logical_Router_Static_Route" "model"="&{UUID:0cbc4e0a-994f-4e56-93e5-a8f73e440424 BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.2 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc001553120 Policy:0xc001553130}" +2021/12/08 17:06:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6fca2de0-6c2c-4fa4-b48e-026b97a7c2e6" "table"="Database" +2021/12/08 17:06:11 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6fca2de0-6c2c-4fa4-b48e-026b97a7c2e6" "table"="Database" "model"="&{UUID:6fca2de0-6c2c-4fa4-b48e-026b97a7c2e6 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:11.442511 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:11.442882 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:06:11.446558 19465 namespace.go:182] [namespace1] adding namespace +RESULT &[{76c59c29-00a1-4051-9443-61a9ecb0ba57 map[] 10.128.1.3/32 9.0.0.1 map[ecmp_symmetric_reply:true] 0xc03cf4d810 0xc03cf4d820}]RESULT &[{cfadb18a-6a69-4b6d-8f81-7a4b62221c70 map[] [] [] GR_node1 [] map[] [] [] [76c59c29-00a1-4051-9443-61a9ecb0ba57 0cbc4e0a-994f-4e56-93e5-a8f73e440424]}]RESULT &[{0cbc4e0a-994f-4e56-93e5-a8f73e440424 map[] 10.128.1.3/32 9.0.0.2 map[ecmp_symmetric_reply:true] 0xc03cf4d990 0xc03cf4d9a0}]RESULT &[{cfadb18a-6a69-4b6d-8f81-7a4b62221c70 map[] [] [] GR_node1 [] map[] [] [] [76c59c29-00a1-4051-9443-61a9ecb0ba57 0cbc4e0a-994f-4e56-93e5-a8f73e440424]}]I1208 17:06:11.450736 19465 namespace.go:186] [namespace1] adding namespace took 3.882208ms +I1208 17:06:11.451064 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 7.605463ms +I1208 17:06:11.505585 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:06:11.608297 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +I1208 17:06:11.613627 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996350} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996350}]}}] Timeout:0 Where:[where column _uuid == {9efbd5f2-4b20-4eaa-a52f-861223d520c3}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:11 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3f90fd92-c826-4cfb-9134-f6d100f1ceee" "table"="Logical_Switch_Port" +2021/12/08 17:06:11 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3f90fd92-c826-4cfb-9134-f6d100f1ceee" "table"="Logical_Switch_Port" "model"="&{UUID:3f90fd92-c826-4cfb-9134-f6d100f1ceee Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:11 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9efbd5f2-4b20-4eaa-a52f-861223d520c3" "table"="Logical_Switch" +2021/12/08 17:06:11 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9efbd5f2-4b20-4eaa-a52f-861223d520c3" "table"="Logical_Switch" "old"="&{UUID:9efbd5f2-4b20-4eaa-a52f-861223d520c3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:9efbd5f2-4b20-4eaa-a52f-861223d520c3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[3f90fd92-c826-4cfb-9134-f6d100f1ceee] QOSRules:[]}" +2021/12/08 17:06:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3f90fd92-c826-4cfb-9134-f6d100f1ceee" "table"="Logical_Switch_Port" +2021/12/08 17:06:11 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3f90fd92-c826-4cfb-9134-f6d100f1ceee" "table"="Logical_Switch_Port" "model"="&{UUID:3f90fd92-c826-4cfb-9134-f6d100f1ceee Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9efbd5f2-4b20-4eaa-a52f-861223d520c3" "table"="Logical_Switch" +2021/12/08 17:06:11 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9efbd5f2-4b20-4eaa-a52f-861223d520c3" "table"="Logical_Switch" "old"="&{UUID:9efbd5f2-4b20-4eaa-a52f-861223d520c3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:9efbd5f2-4b20-4eaa-a52f-861223d520c3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[3f90fd92-c826-4cfb-9134-f6d100f1ceee] QOSRules:[]}" +I1208 17:06:11.645715 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 140.706108ms +I1208 17:06:11.646115 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 194.654886ms +I1208 17:06:11.648093 19465 namespace.go:319] [namespace1] deleting namespace +RESULT &[{0cbc4e0a-994f-4e56-93e5-a8f73e440424 map[] 10.128.1.3/32 9.0.0.2 map[ecmp_symmetric_reply:true] 0xc00151f8d0 0xc00151f8e0}]RESULT &[{cfadb18a-6a69-4b6d-8f81-7a4b62221c70 map[] [] [] GR_node1 [] map[] [] [] [76c59c29-00a1-4051-9443-61a9ecb0ba57 0cbc4e0a-994f-4e56-93e5-a8f73e440424]}]I1208 17:06:11.650633 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Static_Route Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {0cbc4e0a-994f-4e56-93e5-a8f73e440424}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:delete Value:{GoSet:[{GoUUID:0cbc4e0a-994f-4e56-93e5-a8f73e440424}]}}] Timeout:0 Where:[where column _uuid == {cfadb18a-6a69-4b6d-8f81-7a4b62221c70}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:11 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0cbc4e0a-994f-4e56-93e5-a8f73e440424" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:11 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="0cbc4e0a-994f-4e56-93e5-a8f73e440424" "table"="Logical_Router_Static_Route" "model"="&{UUID:0cbc4e0a-994f-4e56-93e5-a8f73e440424 BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.2 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc03f838b80 Policy:0xc03f838b90}" +2021/12/08 17:06:11 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cfadb18a-6a69-4b6d-8f81-7a4b62221c70" "table"="Logical_Router" +2021/12/08 17:06:11 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="cfadb18a-6a69-4b6d-8f81-7a4b62221c70" "table"="Logical_Router" "old"="&{UUID:cfadb18a-6a69-4b6d-8f81-7a4b62221c70 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[76c59c29-00a1-4051-9443-61a9ecb0ba57 0cbc4e0a-994f-4e56-93e5-a8f73e440424]}" "new"="&{UUID:cfadb18a-6a69-4b6d-8f81-7a4b62221c70 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[76c59c29-00a1-4051-9443-61a9ecb0ba57]}" +2021/12/08 17:06:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cfadb18a-6a69-4b6d-8f81-7a4b62221c70" "table"="Logical_Router" +2021/12/08 17:06:11 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="cfadb18a-6a69-4b6d-8f81-7a4b62221c70" "table"="Logical_Router" "old"="&{UUID:cfadb18a-6a69-4b6d-8f81-7a4b62221c70 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[76c59c29-00a1-4051-9443-61a9ecb0ba57 0cbc4e0a-994f-4e56-93e5-a8f73e440424]}" "new"="&{UUID:cfadb18a-6a69-4b6d-8f81-7a4b62221c70 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[76c59c29-00a1-4051-9443-61a9ecb0ba57]}" +2021/12/08 17:06:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0cbc4e0a-994f-4e56-93e5-a8f73e440424" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:11 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="0cbc4e0a-994f-4e56-93e5-a8f73e440424" "table"="Logical_Router_Static_Route" "model"="&{UUID:0cbc4e0a-994f-4e56-93e5-a8f73e440424 BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.2 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc0018c8ff0 Policy:0xc0018c9000}" +RESULT &[{76c59c29-00a1-4051-9443-61a9ecb0ba57 map[] 10.128.1.3/32 9.0.0.1 map[ecmp_symmetric_reply:true] 0xc014d1f230 0xc014d1f240}]RESULT &[{cfadb18a-6a69-4b6d-8f81-7a4b62221c70 map[] [] [] GR_node1 [] map[] [] [] [76c59c29-00a1-4051-9443-61a9ecb0ba57]}]I1208 17:06:11.727288 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Static_Route Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {76c59c29-00a1-4051-9443-61a9ecb0ba57}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:delete Value:{GoSet:[{GoUUID:76c59c29-00a1-4051-9443-61a9ecb0ba57}]}}] Timeout:0 Where:[where column _uuid == {cfadb18a-6a69-4b6d-8f81-7a4b62221c70}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:11 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="76c59c29-00a1-4051-9443-61a9ecb0ba57" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:11 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="76c59c29-00a1-4051-9443-61a9ecb0ba57" "table"="Logical_Router_Static_Route" "model"="&{UUID:76c59c29-00a1-4051-9443-61a9ecb0ba57 BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc014d1fbb0 Policy:0xc014d1fbc0}" +2021/12/08 17:06:11 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cfadb18a-6a69-4b6d-8f81-7a4b62221c70" "table"="Logical_Router" +2021/12/08 17:06:11 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="cfadb18a-6a69-4b6d-8f81-7a4b62221c70" "table"="Logical_Router" "old"="&{UUID:cfadb18a-6a69-4b6d-8f81-7a4b62221c70 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[76c59c29-00a1-4051-9443-61a9ecb0ba57]}" "new"="&{UUID:cfadb18a-6a69-4b6d-8f81-7a4b62221c70 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cfadb18a-6a69-4b6d-8f81-7a4b62221c70" "table"="Logical_Router" +2021/12/08 17:06:11 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="cfadb18a-6a69-4b6d-8f81-7a4b62221c70" "table"="Logical_Router" "old"="&{UUID:cfadb18a-6a69-4b6d-8f81-7a4b62221c70 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[76c59c29-00a1-4051-9443-61a9ecb0ba57]}" "new"="&{UUID:cfadb18a-6a69-4b6d-8f81-7a4b62221c70 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="76c59c29-00a1-4051-9443-61a9ecb0ba57" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:11 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="76c59c29-00a1-4051-9443-61a9ecb0ba57" "table"="Logical_Router_Static_Route" "model"="&{UUID:76c59c29-00a1-4051-9443-61a9ecb0ba57 BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc0415ca150 Policy:0xc0415ca160}" +• +------------------------------ +OVN Egress Gateway Operations on setting namespace gateway annotations reconciles deleting a exgw namespace with active pod + BFD + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:870 +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="42700d36-5560-4a7f-8f27-3b85ec51622a" "table"="Database" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="42700d36-5560-4a7f-8f27-3b85ec51622a" "table"="Database" "model"="&{UUID:42700d36-5560-4a7f-8f27-3b85ec51622a Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ab001974-c8db-4127-9eaf-5757378cce9a" "table"="Logical_Router" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ab001974-c8db-4127-9eaf-5757378cce9a" "table"="Logical_Router" "model"="&{UUID:ab001974-c8db-4127-9eaf-5757378cce9a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[a18d7c9a-c368-4004-90b8-3dfe94ba9c6b 4d707aa2-59a6-4755-add0-cdaded668fa7]}" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4d707aa2-59a6-4755-add0-cdaded668fa7" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4d707aa2-59a6-4755-add0-cdaded668fa7" "table"="Logical_Router_Static_Route" "model"="&{UUID:4d707aa2-59a6-4755-add0-cdaded668fa7 BFD:0xc00ad52e20 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.2 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00ad52df0 Policy:0xc00ad52e00}" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a18d7c9a-c368-4004-90b8-3dfe94ba9c6b" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a18d7c9a-c368-4004-90b8-3dfe94ba9c6b" "table"="Logical_Router_Static_Route" "model"="&{UUID:a18d7c9a-c368-4004-90b8-3dfe94ba9c6b BFD:0xc00ad52ff0 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00ad52fc0 Policy:0xc00ad52fd0}" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1ab056c4-108c-4c86-b37d-6b5cf5ff36fe" "table"="Logical_Switch" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1ab056c4-108c-4c86-b37d-6b5cf5ff36fe" "table"="Logical_Switch" "model"="&{UUID:1ab056c4-108c-4c86-b37d-6b5cf5ff36fe ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="892291e0-5ef0-47db-9548-8bfdcd2a5b8f" "table"="BFD" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="892291e0-5ef0-47db-9548-8bfdcd2a5b8f" "table"="BFD" "model"="&{UUID:892291e0-5ef0-47db-9548-8bfdcd2a5b8f DetectMult: DstIP:9.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6ccdc9df-9dc8-4cac-9389-d034381c74c5" "table"="BFD" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6ccdc9df-9dc8-4cac-9389-d034381c74c5" "table"="BFD" "model"="&{UUID:6ccdc9df-9dc8-4cac-9389-d034381c74c5 DetectMult: DstIP:9.0.0.2 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a46dec59-9ee6-4934-ab40-af50353010a7" "table"="Database" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a46dec59-9ee6-4934-ab40-af50353010a7" "table"="Database" "model"="&{UUID:a46dec59-9ee6-4934-ab40-af50353010a7 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:12.523666 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:12.524015 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:06:12.527491 19465 namespace.go:182] [namespace1] adding namespace +RESULT &[{a18d7c9a-c368-4004-90b8-3dfe94ba9c6b 0xc0415caad0 map[] 10.128.1.3/32 9.0.0.1 map[ecmp_symmetric_reply:true] 0xc0415cab00 0xc0415cab10}]RESULT &[{ab001974-c8db-4127-9eaf-5757378cce9a map[] [] [] GR_node1 [] map[] [] [] [a18d7c9a-c368-4004-90b8-3dfe94ba9c6b 4d707aa2-59a6-4755-add0-cdaded668fa7]}]RESULT &[{4d707aa2-59a6-4755-add0-cdaded668fa7 0xc0415cad20 map[] 10.128.1.3/32 9.0.0.2 map[ecmp_symmetric_reply:true] 0xc0415cad50 0xc0415cad60}]RESULT &[{ab001974-c8db-4127-9eaf-5757378cce9a map[] [] [] GR_node1 [] map[] [] [] [a18d7c9a-c368-4004-90b8-3dfe94ba9c6b 4d707aa2-59a6-4755-add0-cdaded668fa7]}]I1208 17:06:12.635589 19465 namespace.go:186] [namespace1] adding namespace took 107.807202ms +I1208 17:06:12.635941 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 111.446777ms +I1208 17:06:12.690851 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:06:12.794041 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +I1208 17:06:12.799710 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996352} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996352}]}}] Timeout:0 Where:[where column _uuid == {1ab056c4-108c-4c86-b37d-6b5cf5ff36fe}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:12 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4aa60704-161b-440d-84ab-ef06d687ed32" "table"="Logical_Switch_Port" +2021/12/08 17:06:12 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4aa60704-161b-440d-84ab-ef06d687ed32" "table"="Logical_Switch_Port" "model"="&{UUID:4aa60704-161b-440d-84ab-ef06d687ed32 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:12 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1ab056c4-108c-4c86-b37d-6b5cf5ff36fe" "table"="Logical_Switch" +2021/12/08 17:06:12 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1ab056c4-108c-4c86-b37d-6b5cf5ff36fe" "table"="Logical_Switch" "old"="&{UUID:1ab056c4-108c-4c86-b37d-6b5cf5ff36fe ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:1ab056c4-108c-4c86-b37d-6b5cf5ff36fe ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[4aa60704-161b-440d-84ab-ef06d687ed32] QOSRules:[]}" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1ab056c4-108c-4c86-b37d-6b5cf5ff36fe" "table"="Logical_Switch" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1ab056c4-108c-4c86-b37d-6b5cf5ff36fe" "table"="Logical_Switch" "old"="&{UUID:1ab056c4-108c-4c86-b37d-6b5cf5ff36fe ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:1ab056c4-108c-4c86-b37d-6b5cf5ff36fe ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[4aa60704-161b-440d-84ab-ef06d687ed32] QOSRules:[]}" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4aa60704-161b-440d-84ab-ef06d687ed32" "table"="Logical_Switch_Port" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4aa60704-161b-440d-84ab-ef06d687ed32" "table"="Logical_Switch_Port" "model"="&{UUID:4aa60704-161b-440d-84ab-ef06d687ed32 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +I1208 17:06:12.830476 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 140.491791ms +I1208 17:06:12.830940 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 194.591862ms +I1208 17:06:12.833094 19465 namespace.go:319] [namespace1] deleting namespace +RESULT &[{a18d7c9a-c368-4004-90b8-3dfe94ba9c6b 0xc0018c94c0 map[] 10.128.1.3/32 9.0.0.1 map[ecmp_symmetric_reply:true] 0xc0018c94f0 0xc0018c9500}]RESULT &[{ab001974-c8db-4127-9eaf-5757378cce9a map[] [] [] GR_node1 [] map[] [] [] [a18d7c9a-c368-4004-90b8-3dfe94ba9c6b 4d707aa2-59a6-4755-add0-cdaded668fa7]}]I1208 17:06:12.835914 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Static_Route Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {a18d7c9a-c368-4004-90b8-3dfe94ba9c6b}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:delete Value:{GoSet:[{GoUUID:a18d7c9a-c368-4004-90b8-3dfe94ba9c6b}]}}] Timeout:0 Where:[where column _uuid == {ab001974-c8db-4127-9eaf-5757378cce9a}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:12 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a18d7c9a-c368-4004-90b8-3dfe94ba9c6b" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:12 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="a18d7c9a-c368-4004-90b8-3dfe94ba9c6b" "table"="Logical_Router_Static_Route" "model"="&{UUID:a18d7c9a-c368-4004-90b8-3dfe94ba9c6b BFD:0xc00d89da50 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00d89da80 Policy:0xc00d89da90}" +2021/12/08 17:06:12 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ab001974-c8db-4127-9eaf-5757378cce9a" "table"="Logical_Router" +2021/12/08 17:06:12 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="ab001974-c8db-4127-9eaf-5757378cce9a" "table"="Logical_Router" "old"="&{UUID:ab001974-c8db-4127-9eaf-5757378cce9a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[a18d7c9a-c368-4004-90b8-3dfe94ba9c6b 4d707aa2-59a6-4755-add0-cdaded668fa7]}" "new"="&{UUID:ab001974-c8db-4127-9eaf-5757378cce9a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[4d707aa2-59a6-4755-add0-cdaded668fa7]}" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ab001974-c8db-4127-9eaf-5757378cce9a" "table"="Logical_Router" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="ab001974-c8db-4127-9eaf-5757378cce9a" "table"="Logical_Router" "old"="&{UUID:ab001974-c8db-4127-9eaf-5757378cce9a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[a18d7c9a-c368-4004-90b8-3dfe94ba9c6b 4d707aa2-59a6-4755-add0-cdaded668fa7]}" "new"="&{UUID:ab001974-c8db-4127-9eaf-5757378cce9a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[4d707aa2-59a6-4755-add0-cdaded668fa7]}" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a18d7c9a-c368-4004-90b8-3dfe94ba9c6b" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="a18d7c9a-c368-4004-90b8-3dfe94ba9c6b" "table"="Logical_Router_Static_Route" "model"="&{UUID:a18d7c9a-c368-4004-90b8-3dfe94ba9c6b BFD:0xc00bbaa050 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00bbaa080 Policy:0xc00bbaa090}" +I1208 17:06:12.912916 19465 transact.go:41] Configuring OVN: [{Op:delete Table:BFD Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {892291e0-5ef0-47db-9548-8bfdcd2a5b8f}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:12 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="892291e0-5ef0-47db-9548-8bfdcd2a5b8f" "table"="BFD" +2021/12/08 17:06:12 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="892291e0-5ef0-47db-9548-8bfdcd2a5b8f" "table"="BFD" "model"="&{UUID:892291e0-5ef0-47db-9548-8bfdcd2a5b8f DetectMult: DstIP:9.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="892291e0-5ef0-47db-9548-8bfdcd2a5b8f" "table"="BFD" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="892291e0-5ef0-47db-9548-8bfdcd2a5b8f" "table"="BFD" "model"="&{UUID:892291e0-5ef0-47db-9548-8bfdcd2a5b8f DetectMult: DstIP:9.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +RESULT &[{4d707aa2-59a6-4755-add0-cdaded668fa7 0xc00dfaa330 map[] 10.128.1.3/32 9.0.0.2 map[ecmp_symmetric_reply:true] 0xc00dfaa360 0xc00dfaa370}]RESULT &[{ab001974-c8db-4127-9eaf-5757378cce9a map[] [] [] GR_node1 [] map[] [] [] [4d707aa2-59a6-4755-add0-cdaded668fa7]}]I1208 17:06:12.928014 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Static_Route Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {4d707aa2-59a6-4755-add0-cdaded668fa7}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:delete Value:{GoSet:[{GoUUID:4d707aa2-59a6-4755-add0-cdaded668fa7}]}}] Timeout:0 Where:[where column _uuid == {ab001974-c8db-4127-9eaf-5757378cce9a}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:12 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4d707aa2-59a6-4755-add0-cdaded668fa7" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:12 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="4d707aa2-59a6-4755-add0-cdaded668fa7" "table"="Logical_Router_Static_Route" "model"="&{UUID:4d707aa2-59a6-4755-add0-cdaded668fa7 BFD:0xc00dfaac20 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.2 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00dfaac50 Policy:0xc00dfaac60}" +2021/12/08 17:06:12 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ab001974-c8db-4127-9eaf-5757378cce9a" "table"="Logical_Router" +2021/12/08 17:06:12 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="ab001974-c8db-4127-9eaf-5757378cce9a" "table"="Logical_Router" "old"="&{UUID:ab001974-c8db-4127-9eaf-5757378cce9a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[4d707aa2-59a6-4755-add0-cdaded668fa7]}" "new"="&{UUID:ab001974-c8db-4127-9eaf-5757378cce9a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ab001974-c8db-4127-9eaf-5757378cce9a" "table"="Logical_Router" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="ab001974-c8db-4127-9eaf-5757378cce9a" "table"="Logical_Router" "old"="&{UUID:ab001974-c8db-4127-9eaf-5757378cce9a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[4d707aa2-59a6-4755-add0-cdaded668fa7]}" "new"="&{UUID:ab001974-c8db-4127-9eaf-5757378cce9a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4d707aa2-59a6-4755-add0-cdaded668fa7" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:12 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="4d707aa2-59a6-4755-add0-cdaded668fa7" "table"="Logical_Router_Static_Route" "model"="&{UUID:4d707aa2-59a6-4755-add0-cdaded668fa7 BFD:0xc00df50550 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.2 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00df50580 Policy:0xc00df50590}" +I1208 17:06:13.002398 19465 transact.go:41] Configuring OVN: [{Op:delete Table:BFD Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {6ccdc9df-9dc8-4cac-9389-d034381c74c5}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6ccdc9df-9dc8-4cac-9389-d034381c74c5" "table"="BFD" +2021/12/08 17:06:13 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="6ccdc9df-9dc8-4cac-9389-d034381c74c5" "table"="BFD" "model"="&{UUID:6ccdc9df-9dc8-4cac-9389-d034381c74c5 DetectMult: DstIP:9.0.0.2 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6ccdc9df-9dc8-4cac-9389-d034381c74c5" "table"="BFD" +2021/12/08 17:06:13 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="6ccdc9df-9dc8-4cac-9389-d034381c74c5" "table"="BFD" "model"="&{UUID:6ccdc9df-9dc8-4cac-9389-d034381c74c5 DetectMult: DstIP:9.0.0.2 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +• +------------------------------ +OVN Egress Gateway Operations on setting pod gateway annotations reconciles a host networked pod acting as a exgw for another namespace for new pod + No BFD + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:1003 +2021/12/08 17:06:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="14853b21-b17f-412c-b613-1d92b12f9ec4" "table"="Database" +2021/12/08 17:06:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="14853b21-b17f-412c-b613-1d92b12f9ec4" "table"="Database" "model"="&{UUID:14853b21-b17f-412c-b613-1d92b12f9ec4 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:06:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b4474756-6efc-4a78-a0c6-f9495aeca647" "table"="Logical_Switch" +2021/12/08 17:06:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b4474756-6efc-4a78-a0c6-f9495aeca647" "table"="Logical_Switch" "model"="&{UUID:b4474756-6efc-4a78-a0c6-f9495aeca647 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:06:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8fc70359-e87b-47bc-b315-e3f5c51a5759" "table"="Logical_Router" +2021/12/08 17:06:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8fc70359-e87b-47bc-b315-e3f5c51a5759" "table"="Logical_Router" "model"="&{UUID:8fc70359-e87b-47bc-b315-e3f5c51a5759 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f707f79f-3708-49dd-8dd3-deee3e64a6a2" "table"="Database" +2021/12/08 17:06:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f707f79f-3708-49dd-8dd3-deee3e64a6a2" "table"="Database" "model"="&{UUID:f707f79f-3708-49dd-8dd3-deee3e64a6a2 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:13.777063 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:13.777487 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:06:13.780599 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:06:13.780717 19465 namespace.go:182] [namespace2] adding namespace +I1208 17:06:13.781172 19465 namespace.go:186] [namespace1] adding namespace took 209.971µs +I1208 17:06:13.781528 19465 namespace.go:186] [namespace2] adding namespace took 295.747µs +I1208 17:06:13.782036 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 4.172812ms +I1208 17:06:13.835664 19465 egressgw.go:158] External gateway pod: gwPod, detected for namespace(s) namespace1 +I1208 17:06:13.836195 19465 egressgw.go:198] Adding routes for external gateway pod: gwPod, next hops: "9.0.0.1", namespace: namespace1, bfd-enabled: false +I1208 17:06:13.836640 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 54.204681ms +I1208 17:06:13.838669 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:06:13.941319 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +RESULT &[]RESULT &[{8fc70359-e87b-47bc-b315-e3f5c51a5759 map[] [] [] GR_node1 [] map[] [] [] []}]I1208 17:06:13.950152 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.1.3/32 nexthop:9.0.0.1 options:{GoMap:map[ecmp_symmetric_reply:true]} output_port:{GoSet:[rtoe-GR_node1]} policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996355} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996355}]}}] Timeout:0 Where:[where column _uuid == {8fc70359-e87b-47bc-b315-e3f5c51a5759}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2f858bda-f7e7-4442-9213-bb231d1b552f" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:13 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2f858bda-f7e7-4442-9213-bb231d1b552f" "table"="Logical_Router_Static_Route" "model"="&{UUID:2f858bda-f7e7-4442-9213-bb231d1b552f BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00d91a9e0 Policy:0xc00d91a9d0}" +2021/12/08 17:06:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8fc70359-e87b-47bc-b315-e3f5c51a5759" "table"="Logical_Router" +2021/12/08 17:06:13 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="8fc70359-e87b-47bc-b315-e3f5c51a5759" "table"="Logical_Router" "old"="&{UUID:8fc70359-e87b-47bc-b315-e3f5c51a5759 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:8fc70359-e87b-47bc-b315-e3f5c51a5759 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[2f858bda-f7e7-4442-9213-bb231d1b552f]}" +2021/12/08 17:06:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2f858bda-f7e7-4442-9213-bb231d1b552f" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2f858bda-f7e7-4442-9213-bb231d1b552f" "table"="Logical_Router_Static_Route" "model"="&{UUID:2f858bda-f7e7-4442-9213-bb231d1b552f BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc013a70280 Policy:0xc013a702a0}" +2021/12/08 17:06:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8fc70359-e87b-47bc-b315-e3f5c51a5759" "table"="Logical_Router" +2021/12/08 17:06:13 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="8fc70359-e87b-47bc-b315-e3f5c51a5759" "table"="Logical_Router" "old"="&{UUID:8fc70359-e87b-47bc-b315-e3f5c51a5759 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:8fc70359-e87b-47bc-b315-e3f5c51a5759 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[2f858bda-f7e7-4442-9213-bb231d1b552f]}" +I1208 17:06:13.979077 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996354} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996354}]}}] Timeout:0 Where:[where column _uuid == {b4474756-6efc-4a78-a0c6-f9495aeca647}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="882782b3-f790-4b48-a11c-a2a49e3646a5" "table"="Logical_Switch_Port" +2021/12/08 17:06:13 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="882782b3-f790-4b48-a11c-a2a49e3646a5" "table"="Logical_Switch_Port" "model"="&{UUID:882782b3-f790-4b48-a11c-a2a49e3646a5 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b4474756-6efc-4a78-a0c6-f9495aeca647" "table"="Logical_Switch" +2021/12/08 17:06:13 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b4474756-6efc-4a78-a0c6-f9495aeca647" "table"="Logical_Switch" "old"="&{UUID:b4474756-6efc-4a78-a0c6-f9495aeca647 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:b4474756-6efc-4a78-a0c6-f9495aeca647 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[882782b3-f790-4b48-a11c-a2a49e3646a5] QOSRules:[]}" +2021/12/08 17:06:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b4474756-6efc-4a78-a0c6-f9495aeca647" "table"="Logical_Switch" +2021/12/08 17:06:14 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b4474756-6efc-4a78-a0c6-f9495aeca647" "table"="Logical_Switch" "old"="&{UUID:b4474756-6efc-4a78-a0c6-f9495aeca647 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:b4474756-6efc-4a78-a0c6-f9495aeca647 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[882782b3-f790-4b48-a11c-a2a49e3646a5] QOSRules:[]}" +2021/12/08 17:06:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="882782b3-f790-4b48-a11c-a2a49e3646a5" "table"="Logical_Switch_Port" +2021/12/08 17:06:14 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="882782b3-f790-4b48-a11c-a2a49e3646a5" "table"="Logical_Switch_Port" "model"="&{UUID:882782b3-f790-4b48-a11c-a2a49e3646a5 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +I1208 17:06:14.006486 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 168.525184ms +• +------------------------------ +OVN Egress Gateway Operations on setting pod gateway annotations reconciles a host networked pod acting as a exgw for another namespace for new pod + BFD Enabled + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:1039 +2021/12/08 17:06:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5d0d2546-b8d2-42d4-870c-a7451d495e38" "table"="Database" +2021/12/08 17:06:14 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5d0d2546-b8d2-42d4-870c-a7451d495e38" "table"="Database" "model"="&{UUID:5d0d2546-b8d2-42d4-870c-a7451d495e38 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:06:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="042e2803-68e3-48f5-9056-8a5c3ec19585" "table"="Logical_Switch" +2021/12/08 17:06:14 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="042e2803-68e3-48f5-9056-8a5c3ec19585" "table"="Logical_Switch" "model"="&{UUID:042e2803-68e3-48f5-9056-8a5c3ec19585 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:06:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="224d6fec-82b8-4055-9e12-7b672d99eb34" "table"="Logical_Router" +2021/12/08 17:06:14 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="224d6fec-82b8-4055-9e12-7b672d99eb34" "table"="Logical_Router" "model"="&{UUID:224d6fec-82b8-4055-9e12-7b672d99eb34 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b0a658e7-4b51-4882-aa75-8fc16bf200b7" "table"="Database" +2021/12/08 17:06:14 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b0a658e7-4b51-4882-aa75-8fc16bf200b7" "table"="Database" "model"="&{UUID:b0a658e7-4b51-4882-aa75-8fc16bf200b7 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:14.732540 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:14.732890 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:06:14.736073 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:06:14.736237 19465 namespace.go:182] [namespace2] adding namespace +I1208 17:06:14.736926 19465 namespace.go:186] [namespace1] adding namespace took 291.654µs +I1208 17:06:14.737288 19465 namespace.go:186] [namespace2] adding namespace took 436.387µs +I1208 17:06:14.738214 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 4.967646ms +I1208 17:06:14.792270 19465 egressgw.go:158] External gateway pod: gwPod, detected for namespace(s) namespace1 +I1208 17:06:14.792738 19465 egressgw.go:198] Adding routes for external gateway pod: gwPod, next hops: "9.0.0.1", namespace: namespace1, bfd-enabled: true +I1208 17:06:14.793070 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 54.485954ms +I1208 17:06:14.795027 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:06:14.897395 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +RESULT &[]RESULT &[{224d6fec-82b8-4055-9e12-7b672d99eb34 map[] [] [] GR_node1 [] map[] [] [] []}]I1208 17:06:14.954518 19465 transact.go:41] Configuring OVN: [{Op:insert Table:BFD Row:map[dst_ip:9.0.0.1 logical_port:rtoe-GR_node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996358} {Op:insert Table:Logical_Router_Static_Route Row:map[bfd:{GoSet:[{GoUUID:u2596996358}]} ip_prefix:10.128.1.3/32 nexthop:9.0.0.1 options:{GoMap:map[ecmp_symmetric_reply:true]} output_port:{GoSet:[rtoe-GR_node1]} policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996359} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996359}]}}] Timeout:0 Where:[where column _uuid == {224d6fec-82b8-4055-9e12-7b672d99eb34}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b4ba966f-e07f-4365-b2d1-3f5a26d5aee6" "table"="BFD" +2021/12/08 17:06:14 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b4ba966f-e07f-4365-b2d1-3f5a26d5aee6" "table"="BFD" "model"="&{UUID:b4ba966f-e07f-4365-b2d1-3f5a26d5aee6 DetectMult: DstIP:9.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3659ad55-4394-44d0-8641-41f48cf6a044" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:14 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3659ad55-4394-44d0-8641-41f48cf6a044" "table"="Logical_Router_Static_Route" "model"="&{UUID:3659ad55-4394-44d0-8641-41f48cf6a044 BFD:0xc013a55d70 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc013a55d80 Policy:0xc013a55d40}" +2021/12/08 17:06:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="224d6fec-82b8-4055-9e12-7b672d99eb34" "table"="Logical_Router" +2021/12/08 17:06:14 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="224d6fec-82b8-4055-9e12-7b672d99eb34" "table"="Logical_Router" "old"="&{UUID:224d6fec-82b8-4055-9e12-7b672d99eb34 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:224d6fec-82b8-4055-9e12-7b672d99eb34 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[3659ad55-4394-44d0-8641-41f48cf6a044]}" +2021/12/08 17:06:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3659ad55-4394-44d0-8641-41f48cf6a044" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:14 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3659ad55-4394-44d0-8641-41f48cf6a044" "table"="Logical_Router_Static_Route" "model"="&{UUID:3659ad55-4394-44d0-8641-41f48cf6a044 BFD:0xc0508965b0 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc0508965c0 Policy:0xc0508965d0}" +2021/12/08 17:06:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b4ba966f-e07f-4365-b2d1-3f5a26d5aee6" "table"="BFD" +2021/12/08 17:06:14 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b4ba966f-e07f-4365-b2d1-3f5a26d5aee6" "table"="BFD" "model"="&{UUID:b4ba966f-e07f-4365-b2d1-3f5a26d5aee6 DetectMult: DstIP:9.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="224d6fec-82b8-4055-9e12-7b672d99eb34" "table"="Logical_Router" +2021/12/08 17:06:14 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="224d6fec-82b8-4055-9e12-7b672d99eb34" "table"="Logical_Router" "old"="&{UUID:224d6fec-82b8-4055-9e12-7b672d99eb34 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:224d6fec-82b8-4055-9e12-7b672d99eb34 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[3659ad55-4394-44d0-8641-41f48cf6a044]}" +I1208 17:06:14.987313 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996357} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996357}]}}] Timeout:0 Where:[where column _uuid == {042e2803-68e3-48f5-9056-8a5c3ec19585}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="43ed8ab3-f767-4f90-beb5-304748b16609" "table"="Logical_Switch_Port" +2021/12/08 17:06:14 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="43ed8ab3-f767-4f90-beb5-304748b16609" "table"="Logical_Switch_Port" "model"="&{UUID:43ed8ab3-f767-4f90-beb5-304748b16609 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="042e2803-68e3-48f5-9056-8a5c3ec19585" "table"="Logical_Switch" +2021/12/08 17:06:14 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="042e2803-68e3-48f5-9056-8a5c3ec19585" "table"="Logical_Switch" "old"="&{UUID:042e2803-68e3-48f5-9056-8a5c3ec19585 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:042e2803-68e3-48f5-9056-8a5c3ec19585 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[43ed8ab3-f767-4f90-beb5-304748b16609] QOSRules:[]}" +2021/12/08 17:06:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="042e2803-68e3-48f5-9056-8a5c3ec19585" "table"="Logical_Switch" +2021/12/08 17:06:15 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="042e2803-68e3-48f5-9056-8a5c3ec19585" "table"="Logical_Switch" "old"="&{UUID:042e2803-68e3-48f5-9056-8a5c3ec19585 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:042e2803-68e3-48f5-9056-8a5c3ec19585 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[43ed8ab3-f767-4f90-beb5-304748b16609] QOSRules:[]}" +2021/12/08 17:06:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="43ed8ab3-f767-4f90-beb5-304748b16609" "table"="Logical_Switch_Port" +2021/12/08 17:06:15 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="43ed8ab3-f767-4f90-beb5-304748b16609" "table"="Logical_Switch_Port" "model"="&{UUID:43ed8ab3-f767-4f90-beb5-304748b16609 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +I1208 17:06:15.014209 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 219.769076ms +• +------------------------------ +OVN Egress Gateway Operations on setting pod gateway annotations reconciles a host networked pod acting as a exgw for another namespace for existing pod + No BFD + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:1140 +2021/12/08 17:06:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2d878f70-a665-4e2e-b0af-985318f01dd0" "table"="Database" +2021/12/08 17:06:15 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2d878f70-a665-4e2e-b0af-985318f01dd0" "table"="Database" "model"="&{UUID:2d878f70-a665-4e2e-b0af-985318f01dd0 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:06:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c02973aa-a546-406b-968c-c0d200e198bc" "table"="Logical_Switch" +2021/12/08 17:06:15 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c02973aa-a546-406b-968c-c0d200e198bc" "table"="Logical_Switch" "model"="&{UUID:c02973aa-a546-406b-968c-c0d200e198bc ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:06:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c7f74870-932e-4010-b8b2-849d6efde2fc" "table"="Logical_Router" +2021/12/08 17:06:15 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c7f74870-932e-4010-b8b2-849d6efde2fc" "table"="Logical_Router" "model"="&{UUID:c7f74870-932e-4010-b8b2-849d6efde2fc Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c1d14e3b-ccf5-4350-b467-21772b08031e" "table"="Database" +2021/12/08 17:06:15 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c1d14e3b-ccf5-4350-b467-21772b08031e" "table"="Database" "model"="&{UUID:c1d14e3b-ccf5-4350-b467-21772b08031e Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:15.770398 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:15.770762 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:06:15.774073 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:06:15.774231 19465 namespace.go:182] [namespace2] adding namespace +I1208 17:06:15.775058 19465 namespace.go:186] [namespace1] adding namespace took 346.11µs +I1208 17:06:15.775415 19465 namespace.go:186] [namespace2] adding namespace took 562.487µs +I1208 17:06:15.775898 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 4.664735ms +I1208 17:06:15.830144 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:06:15.932554 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +I1208 17:06:15.937584 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996361} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996361}]}}] Timeout:0 Where:[where column _uuid == {c02973aa-a546-406b-968c-c0d200e198bc}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:15 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="955bab27-5e75-4aeb-b18d-7d36d525c31a" "table"="Logical_Switch_Port" +2021/12/08 17:06:15 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="955bab27-5e75-4aeb-b18d-7d36d525c31a" "table"="Logical_Switch_Port" "model"="&{UUID:955bab27-5e75-4aeb-b18d-7d36d525c31a Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:15 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c02973aa-a546-406b-968c-c0d200e198bc" "table"="Logical_Switch" +2021/12/08 17:06:15 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c02973aa-a546-406b-968c-c0d200e198bc" "table"="Logical_Switch" "old"="&{UUID:c02973aa-a546-406b-968c-c0d200e198bc ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:c02973aa-a546-406b-968c-c0d200e198bc ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[955bab27-5e75-4aeb-b18d-7d36d525c31a] QOSRules:[]}" +2021/12/08 17:06:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="955bab27-5e75-4aeb-b18d-7d36d525c31a" "table"="Logical_Switch_Port" +2021/12/08 17:06:15 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="955bab27-5e75-4aeb-b18d-7d36d525c31a" "table"="Logical_Switch_Port" "model"="&{UUID:955bab27-5e75-4aeb-b18d-7d36d525c31a Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c02973aa-a546-406b-968c-c0d200e198bc" "table"="Logical_Switch" +2021/12/08 17:06:15 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c02973aa-a546-406b-968c-c0d200e198bc" "table"="Logical_Switch" "old"="&{UUID:c02973aa-a546-406b-968c-c0d200e198bc ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:c02973aa-a546-406b-968c-c0d200e198bc ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[955bab27-5e75-4aeb-b18d-7d36d525c31a] QOSRules:[]}" +I1208 17:06:15.965868 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 136.903197ms +I1208 17:06:15.966268 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 189.999997ms +I1208 17:06:15.967473 19465 egressgw.go:158] External gateway pod: gwPod, detected for namespace(s) namespace1 +I1208 17:06:15.967917 19465 egressgw.go:198] Adding routes for external gateway pod: gwPod, next hops: "9.0.0.1", namespace: namespace1, bfd-enabled: false +RESULT &[]RESULT &[{c7f74870-932e-4010-b8b2-849d6efde2fc map[] [] [] GR_node1 [] map[] [] [] []}]I1208 17:06:15.969734 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.1.3/32 nexthop:9.0.0.1 options:{GoMap:map[ecmp_symmetric_reply:true]} output_port:{GoSet:[rtoe-GR_node1]} policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996362} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996362}]}}] Timeout:0 Where:[where column _uuid == {c7f74870-932e-4010-b8b2-849d6efde2fc}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:15 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="819bd261-2213-43b5-a20d-5e1f9c352d0c" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:15 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="819bd261-2213-43b5-a20d-5e1f9c352d0c" "table"="Logical_Router_Static_Route" "model"="&{UUID:819bd261-2213-43b5-a20d-5e1f9c352d0c BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc052bff780 Policy:0xc052bff790}" +2021/12/08 17:06:15 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c7f74870-932e-4010-b8b2-849d6efde2fc" "table"="Logical_Router" +2021/12/08 17:06:15 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c7f74870-932e-4010-b8b2-849d6efde2fc" "table"="Logical_Router" "old"="&{UUID:c7f74870-932e-4010-b8b2-849d6efde2fc Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:c7f74870-932e-4010-b8b2-849d6efde2fc Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[819bd261-2213-43b5-a20d-5e1f9c352d0c]}" +2021/12/08 17:06:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="819bd261-2213-43b5-a20d-5e1f9c352d0c" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:15 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="819bd261-2213-43b5-a20d-5e1f9c352d0c" "table"="Logical_Router_Static_Route" "model"="&{UUID:819bd261-2213-43b5-a20d-5e1f9c352d0c BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc052c9c450 Policy:0xc052c9c460}" +2021/12/08 17:06:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c7f74870-932e-4010-b8b2-849d6efde2fc" "table"="Logical_Router" +2021/12/08 17:06:15 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c7f74870-932e-4010-b8b2-849d6efde2fc" "table"="Logical_Router" "old"="&{UUID:c7f74870-932e-4010-b8b2-849d6efde2fc Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:c7f74870-932e-4010-b8b2-849d6efde2fc Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[819bd261-2213-43b5-a20d-5e1f9c352d0c]}" +• +------------------------------ +OVN Egress Gateway Operations on setting pod gateway annotations reconciles a host networked pod acting as a exgw for another namespace for existing pod + BFD Enabled + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:1176 +2021/12/08 17:06:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2ddde927-734f-40a9-80ad-8aaa1e0c8ff5" "table"="Database" +2021/12/08 17:06:16 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2ddde927-734f-40a9-80ad-8aaa1e0c8ff5" "table"="Database" "model"="&{UUID:2ddde927-734f-40a9-80ad-8aaa1e0c8ff5 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:06:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6960cd03-09d8-4204-8862-9f6070ef89e6" "table"="Logical_Switch" +2021/12/08 17:06:16 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6960cd03-09d8-4204-8862-9f6070ef89e6" "table"="Logical_Switch" "model"="&{UUID:6960cd03-09d8-4204-8862-9f6070ef89e6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:06:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="748649ec-a877-4955-be3b-3d4a7a5eddfb" "table"="Logical_Router" +2021/12/08 17:06:16 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="748649ec-a877-4955-be3b-3d4a7a5eddfb" "table"="Logical_Router" "model"="&{UUID:748649ec-a877-4955-be3b-3d4a7a5eddfb Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8e979f7e-3b6c-4c48-8a90-888d16c3b35a" "table"="Database" +2021/12/08 17:06:16 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8e979f7e-3b6c-4c48-8a90-888d16c3b35a" "table"="Database" "model"="&{UUID:8e979f7e-3b6c-4c48-8a90-888d16c3b35a Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:16.763690 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:16.764104 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:06:16.767420 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:06:16.767552 19465 namespace.go:182] [namespace2] adding namespace +I1208 17:06:16.768329 19465 namespace.go:186] [namespace1] adding namespace took 395.043µs +I1208 17:06:16.768687 19465 namespace.go:186] [namespace2] adding namespace took 620.184µs +I1208 17:06:16.769616 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 4.937323ms +I1208 17:06:16.823884 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:06:16.926501 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +I1208 17:06:16.931176 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996364} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996364}]}}] Timeout:0 Where:[where column _uuid == {6960cd03-09d8-4204-8862-9f6070ef89e6}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ea7687ef-aaa8-42e1-a159-2c6367858e99" "table"="Logical_Switch_Port" +2021/12/08 17:06:16 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ea7687ef-aaa8-42e1-a159-2c6367858e99" "table"="Logical_Switch_Port" "model"="&{UUID:ea7687ef-aaa8-42e1-a159-2c6367858e99 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6960cd03-09d8-4204-8862-9f6070ef89e6" "table"="Logical_Switch" +2021/12/08 17:06:16 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6960cd03-09d8-4204-8862-9f6070ef89e6" "table"="Logical_Switch" "old"="&{UUID:6960cd03-09d8-4204-8862-9f6070ef89e6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:6960cd03-09d8-4204-8862-9f6070ef89e6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[ea7687ef-aaa8-42e1-a159-2c6367858e99] QOSRules:[]}" +2021/12/08 17:06:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ea7687ef-aaa8-42e1-a159-2c6367858e99" "table"="Logical_Switch_Port" +2021/12/08 17:06:16 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ea7687ef-aaa8-42e1-a159-2c6367858e99" "table"="Logical_Switch_Port" "model"="&{UUID:ea7687ef-aaa8-42e1-a159-2c6367858e99 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6960cd03-09d8-4204-8862-9f6070ef89e6" "table"="Logical_Switch" +2021/12/08 17:06:16 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6960cd03-09d8-4204-8862-9f6070ef89e6" "table"="Logical_Switch" "old"="&{UUID:6960cd03-09d8-4204-8862-9f6070ef89e6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:6960cd03-09d8-4204-8862-9f6070ef89e6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[ea7687ef-aaa8-42e1-a159-2c6367858e99] QOSRules:[]}" +I1208 17:06:16.959471 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 136.277272ms +I1208 17:06:16.959880 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 189.885057ms +I1208 17:06:16.961334 19465 egressgw.go:158] External gateway pod: gwPod, detected for namespace(s) namespace1 +I1208 17:06:16.961775 19465 egressgw.go:198] Adding routes for external gateway pod: gwPod, next hops: "9.0.0.1", namespace: namespace1, bfd-enabled: true +RESULT &[]RESULT &[{748649ec-a877-4955-be3b-3d4a7a5eddfb map[] [] [] GR_node1 [] map[] [] [] []}]I1208 17:06:17.014624 19465 transact.go:41] Configuring OVN: [{Op:insert Table:BFD Row:map[dst_ip:9.0.0.1 logical_port:rtoe-GR_node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996365} {Op:insert Table:Logical_Router_Static_Route Row:map[bfd:{GoSet:[{GoUUID:u2596996365}]} ip_prefix:10.128.1.3/32 nexthop:9.0.0.1 options:{GoMap:map[ecmp_symmetric_reply:true]} output_port:{GoSet:[rtoe-GR_node1]} policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996366} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996366}]}}] Timeout:0 Where:[where column _uuid == {748649ec-a877-4955-be3b-3d4a7a5eddfb}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5f88de60-92fb-463e-91ae-7d31d5e737e5" "table"="BFD" +2021/12/08 17:06:17 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5f88de60-92fb-463e-91ae-7d31d5e737e5" "table"="BFD" "model"="&{UUID:5f88de60-92fb-463e-91ae-7d31d5e737e5 DetectMult: DstIP:9.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a7fc72d5-9562-46bf-be90-63683078442a" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:17 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a7fc72d5-9562-46bf-be90-63683078442a" "table"="Logical_Router_Static_Route" "model"="&{UUID:a7fc72d5-9562-46bf-be90-63683078442a BFD:0xc054a63390 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc054a63360 Policy:0xc054a63370}" +2021/12/08 17:06:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="748649ec-a877-4955-be3b-3d4a7a5eddfb" "table"="Logical_Router" +2021/12/08 17:06:17 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="748649ec-a877-4955-be3b-3d4a7a5eddfb" "table"="Logical_Router" "old"="&{UUID:748649ec-a877-4955-be3b-3d4a7a5eddfb Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:748649ec-a877-4955-be3b-3d4a7a5eddfb Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[a7fc72d5-9562-46bf-be90-63683078442a]}" +2021/12/08 17:06:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a7fc72d5-9562-46bf-be90-63683078442a" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a7fc72d5-9562-46bf-be90-63683078442a" "table"="Logical_Router_Static_Route" "model"="&{UUID:a7fc72d5-9562-46bf-be90-63683078442a BFD:0xc0619cc770 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc0619cc740 Policy:0xc0619cc750}" +2021/12/08 17:06:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="748649ec-a877-4955-be3b-3d4a7a5eddfb" "table"="Logical_Router" +2021/12/08 17:06:17 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="748649ec-a877-4955-be3b-3d4a7a5eddfb" "table"="Logical_Router" "old"="&{UUID:748649ec-a877-4955-be3b-3d4a7a5eddfb Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:748649ec-a877-4955-be3b-3d4a7a5eddfb Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[a7fc72d5-9562-46bf-be90-63683078442a]}" +2021/12/08 17:06:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5f88de60-92fb-463e-91ae-7d31d5e737e5" "table"="BFD" +2021/12/08 17:06:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5f88de60-92fb-463e-91ae-7d31d5e737e5" "table"="BFD" "model"="&{UUID:5f88de60-92fb-463e-91ae-7d31d5e737e5 DetectMult: DstIP:9.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +• +------------------------------ +OVN Egress Gateway Operations on setting pod gateway annotations reconciles a multus networked pod acting as a exgw for another namespace for new pod + No BFD + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:1286 +2021/12/08 17:06:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0ac73385-b703-4b10-9fb1-e595f811709c" "table"="Database" +2021/12/08 17:06:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0ac73385-b703-4b10-9fb1-e595f811709c" "table"="Database" "model"="&{UUID:0ac73385-b703-4b10-9fb1-e595f811709c Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:06:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cf91b3c1-d008-4efe-9654-cba7d7d05039" "table"="Logical_Router" +2021/12/08 17:06:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cf91b3c1-d008-4efe-9654-cba7d7d05039" "table"="Logical_Router" "model"="&{UUID:cf91b3c1-d008-4efe-9654-cba7d7d05039 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c3549536-f34a-418c-8ca3-a4d2ae3975c5" "table"="Logical_Switch" +2021/12/08 17:06:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c3549536-f34a-418c-8ca3-a4d2ae3975c5" "table"="Logical_Switch" "model"="&{UUID:c3549536-f34a-418c-8ca3-a4d2ae3975c5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:06:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6f44d34e-6ce0-4854-9e89-5099e69f76fd" "table"="Database" +2021/12/08 17:06:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6f44d34e-6ce0-4854-9e89-5099e69f76fd" "table"="Database" "model"="&{UUID:6f44d34e-6ce0-4854-9e89-5099e69f76fd Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:17.791963 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:17.792557 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:06:17.796139 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:06:17.796328 19465 namespace.go:182] [namespace2] adding namespace +I1208 17:06:17.796932 19465 namespace.go:186] [namespace1] adding namespace took 340.447µs +I1208 17:06:17.797332 19465 namespace.go:186] [namespace2] adding namespace took 607.021µs +I1208 17:06:17.797839 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 4.459529ms +I1208 17:06:17.851997 19465 egressgw.go:158] External gateway pod: gwPod, detected for namespace(s) namespace1 +I1208 17:06:17.852763 19465 egressgw.go:198] Adding routes for external gateway pod: gwPod, next hops: "11.0.0.1", namespace: namespace1, bfd-enabled: false +I1208 17:06:17.853099 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 54.896188ms +I1208 17:06:17.854951 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:06:17.957285 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +RESULT &[]RESULT &[{cf91b3c1-d008-4efe-9654-cba7d7d05039 map[] [] [] GR_node1 [] map[] [] [] []}]I1208 17:06:17.963207 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.1.3/32 nexthop:11.0.0.1 options:{GoMap:map[ecmp_symmetric_reply:true]} output_port:{GoSet:[rtoe-GR_node1]} policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996369} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996369}]}}] Timeout:0 Where:[where column _uuid == {cf91b3c1-d008-4efe-9654-cba7d7d05039}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cd62704b-3e3a-41f8-8815-a00e8365e5bc" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:17 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cd62704b-3e3a-41f8-8815-a00e8365e5bc" "table"="Logical_Router_Static_Route" "model"="&{UUID:cd62704b-3e3a-41f8-8815-a00e8365e5bc BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:11.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc0647c0ec0 Policy:0xc0647c0ed0}" +2021/12/08 17:06:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cf91b3c1-d008-4efe-9654-cba7d7d05039" "table"="Logical_Router" +2021/12/08 17:06:17 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="cf91b3c1-d008-4efe-9654-cba7d7d05039" "table"="Logical_Router" "old"="&{UUID:cf91b3c1-d008-4efe-9654-cba7d7d05039 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:cf91b3c1-d008-4efe-9654-cba7d7d05039 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[cd62704b-3e3a-41f8-8815-a00e8365e5bc]}" +2021/12/08 17:06:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cd62704b-3e3a-41f8-8815-a00e8365e5bc" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cd62704b-3e3a-41f8-8815-a00e8365e5bc" "table"="Logical_Router_Static_Route" "model"="&{UUID:cd62704b-3e3a-41f8-8815-a00e8365e5bc BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:11.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc063adad90 Policy:0xc063adad80}" +2021/12/08 17:06:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cf91b3c1-d008-4efe-9654-cba7d7d05039" "table"="Logical_Router" +2021/12/08 17:06:17 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="cf91b3c1-d008-4efe-9654-cba7d7d05039" "table"="Logical_Router" "old"="&{UUID:cf91b3c1-d008-4efe-9654-cba7d7d05039 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:cf91b3c1-d008-4efe-9654-cba7d7d05039 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[cd62704b-3e3a-41f8-8815-a00e8365e5bc]}" +I1208 17:06:17.987013 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996368} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996368}]}}] Timeout:0 Where:[where column _uuid == {c3549536-f34a-418c-8ca3-a4d2ae3975c5}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6680bf55-fbb2-4610-a4e0-c6b429aca495" "table"="Logical_Switch_Port" +2021/12/08 17:06:17 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6680bf55-fbb2-4610-a4e0-c6b429aca495" "table"="Logical_Switch_Port" "model"="&{UUID:6680bf55-fbb2-4610-a4e0-c6b429aca495 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:18 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c3549536-f34a-418c-8ca3-a4d2ae3975c5" "table"="Logical_Switch" +2021/12/08 17:06:18 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c3549536-f34a-418c-8ca3-a4d2ae3975c5" "table"="Logical_Switch" "old"="&{UUID:c3549536-f34a-418c-8ca3-a4d2ae3975c5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:c3549536-f34a-418c-8ca3-a4d2ae3975c5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[6680bf55-fbb2-4610-a4e0-c6b429aca495] QOSRules:[]}" +2021/12/08 17:06:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c3549536-f34a-418c-8ca3-a4d2ae3975c5" "table"="Logical_Switch" +2021/12/08 17:06:18 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c3549536-f34a-418c-8ca3-a4d2ae3975c5" "table"="Logical_Switch" "old"="&{UUID:c3549536-f34a-418c-8ca3-a4d2ae3975c5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:c3549536-f34a-418c-8ca3-a4d2ae3975c5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[6680bf55-fbb2-4610-a4e0-c6b429aca495] QOSRules:[]}" +2021/12/08 17:06:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6680bf55-fbb2-4610-a4e0-c6b429aca495" "table"="Logical_Switch_Port" +2021/12/08 17:06:18 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6680bf55-fbb2-4610-a4e0-c6b429aca495" "table"="Logical_Switch_Port" "model"="&{UUID:6680bf55-fbb2-4610-a4e0-c6b429aca495 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +I1208 17:06:18.022634 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 168.381804ms +• +------------------------------ +OVN Egress Gateway Operations on setting pod gateway annotations reconciles a multus networked pod acting as a exgw for another namespace for new pod + BFD Enabled + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:1322 +2021/12/08 17:06:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5bcd98cc-cf31-4e05-997b-87971114cd24" "table"="Database" +2021/12/08 17:06:18 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5bcd98cc-cf31-4e05-997b-87971114cd24" "table"="Database" "model"="&{UUID:5bcd98cc-cf31-4e05-997b-87971114cd24 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:06:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8bdd61a6-96bc-46d2-a405-bfa1d7d86293" "table"="Logical_Router" +2021/12/08 17:06:18 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8bdd61a6-96bc-46d2-a405-bfa1d7d86293" "table"="Logical_Router" "model"="&{UUID:8bdd61a6-96bc-46d2-a405-bfa1d7d86293 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="aedbbaec-e6e0-46f8-869e-0fb54938740a" "table"="Logical_Switch" +2021/12/08 17:06:18 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="aedbbaec-e6e0-46f8-869e-0fb54938740a" "table"="Logical_Switch" "model"="&{UUID:aedbbaec-e6e0-46f8-869e-0fb54938740a ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:06:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f5238a30-9544-45a9-891e-20929e9c5889" "table"="Database" +2021/12/08 17:06:18 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f5238a30-9544-45a9-891e-20929e9c5889" "table"="Database" "model"="&{UUID:f5238a30-9544-45a9-891e-20929e9c5889 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:18.755026 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:18.755381 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:06:18.757987 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:06:18.758137 19465 namespace.go:182] [namespace2] adding namespace +I1208 17:06:18.758902 19465 namespace.go:186] [namespace1] adding namespace took 353.754µs +I1208 17:06:18.759277 19465 namespace.go:186] [namespace2] adding namespace took 581.789µs +I1208 17:06:18.759773 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 3.959172ms +I1208 17:06:18.812693 19465 egressgw.go:158] External gateway pod: gwPod, detected for namespace(s) namespace1 +I1208 17:06:18.813348 19465 egressgw.go:198] Adding routes for external gateway pod: gwPod, next hops: "11.0.0.1", namespace: namespace1, bfd-enabled: true +I1208 17:06:18.813669 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 53.532243ms +I1208 17:06:18.815642 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:06:18.918163 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +RESULT &[]RESULT &[{8bdd61a6-96bc-46d2-a405-bfa1d7d86293 map[] [] [] GR_node1 [] map[] [] [] []}]I1208 17:06:18.974742 19465 transact.go:41] Configuring OVN: [{Op:insert Table:BFD Row:map[dst_ip:11.0.0.1 logical_port:rtoe-GR_node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996372} {Op:insert Table:Logical_Router_Static_Route Row:map[bfd:{GoSet:[{GoUUID:u2596996372}]} ip_prefix:10.128.1.3/32 nexthop:11.0.0.1 options:{GoMap:map[ecmp_symmetric_reply:true]} output_port:{GoSet:[rtoe-GR_node1]} policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996373} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996373}]}}] Timeout:0 Where:[where column _uuid == {8bdd61a6-96bc-46d2-a405-bfa1d7d86293}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:18 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="415cb103-3f26-469f-a194-4a071f78c993" "table"="BFD" +2021/12/08 17:06:18 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="415cb103-3f26-469f-a194-4a071f78c993" "table"="BFD" "model"="&{UUID:415cb103-3f26-469f-a194-4a071f78c993 DetectMult: DstIP:11.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:18 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3fbc1488-71a8-4507-9632-b9c3e005fdc0" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:18 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3fbc1488-71a8-4507-9632-b9c3e005fdc0" "table"="Logical_Router_Static_Route" "model"="&{UUID:3fbc1488-71a8-4507-9632-b9c3e005fdc0 BFD:0xc061a44770 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:11.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc061a44780 Policy:0xc061a44750}" +2021/12/08 17:06:18 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8bdd61a6-96bc-46d2-a405-bfa1d7d86293" "table"="Logical_Router" +2021/12/08 17:06:18 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="8bdd61a6-96bc-46d2-a405-bfa1d7d86293" "table"="Logical_Router" "old"="&{UUID:8bdd61a6-96bc-46d2-a405-bfa1d7d86293 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:8bdd61a6-96bc-46d2-a405-bfa1d7d86293 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[3fbc1488-71a8-4507-9632-b9c3e005fdc0]}" +2021/12/08 17:06:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3fbc1488-71a8-4507-9632-b9c3e005fdc0" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:19 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3fbc1488-71a8-4507-9632-b9c3e005fdc0" "table"="Logical_Router_Static_Route" "model"="&{UUID:3fbc1488-71a8-4507-9632-b9c3e005fdc0 BFD:0xc0666e7440 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:11.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc0666e7410 Policy:0xc0666e7420}" +2021/12/08 17:06:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="415cb103-3f26-469f-a194-4a071f78c993" "table"="BFD" +2021/12/08 17:06:19 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="415cb103-3f26-469f-a194-4a071f78c993" "table"="BFD" "model"="&{UUID:415cb103-3f26-469f-a194-4a071f78c993 DetectMult: DstIP:11.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8bdd61a6-96bc-46d2-a405-bfa1d7d86293" "table"="Logical_Router" +2021/12/08 17:06:19 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="8bdd61a6-96bc-46d2-a405-bfa1d7d86293" "table"="Logical_Router" "old"="&{UUID:8bdd61a6-96bc-46d2-a405-bfa1d7d86293 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:8bdd61a6-96bc-46d2-a405-bfa1d7d86293 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[3fbc1488-71a8-4507-9632-b9c3e005fdc0]}" +I1208 17:06:19.007495 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996371} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996371}]}}] Timeout:0 Where:[where column _uuid == {aedbbaec-e6e0-46f8-869e-0fb54938740a}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:19 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="efb8539a-3946-43b8-8647-332cc5f61ef5" "table"="Logical_Switch_Port" +2021/12/08 17:06:19 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="efb8539a-3946-43b8-8647-332cc5f61ef5" "table"="Logical_Switch_Port" "model"="&{UUID:efb8539a-3946-43b8-8647-332cc5f61ef5 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:19 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="aedbbaec-e6e0-46f8-869e-0fb54938740a" "table"="Logical_Switch" +2021/12/08 17:06:19 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="aedbbaec-e6e0-46f8-869e-0fb54938740a" "table"="Logical_Switch" "old"="&{UUID:aedbbaec-e6e0-46f8-869e-0fb54938740a ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:aedbbaec-e6e0-46f8-869e-0fb54938740a ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[efb8539a-3946-43b8-8647-332cc5f61ef5] QOSRules:[]}" +2021/12/08 17:06:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="aedbbaec-e6e0-46f8-869e-0fb54938740a" "table"="Logical_Switch" +2021/12/08 17:06:19 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="aedbbaec-e6e0-46f8-869e-0fb54938740a" "table"="Logical_Switch" "old"="&{UUID:aedbbaec-e6e0-46f8-869e-0fb54938740a ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:aedbbaec-e6e0-46f8-869e-0fb54938740a ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[efb8539a-3946-43b8-8647-332cc5f61ef5] QOSRules:[]}" +2021/12/08 17:06:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="efb8539a-3946-43b8-8647-332cc5f61ef5" "table"="Logical_Switch_Port" +2021/12/08 17:06:19 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="efb8539a-3946-43b8-8647-332cc5f61ef5" "table"="Logical_Switch_Port" "model"="&{UUID:efb8539a-3946-43b8-8647-332cc5f61ef5 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +I1208 17:06:19.036229 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 221.275513ms +• +------------------------------ +OVN Egress Gateway Operations on setting pod gateway annotations reconciles deleting a host networked pod acting as a exgw for another namespace for existing pod + No BFD + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:1431 +2021/12/08 17:06:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4c7b12d3-feaa-46c6-8583-5ebd5e2896a7" "table"="Database" +2021/12/08 17:06:19 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4c7b12d3-feaa-46c6-8583-5ebd5e2896a7" "table"="Database" "model"="&{UUID:4c7b12d3-feaa-46c6-8583-5ebd5e2896a7 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:06:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="51a821b3-e0f9-440b-a4b5-ff097d79e120" "table"="Logical_Switch" +2021/12/08 17:06:19 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="51a821b3-e0f9-440b-a4b5-ff097d79e120" "table"="Logical_Switch" "model"="&{UUID:51a821b3-e0f9-440b-a4b5-ff097d79e120 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:06:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="767b6734-21cc-424a-ae35-7e2a0cc731c0" "table"="Logical_Router" +2021/12/08 17:06:19 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="767b6734-21cc-424a-ae35-7e2a0cc731c0" "table"="Logical_Router" "model"="&{UUID:767b6734-21cc-424a-ae35-7e2a0cc731c0 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="30deea60-9724-478d-994d-37b1f7a0483f" "table"="Database" +2021/12/08 17:06:19 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="30deea60-9724-478d-994d-37b1f7a0483f" "table"="Database" "model"="&{UUID:30deea60-9724-478d-994d-37b1f7a0483f Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:19.784569 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:19.785000 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:06:19.788277 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:06:19.788425 19465 namespace.go:182] [namespace2] adding namespace +I1208 17:06:19.789264 19465 namespace.go:186] [namespace1] adding namespace took 350.187µs +I1208 17:06:19.789551 19465 namespace.go:186] [namespace2] adding namespace took 419.447µs +I1208 17:06:19.790010 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 4.571742ms +I1208 17:06:19.844481 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:06:19.946548 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +I1208 17:06:19.951431 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996375} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996375}]}}] Timeout:0 Where:[where column _uuid == {51a821b3-e0f9-440b-a4b5-ff097d79e120}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:19 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="40ea337e-0b16-4760-9a42-dc0bcac58263" "table"="Logical_Switch_Port" +2021/12/08 17:06:19 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="40ea337e-0b16-4760-9a42-dc0bcac58263" "table"="Logical_Switch_Port" "model"="&{UUID:40ea337e-0b16-4760-9a42-dc0bcac58263 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:19 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="51a821b3-e0f9-440b-a4b5-ff097d79e120" "table"="Logical_Switch" +2021/12/08 17:06:19 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="51a821b3-e0f9-440b-a4b5-ff097d79e120" "table"="Logical_Switch" "old"="&{UUID:51a821b3-e0f9-440b-a4b5-ff097d79e120 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:51a821b3-e0f9-440b-a4b5-ff097d79e120 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[40ea337e-0b16-4760-9a42-dc0bcac58263] QOSRules:[]}" +2021/12/08 17:06:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="51a821b3-e0f9-440b-a4b5-ff097d79e120" "table"="Logical_Switch" +2021/12/08 17:06:19 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="51a821b3-e0f9-440b-a4b5-ff097d79e120" "table"="Logical_Switch" "old"="&{UUID:51a821b3-e0f9-440b-a4b5-ff097d79e120 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:51a821b3-e0f9-440b-a4b5-ff097d79e120 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[40ea337e-0b16-4760-9a42-dc0bcac58263] QOSRules:[]}" +2021/12/08 17:06:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="40ea337e-0b16-4760-9a42-dc0bcac58263" "table"="Logical_Switch_Port" +2021/12/08 17:06:19 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="40ea337e-0b16-4760-9a42-dc0bcac58263" "table"="Logical_Switch_Port" "model"="&{UUID:40ea337e-0b16-4760-9a42-dc0bcac58263 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +I1208 17:06:19.979928 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 136.193355ms +I1208 17:06:19.980424 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 190.02467ms +I1208 17:06:19.981806 19465 egressgw.go:158] External gateway pod: gwPod, detected for namespace(s) namespace1 +I1208 17:06:19.982229 19465 egressgw.go:198] Adding routes for external gateway pod: gwPod, next hops: "9.0.0.1", namespace: namespace1, bfd-enabled: false +RESULT &[]RESULT &[{767b6734-21cc-424a-ae35-7e2a0cc731c0 map[] [] [] GR_node1 [] map[] [] [] []}]I1208 17:06:19.984156 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.1.3/32 nexthop:9.0.0.1 options:{GoMap:map[ecmp_symmetric_reply:true]} output_port:{GoSet:[rtoe-GR_node1]} policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996376} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996376}]}}] Timeout:0 Where:[where column _uuid == {767b6734-21cc-424a-ae35-7e2a0cc731c0}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:19 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b788f4d1-b9d6-4630-b599-842a4470cad2" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:19 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b788f4d1-b9d6-4630-b599-842a4470cad2" "table"="Logical_Router_Static_Route" "model"="&{UUID:b788f4d1-b9d6-4630-b599-842a4470cad2 BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc047e41d50 Policy:0xc047e41d60}" +2021/12/08 17:06:19 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="767b6734-21cc-424a-ae35-7e2a0cc731c0" "table"="Logical_Router" +2021/12/08 17:06:19 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="767b6734-21cc-424a-ae35-7e2a0cc731c0" "table"="Logical_Router" "old"="&{UUID:767b6734-21cc-424a-ae35-7e2a0cc731c0 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:767b6734-21cc-424a-ae35-7e2a0cc731c0 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[b788f4d1-b9d6-4630-b599-842a4470cad2]}" +2021/12/08 17:06:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b788f4d1-b9d6-4630-b599-842a4470cad2" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b788f4d1-b9d6-4630-b599-842a4470cad2" "table"="Logical_Router_Static_Route" "model"="&{UUID:b788f4d1-b9d6-4630-b599-842a4470cad2 BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00028f760 Policy:0xc00028f780}" +2021/12/08 17:06:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="767b6734-21cc-424a-ae35-7e2a0cc731c0" "table"="Logical_Router" +2021/12/08 17:06:20 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="767b6734-21cc-424a-ae35-7e2a0cc731c0" "table"="Logical_Router" "old"="&{UUID:767b6734-21cc-424a-ae35-7e2a0cc731c0 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:767b6734-21cc-424a-ae35-7e2a0cc731c0 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[b788f4d1-b9d6-4630-b599-842a4470cad2]}" +I1208 17:06:20.021515 19465 egressgw.go:346] Deleting routes for external gateway pod: gwPod, for namespace(s) namespace1 +RESULT &[{b788f4d1-b9d6-4630-b599-842a4470cad2 map[] 10.128.1.3/32 9.0.0.1 map[ecmp_symmetric_reply:true] 0xc0025cd1a0 0xc0025cd1b0}]RESULT &[{767b6734-21cc-424a-ae35-7e2a0cc731c0 map[] [] [] GR_node1 [] map[] [] [] [b788f4d1-b9d6-4630-b599-842a4470cad2]}]I1208 17:06:20.023839 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Static_Route Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {b788f4d1-b9d6-4630-b599-842a4470cad2}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:delete Value:{GoSet:[{GoUUID:b788f4d1-b9d6-4630-b599-842a4470cad2}]}}] Timeout:0 Where:[where column _uuid == {767b6734-21cc-424a-ae35-7e2a0cc731c0}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:20 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b788f4d1-b9d6-4630-b599-842a4470cad2" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:20 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="b788f4d1-b9d6-4630-b599-842a4470cad2" "table"="Logical_Router_Static_Route" "model"="&{UUID:b788f4d1-b9d6-4630-b599-842a4470cad2 BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc0025cdb20 Policy:0xc0025cdb30}" +2021/12/08 17:06:20 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="767b6734-21cc-424a-ae35-7e2a0cc731c0" "table"="Logical_Router" +2021/12/08 17:06:20 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="767b6734-21cc-424a-ae35-7e2a0cc731c0" "table"="Logical_Router" "old"="&{UUID:767b6734-21cc-424a-ae35-7e2a0cc731c0 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[b788f4d1-b9d6-4630-b599-842a4470cad2]}" "new"="&{UUID:767b6734-21cc-424a-ae35-7e2a0cc731c0 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b788f4d1-b9d6-4630-b599-842a4470cad2" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:20 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="b788f4d1-b9d6-4630-b599-842a4470cad2" "table"="Logical_Router_Static_Route" "model"="&{UUID:b788f4d1-b9d6-4630-b599-842a4470cad2 BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc002a30730 Policy:0xc002a30740}" +2021/12/08 17:06:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="767b6734-21cc-424a-ae35-7e2a0cc731c0" "table"="Logical_Router" +2021/12/08 17:06:20 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="767b6734-21cc-424a-ae35-7e2a0cc731c0" "table"="Logical_Router" "old"="&{UUID:767b6734-21cc-424a-ae35-7e2a0cc731c0 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[b788f4d1-b9d6-4630-b599-842a4470cad2]}" "new"="&{UUID:767b6734-21cc-424a-ae35-7e2a0cc731c0 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +• +------------------------------ +OVN Egress Gateway Operations on setting pod gateway annotations reconciles deleting a host networked pod acting as a exgw for another namespace for existing pod + BFD Enabled + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:1495 +2021/12/08 17:06:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0cbeb33b-c684-4c56-94d6-b3a0c0c1e00e" "table"="Database" +2021/12/08 17:06:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0cbeb33b-c684-4c56-94d6-b3a0c0c1e00e" "table"="Database" "model"="&{UUID:0cbeb33b-c684-4c56-94d6-b3a0c0c1e00e Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:06:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="74eb449f-47bd-493e-8e66-683c6579db48" "table"="Logical_Router" +2021/12/08 17:06:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="74eb449f-47bd-493e-8e66-683c6579db48" "table"="Logical_Router" "model"="&{UUID:74eb449f-47bd-493e-8e66-683c6579db48 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a010ccbf-5c6e-4222-b4a9-1865dad689e2" "table"="Logical_Switch" +2021/12/08 17:06:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a010ccbf-5c6e-4222-b4a9-1865dad689e2" "table"="Logical_Switch" "model"="&{UUID:a010ccbf-5c6e-4222-b4a9-1865dad689e2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:06:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a6455b0f-2218-4431-aa81-b692e29f28f0" "table"="Database" +2021/12/08 17:06:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a6455b0f-2218-4431-aa81-b692e29f28f0" "table"="Database" "model"="&{UUID:a6455b0f-2218-4431-aa81-b692e29f28f0 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:20.846033 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:20.846427 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:06:20.849586 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:06:20.850135 19465 namespace.go:186] [namespace1] adding namespace took 299.854µs +I1208 17:06:20.850345 19465 namespace.go:182] [namespace2] adding namespace +I1208 17:06:20.850680 19465 namespace.go:186] [namespace2] adding namespace took 117.504µs +I1208 17:06:20.850909 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 3.982965ms +I1208 17:06:20.905600 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:06:21.008916 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +I1208 17:06:21.013737 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996378} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996378}]}}] Timeout:0 Where:[where column _uuid == {a010ccbf-5c6e-4222-b4a9-1865dad689e2}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:21 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="47bb15df-517f-4248-8fa2-ff7a05c8fdb5" "table"="Logical_Switch_Port" +2021/12/08 17:06:21 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="47bb15df-517f-4248-8fa2-ff7a05c8fdb5" "table"="Logical_Switch_Port" "model"="&{UUID:47bb15df-517f-4248-8fa2-ff7a05c8fdb5 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:21 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a010ccbf-5c6e-4222-b4a9-1865dad689e2" "table"="Logical_Switch" +2021/12/08 17:06:21 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a010ccbf-5c6e-4222-b4a9-1865dad689e2" "table"="Logical_Switch" "old"="&{UUID:a010ccbf-5c6e-4222-b4a9-1865dad689e2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:a010ccbf-5c6e-4222-b4a9-1865dad689e2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[47bb15df-517f-4248-8fa2-ff7a05c8fdb5] QOSRules:[]}" +2021/12/08 17:06:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a010ccbf-5c6e-4222-b4a9-1865dad689e2" "table"="Logical_Switch" +2021/12/08 17:06:21 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a010ccbf-5c6e-4222-b4a9-1865dad689e2" "table"="Logical_Switch" "old"="&{UUID:a010ccbf-5c6e-4222-b4a9-1865dad689e2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:a010ccbf-5c6e-4222-b4a9-1865dad689e2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[47bb15df-517f-4248-8fa2-ff7a05c8fdb5] QOSRules:[]}" +2021/12/08 17:06:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="47bb15df-517f-4248-8fa2-ff7a05c8fdb5" "table"="Logical_Switch_Port" +2021/12/08 17:06:21 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="47bb15df-517f-4248-8fa2-ff7a05c8fdb5" "table"="Logical_Switch_Port" "model"="&{UUID:47bb15df-517f-4248-8fa2-ff7a05c8fdb5 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +I1208 17:06:21.041768 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 136.788156ms +I1208 17:06:21.042152 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 190.827837ms +I1208 17:06:21.043283 19465 egressgw.go:158] External gateway pod: gwPod, detected for namespace(s) namespace1 +I1208 17:06:21.043719 19465 egressgw.go:198] Adding routes for external gateway pod: gwPod, next hops: "9.0.0.1", namespace: namespace1, bfd-enabled: true +RESULT &[]RESULT &[{74eb449f-47bd-493e-8e66-683c6579db48 map[] [] [] GR_node1 [] map[] [] [] []}]I1208 17:06:21.095619 19465 transact.go:41] Configuring OVN: [{Op:insert Table:BFD Row:map[dst_ip:9.0.0.1 logical_port:rtoe-GR_node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996379} {Op:insert Table:Logical_Router_Static_Route Row:map[bfd:{GoSet:[{GoUUID:u2596996379}]} ip_prefix:10.128.1.3/32 nexthop:9.0.0.1 options:{GoMap:map[ecmp_symmetric_reply:true]} output_port:{GoSet:[rtoe-GR_node1]} policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996380} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996380}]}}] Timeout:0 Where:[where column _uuid == {74eb449f-47bd-493e-8e66-683c6579db48}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:21 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e460d406-5099-49bd-818d-629bdacf5785" "table"="BFD" +2021/12/08 17:06:21 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e460d406-5099-49bd-818d-629bdacf5785" "table"="BFD" "model"="&{UUID:e460d406-5099-49bd-818d-629bdacf5785 DetectMult: DstIP:9.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:21 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3a987a57-3138-4ead-951d-e48e285230a1" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:21 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3a987a57-3138-4ead-951d-e48e285230a1" "table"="Logical_Router_Static_Route" "model"="&{UUID:3a987a57-3138-4ead-951d-e48e285230a1 BFD:0xc011fa0420 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc011fa03a0 Policy:0xc011fa03b0}" +2021/12/08 17:06:21 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="74eb449f-47bd-493e-8e66-683c6579db48" "table"="Logical_Router" +2021/12/08 17:06:21 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="74eb449f-47bd-493e-8e66-683c6579db48" "table"="Logical_Router" "old"="&{UUID:74eb449f-47bd-493e-8e66-683c6579db48 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:74eb449f-47bd-493e-8e66-683c6579db48 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[3a987a57-3138-4ead-951d-e48e285230a1]}" +2021/12/08 17:06:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3a987a57-3138-4ead-951d-e48e285230a1" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:21 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3a987a57-3138-4ead-951d-e48e285230a1" "table"="Logical_Router_Static_Route" "model"="&{UUID:3a987a57-3138-4ead-951d-e48e285230a1 BFD:0xc00b9d9bf0 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00b9d9bc0 Policy:0xc00b9d9bd0}" +2021/12/08 17:06:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e460d406-5099-49bd-818d-629bdacf5785" "table"="BFD" +2021/12/08 17:06:21 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e460d406-5099-49bd-818d-629bdacf5785" "table"="BFD" "model"="&{UUID:e460d406-5099-49bd-818d-629bdacf5785 DetectMult: DstIP:9.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="74eb449f-47bd-493e-8e66-683c6579db48" "table"="Logical_Router" +2021/12/08 17:06:21 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="74eb449f-47bd-493e-8e66-683c6579db48" "table"="Logical_Router" "old"="&{UUID:74eb449f-47bd-493e-8e66-683c6579db48 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:74eb449f-47bd-493e-8e66-683c6579db48 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[3a987a57-3138-4ead-951d-e48e285230a1]}" +I1208 17:06:21.123171 19465 egressgw.go:346] Deleting routes for external gateway pod: gwPod, for namespace(s) namespace1 +RESULT &[{3a987a57-3138-4ead-951d-e48e285230a1 0xc0006d6170 map[] 10.128.1.3/32 9.0.0.1 map[ecmp_symmetric_reply:true] 0xc0006d61c0 0xc0006d61d0}]RESULT &[{74eb449f-47bd-493e-8e66-683c6579db48 map[] [] [] GR_node1 [] map[] [] [] [3a987a57-3138-4ead-951d-e48e285230a1]}]I1208 17:06:21.126681 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Static_Route Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {3a987a57-3138-4ead-951d-e48e285230a1}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:delete Value:{GoSet:[{GoUUID:3a987a57-3138-4ead-951d-e48e285230a1}]}}] Timeout:0 Where:[where column _uuid == {74eb449f-47bd-493e-8e66-683c6579db48}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:21 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3a987a57-3138-4ead-951d-e48e285230a1" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:21 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="3a987a57-3138-4ead-951d-e48e285230a1" "table"="Logical_Router_Static_Route" "model"="&{UUID:3a987a57-3138-4ead-951d-e48e285230a1 BFD:0xc00d9f6ac0 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00d9f6af0 Policy:0xc00d9f6b00}" +2021/12/08 17:06:21 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="74eb449f-47bd-493e-8e66-683c6579db48" "table"="Logical_Router" +2021/12/08 17:06:21 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="74eb449f-47bd-493e-8e66-683c6579db48" "table"="Logical_Router" "old"="&{UUID:74eb449f-47bd-493e-8e66-683c6579db48 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[3a987a57-3138-4ead-951d-e48e285230a1]}" "new"="&{UUID:74eb449f-47bd-493e-8e66-683c6579db48 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3a987a57-3138-4ead-951d-e48e285230a1" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:21 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="3a987a57-3138-4ead-951d-e48e285230a1" "table"="Logical_Router_Static_Route" "model"="&{UUID:3a987a57-3138-4ead-951d-e48e285230a1 BFD:0xc0006d6930 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc0006d6960 Policy:0xc0006d6970}" +2021/12/08 17:06:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="74eb449f-47bd-493e-8e66-683c6579db48" "table"="Logical_Router" +2021/12/08 17:06:21 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="74eb449f-47bd-493e-8e66-683c6579db48" "table"="Logical_Router" "old"="&{UUID:74eb449f-47bd-493e-8e66-683c6579db48 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[3a987a57-3138-4ead-951d-e48e285230a1]}" "new"="&{UUID:74eb449f-47bd-493e-8e66-683c6579db48 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +I1208 17:06:21.201588 19465 transact.go:41] Configuring OVN: [{Op:delete Table:BFD Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {e460d406-5099-49bd-818d-629bdacf5785}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:21 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e460d406-5099-49bd-818d-629bdacf5785" "table"="BFD" +2021/12/08 17:06:21 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="e460d406-5099-49bd-818d-629bdacf5785" "table"="BFD" "model"="&{UUID:e460d406-5099-49bd-818d-629bdacf5785 DetectMult: DstIP:9.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e460d406-5099-49bd-818d-629bdacf5785" "table"="BFD" +2021/12/08 17:06:21 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="e460d406-5099-49bd-818d-629bdacf5785" "table"="BFD" "model"="&{UUID:e460d406-5099-49bd-818d-629bdacf5785 DetectMult: DstIP:9.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +• +------------------------------ +OVN Egress Gateway Operations on using bfd + should enable bfd only on the namespace gw when set + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:1567 +2021/12/08 17:06:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b863d51d-48cb-46c3-8165-787d8a29a006" "table"="Database" +2021/12/08 17:06:21 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b863d51d-48cb-46c3-8165-787d8a29a006" "table"="Database" "model"="&{UUID:b863d51d-48cb-46c3-8165-787d8a29a006 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:06:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f9214090-f212-4527-bad3-54b1aceb3835" "table"="Logical_Switch" +2021/12/08 17:06:21 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f9214090-f212-4527-bad3-54b1aceb3835" "table"="Logical_Switch" "model"="&{UUID:f9214090-f212-4527-bad3-54b1aceb3835 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:06:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2d873533-d456-4307-987f-fa418e785d82" "table"="Logical_Router" +2021/12/08 17:06:21 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2d873533-d456-4307-987f-fa418e785d82" "table"="Logical_Router" "model"="&{UUID:2d873533-d456-4307-987f-fa418e785d82 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="19d6642e-bcd1-4326-986a-f1d462080445" "table"="Database" +2021/12/08 17:06:21 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="19d6642e-bcd1-4326-986a-f1d462080445" "table"="Database" "model"="&{UUID:19d6642e-bcd1-4326-986a-f1d462080445 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:21.946699 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:21.947140 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:06:21.950367 19465 namespace.go:182] [namespace1] adding namespace +RESULT &[]RESULT &[{2d873533-d456-4307-987f-fa418e785d82 map[] [] [] GR_node1 [] map[] [] [] []}]I1208 17:06:22.004123 19465 transact.go:41] Configuring OVN: [{Op:insert Table:BFD Row:map[dst_ip:9.0.0.1 logical_port:rtoe-GR_node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996382} {Op:insert Table:Logical_Router_Static_Route Row:map[bfd:{GoSet:[{GoUUID:u2596996382}]} ip_prefix:10.128.1.3/32 nexthop:9.0.0.1 options:{GoMap:map[ecmp_symmetric_reply:true]} output_port:{GoSet:[rtoe-GR_node1]} policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996383} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996383}]}}] Timeout:0 Where:[where column _uuid == {2d873533-d456-4307-987f-fa418e785d82}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:22 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cff13cda-70b4-4488-bf72-9c2fa67ac768" "table"="BFD" +2021/12/08 17:06:22 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cff13cda-70b4-4488-bf72-9c2fa67ac768" "table"="BFD" "model"="&{UUID:cff13cda-70b4-4488-bf72-9c2fa67ac768 DetectMult: DstIP:9.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:22 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b3e28c8c-ab7e-4790-b026-dd92ec9c3c86" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:22 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b3e28c8c-ab7e-4790-b026-dd92ec9c3c86" "table"="Logical_Router_Static_Route" "model"="&{UUID:b3e28c8c-ab7e-4790-b026-dd92ec9c3c86 BFD:0xc00eaf1510 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00eaf14c0 Policy:0xc00eaf14d0}" +2021/12/08 17:06:22 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2d873533-d456-4307-987f-fa418e785d82" "table"="Logical_Router" +2021/12/08 17:06:22 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2d873533-d456-4307-987f-fa418e785d82" "table"="Logical_Router" "old"="&{UUID:2d873533-d456-4307-987f-fa418e785d82 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:2d873533-d456-4307-987f-fa418e785d82 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[b3e28c8c-ab7e-4790-b026-dd92ec9c3c86]}" +2021/12/08 17:06:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cff13cda-70b4-4488-bf72-9c2fa67ac768" "table"="BFD" +2021/12/08 17:06:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cff13cda-70b4-4488-bf72-9c2fa67ac768" "table"="BFD" "model"="&{UUID:cff13cda-70b4-4488-bf72-9c2fa67ac768 DetectMult: DstIP:9.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b3e28c8c-ab7e-4790-b026-dd92ec9c3c86" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b3e28c8c-ab7e-4790-b026-dd92ec9c3c86" "table"="Logical_Router_Static_Route" "model"="&{UUID:b3e28c8c-ab7e-4790-b026-dd92ec9c3c86 BFD:0xc014d443c0 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc014d44390 Policy:0xc014d443a0}" +2021/12/08 17:06:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2d873533-d456-4307-987f-fa418e785d82" "table"="Logical_Router" +2021/12/08 17:06:22 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2d873533-d456-4307-987f-fa418e785d82" "table"="Logical_Router" "old"="&{UUID:2d873533-d456-4307-987f-fa418e785d82 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:2d873533-d456-4307-987f-fa418e785d82 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[b3e28c8c-ab7e-4790-b026-dd92ec9c3c86]}" +I1208 17:06:22.035478 19465 namespace.go:186] [namespace1] adding namespace took 84.679344ms +I1208 17:06:22.035904 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 88.270929ms +I1208 17:06:22.089965 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:06:22.193029 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +I1208 17:06:22.199725 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996384} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996384}]}}] Timeout:0 Where:[where column _uuid == {f9214090-f212-4527-bad3-54b1aceb3835}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:22 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b0a88735-f0d8-4bfd-862b-703c1692da89" "table"="Logical_Switch_Port" +2021/12/08 17:06:22 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b0a88735-f0d8-4bfd-862b-703c1692da89" "table"="Logical_Switch_Port" "model"="&{UUID:b0a88735-f0d8-4bfd-862b-703c1692da89 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:22 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f9214090-f212-4527-bad3-54b1aceb3835" "table"="Logical_Switch" +2021/12/08 17:06:22 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f9214090-f212-4527-bad3-54b1aceb3835" "table"="Logical_Switch" "old"="&{UUID:f9214090-f212-4527-bad3-54b1aceb3835 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:f9214090-f212-4527-bad3-54b1aceb3835 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[b0a88735-f0d8-4bfd-862b-703c1692da89] QOSRules:[]}" +2021/12/08 17:06:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b0a88735-f0d8-4bfd-862b-703c1692da89" "table"="Logical_Switch_Port" +2021/12/08 17:06:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b0a88735-f0d8-4bfd-862b-703c1692da89" "table"="Logical_Switch_Port" "model"="&{UUID:b0a88735-f0d8-4bfd-862b-703c1692da89 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f9214090-f212-4527-bad3-54b1aceb3835" "table"="Logical_Switch" +2021/12/08 17:06:22 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f9214090-f212-4527-bad3-54b1aceb3835" "table"="Logical_Switch" "old"="&{UUID:f9214090-f212-4527-bad3-54b1aceb3835 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:f9214090-f212-4527-bad3-54b1aceb3835 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[b0a88735-f0d8-4bfd-862b-703c1692da89] QOSRules:[]}" +I1208 17:06:22.229967 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 140.676097ms +I1208 17:06:22.230491 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 194.140668ms +I1208 17:06:22.231735 19465 egressgw.go:158] External gateway pod: gwPod, detected for namespace(s) namespace1 +I1208 17:06:22.232733 19465 egressgw.go:198] Adding routes for external gateway pod: gwPod, next hops: "10.0.0.1", namespace: namespace1, bfd-enabled: false +RESULT &[]RESULT &[{2d873533-d456-4307-987f-fa418e785d82 map[] [] [] GR_node1 [] map[] [] [] [b3e28c8c-ab7e-4790-b026-dd92ec9c3c86]}]I1208 17:06:22.234953 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.1.3/32 nexthop:10.0.0.1 options:{GoMap:map[ecmp_symmetric_reply:true]} output_port:{GoSet:[rtoe-GR_node1]} policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996385} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996385}]}}] Timeout:0 Where:[where column _uuid == {2d873533-d456-4307-987f-fa418e785d82}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:22 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="568894eb-1f01-405e-a2c0-2c655a01f147" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:22 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="568894eb-1f01-405e-a2c0-2c655a01f147" "table"="Logical_Router_Static_Route" "model"="&{UUID:568894eb-1f01-405e-a2c0-2c655a01f147 BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:10.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc014d257d0 Policy:0xc014d257e0}" +2021/12/08 17:06:22 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2d873533-d456-4307-987f-fa418e785d82" "table"="Logical_Router" +2021/12/08 17:06:22 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2d873533-d456-4307-987f-fa418e785d82" "table"="Logical_Router" "old"="&{UUID:2d873533-d456-4307-987f-fa418e785d82 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[b3e28c8c-ab7e-4790-b026-dd92ec9c3c86]}" "new"="&{UUID:2d873533-d456-4307-987f-fa418e785d82 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[b3e28c8c-ab7e-4790-b026-dd92ec9c3c86 568894eb-1f01-405e-a2c0-2c655a01f147]}" +2021/12/08 17:06:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="568894eb-1f01-405e-a2c0-2c655a01f147" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="568894eb-1f01-405e-a2c0-2c655a01f147" "table"="Logical_Router_Static_Route" "model"="&{UUID:568894eb-1f01-405e-a2c0-2c655a01f147 BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:10.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc002c62fa0 Policy:0xc002c62fb0}" +2021/12/08 17:06:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2d873533-d456-4307-987f-fa418e785d82" "table"="Logical_Router" +2021/12/08 17:06:22 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2d873533-d456-4307-987f-fa418e785d82" "table"="Logical_Router" "old"="&{UUID:2d873533-d456-4307-987f-fa418e785d82 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[b3e28c8c-ab7e-4790-b026-dd92ec9c3c86]}" "new"="&{UUID:2d873533-d456-4307-987f-fa418e785d82 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[b3e28c8c-ab7e-4790-b026-dd92ec9c3c86 568894eb-1f01-405e-a2c0-2c655a01f147]}" +• +------------------------------ +OVN Egress Gateway Operations on using bfd + should enable bfd only on the gw pod when set + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:1679 +2021/12/08 17:06:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6d5ed1f4-1885-4f32-a3fe-049d1169b522" "table"="Database" +2021/12/08 17:06:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6d5ed1f4-1885-4f32-a3fe-049d1169b522" "table"="Database" "model"="&{UUID:6d5ed1f4-1885-4f32-a3fe-049d1169b522 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:06:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3f5e4263-9390-423d-9b25-d5f0b2dd8307" "table"="Logical_Switch" +2021/12/08 17:06:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3f5e4263-9390-423d-9b25-d5f0b2dd8307" "table"="Logical_Switch" "model"="&{UUID:3f5e4263-9390-423d-9b25-d5f0b2dd8307 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:06:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ba092125-38d7-41bd-a2f1-bdf9d87fc130" "table"="Logical_Router" +2021/12/08 17:06:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ba092125-38d7-41bd-a2f1-bdf9d87fc130" "table"="Logical_Router" "model"="&{UUID:ba092125-38d7-41bd-a2f1-bdf9d87fc130 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f5b85e58-147f-4764-a1f7-66905a6d0772" "table"="Database" +2021/12/08 17:06:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f5b85e58-147f-4764-a1f7-66905a6d0772" "table"="Database" "model"="&{UUID:f5b85e58-147f-4764-a1f7-66905a6d0772 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:23.041816 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:23.042411 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:06:23.045912 19465 namespace.go:182] [namespace1] adding namespace +RESULT &[]RESULT &[{ba092125-38d7-41bd-a2f1-bdf9d87fc130 map[] [] [] GR_node1 [] map[] [] [] []}]I1208 17:06:23.048134 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.1.3/32 nexthop:9.0.0.1 options:{GoMap:map[ecmp_symmetric_reply:true]} output_port:{GoSet:[rtoe-GR_node1]} policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996387} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996387}]}}] Timeout:0 Where:[where column _uuid == {ba092125-38d7-41bd-a2f1-bdf9d87fc130}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:23 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="247c975c-c814-40dc-acf0-59bbd73b0f5a" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:23 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="247c975c-c814-40dc-acf0-59bbd73b0f5a" "table"="Logical_Router_Static_Route" "model"="&{UUID:247c975c-c814-40dc-acf0-59bbd73b0f5a BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00dcc3290 Policy:0xc00dcc32a0}" +2021/12/08 17:06:23 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ba092125-38d7-41bd-a2f1-bdf9d87fc130" "table"="Logical_Router" +2021/12/08 17:06:23 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="ba092125-38d7-41bd-a2f1-bdf9d87fc130" "table"="Logical_Router" "old"="&{UUID:ba092125-38d7-41bd-a2f1-bdf9d87fc130 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:ba092125-38d7-41bd-a2f1-bdf9d87fc130 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[247c975c-c814-40dc-acf0-59bbd73b0f5a]}" +2021/12/08 17:06:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="247c975c-c814-40dc-acf0-59bbd73b0f5a" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="247c975c-c814-40dc-acf0-59bbd73b0f5a" "table"="Logical_Router_Static_Route" "model"="&{UUID:247c975c-c814-40dc-acf0-59bbd73b0f5a BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc0415f11e0 Policy:0xc0415f11f0}" +2021/12/08 17:06:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ba092125-38d7-41bd-a2f1-bdf9d87fc130" "table"="Logical_Router" +2021/12/08 17:06:23 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="ba092125-38d7-41bd-a2f1-bdf9d87fc130" "table"="Logical_Router" "old"="&{UUID:ba092125-38d7-41bd-a2f1-bdf9d87fc130 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:ba092125-38d7-41bd-a2f1-bdf9d87fc130 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[247c975c-c814-40dc-acf0-59bbd73b0f5a]}" +I1208 17:06:23.072415 19465 namespace.go:186] [namespace1] adding namespace took 26.135502ms +I1208 17:06:23.072798 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 29.762462ms +I1208 17:06:23.126717 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:06:23.228676 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +I1208 17:06:23.234154 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996388} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996388}]}}] Timeout:0 Where:[where column _uuid == {3f5e4263-9390-423d-9b25-d5f0b2dd8307}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:23 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b29a4656-8ceb-4c45-9dd3-3bd910cadbc0" "table"="Logical_Switch_Port" +2021/12/08 17:06:23 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b29a4656-8ceb-4c45-9dd3-3bd910cadbc0" "table"="Logical_Switch_Port" "model"="&{UUID:b29a4656-8ceb-4c45-9dd3-3bd910cadbc0 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:06:23 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3f5e4263-9390-423d-9b25-d5f0b2dd8307" "table"="Logical_Switch" +2021/12/08 17:06:23 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="3f5e4263-9390-423d-9b25-d5f0b2dd8307" "table"="Logical_Switch" "old"="&{UUID:3f5e4263-9390-423d-9b25-d5f0b2dd8307 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:3f5e4263-9390-423d-9b25-d5f0b2dd8307 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[b29a4656-8ceb-4c45-9dd3-3bd910cadbc0] QOSRules:[]}" +2021/12/08 17:06:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3f5e4263-9390-423d-9b25-d5f0b2dd8307" "table"="Logical_Switch" +2021/12/08 17:06:23 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="3f5e4263-9390-423d-9b25-d5f0b2dd8307" "table"="Logical_Switch" "old"="&{UUID:3f5e4263-9390-423d-9b25-d5f0b2dd8307 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:3f5e4263-9390-423d-9b25-d5f0b2dd8307 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[b29a4656-8ceb-4c45-9dd3-3bd910cadbc0] QOSRules:[]}" +2021/12/08 17:06:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b29a4656-8ceb-4c45-9dd3-3bd910cadbc0" "table"="Logical_Switch_Port" +2021/12/08 17:06:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b29a4656-8ceb-4c45-9dd3-3bd910cadbc0" "table"="Logical_Switch_Port" "model"="&{UUID:b29a4656-8ceb-4c45-9dd3-3bd910cadbc0 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +I1208 17:06:23.263541 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 137.577737ms +I1208 17:06:23.263964 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 190.811425ms +I1208 17:06:23.265288 19465 egressgw.go:158] External gateway pod: gwPod, detected for namespace(s) namespace1 +I1208 17:06:23.266306 19465 egressgw.go:198] Adding routes for external gateway pod: gwPod, next hops: "10.0.0.1", namespace: namespace1, bfd-enabled: true +RESULT &[]RESULT &[{ba092125-38d7-41bd-a2f1-bdf9d87fc130 map[] [] [] GR_node1 [] map[] [] [] [247c975c-c814-40dc-acf0-59bbd73b0f5a]}]I1208 17:06:23.319933 19465 transact.go:41] Configuring OVN: [{Op:insert Table:BFD Row:map[dst_ip:10.0.0.1 logical_port:rtoe-GR_node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996389} {Op:insert Table:Logical_Router_Static_Route Row:map[bfd:{GoSet:[{GoUUID:u2596996389}]} ip_prefix:10.128.1.3/32 nexthop:10.0.0.1 options:{GoMap:map[ecmp_symmetric_reply:true]} output_port:{GoSet:[rtoe-GR_node1]} policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996390} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996390}]}}] Timeout:0 Where:[where column _uuid == {ba092125-38d7-41bd-a2f1-bdf9d87fc130}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:23 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="33dc5f81-ba7d-4f72-8e9d-573466dfc3ae" "table"="BFD" +2021/12/08 17:06:23 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="33dc5f81-ba7d-4f72-8e9d-573466dfc3ae" "table"="BFD" "model"="&{UUID:33dc5f81-ba7d-4f72-8e9d-573466dfc3ae DetectMult: DstIP:10.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:23 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d5254675-06a3-496f-838a-f4746ad1d42b" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:23 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d5254675-06a3-496f-838a-f4746ad1d42b" "table"="Logical_Router_Static_Route" "model"="&{UUID:d5254675-06a3-496f-838a-f4746ad1d42b BFD:0xc014e74900 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:10.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc014e748d0 Policy:0xc014e748e0}" +2021/12/08 17:06:23 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ba092125-38d7-41bd-a2f1-bdf9d87fc130" "table"="Logical_Router" +2021/12/08 17:06:23 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="ba092125-38d7-41bd-a2f1-bdf9d87fc130" "table"="Logical_Router" "old"="&{UUID:ba092125-38d7-41bd-a2f1-bdf9d87fc130 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[247c975c-c814-40dc-acf0-59bbd73b0f5a]}" "new"="&{UUID:ba092125-38d7-41bd-a2f1-bdf9d87fc130 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[247c975c-c814-40dc-acf0-59bbd73b0f5a d5254675-06a3-496f-838a-f4746ad1d42b]}" +2021/12/08 17:06:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="33dc5f81-ba7d-4f72-8e9d-573466dfc3ae" "table"="BFD" +2021/12/08 17:06:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="33dc5f81-ba7d-4f72-8e9d-573466dfc3ae" "table"="BFD" "model"="&{UUID:33dc5f81-ba7d-4f72-8e9d-573466dfc3ae DetectMult: DstIP:10.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d5254675-06a3-496f-838a-f4746ad1d42b" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d5254675-06a3-496f-838a-f4746ad1d42b" "table"="Logical_Router_Static_Route" "model"="&{UUID:d5254675-06a3-496f-838a-f4746ad1d42b BFD:0xc01908fcc0 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:10.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc01908fc90 Policy:0xc01908fca0}" +2021/12/08 17:06:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ba092125-38d7-41bd-a2f1-bdf9d87fc130" "table"="Logical_Router" +2021/12/08 17:06:23 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="ba092125-38d7-41bd-a2f1-bdf9d87fc130" "table"="Logical_Router" "old"="&{UUID:ba092125-38d7-41bd-a2f1-bdf9d87fc130 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[247c975c-c814-40dc-acf0-59bbd73b0f5a]}" "new"="&{UUID:ba092125-38d7-41bd-a2f1-bdf9d87fc130 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[247c975c-c814-40dc-acf0-59bbd73b0f5a d5254675-06a3-496f-838a-f4746ad1d42b]}" +• +------------------------------ +OVN Egress Gateway Operations on using bfd + should disable bfd when removing the annotation from the namespace + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:1792 +2021/12/08 17:06:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="161edca3-2ffe-4bda-ba88-e97c54d2ef89" "table"="Database" +2021/12/08 17:06:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="161edca3-2ffe-4bda-ba88-e97c54d2ef89" "table"="Database" "model"="&{UUID:161edca3-2ffe-4bda-ba88-e97c54d2ef89 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:06:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0b36eede-1fb3-4bc1-889c-36f065d2c7ee" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0b36eede-1fb3-4bc1-889c-36f065d2c7ee" "table"="Logical_Router_Static_Route" "model"="&{UUID:0b36eede-1fb3-4bc1-889c-36f065d2c7ee BFD:0xc00eaaa120 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00eaaa130 Policy:0xc00eaaa100}" +2021/12/08 17:06:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c8414f42-ed75-4074-9c5d-bba2950de64a" "table"="Logical_Router" +2021/12/08 17:06:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c8414f42-ed75-4074-9c5d-bba2950de64a" "table"="Logical_Router" "model"="&{UUID:c8414f42-ed75-4074-9c5d-bba2950de64a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[0b36eede-1fb3-4bc1-889c-36f065d2c7ee]}" +2021/12/08 17:06:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3b36830e-c059-4e48-9e94-a12a1c24a482" "table"="BFD" +2021/12/08 17:06:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3b36830e-c059-4e48-9e94-a12a1c24a482" "table"="BFD" "model"="&{UUID:3b36830e-c059-4e48-9e94-a12a1c24a482 DetectMult: DstIP:9.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dc5d8a47-dc56-49d1-892b-a891c54121b9" "table"="Database" +2021/12/08 17:06:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="dc5d8a47-dc56-49d1-892b-a891c54121b9" "table"="Database" "model"="&{UUID:dc5d8a47-dc56-49d1-892b-a891c54121b9 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:24.101748 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:24.102227 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:06:24.105566 19465 namespace.go:182] [namespace1] adding namespace +RESULT &[{0b36eede-1fb3-4bc1-889c-36f065d2c7ee 0xc0018c8270 map[] 10.128.1.3/32 9.0.0.1 map[ecmp_symmetric_reply:true] 0xc0018c82a0 0xc0018c82b0}]RESULT &[{c8414f42-ed75-4074-9c5d-bba2950de64a map[] [] [] GR_node1 [] map[] [] [] [0b36eede-1fb3-4bc1-889c-36f065d2c7ee]}]I1208 17:06:24.157701 19465 namespace.go:186] [namespace1] adding namespace took 51.950147ms +I1208 17:06:24.157916 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 55.139094ms +E1208 17:06:24.209453 19465 pods.go:78] Error getting logical switch for node node1: object not found +I1208 17:06:54.212750 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 30.001005554s +E1208 17:06:54.213085 19465 ovn.go:622] timed out waiting for logical switch in libovsdb cache "node1" subnet: timed out waiting for the condition +I1208 17:06:54.213532 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 30.055390027s +I1208 17:06:54.215129 19465 namespace.go:236] [namespace1] updating namespace +RESULT &[{0b36eede-1fb3-4bc1-889c-36f065d2c7ee 0xc00bbaaa40 map[] 10.128.1.3/32 9.0.0.1 map[ecmp_symmetric_reply:true] 0xc00bbaaa70 0xc00bbaaa80}]RESULT &[{c8414f42-ed75-4074-9c5d-bba2950de64a map[] [] [] GR_node1 [] map[] [] [] [0b36eede-1fb3-4bc1-889c-36f065d2c7ee]}]I1208 17:06:54.217750 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Static_Route Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {0b36eede-1fb3-4bc1-889c-36f065d2c7ee}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:delete Value:{GoSet:[{GoUUID:0b36eede-1fb3-4bc1-889c-36f065d2c7ee}]}}] Timeout:0 Where:[where column _uuid == {c8414f42-ed75-4074-9c5d-bba2950de64a}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:54 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0b36eede-1fb3-4bc1-889c-36f065d2c7ee" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:54 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="0b36eede-1fb3-4bc1-889c-36f065d2c7ee" "table"="Logical_Router_Static_Route" "model"="&{UUID:0b36eede-1fb3-4bc1-889c-36f065d2c7ee BFD:0xc00bbab570 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00bbab5a0 Policy:0xc00bbab5b0}" +2021/12/08 17:06:54 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c8414f42-ed75-4074-9c5d-bba2950de64a" "table"="Logical_Router" +2021/12/08 17:06:54 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c8414f42-ed75-4074-9c5d-bba2950de64a" "table"="Logical_Router" "old"="&{UUID:c8414f42-ed75-4074-9c5d-bba2950de64a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[0b36eede-1fb3-4bc1-889c-36f065d2c7ee]}" "new"="&{UUID:c8414f42-ed75-4074-9c5d-bba2950de64a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:54 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0b36eede-1fb3-4bc1-889c-36f065d2c7ee" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:54 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="0b36eede-1fb3-4bc1-889c-36f065d2c7ee" "table"="Logical_Router_Static_Route" "model"="&{UUID:0b36eede-1fb3-4bc1-889c-36f065d2c7ee BFD:0xc00ac49680 ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00ac496b0 Policy:0xc00ac496c0}" +2021/12/08 17:06:54 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c8414f42-ed75-4074-9c5d-bba2950de64a" "table"="Logical_Router" +2021/12/08 17:06:54 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c8414f42-ed75-4074-9c5d-bba2950de64a" "table"="Logical_Router" "old"="&{UUID:c8414f42-ed75-4074-9c5d-bba2950de64a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[0b36eede-1fb3-4bc1-889c-36f065d2c7ee]}" "new"="&{UUID:c8414f42-ed75-4074-9c5d-bba2950de64a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +I1208 17:06:54.294600 19465 transact.go:41] Configuring OVN: [{Op:delete Table:BFD Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {3b36830e-c059-4e48-9e94-a12a1c24a482}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:54 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3b36830e-c059-4e48-9e94-a12a1c24a482" "table"="BFD" +2021/12/08 17:06:54 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="3b36830e-c059-4e48-9e94-a12a1c24a482" "table"="BFD" "model"="&{UUID:3b36830e-c059-4e48-9e94-a12a1c24a482 DetectMult: DstIP:9.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +2021/12/08 17:06:54 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3b36830e-c059-4e48-9e94-a12a1c24a482" "table"="BFD" +2021/12/08 17:06:54 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="3b36830e-c059-4e48-9e94-a12a1c24a482" "table"="BFD" "model"="&{UUID:3b36830e-c059-4e48-9e94-a12a1c24a482 DetectMult: DstIP:9.0.0.1 ExternalIDs:map[] LogicalPort:rtoe-GR_node1 MinRx: MinTx: Options:map[] Status:}" +RESULT &[]RESULT &[{c8414f42-ed75-4074-9c5d-bba2950de64a map[] [] [] GR_node1 [] map[] [] [] []}]I1208 17:06:54.312094 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.1.3/32 nexthop:9.0.0.1 options:{GoMap:map[ecmp_symmetric_reply:true]} output_port:{GoSet:[rtoe-GR_node1]} policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996392} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996392}]}}] Timeout:0 Where:[where column _uuid == {c8414f42-ed75-4074-9c5d-bba2950de64a}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:54 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a08bc901-3068-458d-b51b-38847fecb3c6" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:54 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a08bc901-3068-458d-b51b-38847fecb3c6" "table"="Logical_Router_Static_Route" "model"="&{UUID:a08bc901-3068-458d-b51b-38847fecb3c6 BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc00dec1850 Policy:0xc00dec1860}" +2021/12/08 17:06:54 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c8414f42-ed75-4074-9c5d-bba2950de64a" "table"="Logical_Router" +2021/12/08 17:06:54 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c8414f42-ed75-4074-9c5d-bba2950de64a" "table"="Logical_Router" "old"="&{UUID:c8414f42-ed75-4074-9c5d-bba2950de64a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:c8414f42-ed75-4074-9c5d-bba2950de64a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[a08bc901-3068-458d-b51b-38847fecb3c6]}" +2021/12/08 17:06:54 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a08bc901-3068-458d-b51b-38847fecb3c6" "table"="Logical_Router_Static_Route" +2021/12/08 17:06:54 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a08bc901-3068-458d-b51b-38847fecb3c6" "table"="Logical_Router_Static_Route" "model"="&{UUID:a08bc901-3068-458d-b51b-38847fecb3c6 BFD: ExternalIDs:map[] IPPrefix:10.128.1.3/32 Nexthop:9.0.0.1 Options:map[ecmp_symmetric_reply:true] OutputPort:0xc03cf4c090 Policy:0xc03cf4c0a0}" +2021/12/08 17:06:54 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c8414f42-ed75-4074-9c5d-bba2950de64a" "table"="Logical_Router" +2021/12/08 17:06:54 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c8414f42-ed75-4074-9c5d-bba2950de64a" "table"="Logical_Router" "old"="&{UUID:c8414f42-ed75-4074-9c5d-bba2950de64a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:c8414f42-ed75-4074-9c5d-bba2950de64a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[a08bc901-3068-458d-b51b-38847fecb3c6]}" + +• [SLOW TEST:30.996 seconds] +OVN Egress Gateway Operations +/go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:29 + on using bfd + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:1566 + should disable bfd when removing the annotation from the namespace + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:1792 +------------------------------ +OVN Egress Gateway Operations hybrid route policy operations in lgw mode + add hybrid route policy for pods + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:1881 +2021/12/08 17:06:54 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ab2ec99f-e021-425a-98d9-5ee7e5e2383e" "table"="Database" +2021/12/08 17:06:54 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ab2ec99f-e021-425a-98d9-5ee7e5e2383e" "table"="Database" "model"="&{UUID:ab2ec99f-e021-425a-98d9-5ee7e5e2383e Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:06:54 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="38503a31-6dc4-4648-86af-10bd61844561" "table"="Logical_Router_Port" +2021/12/08 17:06:54 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="38503a31-6dc4-4648-86af-10bd61844561" "table"="Logical_Router_Port" "model"="&{UUID:38503a31-6dc4-4648-86af-10bd61844561 Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC: Name:rtoj-GR_node1 Networks:[100.64.0.4/32] Options:map[] Peer:}" +2021/12/08 17:06:54 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="85363171-93be-4aef-a752-6bfb8f107a85" "table"="Logical_Router" +2021/12/08 17:06:54 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="85363171-93be-4aef-a752-6bfb8f107a85" "table"="Logical_Router" "model"="&{UUID:85363171-93be-4aef-a752-6bfb8f107a85 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:54 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="028f150f-89f9-432d-88ba-2ae0ab6386bb" "table"="Database" +2021/12/08 17:06:54 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="028f150f-89f9-432d-88ba-2ae0ab6386bb" "table"="Database" "model"="&{UUID:028f150f-89f9-432d-88ba-2ae0ab6386bb Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:55.126760 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:55.127175 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[{85363171-93be-4aef-a752-6bfb8f107a85 map[] [] [] ovn_cluster_router [] map[] [] [] []}]I1208 17:06:55.180839 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-node1" && ip4.src == $a17568862106095406051 && ip4.dst != 10.128.0.0/14 nexthops:{GoSet:[100.64.0.4]} priority:501] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996393} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996393}]}}] Timeout:0 Where:[where column _uuid == {85363171-93be-4aef-a752-6bfb8f107a85}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:55 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9caf7386-1e78-4918-a138-171b79690735" "table"="Logical_Router_Policy" +2021/12/08 17:06:55 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9caf7386-1e78-4918-a138-171b79690735" "table"="Logical_Router_Policy" "model"="&{UUID:9caf7386-1e78-4918-a138-171b79690735 Action:reroute ExternalIDs:map[] Match:inport == "rtos-node1" && ip4.src == $a17568862106095406051 && ip4.dst != 10.128.0.0/14 Nexthop: Nexthops:[100.64.0.4] Options:map[] Priority:501}" +2021/12/08 17:06:55 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="85363171-93be-4aef-a752-6bfb8f107a85" "table"="Logical_Router" +2021/12/08 17:06:55 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="85363171-93be-4aef-a752-6bfb8f107a85" "table"="Logical_Router" "old"="&{UUID:85363171-93be-4aef-a752-6bfb8f107a85 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:85363171-93be-4aef-a752-6bfb8f107a85 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[9caf7386-1e78-4918-a138-171b79690735] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:55 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="85363171-93be-4aef-a752-6bfb8f107a85" "table"="Logical_Router" +2021/12/08 17:06:55 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="85363171-93be-4aef-a752-6bfb8f107a85" "table"="Logical_Router" "old"="&{UUID:85363171-93be-4aef-a752-6bfb8f107a85 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:85363171-93be-4aef-a752-6bfb8f107a85 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[9caf7386-1e78-4918-a138-171b79690735] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:55 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9caf7386-1e78-4918-a138-171b79690735" "table"="Logical_Router_Policy" +2021/12/08 17:06:55 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9caf7386-1e78-4918-a138-171b79690735" "table"="Logical_Router_Policy" "model"="&{UUID:9caf7386-1e78-4918-a138-171b79690735 Action:reroute ExternalIDs:map[] Match:inport == "rtos-node1" && ip4.src == $a17568862106095406051 && ip4.dst != 10.128.0.0/14 Nexthop: Nexthops:[100.64.0.4] Options:map[] Priority:501}" +• +------------------------------ +OVN Egress Gateway Operations hybrid route policy operations in lgw mode + delete hybrid route policy for pods + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:1932 +2021/12/08 17:06:55 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d31e233f-c408-4371-b587-13d7871cac6a" "table"="Database" +2021/12/08 17:06:55 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d31e233f-c408-4371-b587-13d7871cac6a" "table"="Database" "model"="&{UUID:d31e233f-c408-4371-b587-13d7871cac6a Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:06:55 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="02f0cfe3-8e3e-4c7d-ab71-b879d3448290" "table"="Logical_Router_Policy" +2021/12/08 17:06:55 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="02f0cfe3-8e3e-4c7d-ab71-b879d3448290" "table"="Logical_Router_Policy" "model"="&{UUID:02f0cfe3-8e3e-4c7d-ab71-b879d3448290 Action:reroute ExternalIDs:map[] Match:inport == "rtos-node1" && ip4.src == $a17568862106095406051 && ip4.dst != 10.128.0.0/14 Nexthop: Nexthops:[100.64.0.4] Options:map[] Priority:501}" +2021/12/08 17:06:55 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bfbb4970-c5ca-4998-807a-04a849fb26b3" "table"="Logical_Router" +2021/12/08 17:06:55 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="bfbb4970-c5ca-4998-807a-04a849fb26b3" "table"="Logical_Router" "model"="&{UUID:bfbb4970-c5ca-4998-807a-04a849fb26b3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[02f0cfe3-8e3e-4c7d-ab71-b879d3448290] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:55 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e03716bc-9e50-4437-ac33-6d2e574031c3" "table"="Logical_Router" +2021/12/08 17:06:55 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e03716bc-9e50-4437-ac33-6d2e574031c3" "table"="Logical_Router" "model"="&{UUID:e03716bc-9e50-4437-ac33-6d2e574031c3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:55 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="49424fb9-bb6c-4753-9796-c059055f47a4" "table"="Logical_Router_Port" +2021/12/08 17:06:55 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="49424fb9-bb6c-4753-9796-c059055f47a4" "table"="Logical_Router_Port" "model"="&{UUID:49424fb9-bb6c-4753-9796-c059055f47a4 Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC: Name:rtoj-GR_node1 Networks:[100.64.0.4/32] Options:map[] Peer:}" +2021/12/08 17:06:55 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="55bb023f-d3f2-47e7-8d57-223559dae22d" "table"="Database" +2021/12/08 17:06:55 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="55bb023f-d3f2-47e7-8d57-223559dae22d" "table"="Database" "model"="&{UUID:55bb023f-d3f2-47e7-8d57-223559dae22d Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:55.987158 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:55.987505 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[{02f0cfe3-8e3e-4c7d-ab71-b879d3448290 reroute map[] inport == "rtos-node1" && ip4.src == $a17568862106095406051 && ip4.dst != 10.128.0.0/14 [100.64.0.4] map[] 501}]RESULT &[{bfbb4970-c5ca-4998-807a-04a849fb26b3 map[] [] [] ovn_cluster_router [] map[] [02f0cfe3-8e3e-4c7d-ab71-b879d3448290] [] []}]I1208 17:06:55.990859 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Policy Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {02f0cfe3-8e3e-4c7d-ab71-b879d3448290}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:delete Value:{GoSet:[{GoUUID:02f0cfe3-8e3e-4c7d-ab71-b879d3448290}]}}] Timeout:0 Where:[where column _uuid == {bfbb4970-c5ca-4998-807a-04a849fb26b3}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:56 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="02f0cfe3-8e3e-4c7d-ab71-b879d3448290" "table"="Logical_Router_Policy" +2021/12/08 17:06:56 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="02f0cfe3-8e3e-4c7d-ab71-b879d3448290" "table"="Logical_Router_Policy" "model"="&{UUID:02f0cfe3-8e3e-4c7d-ab71-b879d3448290 Action:reroute ExternalIDs:map[] Match:inport == "rtos-node1" && ip4.src == $a17568862106095406051 && ip4.dst != 10.128.0.0/14 Nexthop: Nexthops:[100.64.0.4] Options:map[] Priority:501}" +2021/12/08 17:06:56 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bfbb4970-c5ca-4998-807a-04a849fb26b3" "table"="Logical_Router" +2021/12/08 17:06:56 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="bfbb4970-c5ca-4998-807a-04a849fb26b3" "table"="Logical_Router" "old"="&{UUID:bfbb4970-c5ca-4998-807a-04a849fb26b3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[02f0cfe3-8e3e-4c7d-ab71-b879d3448290] Ports:[] StaticRoutes:[]}" "new"="&{UUID:bfbb4970-c5ca-4998-807a-04a849fb26b3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:56 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bfbb4970-c5ca-4998-807a-04a849fb26b3" "table"="Logical_Router" +2021/12/08 17:06:56 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="bfbb4970-c5ca-4998-807a-04a849fb26b3" "table"="Logical_Router" "old"="&{UUID:bfbb4970-c5ca-4998-807a-04a849fb26b3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[02f0cfe3-8e3e-4c7d-ab71-b879d3448290] Ports:[] StaticRoutes:[]}" "new"="&{UUID:bfbb4970-c5ca-4998-807a-04a849fb26b3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:56 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="02f0cfe3-8e3e-4c7d-ab71-b879d3448290" "table"="Logical_Router_Policy" +2021/12/08 17:06:56 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="02f0cfe3-8e3e-4c7d-ab71-b879d3448290" "table"="Logical_Router_Policy" "model"="&{UUID:02f0cfe3-8e3e-4c7d-ab71-b879d3448290 Action:reroute ExternalIDs:map[] Match:inport == "rtos-node1" && ip4.src == $a17568862106095406051 && ip4.dst != 10.128.0.0/14 Nexthop: Nexthops:[100.64.0.4] Options:map[] Priority:501}" +• +------------------------------ +OVN Egress Gateway Operations hybrid route policy operations in lgw mode + delete hybrid route policy for pods with force + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:1991 +2021/12/08 17:06:56 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8b9b7bb8-4a7a-4352-b53c-99d29e169684" "table"="Database" +2021/12/08 17:06:56 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8b9b7bb8-4a7a-4352-b53c-99d29e169684" "table"="Database" "model"="&{UUID:8b9b7bb8-4a7a-4352-b53c-99d29e169684 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:06:56 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="773871b8-02e0-4042-8d40-978220aa10fb" "table"="Logical_Router_Port" +2021/12/08 17:06:56 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="773871b8-02e0-4042-8d40-978220aa10fb" "table"="Logical_Router_Port" "model"="&{UUID:773871b8-02e0-4042-8d40-978220aa10fb Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC: Name:rtoj-GR_node1 Networks:[100.64.0.4/32] Options:map[] Peer:}" +2021/12/08 17:06:56 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="92677f1c-d3d8-4239-bec1-524979a3967c" "table"="Logical_Router" +2021/12/08 17:06:56 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="92677f1c-d3d8-4239-bec1-524979a3967c" "table"="Logical_Router" "model"="&{UUID:92677f1c-d3d8-4239-bec1-524979a3967c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[858bf2d5-8538-45ae-a035-79acfcb4e268 6546b35c-c806-4fd2-bcd8-a418d6dc6b9f] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:56 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="912b81d8-fd3b-4578-9eac-824b96bc8604" "table"="Logical_Router" +2021/12/08 17:06:56 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="912b81d8-fd3b-4578-9eac-824b96bc8604" "table"="Logical_Router" "model"="&{UUID:912b81d8-fd3b-4578-9eac-824b96bc8604 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:56 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="858bf2d5-8538-45ae-a035-79acfcb4e268" "table"="Logical_Router_Policy" +2021/12/08 17:06:56 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="858bf2d5-8538-45ae-a035-79acfcb4e268" "table"="Logical_Router_Policy" "model"="&{UUID:858bf2d5-8538-45ae-a035-79acfcb4e268 Action:reroute ExternalIDs:map[] Match:inport == "rtos-node1" && ip4.src == $a17568862106095406050 && ip4.dst != 10.128.0.0/14 Nexthop: Nexthops:[100.64.0.4] Options:map[] Priority:501}" +2021/12/08 17:06:56 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6546b35c-c806-4fd2-bcd8-a418d6dc6b9f" "table"="Logical_Router_Policy" +2021/12/08 17:06:56 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6546b35c-c806-4fd2-bcd8-a418d6dc6b9f" "table"="Logical_Router_Policy" "model"="&{UUID:6546b35c-c806-4fd2-bcd8-a418d6dc6b9f Action:reroute ExternalIDs:map[] Match:inport == "rtos-node2" && ip4.src == $a17568862106095406051 && ip4.dst != 10.128.0.0/14 Nexthop: Nexthops:[100.64.1.4] Options:map[] Priority:501}" +2021/12/08 17:06:56 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dd687286-c4e4-4e62-a366-b2d04764a356" "table"="Database" +2021/12/08 17:06:56 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="dd687286-c4e4-4e62-a366-b2d04764a356" "table"="Database" "model"="&{UUID:dd687286-c4e4-4e62-a366-b2d04764a356 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:56.774752 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:56.774999 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[{858bf2d5-8538-45ae-a035-79acfcb4e268 reroute map[] inport == "rtos-node1" && ip4.src == $a17568862106095406050 && ip4.dst != 10.128.0.0/14 [100.64.0.4] map[] 501} {6546b35c-c806-4fd2-bcd8-a418d6dc6b9f reroute map[] inport == "rtos-node2" && ip4.src == $a17568862106095406051 && ip4.dst != 10.128.0.0/14 [100.64.1.4] map[] 501}]RESULT &[{92677f1c-d3d8-4239-bec1-524979a3967c map[] [] [] ovn_cluster_router [] map[] [858bf2d5-8538-45ae-a035-79acfcb4e268 6546b35c-c806-4fd2-bcd8-a418d6dc6b9f] [] []}]I1208 17:06:56.776495 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Policy Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {858bf2d5-8538-45ae-a035-79acfcb4e268}] Until: Durable: Comment: Lock: UUIDName:} {Op:delete Table:Logical_Router_Policy Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {6546b35c-c806-4fd2-bcd8-a418d6dc6b9f}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:delete Value:{GoSet:[{GoUUID:858bf2d5-8538-45ae-a035-79acfcb4e268} {GoUUID:6546b35c-c806-4fd2-bcd8-a418d6dc6b9f}]}}] Timeout:0 Where:[where column _uuid == {92677f1c-d3d8-4239-bec1-524979a3967c}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:06:56 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="858bf2d5-8538-45ae-a035-79acfcb4e268" "table"="Logical_Router_Policy" +2021/12/08 17:06:56 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="858bf2d5-8538-45ae-a035-79acfcb4e268" "table"="Logical_Router_Policy" "model"="&{UUID:858bf2d5-8538-45ae-a035-79acfcb4e268 Action:reroute ExternalIDs:map[] Match:inport == "rtos-node1" && ip4.src == $a17568862106095406050 && ip4.dst != 10.128.0.0/14 Nexthop: Nexthops:[100.64.0.4] Options:map[] Priority:501}" +2021/12/08 17:06:56 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6546b35c-c806-4fd2-bcd8-a418d6dc6b9f" "table"="Logical_Router_Policy" +2021/12/08 17:06:56 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="6546b35c-c806-4fd2-bcd8-a418d6dc6b9f" "table"="Logical_Router_Policy" "model"="&{UUID:6546b35c-c806-4fd2-bcd8-a418d6dc6b9f Action:reroute ExternalIDs:map[] Match:inport == "rtos-node2" && ip4.src == $a17568862106095406051 && ip4.dst != 10.128.0.0/14 Nexthop: Nexthops:[100.64.1.4] Options:map[] Priority:501}" +2021/12/08 17:06:56 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="92677f1c-d3d8-4239-bec1-524979a3967c" "table"="Logical_Router" +2021/12/08 17:06:56 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="92677f1c-d3d8-4239-bec1-524979a3967c" "table"="Logical_Router" "old"="&{UUID:92677f1c-d3d8-4239-bec1-524979a3967c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[858bf2d5-8538-45ae-a035-79acfcb4e268 6546b35c-c806-4fd2-bcd8-a418d6dc6b9f] Ports:[] StaticRoutes:[]}" "new"="&{UUID:92677f1c-d3d8-4239-bec1-524979a3967c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:56 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="858bf2d5-8538-45ae-a035-79acfcb4e268" "table"="Logical_Router_Policy" +2021/12/08 17:06:56 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="858bf2d5-8538-45ae-a035-79acfcb4e268" "table"="Logical_Router_Policy" "model"="&{UUID:858bf2d5-8538-45ae-a035-79acfcb4e268 Action:reroute ExternalIDs:map[] Match:inport == "rtos-node1" && ip4.src == $a17568862106095406050 && ip4.dst != 10.128.0.0/14 Nexthop: Nexthops:[100.64.0.4] Options:map[] Priority:501}" +2021/12/08 17:06:56 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6546b35c-c806-4fd2-bcd8-a418d6dc6b9f" "table"="Logical_Router_Policy" +2021/12/08 17:06:56 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="6546b35c-c806-4fd2-bcd8-a418d6dc6b9f" "table"="Logical_Router_Policy" "model"="&{UUID:6546b35c-c806-4fd2-bcd8-a418d6dc6b9f Action:reroute ExternalIDs:map[] Match:inport == "rtos-node2" && ip4.src == $a17568862106095406051 && ip4.dst != 10.128.0.0/14 Nexthop: Nexthops:[100.64.1.4] Options:map[] Priority:501}" +2021/12/08 17:06:56 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="92677f1c-d3d8-4239-bec1-524979a3967c" "table"="Logical_Router" +2021/12/08 17:06:56 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="92677f1c-d3d8-4239-bec1-524979a3967c" "table"="Logical_Router" "old"="&{UUID:92677f1c-d3d8-4239-bec1-524979a3967c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[858bf2d5-8538-45ae-a035-79acfcb4e268 6546b35c-c806-4fd2-bcd8-a418d6dc6b9f] Ports:[] StaticRoutes:[]}" "new"="&{UUID:92677f1c-d3d8-4239-bec1-524979a3967c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +RESULT &[]• +------------------------------ +OVN Egress Gateway Operations SNAT on gateway router operations + add/delete SNAT per pod on gateway router + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:2059 +2021/12/08 17:06:57 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b29dc195-5f86-4569-a22b-de5bc791c736" "table"="Database" +2021/12/08 17:06:57 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b29dc195-5f86-4569-a22b-de5bc791c736" "table"="Database" "model"="&{UUID:b29dc195-5f86-4569-a22b-de5bc791c736 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:06:57 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7210f234-d6e3-4638-a49c-86851a12bfd9" "table"="Logical_Router" +2021/12/08 17:06:57 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7210f234-d6e3-4638-a49c-86851a12bfd9" "table"="Logical_Router" "model"="&{UUID:7210f234-d6e3-4638-a49c-86851a12bfd9 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:06:57 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8aba697c-12d0-44d2-ae79-9a4711ce7106" "table"="Logical_Router_Port" +2021/12/08 17:06:57 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8aba697c-12d0-44d2-ae79-9a4711ce7106" "table"="Logical_Router_Port" "model"="&{UUID:8aba697c-12d0-44d2-ae79-9a4711ce7106 Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC: Name:rtoj-GR_node1 Networks:[100.64.0.4/32] Options:map[] Peer:}" +2021/12/08 17:06:57 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4c0f4e29-dd81-42b4-b5b2-8204e0c01a76" "table"="Database" +2021/12/08 17:06:57 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4c0f4e29-dd81-42b4-b5b2-8204e0c01a76" "table"="Database" "model"="&{UUID:4c0f4e29-dd81-42b4-b5b2-8204e0c01a76 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:06:57.557122 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:06:57.557556 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:06:57.561417 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:06:57.562049 19465 namespace.go:186] [namespace1] adding namespace took 323.961µs +I1208 17:06:57.562317 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 4.231502ms +E1208 17:06:57.614159 19465 pods.go:78] Error getting logical switch for node node1: object not found +I1208 17:07:27.617940 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 30.001426788s +E1208 17:07:27.618297 19465 ovn.go:622] timed out waiting for logical switch in libovsdb cache "node1" subnet: timed out waiting for the condition +I1208 17:07:27.618768 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 30.056014772s +I1208 17:07:27.620343 19465 transact.go:41] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ip:169.254.33.2 logical_ip:10.128.1.3 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996396} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2596996396}]}}] Timeout:0 Where:[where column _uuid == {7210f234-d6e3-4638-a49c-86851a12bfd9}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:07:27 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6f2aa6f8-75ae-44fc-b304-a12b6363998f" "table"="NAT" +2021/12/08 17:07:27 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6f2aa6f8-75ae-44fc-b304-a12b6363998f" "table"="NAT" "model"="&{UUID:6f2aa6f8-75ae-44fc-b304-a12b6363998f AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[] ExternalIP:169.254.33.2 ExternalMAC: ExternalPortRange: LogicalIP:10.128.1.3 LogicalPort: Options:map[stateless:false] Type:snat}" +2021/12/08 17:07:27 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7210f234-d6e3-4638-a49c-86851a12bfd9" "table"="Logical_Router" +2021/12/08 17:07:27 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="7210f234-d6e3-4638-a49c-86851a12bfd9" "table"="Logical_Router" "old"="&{UUID:7210f234-d6e3-4638-a49c-86851a12bfd9 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:7210f234-d6e3-4638-a49c-86851a12bfd9 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[6f2aa6f8-75ae-44fc-b304-a12b6363998f] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:07:27 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7210f234-d6e3-4638-a49c-86851a12bfd9" "table"="Logical_Router" +2021/12/08 17:07:27 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="7210f234-d6e3-4638-a49c-86851a12bfd9" "table"="Logical_Router" "old"="&{UUID:7210f234-d6e3-4638-a49c-86851a12bfd9 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:7210f234-d6e3-4638-a49c-86851a12bfd9 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[6f2aa6f8-75ae-44fc-b304-a12b6363998f] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:07:27 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6f2aa6f8-75ae-44fc-b304-a12b6363998f" "table"="NAT" +2021/12/08 17:07:27 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6f2aa6f8-75ae-44fc-b304-a12b6363998f" "table"="NAT" "model"="&{UUID:6f2aa6f8-75ae-44fc-b304-a12b6363998f AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[] ExternalIP:169.254.33.2 ExternalMAC: ExternalPortRange: LogicalIP:10.128.1.3 LogicalPort: Options:map[stateless:false] Type:snat}" +I1208 17:07:27.700789 19465 transact.go:41] Configuring OVN: [{Op:delete Table:NAT Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {6f2aa6f8-75ae-44fc-b304-a12b6363998f}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:delete Value:{GoSet:[{GoUUID:6f2aa6f8-75ae-44fc-b304-a12b6363998f}]}}] Timeout:0 Where:[where column _uuid == {7210f234-d6e3-4638-a49c-86851a12bfd9}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:07:27 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6f2aa6f8-75ae-44fc-b304-a12b6363998f" "table"="NAT" +2021/12/08 17:07:27 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="6f2aa6f8-75ae-44fc-b304-a12b6363998f" "table"="NAT" "model"="&{UUID:6f2aa6f8-75ae-44fc-b304-a12b6363998f AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[] ExternalIP:169.254.33.2 ExternalMAC: ExternalPortRange: LogicalIP:10.128.1.3 LogicalPort: Options:map[stateless:false] Type:snat}" +2021/12/08 17:07:27 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7210f234-d6e3-4638-a49c-86851a12bfd9" "table"="Logical_Router" +2021/12/08 17:07:27 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="7210f234-d6e3-4638-a49c-86851a12bfd9" "table"="Logical_Router" "old"="&{UUID:7210f234-d6e3-4638-a49c-86851a12bfd9 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[6f2aa6f8-75ae-44fc-b304-a12b6363998f] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:7210f234-d6e3-4638-a49c-86851a12bfd9 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:07:27 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7210f234-d6e3-4638-a49c-86851a12bfd9" "table"="Logical_Router" +2021/12/08 17:07:27 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="7210f234-d6e3-4638-a49c-86851a12bfd9" "table"="Logical_Router" "old"="&{UUID:7210f234-d6e3-4638-a49c-86851a12bfd9 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[6f2aa6f8-75ae-44fc-b304-a12b6363998f] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:7210f234-d6e3-4638-a49c-86851a12bfd9 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:07:27 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6f2aa6f8-75ae-44fc-b304-a12b6363998f" "table"="NAT" +2021/12/08 17:07:27 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="6f2aa6f8-75ae-44fc-b304-a12b6363998f" "table"="NAT" "model"="&{UUID:6f2aa6f8-75ae-44fc-b304-a12b6363998f AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[] ExternalIP:169.254.33.2 ExternalMAC: ExternalPortRange: LogicalIP:10.128.1.3 LogicalPort: Options:map[stateless:false] Type:snat}" + +• [SLOW TEST:30.924 seconds] +OVN Egress Gateway Operations +/go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:29 + SNAT on gateway router operations + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:2058 + add/delete SNAT per pod on gateway router + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressgw_test.go:2059 +------------------------------ +OVN NetworkPolicy Operations on startup + reconciles an existing ingress networkPolicy with a namespace selector + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/policy_test.go:725 +2021/12/08 17:07:27 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="85c9c51c-f472-4566-898b-d76c48d7d678" "table"="Database" +2021/12/08 17:07:27 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="85c9c51c-f472-4566-898b-d76c48d7d678" "table"="Database" "model"="&{UUID:85c9c51c-f472-4566-898b-d76c48d7d678 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:07:27 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="63f04205-0c8c-4705-93bc-d4f26a29b27b" "table"="Logical_Switch" +2021/12/08 17:07:27 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="63f04205-0c8c-4705-93bc-d4f26a29b27b" "table"="Logical_Switch" "model"="&{UUID:63f04205-0c8c-4705-93bc-d4f26a29b27b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5737427f-9cea-432b-a940-d684554d555c" "table"="Database" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5737427f-9cea-432b-a940-d684554d555c" "table"="Database" "model"="&{UUID:5737427f-9cea-432b-a940-d684554d555c Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:07:28.452070 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:07:28.452463 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:07:28.455696 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:07:28.455817 19465 namespace.go:182] [namespace2] adding namespace +I1208 17:07:28.456623 19465 namespace.go:186] [namespace1] adding namespace took 406.01µs +I1208 17:07:28.456952 19465 namespace.go:186] [namespace2] adding namespace took 462.241µs +I1208 17:07:28.457446 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 4.657479ms +I1208 17:07:28.457830 19465 policy.go:1045] Adding network policy networkpolicy1 in namespace namespace1 +I1208 17:07:28.560580 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427_ingressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1]} priority:1000 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996406} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427_ingressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996407} {Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427_egressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1]} priority:1000 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996408} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427_egressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996409} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996406} {GoUUID:u2596996407}]} external_ids:{GoMap:map[name:a6953372168492035427_ingressDefaultDeny]} name:a6953372168492035427_ingressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996408} {GoUUID:u2596996409}]} external_ids:{GoMap:map[name:a6953372168492035427_egressDefaultDeny]} name:a6953372168492035427_egressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:07:28 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d6a7b84b-5d57-476b-94aa-861e8de45697" "table"="ACL" +2021/12/08 17:07:28 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d6a7b84b-5d57-476b-94aa-861e8de45697" "table"="ACL" "model"="&{UUID:d6a7b84b-5d57-476b-94aa-861e8de45697 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc063adb0e0 Name:0xc063adb0f0 Priority:1000 Severity:0xc063adb100}" +2021/12/08 17:07:28 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5013edf3-e218-4785-b82f-bedd6f6dc904" "table"="ACL" +2021/12/08 17:07:28 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5013edf3-e218-4785-b82f-bedd6f6dc904" "table"="ACL" "model"="&{UUID:5013edf3-e218-4785-b82f-bedd6f6dc904 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc063adb3a0 Name:0xc063adb3b0 Priority:1001 Severity:0xc063adb390}" +2021/12/08 17:07:28 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dabc8b80-b09e-4e0b-8d1e-20242ac46043" "table"="ACL" +2021/12/08 17:07:28 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="dabc8b80-b09e-4e0b-8d1e-20242ac46043" "table"="ACL" "model"="&{UUID:dabc8b80-b09e-4e0b-8d1e-20242ac46043 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc063adb630 Name:0xc063adb640 Priority:1000 Severity:0xc063adb650}" +2021/12/08 17:07:28 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7433dc78-45d6-4459-aa84-63afaad17b5c" "table"="ACL" +2021/12/08 17:07:28 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7433dc78-45d6-4459-aa84-63afaad17b5c" "table"="ACL" "model"="&{UUID:7433dc78-45d6-4459-aa84-63afaad17b5c Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc063adb8d0 Name:0xc063adb8e0 Priority:1001 Severity:0xc063adb8f0}" +2021/12/08 17:07:28 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="fc1c71a4-b015-4776-8088-1d21c68d3533" "table"="Port_Group" +2021/12/08 17:07:28 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="fc1c71a4-b015-4776-8088-1d21c68d3533" "table"="Port_Group" "model"="&{UUID:fc1c71a4-b015-4776-8088-1d21c68d3533 ACLs:[d6a7b84b-5d57-476b-94aa-861e8de45697 5013edf3-e218-4785-b82f-bedd6f6dc904] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:07:28 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5dc25cbc-4e48-43bc-904b-bbb7ec82523e" "table"="Port_Group" +2021/12/08 17:07:28 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5dc25cbc-4e48-43bc-904b-bbb7ec82523e" "table"="Port_Group" "model"="&{UUID:5dc25cbc-4e48-43bc-904b-bbb7ec82523e ACLs:[dabc8b80-b09e-4e0b-8d1e-20242ac46043 7433dc78-45d6-4459-aa84-63afaad17b5c] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="fc1c71a4-b015-4776-8088-1d21c68d3533" "table"="Port_Group" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="fc1c71a4-b015-4776-8088-1d21c68d3533" "table"="Port_Group" "model"="&{UUID:fc1c71a4-b015-4776-8088-1d21c68d3533 ACLs:[d6a7b84b-5d57-476b-94aa-861e8de45697 5013edf3-e218-4785-b82f-bedd6f6dc904] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5dc25cbc-4e48-43bc-904b-bbb7ec82523e" "table"="Port_Group" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5dc25cbc-4e48-43bc-904b-bbb7ec82523e" "table"="Port_Group" "model"="&{UUID:5dc25cbc-4e48-43bc-904b-bbb7ec82523e ACLs:[dabc8b80-b09e-4e0b-8d1e-20242ac46043 7433dc78-45d6-4459-aa84-63afaad17b5c] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dabc8b80-b09e-4e0b-8d1e-20242ac46043" "table"="ACL" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="dabc8b80-b09e-4e0b-8d1e-20242ac46043" "table"="ACL" "model"="&{UUID:dabc8b80-b09e-4e0b-8d1e-20242ac46043 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc052a67ad0 Name:0xc052a67ab0 Priority:1000 Severity:0xc052a67ac0}" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7433dc78-45d6-4459-aa84-63afaad17b5c" "table"="ACL" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7433dc78-45d6-4459-aa84-63afaad17b5c" "table"="ACL" "model"="&{UUID:7433dc78-45d6-4459-aa84-63afaad17b5c Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc052a67c30 Name:0xc052a67c40 Priority:1001 Severity:0xc052a67c50}" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d6a7b84b-5d57-476b-94aa-861e8de45697" "table"="ACL" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d6a7b84b-5d57-476b-94aa-861e8de45697" "table"="ACL" "model"="&{UUID:d6a7b84b-5d57-476b-94aa-861e8de45697 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc052a67da0 Name:0xc052a67db0 Priority:1000 Severity:0xc052a67dc0}" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5013edf3-e218-4785-b82f-bedd6f6dc904" "table"="ACL" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5013edf3-e218-4785-b82f-bedd6f6dc904" "table"="ACL" "model"="&{UUID:5013edf3-e218-4785-b82f-bedd6f6dc904 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc052a67f10 Name:0xc052a67f20 Priority:1001 Severity:0xc052a67f30}" +I1208 17:07:28.641189 19465 policy.go:643] Processing NetworkPolicy namespace1/networkpolicy1 to have 0 local pods... +I1208 17:07:28.694407 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress]} log:false match:ip4.src == {$a3128014386057836746, $a4615334824109672969} && outport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996410} {Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress]} log:false match:ip4.dst == {$a17928043879887565554, $a4615334824109672969} && inport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996411} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996410} {GoUUID:u2596996411}]} external_ids:{GoMap:map[name:namespace1_networkpolicy1]} name:a14195333570786048679] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:07:28 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a02dd867-bef7-4571-a4d4-2a66ca97e93d" "table"="ACL" +2021/12/08 17:07:28 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a02dd867-bef7-4571-a4d4-2a66ca97e93d" "table"="ACL" "model"="&{UUID:a02dd867-bef7-4571-a4d4-2a66ca97e93d Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746, $a4615334824109672969} && outport == @a14195333570786048679 Meter:0xc0673c49c0 Name:0xc0673c49d0 Priority:1001 Severity:0xc0673c49e0}" +2021/12/08 17:07:28 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c0d164a2-4a7a-491e-8726-ef15c443b728" "table"="ACL" +2021/12/08 17:07:28 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c0d164a2-4a7a-491e-8726-ef15c443b728" "table"="ACL" "model"="&{UUID:c0d164a2-4a7a-491e-8726-ef15c443b728 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554, $a4615334824109672969} && inport == @a14195333570786048679 Meter:0xc0673c4f10 Name:0xc0673c4f20 Priority:1001 Severity:0xc0673c4f30}" +2021/12/08 17:07:28 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="80228cc2-de8f-4db0-900c-a6abafd338ee" "table"="Port_Group" +2021/12/08 17:07:28 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="80228cc2-de8f-4db0-900c-a6abafd338ee" "table"="Port_Group" "model"="&{UUID:80228cc2-de8f-4db0-900c-a6abafd338ee ACLs:[a02dd867-bef7-4571-a4d4-2a66ca97e93d c0d164a2-4a7a-491e-8726-ef15c443b728] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[]}" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="80228cc2-de8f-4db0-900c-a6abafd338ee" "table"="Port_Group" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="80228cc2-de8f-4db0-900c-a6abafd338ee" "table"="Port_Group" "model"="&{UUID:80228cc2-de8f-4db0-900c-a6abafd338ee ACLs:[a02dd867-bef7-4571-a4d4-2a66ca97e93d c0d164a2-4a7a-491e-8726-ef15c443b728] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[]}" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a02dd867-bef7-4571-a4d4-2a66ca97e93d" "table"="ACL" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a02dd867-bef7-4571-a4d4-2a66ca97e93d" "table"="ACL" "model"="&{UUID:a02dd867-bef7-4571-a4d4-2a66ca97e93d Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746, $a4615334824109672969} && outport == @a14195333570786048679 Meter:0xc067396950 Name:0xc067396960 Priority:1001 Severity:0xc067396940}" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c0d164a2-4a7a-491e-8726-ef15c443b728" "table"="ACL" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c0d164a2-4a7a-491e-8726-ef15c443b728" "table"="ACL" "model"="&{UUID:c0d164a2-4a7a-491e-8726-ef15c443b728 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554, $a4615334824109672969} && inport == @a14195333570786048679 Meter:0xc067396c60 Name:0xc067396c70 Priority:1001 Severity:0xc067396c80}" +I1208 17:07:28.738228 19465 ovn.go:737] Bootstrapping existing policies and cleaning stale policies took 280.527325ms +• +------------------------------ +OVN NetworkPolicy Operations on startup + reconciles an ingress networkPolicy updating an existing ACL + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/policy_test.go:802 +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="242da3ad-e132-4118-8d5f-46cbf847b3e8" "table"="Database" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="242da3ad-e132-4118-8d5f-46cbf847b3e8" "table"="Database" "model"="&{UUID:242da3ad-e132-4118-8d5f-46cbf847b3e8 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ac7b3d31-5716-43cd-8472-aae372375277" "table"="Port_Group" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ac7b3d31-5716-43cd-8472-aae372375277" "table"="Port_Group" "model"="&{UUID:ac7b3d31-5716-43cd-8472-aae372375277 ACLs:[a48fae42-5a86-47e7-98e7-279c86488a2d e7c43ac8-f9b8-450e-8f21-48aaddb35667] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[]}" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dfc9f209-e9a6-498a-8d99-461ad7cf9c8e" "table"="Port_Group" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="dfc9f209-e9a6-498a-8d99-461ad7cf9c8e" "table"="Port_Group" "model"="&{UUID:dfc9f209-e9a6-498a-8d99-461ad7cf9c8e ACLs:[2737acef-0080-41dd-af95-20c64fc6fdb9 d0f457f0-38ac-404a-9c73-36e958d6cc95] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4d77ae37-19ba-4559-8995-43083e08e3dc" "table"="Port_Group" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4d77ae37-19ba-4559-8995-43083e08e3dc" "table"="Port_Group" "model"="&{UUID:4d77ae37-19ba-4559-8995-43083e08e3dc ACLs:[d7387fe5-8e00-4b49-8723-02459d27f5ad 1aa50636-1297-4b5e-bf1c-52562d4133ac] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a48fae42-5a86-47e7-98e7-279c86488a2d" "table"="ACL" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a48fae42-5a86-47e7-98e7-279c86488a2d" "table"="ACL" "model"="&{UUID:a48fae42-5a86-47e7-98e7-279c86488a2d Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc05f7f8ed0 Name:0xc05f7f8ee0 Priority:1001 Severity:0xc05f7f8ef0}" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e7c43ac8-f9b8-450e-8f21-48aaddb35667" "table"="ACL" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e7c43ac8-f9b8-450e-8f21-48aaddb35667" "table"="ACL" "model"="&{UUID:e7c43ac8-f9b8-450e-8f21-48aaddb35667 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 Meter:0xc05f7f91e0 Name:0xc05f7f91f0 Priority:1001 Severity:0xc05f7f91d0}" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2737acef-0080-41dd-af95-20c64fc6fdb9" "table"="ACL" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2737acef-0080-41dd-af95-20c64fc6fdb9" "table"="ACL" "model"="&{UUID:2737acef-0080-41dd-af95-20c64fc6fdb9 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc05f7f94e0 Name:0xc05f7f94f0 Priority:1000 Severity:0xc05f7f94d0}" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d0f457f0-38ac-404a-9c73-36e958d6cc95" "table"="ACL" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d0f457f0-38ac-404a-9c73-36e958d6cc95" "table"="ACL" "model"="&{UUID:d0f457f0-38ac-404a-9c73-36e958d6cc95 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc05f7f9650 Name:0xc05f7f9640 Priority:1001 Severity:0xc05f7f9660}" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d7387fe5-8e00-4b49-8723-02459d27f5ad" "table"="ACL" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d7387fe5-8e00-4b49-8723-02459d27f5ad" "table"="ACL" "model"="&{UUID:d7387fe5-8e00-4b49-8723-02459d27f5ad Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc05f7f97c0 Name:0xc05f7f97d0 Priority:1000 Severity:0xc05f7f97b0}" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1aa50636-1297-4b5e-bf1c-52562d4133ac" "table"="ACL" +2021/12/08 17:07:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1aa50636-1297-4b5e-bf1c-52562d4133ac" "table"="ACL" "model"="&{UUID:1aa50636-1297-4b5e-bf1c-52562d4133ac Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc05f7f9930 Name:0xc05f7f9940 Priority:1001 Severity:0xc05f7f9920}" +2021/12/08 17:07:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ad11b698-45bd-4b77-8e88-9f182d4a8b0b" "table"="Database" +2021/12/08 17:07:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ad11b698-45bd-4b77-8e88-9f182d4a8b0b" "table"="Database" "model"="&{UUID:ad11b698-45bd-4b77-8e88-9f182d4a8b0b Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:07:29.524846 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:07:29.525198 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:07:29.528676 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:07:29.528805 19465 namespace.go:182] [namespace2] adding namespace +I1208 17:07:29.529564 19465 namespace.go:186] [namespace1] adding namespace took 359.777µs +I1208 17:07:29.529806 19465 namespace.go:186] [namespace2] adding namespace took 410.284µs +I1208 17:07:29.530532 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 5.004553ms +I1208 17:07:29.530931 19465 policy.go:1045] Adding network policy networkpolicy1 in namespace namespace1 +I1208 17:07:29.650231 19465 transact.go:41] Configuring OVN: [{Op:update Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427_ingressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1]} priority:1000 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {d7387fe5-8e00-4b49-8723-02459d27f5ad}] Until: Durable: Comment: Lock: UUIDName:} {Op:update Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427_ingressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {1aa50636-1297-4b5e-bf1c-52562d4133ac}] Until: Durable: Comment: Lock: UUIDName:} {Op:update Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427_egressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1]} priority:1000 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {2737acef-0080-41dd-af95-20c64fc6fdb9}] Until: Durable: Comment: Lock: UUIDName:} {Op:update Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427_egressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {d0f457f0-38ac-404a-9c73-36e958d6cc95}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:d7387fe5-8e00-4b49-8723-02459d27f5ad} {GoUUID:1aa50636-1297-4b5e-bf1c-52562d4133ac}]}} {Column:external_ids Mutator:insert Value:{GoMap:map[name:a6953372168492035427_ingressDefaultDeny]}}] Timeout:0 Where:[where column name == a6953372168492035427_ingressDefaultDeny] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:2737acef-0080-41dd-af95-20c64fc6fdb9} {GoUUID:d0f457f0-38ac-404a-9c73-36e958d6cc95}]}} {Column:external_ids Mutator:insert Value:{GoMap:map[name:a6953372168492035427_egressDefaultDeny]}}] Timeout:0 Where:[where column name == a6953372168492035427_egressDefaultDeny] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:07:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d7387fe5-8e00-4b49-8723-02459d27f5ad" "table"="ACL" +2021/12/08 17:07:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1aa50636-1297-4b5e-bf1c-52562d4133ac" "table"="ACL" +2021/12/08 17:07:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2737acef-0080-41dd-af95-20c64fc6fdb9" "table"="ACL" +2021/12/08 17:07:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d0f457f0-38ac-404a-9c73-36e958d6cc95" "table"="ACL" +2021/12/08 17:07:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4d77ae37-19ba-4559-8995-43083e08e3dc" "table"="Port_Group" +2021/12/08 17:07:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dfc9f209-e9a6-498a-8d99-461ad7cf9c8e" "table"="Port_Group" +2021/12/08 17:07:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dfc9f209-e9a6-498a-8d99-461ad7cf9c8e" "table"="Port_Group" +2021/12/08 17:07:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4d77ae37-19ba-4559-8995-43083e08e3dc" "table"="Port_Group" +2021/12/08 17:07:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d7387fe5-8e00-4b49-8723-02459d27f5ad" "table"="ACL" +2021/12/08 17:07:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1aa50636-1297-4b5e-bf1c-52562d4133ac" "table"="ACL" +2021/12/08 17:07:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2737acef-0080-41dd-af95-20c64fc6fdb9" "table"="ACL" +2021/12/08 17:07:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d0f457f0-38ac-404a-9c73-36e958d6cc95" "table"="ACL" +I1208 17:07:29.724262 19465 policy.go:643] Processing NetworkPolicy namespace1/networkpolicy1 to have 0 local pods... +I1208 17:07:29.778505 19465 transact.go:41] Configuring OVN: [{Op:update Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress]} log:false match:ip4.src == {$a3128014386057836746, $a4615334824109672969} && outport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {a48fae42-5a86-47e7-98e7-279c86488a2d}] Until: Durable: Comment: Lock: UUIDName:} {Op:update Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress]} log:false match:ip4.dst == {$a17928043879887565554, $a4615334824109672969} && inport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {e7c43ac8-f9b8-450e-8f21-48aaddb35667}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:a48fae42-5a86-47e7-98e7-279c86488a2d} {GoUUID:e7c43ac8-f9b8-450e-8f21-48aaddb35667}]}} {Column:external_ids Mutator:insert Value:{GoMap:map[name:namespace1_networkpolicy1]}}] Timeout:0 Where:[where column name == a14195333570786048679] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:07:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a48fae42-5a86-47e7-98e7-279c86488a2d" "table"="ACL" +2021/12/08 17:07:29 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a48fae42-5a86-47e7-98e7-279c86488a2d" "table"="ACL" "old"="&{UUID:a48fae42-5a86-47e7-98e7-279c86488a2d Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc061fe8280 Name:0xc061fe8290 Priority:1001 Severity:0xc061fe82a0}" "new"="&{UUID:a48fae42-5a86-47e7-98e7-279c86488a2d Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746, $a4615334824109672969} && outport == @a14195333570786048679 Meter:0xc061fe83f0 Name:0xc061fe8400 Priority:1001 Severity:0xc061fe8410}" +2021/12/08 17:07:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e7c43ac8-f9b8-450e-8f21-48aaddb35667" "table"="ACL" +2021/12/08 17:07:29 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="e7c43ac8-f9b8-450e-8f21-48aaddb35667" "table"="ACL" "old"="&{UUID:e7c43ac8-f9b8-450e-8f21-48aaddb35667 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 Meter:0xc061fe9ad0 Name:0xc061fe9ae0 Priority:1001 Severity:0xc061fe9af0}" "new"="&{UUID:e7c43ac8-f9b8-450e-8f21-48aaddb35667 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554, $a4615334824109672969} && inport == @a14195333570786048679 Meter:0xc061fe9c40 Name:0xc061fe9c50 Priority:1001 Severity:0xc061fe9c60}" +2021/12/08 17:07:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ac7b3d31-5716-43cd-8472-aae372375277" "table"="Port_Group" +2021/12/08 17:07:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ac7b3d31-5716-43cd-8472-aae372375277" "table"="Port_Group" +2021/12/08 17:07:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a48fae42-5a86-47e7-98e7-279c86488a2d" "table"="ACL" +2021/12/08 17:07:29 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a48fae42-5a86-47e7-98e7-279c86488a2d" "table"="ACL" "old"="&{UUID:a48fae42-5a86-47e7-98e7-279c86488a2d Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc062981f20 Name:0xc062981f30 Priority:1001 Severity:0xc062981f40}" "new"="&{UUID:a48fae42-5a86-47e7-98e7-279c86488a2d Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746, $a4615334824109672969} && outport == @a14195333570786048679 Meter:0xc0629a0090 Name:0xc0629a00a0 Priority:1001 Severity:0xc0629a00b0}" +2021/12/08 17:07:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e7c43ac8-f9b8-450e-8f21-48aaddb35667" "table"="ACL" +2021/12/08 17:07:29 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="e7c43ac8-f9b8-450e-8f21-48aaddb35667" "table"="ACL" "old"="&{UUID:e7c43ac8-f9b8-450e-8f21-48aaddb35667 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 Meter:0xc0629a08f0 Name:0xc0629a0900 Priority:1001 Severity:0xc0629a0910}" "new"="&{UUID:e7c43ac8-f9b8-450e-8f21-48aaddb35667 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554, $a4615334824109672969} && inport == @a14195333570786048679 Meter:0xc0629a0a60 Name:0xc0629a0a70 Priority:1001 Severity:0xc0629a0a80}" +I1208 17:07:29.830430 19465 ovn.go:737] Bootstrapping existing policies and cleaning stale policies took 299.634642ms +• +------------------------------ +OVN NetworkPolicy Operations on startup + reconciles an existing gress networkPolicy with a pod selector in its own namespace + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/policy_test.go:882 +2021/12/08 17:07:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="fca2327e-a5ac-4dc8-8f1f-777fb36913a2" "table"="Database" +2021/12/08 17:07:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="fca2327e-a5ac-4dc8-8f1f-777fb36913a2" "table"="Database" "model"="&{UUID:fca2327e-a5ac-4dc8-8f1f-777fb36913a2 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:07:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7f4b7157-9a68-49fd-a72e-272c2ec99d28" "table"="Logical_Switch" +2021/12/08 17:07:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7f4b7157-9a68-49fd-a72e-272c2ec99d28" "table"="Logical_Switch" "model"="&{UUID:7f4b7157-9a68-49fd-a72e-272c2ec99d28 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:07:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1d5e2423-5ae9-4d03-a356-3d797fd8a67e" "table"="Database" +2021/12/08 17:07:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1d5e2423-5ae9-4d03-a356-3d797fd8a67e" "table"="Database" "model"="&{UUID:1d5e2423-5ae9-4d03-a356-3d797fd8a67e Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:07:30.598357 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:07:30.598726 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:07:30.602466 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:07:30.603077 19465 namespace.go:186] [namespace1] adding namespace took 301.437µs +I1208 17:07:30.603336 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 3.881301ms +I1208 17:07:30.658223 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:07:30.760580 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +I1208 17:07:30.765542 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996436} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996436}]}}] Timeout:0 Where:[where column _uuid == {7f4b7157-9a68-49fd-a72e-272c2ec99d28}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:07:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a38af415-713e-4680-b19d-a9d90a6f4648" "table"="Logical_Switch_Port" +2021/12/08 17:07:30 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a38af415-713e-4680-b19d-a9d90a6f4648" "table"="Logical_Switch_Port" "model"="&{UUID:a38af415-713e-4680-b19d-a9d90a6f4648 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:07:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7f4b7157-9a68-49fd-a72e-272c2ec99d28" "table"="Logical_Switch" +2021/12/08 17:07:30 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="7f4b7157-9a68-49fd-a72e-272c2ec99d28" "table"="Logical_Switch" "old"="&{UUID:7f4b7157-9a68-49fd-a72e-272c2ec99d28 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:7f4b7157-9a68-49fd-a72e-272c2ec99d28 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[a38af415-713e-4680-b19d-a9d90a6f4648] QOSRules:[]}" +2021/12/08 17:07:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7f4b7157-9a68-49fd-a72e-272c2ec99d28" "table"="Logical_Switch" +2021/12/08 17:07:30 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="7f4b7157-9a68-49fd-a72e-272c2ec99d28" "table"="Logical_Switch" "old"="&{UUID:7f4b7157-9a68-49fd-a72e-272c2ec99d28 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:7f4b7157-9a68-49fd-a72e-272c2ec99d28 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[a38af415-713e-4680-b19d-a9d90a6f4648] QOSRules:[]}" +2021/12/08 17:07:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a38af415-713e-4680-b19d-a9d90a6f4648" "table"="Logical_Switch_Port" +2021/12/08 17:07:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a38af415-713e-4680-b19d-a9d90a6f4648" "table"="Logical_Switch_Port" "model"="&{UUID:a38af415-713e-4680-b19d-a9d90a6f4648 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +I1208 17:07:30.796081 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 138.479248ms +I1208 17:07:30.796547 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 192.802183ms +I1208 17:07:30.796975 19465 policy.go:1045] Adding network policy networkpolicy1 in namespace namespace1 +I1208 17:07:30.900847 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427_ingressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1]} priority:1000 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996437} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427_ingressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996438} {Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427_egressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1]} priority:1000 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996439} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427_egressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996440} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996437} {GoUUID:u2596996438}]} external_ids:{GoMap:map[name:a6953372168492035427_ingressDefaultDeny]} name:a6953372168492035427_ingressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996439} {GoUUID:u2596996440}]} external_ids:{GoMap:map[name:a6953372168492035427_egressDefaultDeny]} name:a6953372168492035427_egressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:07:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="00f81933-6989-455f-845b-4bd48236a0f9" "table"="ACL" +2021/12/08 17:07:30 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="00f81933-6989-455f-845b-4bd48236a0f9" "table"="ACL" "model"="&{UUID:00f81933-6989-455f-845b-4bd48236a0f9 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc0749fd310 Name:0xc0749fd2f0 Priority:1000 Severity:0xc0749fd300}" +2021/12/08 17:07:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ee41e114-f42a-4926-a2a4-6cdd2ed4f6a4" "table"="ACL" +2021/12/08 17:07:30 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ee41e114-f42a-4926-a2a4-6cdd2ed4f6a4" "table"="ACL" "model"="&{UUID:ee41e114-f42a-4926-a2a4-6cdd2ed4f6a4 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc0749fd590 Name:0xc0749fd5b0 Priority:1001 Severity:0xc0749fd5a0}" +2021/12/08 17:07:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1119ba17-ae9b-4935-811f-c49d71d52317" "table"="ACL" +2021/12/08 17:07:30 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1119ba17-ae9b-4935-811f-c49d71d52317" "table"="ACL" "model"="&{UUID:1119ba17-ae9b-4935-811f-c49d71d52317 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc0749fd830 Name:0xc0749fd840 Priority:1000 Severity:0xc0749fd850}" +2021/12/08 17:07:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1c86af33-0e81-47f3-be56-cbec25957080" "table"="ACL" +2021/12/08 17:07:30 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1c86af33-0e81-47f3-be56-cbec25957080" "table"="ACL" "model"="&{UUID:1c86af33-0e81-47f3-be56-cbec25957080 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc0749fdaf0 Name:0xc0749fdae0 Priority:1001 Severity:0xc0749fdad0}" +2021/12/08 17:07:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6d83d013-37e5-40d3-9b89-0d045c005fde" "table"="Port_Group" +2021/12/08 17:07:30 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6d83d013-37e5-40d3-9b89-0d045c005fde" "table"="Port_Group" "model"="&{UUID:6d83d013-37e5-40d3-9b89-0d045c005fde ACLs:[00f81933-6989-455f-845b-4bd48236a0f9 ee41e114-f42a-4926-a2a4-6cdd2ed4f6a4] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:07:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="eabedac0-0bc3-47d3-906e-a51d29103ebe" "table"="Port_Group" +2021/12/08 17:07:30 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="eabedac0-0bc3-47d3-906e-a51d29103ebe" "table"="Port_Group" "model"="&{UUID:eabedac0-0bc3-47d3-906e-a51d29103ebe ACLs:[1119ba17-ae9b-4935-811f-c49d71d52317 1c86af33-0e81-47f3-be56-cbec25957080] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +2021/12/08 17:07:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="00f81933-6989-455f-845b-4bd48236a0f9" "table"="ACL" +2021/12/08 17:07:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="00f81933-6989-455f-845b-4bd48236a0f9" "table"="ACL" "model"="&{UUID:00f81933-6989-455f-845b-4bd48236a0f9 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc075ea48b0 Name:0xc075ea48a0 Priority:1000 Severity:0xc075ea4890}" +2021/12/08 17:07:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ee41e114-f42a-4926-a2a4-6cdd2ed4f6a4" "table"="ACL" +2021/12/08 17:07:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ee41e114-f42a-4926-a2a4-6cdd2ed4f6a4" "table"="ACL" "model"="&{UUID:ee41e114-f42a-4926-a2a4-6cdd2ed4f6a4 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc075ea4a00 Name:0xc075ea4a10 Priority:1001 Severity:0xc075ea4a20}" +2021/12/08 17:07:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1119ba17-ae9b-4935-811f-c49d71d52317" "table"="ACL" +2021/12/08 17:07:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1119ba17-ae9b-4935-811f-c49d71d52317" "table"="ACL" "model"="&{UUID:1119ba17-ae9b-4935-811f-c49d71d52317 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc075ea4b70 Name:0xc075ea4b80 Priority:1000 Severity:0xc075ea4b90}" +2021/12/08 17:07:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1c86af33-0e81-47f3-be56-cbec25957080" "table"="ACL" +2021/12/08 17:07:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1c86af33-0e81-47f3-be56-cbec25957080" "table"="ACL" "model"="&{UUID:1c86af33-0e81-47f3-be56-cbec25957080 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc075ea4d00 Name:0xc075ea4ce0 Priority:1001 Severity:0xc075ea4cf0}" +2021/12/08 17:07:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6d83d013-37e5-40d3-9b89-0d045c005fde" "table"="Port_Group" +2021/12/08 17:07:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6d83d013-37e5-40d3-9b89-0d045c005fde" "table"="Port_Group" "model"="&{UUID:6d83d013-37e5-40d3-9b89-0d045c005fde ACLs:[00f81933-6989-455f-845b-4bd48236a0f9 ee41e114-f42a-4926-a2a4-6cdd2ed4f6a4] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:07:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="eabedac0-0bc3-47d3-906e-a51d29103ebe" "table"="Port_Group" +2021/12/08 17:07:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="eabedac0-0bc3-47d3-906e-a51d29103ebe" "table"="Port_Group" "model"="&{UUID:eabedac0-0bc3-47d3-906e-a51d29103ebe ACLs:[1119ba17-ae9b-4935-811f-c49d71d52317 1c86af33-0e81-47f3-be56-cbec25957080] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +I1208 17:07:30.976119 19465 policy.go:643] Processing NetworkPolicy namespace1/networkpolicy1 to have 1 local pods... +I1208 17:07:31.081763 19465 policy.go:643] Processing NetworkPolicy namespace1/networkpolicy1 to have 1 local pods... +I1208 17:07:31.133812 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress]} log:false match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996441} {Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress]} log:false match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996442} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:a38af415-713e-4680-b19d-a9d90a6f4648}]}}] Timeout:0 Where:[where column name == a6953372168492035427_ingressDefaultDeny] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:a38af415-713e-4680-b19d-a9d90a6f4648}]}}] Timeout:0 Where:[where column name == a6953372168492035427_egressDefaultDeny] Until: Durable: Comment: Lock: UUIDName:} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996441} {GoUUID:u2596996442}]} external_ids:{GoMap:map[name:namespace1_networkpolicy1]} name:a14195333570786048679 ports:{GoSet:[{GoUUID:a38af415-713e-4680-b19d-a9d90a6f4648}]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:07:31 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1ed440da-ab91-48e7-b967-28ec0d09f859" "table"="ACL" +2021/12/08 17:07:31 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1ed440da-ab91-48e7-b967-28ec0d09f859" "table"="ACL" "model"="&{UUID:1ed440da-ab91-48e7-b967-28ec0d09f859 Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc008b3da00 Name:0xc008b3da10 Priority:1001 Severity:0xc008b3da20}" +2021/12/08 17:07:31 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="46219ee7-102e-44ec-b4c4-ced706fd692a" "table"="ACL" +2021/12/08 17:07:31 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="46219ee7-102e-44ec-b4c4-ced706fd692a" "table"="ACL" "model"="&{UUID:46219ee7-102e-44ec-b4c4-ced706fd692a Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 Meter:0xc008b3def0 Name:0xc008b3ded0 Priority:1001 Severity:0xc008b3dee0}" +2021/12/08 17:07:31 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6d83d013-37e5-40d3-9b89-0d045c005fde" "table"="Port_Group" +2021/12/08 17:07:31 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6d83d013-37e5-40d3-9b89-0d045c005fde" "table"="Port_Group" "old"="&{UUID:6d83d013-37e5-40d3-9b89-0d045c005fde ACLs:[00f81933-6989-455f-845b-4bd48236a0f9 ee41e114-f42a-4926-a2a4-6cdd2ed4f6a4] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" "new"="&{UUID:6d83d013-37e5-40d3-9b89-0d045c005fde ACLs:[00f81933-6989-455f-845b-4bd48236a0f9 ee41e114-f42a-4926-a2a4-6cdd2ed4f6a4] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[a38af415-713e-4680-b19d-a9d90a6f4648]}" +2021/12/08 17:07:31 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="eabedac0-0bc3-47d3-906e-a51d29103ebe" "table"="Port_Group" +2021/12/08 17:07:31 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="eabedac0-0bc3-47d3-906e-a51d29103ebe" "table"="Port_Group" "old"="&{UUID:eabedac0-0bc3-47d3-906e-a51d29103ebe ACLs:[1119ba17-ae9b-4935-811f-c49d71d52317 1c86af33-0e81-47f3-be56-cbec25957080] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" "new"="&{UUID:eabedac0-0bc3-47d3-906e-a51d29103ebe ACLs:[1119ba17-ae9b-4935-811f-c49d71d52317 1c86af33-0e81-47f3-be56-cbec25957080] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[a38af415-713e-4680-b19d-a9d90a6f4648]}" +2021/12/08 17:07:31 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4a88cfdb-2ea7-4f42-9247-6bbe345938b2" "table"="Port_Group" +2021/12/08 17:07:31 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4a88cfdb-2ea7-4f42-9247-6bbe345938b2" "table"="Port_Group" "model"="&{UUID:4a88cfdb-2ea7-4f42-9247-6bbe345938b2 ACLs:[1ed440da-ab91-48e7-b967-28ec0d09f859 46219ee7-102e-44ec-b4c4-ced706fd692a] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[a38af415-713e-4680-b19d-a9d90a6f4648]}" +2021/12/08 17:07:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6d83d013-37e5-40d3-9b89-0d045c005fde" "table"="Port_Group" +2021/12/08 17:07:31 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6d83d013-37e5-40d3-9b89-0d045c005fde" "table"="Port_Group" "old"="&{UUID:6d83d013-37e5-40d3-9b89-0d045c005fde ACLs:[00f81933-6989-455f-845b-4bd48236a0f9 ee41e114-f42a-4926-a2a4-6cdd2ed4f6a4] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" "new"="&{UUID:6d83d013-37e5-40d3-9b89-0d045c005fde ACLs:[00f81933-6989-455f-845b-4bd48236a0f9 ee41e114-f42a-4926-a2a4-6cdd2ed4f6a4] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[a38af415-713e-4680-b19d-a9d90a6f4648]}" +2021/12/08 17:07:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="eabedac0-0bc3-47d3-906e-a51d29103ebe" "table"="Port_Group" +2021/12/08 17:07:31 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="eabedac0-0bc3-47d3-906e-a51d29103ebe" "table"="Port_Group" "old"="&{UUID:eabedac0-0bc3-47d3-906e-a51d29103ebe ACLs:[1119ba17-ae9b-4935-811f-c49d71d52317 1c86af33-0e81-47f3-be56-cbec25957080] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" "new"="&{UUID:eabedac0-0bc3-47d3-906e-a51d29103ebe ACLs:[1119ba17-ae9b-4935-811f-c49d71d52317 1c86af33-0e81-47f3-be56-cbec25957080] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[a38af415-713e-4680-b19d-a9d90a6f4648]}" +2021/12/08 17:07:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4a88cfdb-2ea7-4f42-9247-6bbe345938b2" "table"="Port_Group" +2021/12/08 17:07:31 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4a88cfdb-2ea7-4f42-9247-6bbe345938b2" "table"="Port_Group" "model"="&{UUID:4a88cfdb-2ea7-4f42-9247-6bbe345938b2 ACLs:[1ed440da-ab91-48e7-b967-28ec0d09f859 46219ee7-102e-44ec-b4c4-ced706fd692a] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[a38af415-713e-4680-b19d-a9d90a6f4648]}" +2021/12/08 17:07:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1ed440da-ab91-48e7-b967-28ec0d09f859" "table"="ACL" +2021/12/08 17:07:31 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1ed440da-ab91-48e7-b967-28ec0d09f859" "table"="ACL" "model"="&{UUID:1ed440da-ab91-48e7-b967-28ec0d09f859 Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc0673e8ea0 Name:0xc0673e8eb0 Priority:1001 Severity:0xc0673e8ec0}" +2021/12/08 17:07:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="46219ee7-102e-44ec-b4c4-ced706fd692a" "table"="ACL" +2021/12/08 17:07:31 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="46219ee7-102e-44ec-b4c4-ced706fd692a" "table"="ACL" "model"="&{UUID:46219ee7-102e-44ec-b4c4-ced706fd692a Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 Meter:0xc0673e91c0 Name:0xc0673e91a0 Priority:1001 Severity:0xc0673e91b0}" +I1208 17:07:31.201907 19465 ovn.go:737] Bootstrapping existing policies and cleaning stale policies took 405.07029ms +• +------------------------------ +OVN NetworkPolicy Operations on startup + reconciles an existing gress networkPolicy with a pod and namespace selector in another namespace + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/policy_test.go:970 +2021/12/08 17:07:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f0c1f65b-b905-4656-8bac-c07933943d6d" "table"="Database" +2021/12/08 17:07:31 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f0c1f65b-b905-4656-8bac-c07933943d6d" "table"="Database" "model"="&{UUID:f0c1f65b-b905-4656-8bac-c07933943d6d Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:07:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="eaa3b29c-edae-4a8c-8474-5dd8f1ce14a9" "table"="Logical_Switch" +2021/12/08 17:07:31 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="eaa3b29c-edae-4a8c-8474-5dd8f1ce14a9" "table"="Logical_Switch" "model"="&{UUID:eaa3b29c-edae-4a8c-8474-5dd8f1ce14a9 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:07:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a36fc5b3-2bb6-492b-ad05-561e2cd950f8" "table"="Database" +2021/12/08 17:07:31 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a36fc5b3-2bb6-492b-ad05-561e2cd950f8" "table"="Database" "model"="&{UUID:a36fc5b3-2bb6-492b-ad05-561e2cd950f8 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:07:31.991415 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:07:31.991804 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:07:31.995860 19465 namespace.go:182] [namespace2] adding namespace +I1208 17:07:31.996181 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:07:31.996618 19465 namespace.go:186] [namespace2] adding namespace took 373.614µs +I1208 17:07:31.996920 19465 namespace.go:186] [namespace1] adding namespace took 272.334µs +I1208 17:07:31.997397 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 4.955939ms +I1208 17:08:02.054578 19465 pods.go:286] [namespace2/myPod] addLogicalPort took 30.003630757s +E1208 17:08:02.054908 19465 ovn.go:622] timed out waiting for logical switch in libovsdb cache "node2" subnet: timed out waiting for the condition +I1208 17:08:02.055362 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 30.057604075s +I1208 17:08:02.055904 19465 policy.go:1045] Adding network policy networkpolicy1 in namespace namespace1 +I1208 17:08:02.160436 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427_ingressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1]} priority:1000 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996453} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427_ingressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996454} {Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427_egressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1]} priority:1000 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996455} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427_egressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996456} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996453} {GoUUID:u2596996454}]} external_ids:{GoMap:map[name:a6953372168492035427_ingressDefaultDeny]} name:a6953372168492035427_ingressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996455} {GoUUID:u2596996456}]} external_ids:{GoMap:map[name:a6953372168492035427_egressDefaultDeny]} name:a6953372168492035427_egressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:02 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="087f9836-56ae-43f4-b1f1-5c231e8ce3f5" "table"="ACL" +2021/12/08 17:08:02 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="087f9836-56ae-43f4-b1f1-5c231e8ce3f5" "table"="ACL" "model"="&{UUID:087f9836-56ae-43f4-b1f1-5c231e8ce3f5 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc07c1017b0 Name:0xc07c1017c0 Priority:1000 Severity:0xc07c1017a0}" +2021/12/08 17:08:02 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c116f0f5-7da5-47d9-9209-b7dcb0c6cb77" "table"="ACL" +2021/12/08 17:08:02 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c116f0f5-7da5-47d9-9209-b7dcb0c6cb77" "table"="ACL" "model"="&{UUID:c116f0f5-7da5-47d9-9209-b7dcb0c6cb77 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc07c101a40 Name:0xc07c101a50 Priority:1001 Severity:0xc07c101a60}" +2021/12/08 17:08:02 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9fdcc7a4-9f8f-486b-a292-e1dcff5d215d" "table"="ACL" +2021/12/08 17:08:02 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9fdcc7a4-9f8f-486b-a292-e1dcff5d215d" "table"="ACL" "model"="&{UUID:9fdcc7a4-9f8f-486b-a292-e1dcff5d215d Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc07c101cf0 Name:0xc07c101d00 Priority:1000 Severity:0xc07c101ce0}" +2021/12/08 17:08:02 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f471f4c3-1323-4131-99c4-2e0bd664b5c3" "table"="ACL" +2021/12/08 17:08:02 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f471f4c3-1323-4131-99c4-2e0bd664b5c3" "table"="ACL" "model"="&{UUID:f471f4c3-1323-4131-99c4-2e0bd664b5c3 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc07c101f90 Name:0xc07c101fa0 Priority:1001 Severity:0xc07c101f80}" +2021/12/08 17:08:02 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="debe20e3-af4d-4cc2-bfb6-db4c00a77905" "table"="Port_Group" +2021/12/08 17:08:02 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="debe20e3-af4d-4cc2-bfb6-db4c00a77905" "table"="Port_Group" "model"="&{UUID:debe20e3-af4d-4cc2-bfb6-db4c00a77905 ACLs:[087f9836-56ae-43f4-b1f1-5c231e8ce3f5 c116f0f5-7da5-47d9-9209-b7dcb0c6cb77] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:08:02 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5f3a118f-99ab-4e77-9bd0-10bc7a22f761" "table"="Port_Group" +2021/12/08 17:08:02 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5f3a118f-99ab-4e77-9bd0-10bc7a22f761" "table"="Port_Group" "model"="&{UUID:5f3a118f-99ab-4e77-9bd0-10bc7a22f761 ACLs:[9fdcc7a4-9f8f-486b-a292-e1dcff5d215d f471f4c3-1323-4131-99c4-2e0bd664b5c3] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +2021/12/08 17:08:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="087f9836-56ae-43f4-b1f1-5c231e8ce3f5" "table"="ACL" +2021/12/08 17:08:02 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="087f9836-56ae-43f4-b1f1-5c231e8ce3f5" "table"="ACL" "model"="&{UUID:087f9836-56ae-43f4-b1f1-5c231e8ce3f5 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc07c093ca0 Name:0xc07c093cb0 Priority:1000 Severity:0xc07c093c90}" +2021/12/08 17:08:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c116f0f5-7da5-47d9-9209-b7dcb0c6cb77" "table"="ACL" +2021/12/08 17:08:02 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c116f0f5-7da5-47d9-9209-b7dcb0c6cb77" "table"="ACL" "model"="&{UUID:c116f0f5-7da5-47d9-9209-b7dcb0c6cb77 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc07c093e10 Name:0xc07c093e00 Priority:1001 Severity:0xc07c093e20}" +2021/12/08 17:08:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9fdcc7a4-9f8f-486b-a292-e1dcff5d215d" "table"="ACL" +2021/12/08 17:08:02 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9fdcc7a4-9f8f-486b-a292-e1dcff5d215d" "table"="ACL" "model"="&{UUID:9fdcc7a4-9f8f-486b-a292-e1dcff5d215d Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc07c093f70 Name:0xc07c093f80 Priority:1000 Severity:0xc07c093f90}" +2021/12/08 17:08:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f471f4c3-1323-4131-99c4-2e0bd664b5c3" "table"="ACL" +2021/12/08 17:08:02 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f471f4c3-1323-4131-99c4-2e0bd664b5c3" "table"="ACL" "model"="&{UUID:f471f4c3-1323-4131-99c4-2e0bd664b5c3 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc07c0a40e0 Name:0xc07c0a40f0 Priority:1001 Severity:0xc07c0a4100}" +2021/12/08 17:08:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="debe20e3-af4d-4cc2-bfb6-db4c00a77905" "table"="Port_Group" +2021/12/08 17:08:02 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="debe20e3-af4d-4cc2-bfb6-db4c00a77905" "table"="Port_Group" "model"="&{UUID:debe20e3-af4d-4cc2-bfb6-db4c00a77905 ACLs:[087f9836-56ae-43f4-b1f1-5c231e8ce3f5 c116f0f5-7da5-47d9-9209-b7dcb0c6cb77] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:08:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5f3a118f-99ab-4e77-9bd0-10bc7a22f761" "table"="Port_Group" +2021/12/08 17:08:02 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5f3a118f-99ab-4e77-9bd0-10bc7a22f761" "table"="Port_Group" "model"="&{UUID:5f3a118f-99ab-4e77-9bd0-10bc7a22f761 ACLs:[9fdcc7a4-9f8f-486b-a292-e1dcff5d215d f471f4c3-1323-4131-99c4-2e0bd664b5c3] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +I1208 17:08:02.243986 19465 policy.go:643] Processing NetworkPolicy namespace1/networkpolicy1 to have 0 local pods... +I1208 17:08:02.297725 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress]} log:false match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996457} {Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress]} log:false match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996458} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996457} {GoUUID:u2596996458}]} external_ids:{GoMap:map[name:namespace1_networkpolicy1]} name:a14195333570786048679] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:02 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="05852f42-0848-4186-9ede-473d81f6c906" "table"="ACL" +2021/12/08 17:08:02 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="05852f42-0848-4186-9ede-473d81f6c906" "table"="ACL" "model"="&{UUID:05852f42-0848-4186-9ede-473d81f6c906 Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc0629c6980 Name:0xc0629c6990 Priority:1001 Severity:0xc0629c69a0}" +2021/12/08 17:08:02 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d52e48fb-bee0-4f2d-835d-968a5947d025" "table"="ACL" +2021/12/08 17:08:02 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d52e48fb-bee0-4f2d-835d-968a5947d025" "table"="ACL" "model"="&{UUID:d52e48fb-bee0-4f2d-835d-968a5947d025 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 Meter:0xc0629c6e50 Name:0xc0629c6e60 Priority:1001 Severity:0xc0629c6e70}" +2021/12/08 17:08:02 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5bf2bfbe-c308-4986-943e-866cebbd6808" "table"="Port_Group" +2021/12/08 17:08:02 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5bf2bfbe-c308-4986-943e-866cebbd6808" "table"="Port_Group" "model"="&{UUID:5bf2bfbe-c308-4986-943e-866cebbd6808 ACLs:[05852f42-0848-4186-9ede-473d81f6c906 d52e48fb-bee0-4f2d-835d-968a5947d025] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[]}" +2021/12/08 17:08:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5bf2bfbe-c308-4986-943e-866cebbd6808" "table"="Port_Group" +2021/12/08 17:08:02 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5bf2bfbe-c308-4986-943e-866cebbd6808" "table"="Port_Group" "model"="&{UUID:5bf2bfbe-c308-4986-943e-866cebbd6808 ACLs:[05852f42-0848-4186-9ede-473d81f6c906 d52e48fb-bee0-4f2d-835d-968a5947d025] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[]}" +2021/12/08 17:08:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="05852f42-0848-4186-9ede-473d81f6c906" "table"="ACL" +2021/12/08 17:08:02 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="05852f42-0848-4186-9ede-473d81f6c906" "table"="ACL" "model"="&{UUID:05852f42-0848-4186-9ede-473d81f6c906 Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc0777837b0 Name:0xc0777837a0 Priority:1001 Severity:0xc077783790}" +2021/12/08 17:08:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d52e48fb-bee0-4f2d-835d-968a5947d025" "table"="ACL" +2021/12/08 17:08:02 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d52e48fb-bee0-4f2d-835d-968a5947d025" "table"="ACL" "model"="&{UUID:d52e48fb-bee0-4f2d-835d-968a5947d025 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 Meter:0xc077783aa0 Name:0xc077783ab0 Priority:1001 Severity:0xc077783a90}" +I1208 17:08:02.349420 19465 ovn.go:737] Bootstrapping existing policies and cleaning stale policies took 293.726697ms + +• [SLOW TEST:31.144 seconds] +OVN NetworkPolicy Operations +/go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/policy_test.go:683 + on startup + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/policy_test.go:723 + reconciles an existing gress networkPolicy with a pod and namespace selector in another namespace + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/policy_test.go:970 +------------------------------ +OVN NetworkPolicy Operations during execution + correctly creates and deletes a networkpolicy allowing a port to a local pod + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/policy_test.go:1076 +2021/12/08 17:08:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="046c8382-5e47-4543-9fe5-1f86508a304c" "table"="Database" +2021/12/08 17:08:02 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="046c8382-5e47-4543-9fe5-1f86508a304c" "table"="Database" "model"="&{UUID:046c8382-5e47-4543-9fe5-1f86508a304c Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c5805497-c625-41c6-bfe8-6fcb36540121" "table"="Logical_Switch" +2021/12/08 17:08:02 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c5805497-c625-41c6-bfe8-6fcb36540121" "table"="Logical_Switch" "model"="&{UUID:c5805497-c625-41c6-bfe8-6fcb36540121 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:08:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b18de7f0-e0bb-4b25-b73f-c1756d9d3fe6" "table"="Database" +2021/12/08 17:08:02 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b18de7f0-e0bb-4b25-b73f-c1756d9d3fe6" "table"="Database" "model"="&{UUID:b18de7f0-e0bb-4b25-b73f-c1756d9d3fe6 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:03.089582 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:03.090150 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:08:03.093685 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:08:03.094491 19465 namespace.go:186] [namespace1] adding namespace took 370.337µs +I1208 17:08:03.094729 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 3.893098ms +I1208 17:08:03.148505 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:08:03.251398 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +I1208 17:08:03.256811 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996471} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996471}]}}] Timeout:0 Where:[where column _uuid == {c5805497-c625-41c6-bfe8-6fcb36540121}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5860d1fb-a11a-40c7-9130-99c7318b07e8" "table"="Logical_Switch_Port" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5860d1fb-a11a-40c7-9130-99c7318b07e8" "table"="Logical_Switch_Port" "model"="&{UUID:5860d1fb-a11a-40c7-9130-99c7318b07e8 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c5805497-c625-41c6-bfe8-6fcb36540121" "table"="Logical_Switch" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c5805497-c625-41c6-bfe8-6fcb36540121" "table"="Logical_Switch" "old"="&{UUID:c5805497-c625-41c6-bfe8-6fcb36540121 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:c5805497-c625-41c6-bfe8-6fcb36540121 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[5860d1fb-a11a-40c7-9130-99c7318b07e8] QOSRules:[]}" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5860d1fb-a11a-40c7-9130-99c7318b07e8" "table"="Logical_Switch_Port" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5860d1fb-a11a-40c7-9130-99c7318b07e8" "table"="Logical_Switch_Port" "model"="&{UUID:5860d1fb-a11a-40c7-9130-99c7318b07e8 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c5805497-c625-41c6-bfe8-6fcb36540121" "table"="Logical_Switch" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c5805497-c625-41c6-bfe8-6fcb36540121" "table"="Logical_Switch" "old"="&{UUID:c5805497-c625-41c6-bfe8-6fcb36540121 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:c5805497-c625-41c6-bfe8-6fcb36540121 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[5860d1fb-a11a-40c7-9130-99c7318b07e8] QOSRules:[]}" +I1208 17:08:03.291029 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 143.242744ms +I1208 17:08:03.291527 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 196.369551ms +I1208 17:08:03.291979 19465 policy.go:1045] Adding network policy networkpolicy1 in namespace namespace1 +I1208 17:08:03.395756 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427_ingressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1]} priority:1000 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996472} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427_ingressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996473} {Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427_egressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1]} priority:1000 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996474} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427_egressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996475} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996472} {GoUUID:u2596996473}]} external_ids:{GoMap:map[name:a6953372168492035427_ingressDefaultDeny]} name:a6953372168492035427_ingressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996474} {GoUUID:u2596996475}]} external_ids:{GoMap:map[name:a6953372168492035427_egressDefaultDeny]} name:a6953372168492035427_egressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7a8d4667-6fbb-49c2-a6da-ab2c4a2574c2" "table"="ACL" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7a8d4667-6fbb-49c2-a6da-ab2c4a2574c2" "table"="ACL" "model"="&{UUID:7a8d4667-6fbb-49c2-a6da-ab2c4a2574c2 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc078cc2920 Name:0xc078cc2910 Priority:1000 Severity:0xc078cc2900}" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="36978cd0-4db4-4643-b244-81a6b1bcadd7" "table"="ACL" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="36978cd0-4db4-4643-b244-81a6b1bcadd7" "table"="ACL" "model"="&{UUID:36978cd0-4db4-4643-b244-81a6b1bcadd7 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc078cc2ba0 Name:0xc078cc2bb0 Priority:1001 Severity:0xc078cc2bc0}" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3a982b09-b08d-49ff-9815-33545d20eceb" "table"="ACL" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3a982b09-b08d-49ff-9815-33545d20eceb" "table"="ACL" "model"="&{UUID:3a982b09-b08d-49ff-9815-33545d20eceb Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc078cc2e40 Name:0xc078cc2e50 Priority:1000 Severity:0xc078cc2e60}" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7c9cd0fd-1791-4a75-be46-25f0b65adb79" "table"="ACL" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7c9cd0fd-1791-4a75-be46-25f0b65adb79" "table"="ACL" "model"="&{UUID:7c9cd0fd-1791-4a75-be46-25f0b65adb79 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc078cc3100 Name:0xc078cc30e0 Priority:1001 Severity:0xc078cc30f0}" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3738b113-cf17-4180-a808-a58c00006d31" "table"="Port_Group" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3738b113-cf17-4180-a808-a58c00006d31" "table"="Port_Group" "model"="&{UUID:3738b113-cf17-4180-a808-a58c00006d31 ACLs:[7a8d4667-6fbb-49c2-a6da-ab2c4a2574c2 36978cd0-4db4-4643-b244-81a6b1bcadd7] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="60e8343d-7e18-401c-ad42-c280fbfe73d7" "table"="Port_Group" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="60e8343d-7e18-401c-ad42-c280fbfe73d7" "table"="Port_Group" "model"="&{UUID:60e8343d-7e18-401c-ad42-c280fbfe73d7 ACLs:[3a982b09-b08d-49ff-9815-33545d20eceb 7c9cd0fd-1791-4a75-be46-25f0b65adb79] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7a8d4667-6fbb-49c2-a6da-ab2c4a2574c2" "table"="ACL" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7a8d4667-6fbb-49c2-a6da-ab2c4a2574c2" "table"="ACL" "model"="&{UUID:7a8d4667-6fbb-49c2-a6da-ab2c4a2574c2 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc03cf4d340 Name:0xc03cf4d320 Priority:1000 Severity:0xc03cf4d330}" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="36978cd0-4db4-4643-b244-81a6b1bcadd7" "table"="ACL" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="36978cd0-4db4-4643-b244-81a6b1bcadd7" "table"="ACL" "model"="&{UUID:36978cd0-4db4-4643-b244-81a6b1bcadd7 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc03cf4d4b0 Name:0xc03cf4d4a0 Priority:1001 Severity:0xc03cf4d490}" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3a982b09-b08d-49ff-9815-33545d20eceb" "table"="ACL" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3a982b09-b08d-49ff-9815-33545d20eceb" "table"="ACL" "model"="&{UUID:3a982b09-b08d-49ff-9815-33545d20eceb Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc03cf4d600 Name:0xc03cf4d610 Priority:1000 Severity:0xc03cf4d620}" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7c9cd0fd-1791-4a75-be46-25f0b65adb79" "table"="ACL" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7c9cd0fd-1791-4a75-be46-25f0b65adb79" "table"="ACL" "model"="&{UUID:7c9cd0fd-1791-4a75-be46-25f0b65adb79 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc03cf4d790 Name:0xc03cf4d770 Priority:1001 Severity:0xc03cf4d780}" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="60e8343d-7e18-401c-ad42-c280fbfe73d7" "table"="Port_Group" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="60e8343d-7e18-401c-ad42-c280fbfe73d7" "table"="Port_Group" "model"="&{UUID:60e8343d-7e18-401c-ad42-c280fbfe73d7 ACLs:[3a982b09-b08d-49ff-9815-33545d20eceb 7c9cd0fd-1791-4a75-be46-25f0b65adb79] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3738b113-cf17-4180-a808-a58c00006d31" "table"="Port_Group" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3738b113-cf17-4180-a808-a58c00006d31" "table"="Port_Group" "model"="&{UUID:3738b113-cf17-4180-a808-a58c00006d31 ACLs:[7a8d4667-6fbb-49c2-a6da-ab2c4a2574c2 36978cd0-4db4-4643-b244-81a6b1bcadd7] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +I1208 17:08:03.474640 19465 policy.go:643] Processing NetworkPolicy namespace1/networkpolicy1 to have 1 local pods... +I1208 17:08:03.580510 19465 policy.go:643] Processing NetworkPolicy namespace1/networkpolicy1 to have 1 local pods... +I1208 17:08:03.632633 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Ingress_num:0 ipblock_cidr:false l4Match:tcp && tcp.dst==81 namespace:namespace1 policy:networkpolicy1 policy_type:Ingress]} log:false match:ip4 && tcp && tcp.dst==81 && outport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996476} {Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Egress_num:0 ipblock_cidr:false l4Match:tcp && tcp.dst==81 namespace:namespace1 policy:networkpolicy1 policy_type:Egress]} log:false match:ip4 && tcp && tcp.dst==81 && inport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996477} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:5860d1fb-a11a-40c7-9130-99c7318b07e8}]}}] Timeout:0 Where:[where column name == a6953372168492035427_ingressDefaultDeny] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:5860d1fb-a11a-40c7-9130-99c7318b07e8}]}}] Timeout:0 Where:[where column name == a6953372168492035427_egressDefaultDeny] Until: Durable: Comment: Lock: UUIDName:} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996476} {GoUUID:u2596996477}]} external_ids:{GoMap:map[name:namespace1_networkpolicy1]} name:a14195333570786048679 ports:{GoSet:[{GoUUID:5860d1fb-a11a-40c7-9130-99c7318b07e8}]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="86773246-fb2c-492e-947c-280f8f9464fc" "table"="ACL" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="86773246-fb2c-492e-947c-280f8f9464fc" "table"="ACL" "model"="&{UUID:86773246-fb2c-492e-947c-280f8f9464fc Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:tcp && tcp.dst==81 namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4 && tcp && tcp.dst==81 && outport == @a14195333570786048679 Meter:0xc05e369820 Name:0xc05e369830 Priority:1001 Severity:0xc05e369840}" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d84d8114-8042-4169-a9b4-7d8048ed4ab8" "table"="ACL" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d84d8114-8042-4169-a9b4-7d8048ed4ab8" "table"="ACL" "model"="&{UUID:d84d8114-8042-4169-a9b4-7d8048ed4ab8 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:tcp && tcp.dst==81 namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4 && tcp && tcp.dst==81 && inport == @a14195333570786048679 Meter:0xc05e369d50 Name:0xc05e369d60 Priority:1001 Severity:0xc05e369d70}" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3738b113-cf17-4180-a808-a58c00006d31" "table"="Port_Group" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="3738b113-cf17-4180-a808-a58c00006d31" "table"="Port_Group" "old"="&{UUID:3738b113-cf17-4180-a808-a58c00006d31 ACLs:[7a8d4667-6fbb-49c2-a6da-ab2c4a2574c2 36978cd0-4db4-4643-b244-81a6b1bcadd7] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" "new"="&{UUID:3738b113-cf17-4180-a808-a58c00006d31 ACLs:[7a8d4667-6fbb-49c2-a6da-ab2c4a2574c2 36978cd0-4db4-4643-b244-81a6b1bcadd7] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[5860d1fb-a11a-40c7-9130-99c7318b07e8]}" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="60e8343d-7e18-401c-ad42-c280fbfe73d7" "table"="Port_Group" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="60e8343d-7e18-401c-ad42-c280fbfe73d7" "table"="Port_Group" "old"="&{UUID:60e8343d-7e18-401c-ad42-c280fbfe73d7 ACLs:[3a982b09-b08d-49ff-9815-33545d20eceb 7c9cd0fd-1791-4a75-be46-25f0b65adb79] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" "new"="&{UUID:60e8343d-7e18-401c-ad42-c280fbfe73d7 ACLs:[3a982b09-b08d-49ff-9815-33545d20eceb 7c9cd0fd-1791-4a75-be46-25f0b65adb79] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[5860d1fb-a11a-40c7-9130-99c7318b07e8]}" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e1329203-193d-4f4e-8233-915ce041955b" "table"="Port_Group" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e1329203-193d-4f4e-8233-915ce041955b" "table"="Port_Group" "model"="&{UUID:e1329203-193d-4f4e-8233-915ce041955b ACLs:[86773246-fb2c-492e-947c-280f8f9464fc d84d8114-8042-4169-a9b4-7d8048ed4ab8] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[5860d1fb-a11a-40c7-9130-99c7318b07e8]}" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3738b113-cf17-4180-a808-a58c00006d31" "table"="Port_Group" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="3738b113-cf17-4180-a808-a58c00006d31" "table"="Port_Group" "old"="&{UUID:3738b113-cf17-4180-a808-a58c00006d31 ACLs:[7a8d4667-6fbb-49c2-a6da-ab2c4a2574c2 36978cd0-4db4-4643-b244-81a6b1bcadd7] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" "new"="&{UUID:3738b113-cf17-4180-a808-a58c00006d31 ACLs:[7a8d4667-6fbb-49c2-a6da-ab2c4a2574c2 36978cd0-4db4-4643-b244-81a6b1bcadd7] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[5860d1fb-a11a-40c7-9130-99c7318b07e8]}" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="60e8343d-7e18-401c-ad42-c280fbfe73d7" "table"="Port_Group" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="60e8343d-7e18-401c-ad42-c280fbfe73d7" "table"="Port_Group" "old"="&{UUID:60e8343d-7e18-401c-ad42-c280fbfe73d7 ACLs:[3a982b09-b08d-49ff-9815-33545d20eceb 7c9cd0fd-1791-4a75-be46-25f0b65adb79] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" "new"="&{UUID:60e8343d-7e18-401c-ad42-c280fbfe73d7 ACLs:[3a982b09-b08d-49ff-9815-33545d20eceb 7c9cd0fd-1791-4a75-be46-25f0b65adb79] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[5860d1fb-a11a-40c7-9130-99c7318b07e8]}" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e1329203-193d-4f4e-8233-915ce041955b" "table"="Port_Group" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e1329203-193d-4f4e-8233-915ce041955b" "table"="Port_Group" "model"="&{UUID:e1329203-193d-4f4e-8233-915ce041955b ACLs:[86773246-fb2c-492e-947c-280f8f9464fc d84d8114-8042-4169-a9b4-7d8048ed4ab8] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[5860d1fb-a11a-40c7-9130-99c7318b07e8]}" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="86773246-fb2c-492e-947c-280f8f9464fc" "table"="ACL" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="86773246-fb2c-492e-947c-280f8f9464fc" "table"="ACL" "model"="&{UUID:86773246-fb2c-492e-947c-280f8f9464fc Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:tcp && tcp.dst==81 namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4 && tcp && tcp.dst==81 && outport == @a14195333570786048679 Meter:0xc00e19a1a0 Name:0xc00e19a170 Priority:1001 Severity:0xc00e19a160}" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d84d8114-8042-4169-a9b4-7d8048ed4ab8" "table"="ACL" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d84d8114-8042-4169-a9b4-7d8048ed4ab8" "table"="ACL" "model"="&{UUID:d84d8114-8042-4169-a9b4-7d8048ed4ab8 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:tcp && tcp.dst==81 namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4 && tcp && tcp.dst==81 && inport == @a14195333570786048679 Meter:0xc00e19a4a0 Name:0xc00e19a480 Priority:1001 Severity:0xc00e19a490}" +I1208 17:08:03.708305 19465 ovn.go:737] Bootstrapping existing policies and cleaning stale policies took 416.506893ms +STEP: Creating a network policy that applies to a pod +STEP: Creating and deleting another policy that references that pod +I1208 17:08:03.726008 19465 policy.go:1045] Adding network policy networkpolicy2 in namespace namespace1 +I1208 17:08:03.734673 19465 policy.go:643] Processing NetworkPolicy namespace1/networkpolicy2 to have 1 local pods... +I1208 17:08:03.737111 19465 policy.go:643] Processing NetworkPolicy namespace1/networkpolicy2 to have 1 local pods... +I1208 17:08:03.789076 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Ingress_num:0 ipblock_cidr:false l4Match:tcp && tcp.dst==82 namespace:namespace1 policy:networkpolicy2 policy_type:Ingress]} log:false match:ip4 && tcp && tcp.dst==82 && outport == @a14195334670297676890 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy2_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996481} {Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Egress_num:0 ipblock_cidr:false l4Match:tcp && tcp.dst==82 namespace:namespace1 policy:networkpolicy2 policy_type:Egress]} log:false match:ip4 && tcp && tcp.dst==82 && inport == @a14195334670297676890 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy2_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996482} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996481} {GoUUID:u2596996482}]} external_ids:{GoMap:map[name:namespace1_networkpolicy2]} name:a14195334670297676890 ports:{GoSet:[{GoUUID:5860d1fb-a11a-40c7-9130-99c7318b07e8}]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="71036f74-f9c6-4a6a-ad04-531e16f2357b" "table"="ACL" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="71036f74-f9c6-4a6a-ad04-531e16f2357b" "table"="ACL" "model"="&{UUID:71036f74-f9c6-4a6a-ad04-531e16f2357b Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:tcp && tcp.dst==82 namespace:namespace1 policy:networkpolicy2 policy_type:Ingress] Label:0 Log:false Match:ip4 && tcp && tcp.dst==82 && outport == @a14195334670297676890 Meter:0xc061f939d0 Name:0xc061f939b0 Priority:1001 Severity:0xc061f939c0}" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="77f9bc32-00ed-4457-904e-2fb909f5de52" "table"="ACL" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="77f9bc32-00ed-4457-904e-2fb909f5de52" "table"="ACL" "model"="&{UUID:77f9bc32-00ed-4457-904e-2fb909f5de52 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:tcp && tcp.dst==82 namespace:namespace1 policy:networkpolicy2 policy_type:Egress] Label:0 Log:false Match:ip4 && tcp && tcp.dst==82 && inport == @a14195334670297676890 Meter:0xc061f93ea0 Name:0xc061f93e80 Priority:1001 Severity:0xc061f93e90}" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0e3f1a29-1032-4b71-8e90-1e1740dfaa81" "table"="Port_Group" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0e3f1a29-1032-4b71-8e90-1e1740dfaa81" "table"="Port_Group" "model"="&{UUID:0e3f1a29-1032-4b71-8e90-1e1740dfaa81 ACLs:[71036f74-f9c6-4a6a-ad04-531e16f2357b 77f9bc32-00ed-4457-904e-2fb909f5de52] ExternalIDs:map[name:namespace1_networkpolicy2] Name:a14195334670297676890 Ports:[5860d1fb-a11a-40c7-9130-99c7318b07e8]}" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0e3f1a29-1032-4b71-8e90-1e1740dfaa81" "table"="Port_Group" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0e3f1a29-1032-4b71-8e90-1e1740dfaa81" "table"="Port_Group" "model"="&{UUID:0e3f1a29-1032-4b71-8e90-1e1740dfaa81 ACLs:[71036f74-f9c6-4a6a-ad04-531e16f2357b 77f9bc32-00ed-4457-904e-2fb909f5de52] ExternalIDs:map[name:namespace1_networkpolicy2] Name:a14195334670297676890 Ports:[5860d1fb-a11a-40c7-9130-99c7318b07e8]}" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="71036f74-f9c6-4a6a-ad04-531e16f2357b" "table"="ACL" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="71036f74-f9c6-4a6a-ad04-531e16f2357b" "table"="ACL" "model"="&{UUID:71036f74-f9c6-4a6a-ad04-531e16f2357b Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:tcp && tcp.dst==82 namespace:namespace1 policy:networkpolicy2 policy_type:Ingress] Label:0 Log:false Match:ip4 && tcp && tcp.dst==82 && outport == @a14195334670297676890 Meter:0xc019127ed0 Name:0xc019127ef0 Priority:1001 Severity:0xc019127ee0}" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="77f9bc32-00ed-4457-904e-2fb909f5de52" "table"="ACL" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="77f9bc32-00ed-4457-904e-2fb909f5de52" "table"="ACL" "model"="&{UUID:77f9bc32-00ed-4457-904e-2fb909f5de52 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:tcp && tcp.dst==82 namespace:namespace1 policy:networkpolicy2 policy_type:Egress] Label:0 Log:false Match:ip4 && tcp && tcp.dst==82 && inport == @a14195334670297676890 Meter:0xc013a34230 Name:0xc013a34220 Priority:1001 Severity:0xc013a34210}" +I1208 17:08:03.867445 19465 policy.go:1095] Deleting network policy networkpolicy2 in namespace namespace1 +I1208 17:08:03.919389 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column name == a14195334670297676890] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0e3f1a29-1032-4b71-8e90-1e1740dfaa81" "table"="Port_Group" +2021/12/08 17:08:03 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="0e3f1a29-1032-4b71-8e90-1e1740dfaa81" "table"="Port_Group" "model"="&{UUID:0e3f1a29-1032-4b71-8e90-1e1740dfaa81 ACLs:[71036f74-f9c6-4a6a-ad04-531e16f2357b 77f9bc32-00ed-4457-904e-2fb909f5de52] ExternalIDs:map[name:namespace1_networkpolicy2] Name:a14195334670297676890 Ports:[5860d1fb-a11a-40c7-9130-99c7318b07e8]}" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0e3f1a29-1032-4b71-8e90-1e1740dfaa81" "table"="Port_Group" +2021/12/08 17:08:03 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="0e3f1a29-1032-4b71-8e90-1e1740dfaa81" "table"="Port_Group" "model"="&{UUID:0e3f1a29-1032-4b71-8e90-1e1740dfaa81 ACLs:[71036f74-f9c6-4a6a-ad04-531e16f2357b 77f9bc32-00ed-4457-904e-2fb909f5de52] ExternalIDs:map[name:namespace1_networkpolicy2] Name:a14195334670297676890 Ports:[5860d1fb-a11a-40c7-9130-99c7318b07e8]}" +STEP: Deleting that network policy +I1208 17:08:03.945186 19465 policy.go:1095] Deleting network policy networkpolicy1 in namespace namespace1 +I1208 17:08:04.100084 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column name == a6953372168492035427_ingressDefaultDeny] Until: Durable: Comment: Lock: UUIDName:} {Op:delete Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column name == a6953372168492035427_egressDefaultDeny] Until: Durable: Comment: Lock: UUIDName:} {Op:delete Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column name == a14195333570786048679] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:04 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3738b113-cf17-4180-a808-a58c00006d31" "table"="Port_Group" +2021/12/08 17:08:04 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="3738b113-cf17-4180-a808-a58c00006d31" "table"="Port_Group" "model"="&{UUID:3738b113-cf17-4180-a808-a58c00006d31 ACLs:[7a8d4667-6fbb-49c2-a6da-ab2c4a2574c2 36978cd0-4db4-4643-b244-81a6b1bcadd7] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[5860d1fb-a11a-40c7-9130-99c7318b07e8]}" +2021/12/08 17:08:04 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="60e8343d-7e18-401c-ad42-c280fbfe73d7" "table"="Port_Group" +2021/12/08 17:08:04 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="60e8343d-7e18-401c-ad42-c280fbfe73d7" "table"="Port_Group" "model"="&{UUID:60e8343d-7e18-401c-ad42-c280fbfe73d7 ACLs:[3a982b09-b08d-49ff-9815-33545d20eceb 7c9cd0fd-1791-4a75-be46-25f0b65adb79] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[5860d1fb-a11a-40c7-9130-99c7318b07e8]}" +2021/12/08 17:08:04 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e1329203-193d-4f4e-8233-915ce041955b" "table"="Port_Group" +2021/12/08 17:08:04 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="e1329203-193d-4f4e-8233-915ce041955b" "table"="Port_Group" "model"="&{UUID:e1329203-193d-4f4e-8233-915ce041955b ACLs:[86773246-fb2c-492e-947c-280f8f9464fc d84d8114-8042-4169-a9b4-7d8048ed4ab8] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[5860d1fb-a11a-40c7-9130-99c7318b07e8]}" +2021/12/08 17:08:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3738b113-cf17-4180-a808-a58c00006d31" "table"="Port_Group" +2021/12/08 17:08:04 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="3738b113-cf17-4180-a808-a58c00006d31" "table"="Port_Group" "model"="&{UUID:3738b113-cf17-4180-a808-a58c00006d31 ACLs:[7a8d4667-6fbb-49c2-a6da-ab2c4a2574c2 36978cd0-4db4-4643-b244-81a6b1bcadd7] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[5860d1fb-a11a-40c7-9130-99c7318b07e8]}" +2021/12/08 17:08:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="60e8343d-7e18-401c-ad42-c280fbfe73d7" "table"="Port_Group" +2021/12/08 17:08:04 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="60e8343d-7e18-401c-ad42-c280fbfe73d7" "table"="Port_Group" "model"="&{UUID:60e8343d-7e18-401c-ad42-c280fbfe73d7 ACLs:[3a982b09-b08d-49ff-9815-33545d20eceb 7c9cd0fd-1791-4a75-be46-25f0b65adb79] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[5860d1fb-a11a-40c7-9130-99c7318b07e8]}" +2021/12/08 17:08:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e1329203-193d-4f4e-8233-915ce041955b" "table"="Port_Group" +2021/12/08 17:08:04 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="e1329203-193d-4f4e-8233-915ce041955b" "table"="Port_Group" "model"="&{UUID:e1329203-193d-4f4e-8233-915ce041955b ACLs:[86773246-fb2c-492e-947c-280f8f9464fc d84d8114-8042-4169-a9b4-7d8048ed4ab8] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[5860d1fb-a11a-40c7-9130-99c7318b07e8]}" +• +------------------------------ +OVN NetworkPolicy Operations during execution + reconciles a deleted namespace referenced by a networkpolicy with a local running pod + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/policy_test.go:1207 +2021/12/08 17:08:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a4b8e553-d5d3-4209-9b3a-3dd98b48dc9d" "table"="Database" +2021/12/08 17:08:04 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a4b8e553-d5d3-4209-9b3a-3dd98b48dc9d" "table"="Database" "model"="&{UUID:a4b8e553-d5d3-4209-9b3a-3dd98b48dc9d Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a4f05731-a4e3-400d-a9db-8fa6f4c91435" "table"="Logical_Switch" +2021/12/08 17:08:04 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a4f05731-a4e3-400d-a9db-8fa6f4c91435" "table"="Logical_Switch" "model"="&{UUID:a4f05731-a4e3-400d-a9db-8fa6f4c91435 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:08:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="209133e3-48e3-4872-a9d0-b23235ebff30" "table"="Database" +2021/12/08 17:08:04 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="209133e3-48e3-4872-a9d0-b23235ebff30" "table"="Database" "model"="&{UUID:209133e3-48e3-4872-a9d0-b23235ebff30 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:04.962179 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:04.962686 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:08:04.966183 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:08:04.966319 19465 namespace.go:182] [namespace2] adding namespace +I1208 17:08:04.966952 19465 namespace.go:186] [namespace1] adding namespace took 372.181µs +I1208 17:08:04.967209 19465 namespace.go:186] [namespace2] adding namespace took 375.173µs +I1208 17:08:04.967778 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 4.582152ms +I1208 17:08:05.021478 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:08:05.124158 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +I1208 17:08:05.129451 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996495} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996495}]}}] Timeout:0 Where:[where column _uuid == {a4f05731-a4e3-400d-a9db-8fa6f4c91435}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="10296976-b186-4be8-8381-f703ee7a4b6e" "table"="Logical_Switch_Port" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="10296976-b186-4be8-8381-f703ee7a4b6e" "table"="Logical_Switch_Port" "model"="&{UUID:10296976-b186-4be8-8381-f703ee7a4b6e Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a4f05731-a4e3-400d-a9db-8fa6f4c91435" "table"="Logical_Switch" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a4f05731-a4e3-400d-a9db-8fa6f4c91435" "table"="Logical_Switch" "old"="&{UUID:a4f05731-a4e3-400d-a9db-8fa6f4c91435 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:a4f05731-a4e3-400d-a9db-8fa6f4c91435 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[10296976-b186-4be8-8381-f703ee7a4b6e] QOSRules:[]}" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a4f05731-a4e3-400d-a9db-8fa6f4c91435" "table"="Logical_Switch" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a4f05731-a4e3-400d-a9db-8fa6f4c91435" "table"="Logical_Switch" "old"="&{UUID:a4f05731-a4e3-400d-a9db-8fa6f4c91435 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:a4f05731-a4e3-400d-a9db-8fa6f4c91435 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[10296976-b186-4be8-8381-f703ee7a4b6e] QOSRules:[]}" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="10296976-b186-4be8-8381-f703ee7a4b6e" "table"="Logical_Switch_Port" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="10296976-b186-4be8-8381-f703ee7a4b6e" "table"="Logical_Switch_Port" "model"="&{UUID:10296976-b186-4be8-8381-f703ee7a4b6e Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +I1208 17:08:05.160938 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 140.01061ms +I1208 17:08:05.161473 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 193.278694ms +I1208 17:08:05.161989 19465 policy.go:1045] Adding network policy networkpolicy1 in namespace namespace1 +I1208 17:08:05.265438 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427_ingressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1]} priority:1000 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996496} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427_ingressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996497} {Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427_egressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1]} priority:1000 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996498} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427_egressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996499} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996496} {GoUUID:u2596996497}]} external_ids:{GoMap:map[name:a6953372168492035427_ingressDefaultDeny]} name:a6953372168492035427_ingressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996498} {GoUUID:u2596996499}]} external_ids:{GoMap:map[name:a6953372168492035427_egressDefaultDeny]} name:a6953372168492035427_egressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bcdf4699-439c-422b-8026-2487e61c3940" "table"="ACL" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="bcdf4699-439c-422b-8026-2487e61c3940" "table"="ACL" "model"="&{UUID:bcdf4699-439c-422b-8026-2487e61c3940 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc00df28c70 Name:0xc00df28c50 Priority:1000 Severity:0xc00df28c60}" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9a4f00a9-7f18-43e5-87be-ad93f69f5d3a" "table"="ACL" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9a4f00a9-7f18-43e5-87be-ad93f69f5d3a" "table"="ACL" "model"="&{UUID:9a4f00a9-7f18-43e5-87be-ad93f69f5d3a Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc00df28ef0 Name:0xc00df28f00 Priority:1001 Severity:0xc00df28f10}" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7c9f7930-b06b-410c-b691-a64ff7518931" "table"="ACL" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7c9f7930-b06b-410c-b691-a64ff7518931" "table"="ACL" "model"="&{UUID:7c9f7930-b06b-410c-b691-a64ff7518931 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc00df291b0 Name:0xc00df291c0 Priority:1000 Severity:0xc00df291d0}" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="570c97aa-7049-4af1-9935-2d0988d50480" "table"="ACL" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="570c97aa-7049-4af1-9935-2d0988d50480" "table"="ACL" "model"="&{UUID:570c97aa-7049-4af1-9935-2d0988d50480 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc00df294f0 Name:0xc00df29500 Priority:1001 Severity:0xc00df29510}" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1661ec7f-f89d-4eb5-bb8b-d6db5c9e0a54" "table"="Port_Group" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1661ec7f-f89d-4eb5-bb8b-d6db5c9e0a54" "table"="Port_Group" "model"="&{UUID:1661ec7f-f89d-4eb5-bb8b-d6db5c9e0a54 ACLs:[bcdf4699-439c-422b-8026-2487e61c3940 9a4f00a9-7f18-43e5-87be-ad93f69f5d3a] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7936bfea-fabf-4801-9219-d05896bd308c" "table"="Port_Group" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7936bfea-fabf-4801-9219-d05896bd308c" "table"="Port_Group" "model"="&{UUID:7936bfea-fabf-4801-9219-d05896bd308c ACLs:[7c9f7930-b06b-410c-b691-a64ff7518931 570c97aa-7049-4af1-9935-2d0988d50480] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1661ec7f-f89d-4eb5-bb8b-d6db5c9e0a54" "table"="Port_Group" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1661ec7f-f89d-4eb5-bb8b-d6db5c9e0a54" "table"="Port_Group" "model"="&{UUID:1661ec7f-f89d-4eb5-bb8b-d6db5c9e0a54 ACLs:[bcdf4699-439c-422b-8026-2487e61c3940 9a4f00a9-7f18-43e5-87be-ad93f69f5d3a] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7936bfea-fabf-4801-9219-d05896bd308c" "table"="Port_Group" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7936bfea-fabf-4801-9219-d05896bd308c" "table"="Port_Group" "model"="&{UUID:7936bfea-fabf-4801-9219-d05896bd308c ACLs:[7c9f7930-b06b-410c-b691-a64ff7518931 570c97aa-7049-4af1-9935-2d0988d50480] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bcdf4699-439c-422b-8026-2487e61c3940" "table"="ACL" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="bcdf4699-439c-422b-8026-2487e61c3940" "table"="ACL" "model"="&{UUID:bcdf4699-439c-422b-8026-2487e61c3940 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc01908fd00 Name:0xc01908fce0 Priority:1000 Severity:0xc01908fcf0}" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9a4f00a9-7f18-43e5-87be-ad93f69f5d3a" "table"="ACL" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9a4f00a9-7f18-43e5-87be-ad93f69f5d3a" "table"="ACL" "model"="&{UUID:9a4f00a9-7f18-43e5-87be-ad93f69f5d3a Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc01908fea0 Name:0xc01908fe80 Priority:1001 Severity:0xc01908fe90}" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7c9f7930-b06b-410c-b691-a64ff7518931" "table"="ACL" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7c9f7930-b06b-410c-b691-a64ff7518931" "table"="ACL" "model"="&{UUID:7c9f7930-b06b-410c-b691-a64ff7518931 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc002c96000 Name:0xc002c96010 Priority:1000 Severity:0xc01908fff0}" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="570c97aa-7049-4af1-9935-2d0988d50480" "table"="ACL" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="570c97aa-7049-4af1-9935-2d0988d50480" "table"="ACL" "model"="&{UUID:570c97aa-7049-4af1-9935-2d0988d50480 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc002c961a0 Name:0xc002c961b0 Priority:1001 Severity:0xc002c961c0}" +I1208 17:08:05.354474 19465 policy.go:643] Processing NetworkPolicy namespace1/networkpolicy1 to have 1 local pods... +I1208 17:08:05.460494 19465 policy.go:643] Processing NetworkPolicy namespace1/networkpolicy1 to have 1 local pods... +I1208 17:08:05.512941 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress]} log:false match:ip4.src == {$a3128014386057836746, $a4615334824109672969} && outport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996500} {Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress]} log:false match:ip4.dst == {$a17928043879887565554, $a4615334824109672969} && inport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996501} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:10296976-b186-4be8-8381-f703ee7a4b6e}]}}] Timeout:0 Where:[where column name == a6953372168492035427_ingressDefaultDeny] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:10296976-b186-4be8-8381-f703ee7a4b6e}]}}] Timeout:0 Where:[where column name == a6953372168492035427_egressDefaultDeny] Until: Durable: Comment: Lock: UUIDName:} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996500} {GoUUID:u2596996501}]} external_ids:{GoMap:map[name:namespace1_networkpolicy1]} name:a14195333570786048679 ports:{GoSet:[{GoUUID:10296976-b186-4be8-8381-f703ee7a4b6e}]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="11a0905c-5411-4865-a8bf-a4bd27abe99a" "table"="ACL" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="11a0905c-5411-4865-a8bf-a4bd27abe99a" "table"="ACL" "model"="&{UUID:11a0905c-5411-4865-a8bf-a4bd27abe99a Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746, $a4615334824109672969} && outport == @a14195333570786048679 Meter:0xc00dec1040 Name:0xc00dec1050 Priority:1001 Severity:0xc00dec1060}" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7c34e8da-627f-4e8a-9ccd-2b8f193a7750" "table"="ACL" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7c34e8da-627f-4e8a-9ccd-2b8f193a7750" "table"="ACL" "model"="&{UUID:7c34e8da-627f-4e8a-9ccd-2b8f193a7750 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554, $a4615334824109672969} && inport == @a14195333570786048679 Meter:0xc00dec1530 Name:0xc00dec1510 Priority:1001 Severity:0xc00dec1520}" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1661ec7f-f89d-4eb5-bb8b-d6db5c9e0a54" "table"="Port_Group" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1661ec7f-f89d-4eb5-bb8b-d6db5c9e0a54" "table"="Port_Group" "old"="&{UUID:1661ec7f-f89d-4eb5-bb8b-d6db5c9e0a54 ACLs:[bcdf4699-439c-422b-8026-2487e61c3940 9a4f00a9-7f18-43e5-87be-ad93f69f5d3a] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" "new"="&{UUID:1661ec7f-f89d-4eb5-bb8b-d6db5c9e0a54 ACLs:[bcdf4699-439c-422b-8026-2487e61c3940 9a4f00a9-7f18-43e5-87be-ad93f69f5d3a] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[10296976-b186-4be8-8381-f703ee7a4b6e]}" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7936bfea-fabf-4801-9219-d05896bd308c" "table"="Port_Group" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="7936bfea-fabf-4801-9219-d05896bd308c" "table"="Port_Group" "old"="&{UUID:7936bfea-fabf-4801-9219-d05896bd308c ACLs:[7c9f7930-b06b-410c-b691-a64ff7518931 570c97aa-7049-4af1-9935-2d0988d50480] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" "new"="&{UUID:7936bfea-fabf-4801-9219-d05896bd308c ACLs:[7c9f7930-b06b-410c-b691-a64ff7518931 570c97aa-7049-4af1-9935-2d0988d50480] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[10296976-b186-4be8-8381-f703ee7a4b6e]}" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a829c2f7-8cdd-40e2-9115-6eef88c66b91" "table"="Port_Group" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a829c2f7-8cdd-40e2-9115-6eef88c66b91" "table"="Port_Group" "model"="&{UUID:a829c2f7-8cdd-40e2-9115-6eef88c66b91 ACLs:[11a0905c-5411-4865-a8bf-a4bd27abe99a 7c34e8da-627f-4e8a-9ccd-2b8f193a7750] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[10296976-b186-4be8-8381-f703ee7a4b6e]}" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="11a0905c-5411-4865-a8bf-a4bd27abe99a" "table"="ACL" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="11a0905c-5411-4865-a8bf-a4bd27abe99a" "table"="ACL" "model"="&{UUID:11a0905c-5411-4865-a8bf-a4bd27abe99a Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746, $a4615334824109672969} && outport == @a14195333570786048679 Meter:0xc00ea1b250 Name:0xc00ea1b260 Priority:1001 Severity:0xc00ea1b240}" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7c34e8da-627f-4e8a-9ccd-2b8f193a7750" "table"="ACL" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7c34e8da-627f-4e8a-9ccd-2b8f193a7750" "table"="ACL" "model"="&{UUID:7c34e8da-627f-4e8a-9ccd-2b8f193a7750 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554, $a4615334824109672969} && inport == @a14195333570786048679 Meter:0xc00ea1b550 Name:0xc00ea1b560 Priority:1001 Severity:0xc00ea1b540}" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7936bfea-fabf-4801-9219-d05896bd308c" "table"="Port_Group" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="7936bfea-fabf-4801-9219-d05896bd308c" "table"="Port_Group" "old"="&{UUID:7936bfea-fabf-4801-9219-d05896bd308c ACLs:[7c9f7930-b06b-410c-b691-a64ff7518931 570c97aa-7049-4af1-9935-2d0988d50480] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" "new"="&{UUID:7936bfea-fabf-4801-9219-d05896bd308c ACLs:[7c9f7930-b06b-410c-b691-a64ff7518931 570c97aa-7049-4af1-9935-2d0988d50480] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[10296976-b186-4be8-8381-f703ee7a4b6e]}" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a829c2f7-8cdd-40e2-9115-6eef88c66b91" "table"="Port_Group" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a829c2f7-8cdd-40e2-9115-6eef88c66b91" "table"="Port_Group" "model"="&{UUID:a829c2f7-8cdd-40e2-9115-6eef88c66b91 ACLs:[11a0905c-5411-4865-a8bf-a4bd27abe99a 7c34e8da-627f-4e8a-9ccd-2b8f193a7750] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[10296976-b186-4be8-8381-f703ee7a4b6e]}" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1661ec7f-f89d-4eb5-bb8b-d6db5c9e0a54" "table"="Port_Group" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1661ec7f-f89d-4eb5-bb8b-d6db5c9e0a54" "table"="Port_Group" "old"="&{UUID:1661ec7f-f89d-4eb5-bb8b-d6db5c9e0a54 ACLs:[bcdf4699-439c-422b-8026-2487e61c3940 9a4f00a9-7f18-43e5-87be-ad93f69f5d3a] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" "new"="&{UUID:1661ec7f-f89d-4eb5-bb8b-d6db5c9e0a54 ACLs:[bcdf4699-439c-422b-8026-2487e61c3940 9a4f00a9-7f18-43e5-87be-ad93f69f5d3a] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[10296976-b186-4be8-8381-f703ee7a4b6e]}" +I1208 17:08:05.585767 19465 ovn.go:737] Bootstrapping existing policies and cleaning stale policies took 423.960762ms +I1208 17:08:05.603908 19465 namespace.go:319] [namespace2] deleting namespace +I1208 17:08:05.660678 19465 transact.go:41] Configuring OVN: [{Op:update Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress]} log:false match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {11a0905c-5411-4865-a8bf-a4bd27abe99a}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:11a0905c-5411-4865-a8bf-a4bd27abe99a}]}}] Timeout:0 Where:[where column name == a14195333570786048679] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="11a0905c-5411-4865-a8bf-a4bd27abe99a" "table"="ACL" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="11a0905c-5411-4865-a8bf-a4bd27abe99a" "table"="ACL" "old"="&{UUID:11a0905c-5411-4865-a8bf-a4bd27abe99a Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746, $a4615334824109672969} && outport == @a14195333570786048679 Meter:0xc06216b870 Name:0xc06216b880 Priority:1001 Severity:0xc06216b890}" "new"="&{UUID:11a0905c-5411-4865-a8bf-a4bd27abe99a Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc06216b9f0 Name:0xc06216ba00 Priority:1001 Severity:0xc06216ba10}" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a829c2f7-8cdd-40e2-9115-6eef88c66b91" "table"="Port_Group" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a829c2f7-8cdd-40e2-9115-6eef88c66b91" "table"="Port_Group" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="11a0905c-5411-4865-a8bf-a4bd27abe99a" "table"="ACL" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="11a0905c-5411-4865-a8bf-a4bd27abe99a" "table"="ACL" "old"="&{UUID:11a0905c-5411-4865-a8bf-a4bd27abe99a Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746, $a4615334824109672969} && outport == @a14195333570786048679 Meter:0xc001835780 Name:0xc0018357c0 Priority:1001 Severity:0xc0018357f0}" "new"="&{UUID:11a0905c-5411-4865-a8bf-a4bd27abe99a Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc0018359d0 Name:0xc0018359e0 Priority:1001 Severity:0xc001835a00}" +I1208 17:08:05.752607 19465 transact.go:41] Configuring OVN: [{Op:update Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress]} log:false match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {7c34e8da-627f-4e8a-9ccd-2b8f193a7750}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:7c34e8da-627f-4e8a-9ccd-2b8f193a7750}]}}] Timeout:0 Where:[where column name == a14195333570786048679] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7c34e8da-627f-4e8a-9ccd-2b8f193a7750" "table"="ACL" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="7c34e8da-627f-4e8a-9ccd-2b8f193a7750" "table"="ACL" "old"="&{UUID:7c34e8da-627f-4e8a-9ccd-2b8f193a7750 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554, $a4615334824109672969} && inport == @a14195333570786048679 Meter:0xc003d0e520 Name:0xc003d0e530 Priority:1001 Severity:0xc003d0e540}" "new"="&{UUID:7c34e8da-627f-4e8a-9ccd-2b8f193a7750 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 Meter:0xc003d0e740 Name:0xc003d0e750 Priority:1001 Severity:0xc003d0e780}" +2021/12/08 17:08:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a829c2f7-8cdd-40e2-9115-6eef88c66b91" "table"="Port_Group" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a829c2f7-8cdd-40e2-9115-6eef88c66b91" "table"="Port_Group" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7c34e8da-627f-4e8a-9ccd-2b8f193a7750" "table"="ACL" +2021/12/08 17:08:05 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="7c34e8da-627f-4e8a-9ccd-2b8f193a7750" "table"="ACL" "old"="&{UUID:7c34e8da-627f-4e8a-9ccd-2b8f193a7750 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554, $a4615334824109672969} && inport == @a14195333570786048679 Meter:0xc014ce7290 Name:0xc014ce72b0 Priority:1001 Severity:0xc014ce72f0}" "new"="&{UUID:7c34e8da-627f-4e8a-9ccd-2b8f193a7750 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 Meter:0xc014ce7440 Name:0xc014ce7450 Priority:1001 Severity:0xc014ce7460}" +• +------------------------------ +OVN NetworkPolicy Operations during execution + reconciles a deleted namespace referenced by a networkpolicy + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/policy_test.go:1306 +2021/12/08 17:08:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3c7d6006-9285-4d13-8a1d-5901254bee60" "table"="Database" +2021/12/08 17:08:06 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3c7d6006-9285-4d13-8a1d-5901254bee60" "table"="Database" "model"="&{UUID:3c7d6006-9285-4d13-8a1d-5901254bee60 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="43f18911-c9e2-4a6d-ae38-e2feeb4f3d0a" "table"="Logical_Switch" +2021/12/08 17:08:06 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="43f18911-c9e2-4a6d-ae38-e2feeb4f3d0a" "table"="Logical_Switch" "model"="&{UUID:43f18911-c9e2-4a6d-ae38-e2feeb4f3d0a ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:08:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b6b73624-891d-49c4-a8b8-259614756b69" "table"="Database" +2021/12/08 17:08:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b6b73624-891d-49c4-a8b8-259614756b69" "table"="Database" "model"="&{UUID:b6b73624-891d-49c4-a8b8-259614756b69 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:07.424282 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:07.424825 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:08:07.428724 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:08:07.428936 19465 namespace.go:182] [namespace2] adding namespace +I1208 17:08:07.429712 19465 namespace.go:186] [namespace1] adding namespace took 500.511µs +I1208 17:08:07.430002 19465 namespace.go:186] [namespace2] adding namespace took 499.077µs +I1208 17:08:07.430489 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 5.174703ms +I1208 17:08:07.430894 19465 policy.go:1045] Adding network policy networkpolicy1 in namespace namespace1 +I1208 17:08:07.534568 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427_ingressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1]} priority:1000 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996516} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427_ingressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996517} {Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427_egressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1]} priority:1000 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996518} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427_egressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996519} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996516} {GoUUID:u2596996517}]} external_ids:{GoMap:map[name:a6953372168492035427_ingressDefaultDeny]} name:a6953372168492035427_ingressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996518} {GoUUID:u2596996519}]} external_ids:{GoMap:map[name:a6953372168492035427_egressDefaultDeny]} name:a6953372168492035427_egressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3cb30f2c-5546-48e1-8844-fe4d39c90cf0" "table"="ACL" +2021/12/08 17:08:07 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3cb30f2c-5546-48e1-8844-fe4d39c90cf0" "table"="ACL" "model"="&{UUID:3cb30f2c-5546-48e1-8844-fe4d39c90cf0 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc00dbf6b80 Name:0xc00dbf6b70 Priority:1000 Severity:0xc00dbf6b90}" +2021/12/08 17:08:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="91d145ef-6895-4d39-b9c1-0e3e35bfe88a" "table"="ACL" +2021/12/08 17:08:07 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="91d145ef-6895-4d39-b9c1-0e3e35bfe88a" "table"="ACL" "model"="&{UUID:91d145ef-6895-4d39-b9c1-0e3e35bfe88a Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc00dbf6e60 Name:0xc00dbf6e50 Priority:1001 Severity:0xc00dbf6e70}" +2021/12/08 17:08:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2fec65b6-57b7-40fb-ba4f-83a89ea9a8b8" "table"="ACL" +2021/12/08 17:08:07 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2fec65b6-57b7-40fb-ba4f-83a89ea9a8b8" "table"="ACL" "model"="&{UUID:2fec65b6-57b7-40fb-ba4f-83a89ea9a8b8 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc00dbf7120 Name:0xc00dbf7110 Priority:1000 Severity:0xc00dbf7130}" +2021/12/08 17:08:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3759c866-169b-4729-9028-e6d34544baa8" "table"="ACL" +2021/12/08 17:08:07 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3759c866-169b-4729-9028-e6d34544baa8" "table"="ACL" "model"="&{UUID:3759c866-169b-4729-9028-e6d34544baa8 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc00dbf7410 Name:0xc00dbf7400 Priority:1001 Severity:0xc00dbf7420}" +2021/12/08 17:08:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ceccc7c3-350f-4335-996b-bfe4322bb7ff" "table"="Port_Group" +2021/12/08 17:08:07 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ceccc7c3-350f-4335-996b-bfe4322bb7ff" "table"="Port_Group" "model"="&{UUID:ceccc7c3-350f-4335-996b-bfe4322bb7ff ACLs:[3cb30f2c-5546-48e1-8844-fe4d39c90cf0 91d145ef-6895-4d39-b9c1-0e3e35bfe88a] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:08:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7d927298-3fbf-498f-b2d7-9c3dd33b633c" "table"="Port_Group" +2021/12/08 17:08:07 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7d927298-3fbf-498f-b2d7-9c3dd33b633c" "table"="Port_Group" "model"="&{UUID:7d927298-3fbf-498f-b2d7-9c3dd33b633c ACLs:[2fec65b6-57b7-40fb-ba4f-83a89ea9a8b8 3759c866-169b-4729-9028-e6d34544baa8] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +2021/12/08 17:08:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3cb30f2c-5546-48e1-8844-fe4d39c90cf0" "table"="ACL" +2021/12/08 17:08:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3cb30f2c-5546-48e1-8844-fe4d39c90cf0" "table"="ACL" "model"="&{UUID:3cb30f2c-5546-48e1-8844-fe4d39c90cf0 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc0464a3a20 Name:0xc0464a3a40 Priority:1000 Severity:0xc0464a3a30}" +2021/12/08 17:08:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="91d145ef-6895-4d39-b9c1-0e3e35bfe88a" "table"="ACL" +2021/12/08 17:08:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="91d145ef-6895-4d39-b9c1-0e3e35bfe88a" "table"="ACL" "model"="&{UUID:91d145ef-6895-4d39-b9c1-0e3e35bfe88a Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc0464a3bc0 Name:0xc0464a3bb0 Priority:1001 Severity:0xc0464a3bd0}" +2021/12/08 17:08:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2fec65b6-57b7-40fb-ba4f-83a89ea9a8b8" "table"="ACL" +2021/12/08 17:08:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2fec65b6-57b7-40fb-ba4f-83a89ea9a8b8" "table"="ACL" "model"="&{UUID:2fec65b6-57b7-40fb-ba4f-83a89ea9a8b8 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc0464a3d70 Name:0xc0464a3d90 Priority:1000 Severity:0xc0464a3d80}" +2021/12/08 17:08:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3759c866-169b-4729-9028-e6d34544baa8" "table"="ACL" +2021/12/08 17:08:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3759c866-169b-4729-9028-e6d34544baa8" "table"="ACL" "model"="&{UUID:3759c866-169b-4729-9028-e6d34544baa8 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc0464a3f90 Name:0xc0464a3fb0 Priority:1001 Severity:0xc0464a3fa0}" +2021/12/08 17:08:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ceccc7c3-350f-4335-996b-bfe4322bb7ff" "table"="Port_Group" +2021/12/08 17:08:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ceccc7c3-350f-4335-996b-bfe4322bb7ff" "table"="Port_Group" "model"="&{UUID:ceccc7c3-350f-4335-996b-bfe4322bb7ff ACLs:[3cb30f2c-5546-48e1-8844-fe4d39c90cf0 91d145ef-6895-4d39-b9c1-0e3e35bfe88a] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:08:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7d927298-3fbf-498f-b2d7-9c3dd33b633c" "table"="Port_Group" +2021/12/08 17:08:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7d927298-3fbf-498f-b2d7-9c3dd33b633c" "table"="Port_Group" "model"="&{UUID:7d927298-3fbf-498f-b2d7-9c3dd33b633c ACLs:[2fec65b6-57b7-40fb-ba4f-83a89ea9a8b8 3759c866-169b-4729-9028-e6d34544baa8] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +I1208 17:08:07.621092 19465 policy.go:643] Processing NetworkPolicy namespace1/networkpolicy1 to have 0 local pods... +I1208 17:08:07.674059 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress]} log:false match:ip4.src == {$a3128014386057836746, $a4615334824109672969} && outport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996520} {Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress]} log:false match:ip4.dst == {$a17928043879887565554, $a4615334824109672969} && inport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996521} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996520} {GoUUID:u2596996521}]} external_ids:{GoMap:map[name:namespace1_networkpolicy1]} name:a14195333570786048679] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="60efa582-58fa-402d-8f3b-d304b588b77d" "table"="ACL" +2021/12/08 17:08:07 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="60efa582-58fa-402d-8f3b-d304b588b77d" "table"="ACL" "model"="&{UUID:60efa582-58fa-402d-8f3b-d304b588b77d Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746, $a4615334824109672969} && outport == @a14195333570786048679 Meter:0xc0017c5440 Name:0xc0017c5450 Priority:1001 Severity:0xc0017c5430}" +2021/12/08 17:08:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b5e73597-1345-423d-8220-2d23d34af688" "table"="ACL" +2021/12/08 17:08:07 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b5e73597-1345-423d-8220-2d23d34af688" "table"="ACL" "model"="&{UUID:b5e73597-1345-423d-8220-2d23d34af688 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554, $a4615334824109672969} && inport == @a14195333570786048679 Meter:0xc0017c5a30 Name:0xc0017c5a50 Priority:1001 Severity:0xc0017c5a40}" +2021/12/08 17:08:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="878bff72-3eaa-4f5e-80ae-0d19531eb651" "table"="Port_Group" +2021/12/08 17:08:07 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="878bff72-3eaa-4f5e-80ae-0d19531eb651" "table"="Port_Group" "model"="&{UUID:878bff72-3eaa-4f5e-80ae-0d19531eb651 ACLs:[60efa582-58fa-402d-8f3b-d304b588b77d b5e73597-1345-423d-8220-2d23d34af688] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[]}" +2021/12/08 17:08:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="878bff72-3eaa-4f5e-80ae-0d19531eb651" "table"="Port_Group" +2021/12/08 17:08:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="878bff72-3eaa-4f5e-80ae-0d19531eb651" "table"="Port_Group" "model"="&{UUID:878bff72-3eaa-4f5e-80ae-0d19531eb651 ACLs:[60efa582-58fa-402d-8f3b-d304b588b77d b5e73597-1345-423d-8220-2d23d34af688] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[]}" +2021/12/08 17:08:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="60efa582-58fa-402d-8f3b-d304b588b77d" "table"="ACL" +2021/12/08 17:08:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="60efa582-58fa-402d-8f3b-d304b588b77d" "table"="ACL" "model"="&{UUID:60efa582-58fa-402d-8f3b-d304b588b77d Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746, $a4615334824109672969} && outport == @a14195333570786048679 Meter:0xc052c85ab0 Name:0xc052c85aa0 Priority:1001 Severity:0xc052c85ac0}" +2021/12/08 17:08:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b5e73597-1345-423d-8220-2d23d34af688" "table"="ACL" +2021/12/08 17:08:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b5e73597-1345-423d-8220-2d23d34af688" "table"="ACL" "model"="&{UUID:b5e73597-1345-423d-8220-2d23d34af688 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554, $a4615334824109672969} && inport == @a14195333570786048679 Meter:0xc052c85ea0 Name:0xc052c85e90 Priority:1001 Severity:0xc052c85ec0}" +I1208 17:08:07.742792 19465 ovn.go:737] Bootstrapping existing policies and cleaning stale policies took 312.032172ms +I1208 17:08:07.766903 19465 namespace.go:319] [namespace2] deleting namespace +I1208 17:08:07.823902 19465 transact.go:41] Configuring OVN: [{Op:update Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress]} log:false match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {60efa582-58fa-402d-8f3b-d304b588b77d}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:60efa582-58fa-402d-8f3b-d304b588b77d}]}}] Timeout:0 Where:[where column name == a14195333570786048679] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="60efa582-58fa-402d-8f3b-d304b588b77d" "table"="ACL" +2021/12/08 17:08:07 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="60efa582-58fa-402d-8f3b-d304b588b77d" "table"="ACL" "old"="&{UUID:60efa582-58fa-402d-8f3b-d304b588b77d Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746, $a4615334824109672969} && outport == @a14195333570786048679 Meter:0xc00151e400 Name:0xc00151e410 Priority:1001 Severity:0xc00151e440}" "new"="&{UUID:60efa582-58fa-402d-8f3b-d304b588b77d Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc00151e600 Name:0xc00151e630 Priority:1001 Severity:0xc00151e640}" +2021/12/08 17:08:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="878bff72-3eaa-4f5e-80ae-0d19531eb651" "table"="Port_Group" +2021/12/08 17:08:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="878bff72-3eaa-4f5e-80ae-0d19531eb651" "table"="Port_Group" +2021/12/08 17:08:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="60efa582-58fa-402d-8f3b-d304b588b77d" "table"="ACL" +2021/12/08 17:08:07 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="60efa582-58fa-402d-8f3b-d304b588b77d" "table"="ACL" "old"="&{UUID:60efa582-58fa-402d-8f3b-d304b588b77d Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746, $a4615334824109672969} && outport == @a14195333570786048679 Meter:0xc00e180780 Name:0xc00e180790 Priority:1001 Severity:0xc00e1807a0}" "new"="&{UUID:60efa582-58fa-402d-8f3b-d304b588b77d Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc00e180920 Name:0xc00e180930 Priority:1001 Severity:0xc00e180940}" +I1208 17:08:07.919066 19465 transact.go:41] Configuring OVN: [{Op:update Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress]} log:false match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {b5e73597-1345-423d-8220-2d23d34af688}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:b5e73597-1345-423d-8220-2d23d34af688}]}}] Timeout:0 Where:[where column name == a14195333570786048679] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b5e73597-1345-423d-8220-2d23d34af688" "table"="ACL" +2021/12/08 17:08:07 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b5e73597-1345-423d-8220-2d23d34af688" "table"="ACL" "old"="&{UUID:b5e73597-1345-423d-8220-2d23d34af688 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554, $a4615334824109672969} && inport == @a14195333570786048679 Meter:0xc019058c80 Name:0xc019058c90 Priority:1001 Severity:0xc019058ca0}" "new"="&{UUID:b5e73597-1345-423d-8220-2d23d34af688 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 Meter:0xc019058e00 Name:0xc019058e10 Priority:1001 Severity:0xc019058e20}" +2021/12/08 17:08:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="878bff72-3eaa-4f5e-80ae-0d19531eb651" "table"="Port_Group" +2021/12/08 17:08:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b5e73597-1345-423d-8220-2d23d34af688" "table"="ACL" +2021/12/08 17:08:07 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b5e73597-1345-423d-8220-2d23d34af688" "table"="ACL" "old"="&{UUID:b5e73597-1345-423d-8220-2d23d34af688 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554, $a4615334824109672969} && inport == @a14195333570786048679 Meter:0xc053997d10 Name:0xc053997d20 Priority:1001 Severity:0xc053997d30}" "new"="&{UUID:b5e73597-1345-423d-8220-2d23d34af688 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 Meter:0xc053997ec0 Name:0xc053997ed0 Priority:1001 Severity:0xc053997ee0}" +2021/12/08 17:08:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="878bff72-3eaa-4f5e-80ae-0d19531eb651" "table"="Port_Group" +• +------------------------------ +OVN NetworkPolicy Operations during execution + reconciles a deleted pod referenced by a networkpolicy in its own namespace + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/policy_test.go:1391 +2021/12/08 17:08:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="415e85b8-b066-4227-941b-bccff1c9d4db" "table"="Database" +2021/12/08 17:08:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="415e85b8-b066-4227-941b-bccff1c9d4db" "table"="Database" "model"="&{UUID:415e85b8-b066-4227-941b-bccff1c9d4db Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0f2a7023-b655-4283-ab56-7eed0f4ced1b" "table"="Logical_Switch" +2021/12/08 17:08:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0f2a7023-b655-4283-ab56-7eed0f4ced1b" "table"="Logical_Switch" "model"="&{UUID:0f2a7023-b655-4283-ab56-7eed0f4ced1b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:08:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="71b637a8-7c44-4015-b578-4bf91f116236" "table"="Database" +2021/12/08 17:08:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="71b637a8-7c44-4015-b578-4bf91f116236" "table"="Database" "model"="&{UUID:71b637a8-7c44-4015-b578-4bf91f116236 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:08.765853 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:08.766306 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:08:08.769903 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:08:08.770523 19465 namespace.go:186] [namespace1] adding namespace took 318.593µs +I1208 17:08:08.770835 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 3.933755ms +I1208 17:08:08.825044 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:08:08.927232 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +I1208 17:08:08.932129 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996537} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996537}]}}] Timeout:0 Where:[where column _uuid == {0f2a7023-b655-4283-ab56-7eed0f4ced1b}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:08 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9ce13db5-67c8-40cc-b047-d5edb42e09ca" "table"="Logical_Switch_Port" +2021/12/08 17:08:08 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9ce13db5-67c8-40cc-b047-d5edb42e09ca" "table"="Logical_Switch_Port" "model"="&{UUID:9ce13db5-67c8-40cc-b047-d5edb42e09ca Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:08:08 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0f2a7023-b655-4283-ab56-7eed0f4ced1b" "table"="Logical_Switch" +2021/12/08 17:08:08 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="0f2a7023-b655-4283-ab56-7eed0f4ced1b" "table"="Logical_Switch" "old"="&{UUID:0f2a7023-b655-4283-ab56-7eed0f4ced1b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:0f2a7023-b655-4283-ab56-7eed0f4ced1b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[9ce13db5-67c8-40cc-b047-d5edb42e09ca] QOSRules:[]}" +2021/12/08 17:08:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0f2a7023-b655-4283-ab56-7eed0f4ced1b" "table"="Logical_Switch" +2021/12/08 17:08:08 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="0f2a7023-b655-4283-ab56-7eed0f4ced1b" "table"="Logical_Switch" "old"="&{UUID:0f2a7023-b655-4283-ab56-7eed0f4ced1b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:0f2a7023-b655-4283-ab56-7eed0f4ced1b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[9ce13db5-67c8-40cc-b047-d5edb42e09ca] QOSRules:[]}" +2021/12/08 17:08:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9ce13db5-67c8-40cc-b047-d5edb42e09ca" "table"="Logical_Switch_Port" +2021/12/08 17:08:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9ce13db5-67c8-40cc-b047-d5edb42e09ca" "table"="Logical_Switch_Port" "model"="&{UUID:9ce13db5-67c8-40cc-b047-d5edb42e09ca Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +I1208 17:08:08.961125 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 136.79561ms +I1208 17:08:08.961625 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 190.316697ms +I1208 17:08:08.962049 19465 policy.go:1045] Adding network policy networkpolicy1 in namespace namespace1 +I1208 17:08:09.065004 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427_ingressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1]} priority:1000 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996538} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427_ingressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996539} {Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427_egressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1]} priority:1000 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996540} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427_egressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996541} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996538} {GoUUID:u2596996539}]} external_ids:{GoMap:map[name:a6953372168492035427_ingressDefaultDeny]} name:a6953372168492035427_ingressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996540} {GoUUID:u2596996541}]} external_ids:{GoMap:map[name:a6953372168492035427_egressDefaultDeny]} name:a6953372168492035427_egressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1e7305d2-0a9f-46b9-84e8-f3db118cb87d" "table"="ACL" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1e7305d2-0a9f-46b9-84e8-f3db118cb87d" "table"="ACL" "model"="&{UUID:1e7305d2-0a9f-46b9-84e8-f3db118cb87d Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc06203a590 Name:0xc06203a5a0 Priority:1000 Severity:0xc06203a5b0}" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="591803b1-50dc-4f45-8857-fca4944ff4a1" "table"="ACL" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="591803b1-50dc-4f45-8857-fca4944ff4a1" "table"="ACL" "model"="&{UUID:591803b1-50dc-4f45-8857-fca4944ff4a1 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc06203a830 Name:0xc06203a840 Priority:1001 Severity:0xc06203a850}" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d0a8c30a-beec-4747-b776-22d8ccd9342f" "table"="ACL" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d0a8c30a-beec-4747-b776-22d8ccd9342f" "table"="ACL" "model"="&{UUID:d0a8c30a-beec-4747-b776-22d8ccd9342f Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc06203aaf0 Name:0xc06203aad0 Priority:1000 Severity:0xc06203aae0}" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="051a5b99-f9a1-4cb6-b6c8-de4f10787391" "table"="ACL" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="051a5b99-f9a1-4cb6-b6c8-de4f10787391" "table"="ACL" "model"="&{UUID:051a5b99-f9a1-4cb6-b6c8-de4f10787391 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc06203ad70 Name:0xc06203ad80 Priority:1001 Severity:0xc06203ad90}" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="37dff252-0410-4566-ac82-f94f094ddf17" "table"="Port_Group" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="37dff252-0410-4566-ac82-f94f094ddf17" "table"="Port_Group" "model"="&{UUID:37dff252-0410-4566-ac82-f94f094ddf17 ACLs:[1e7305d2-0a9f-46b9-84e8-f3db118cb87d 591803b1-50dc-4f45-8857-fca4944ff4a1] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="aef7c9ff-6c13-4a3a-bf9f-bd5c55298151" "table"="Port_Group" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="aef7c9ff-6c13-4a3a-bf9f-bd5c55298151" "table"="Port_Group" "model"="&{UUID:aef7c9ff-6c13-4a3a-bf9f-bd5c55298151 ACLs:[d0a8c30a-beec-4747-b776-22d8ccd9342f 051a5b99-f9a1-4cb6-b6c8-de4f10787391] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1e7305d2-0a9f-46b9-84e8-f3db118cb87d" "table"="ACL" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1e7305d2-0a9f-46b9-84e8-f3db118cb87d" "table"="ACL" "model"="&{UUID:1e7305d2-0a9f-46b9-84e8-f3db118cb87d Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc045c3b160 Name:0xc045c3b140 Priority:1000 Severity:0xc045c3b150}" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="591803b1-50dc-4f45-8857-fca4944ff4a1" "table"="ACL" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="591803b1-50dc-4f45-8857-fca4944ff4a1" "table"="ACL" "model"="&{UUID:591803b1-50dc-4f45-8857-fca4944ff4a1 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc045c3b2f0 Name:0xc045c3b300 Priority:1001 Severity:0xc045c3b310}" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d0a8c30a-beec-4747-b776-22d8ccd9342f" "table"="ACL" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d0a8c30a-beec-4747-b776-22d8ccd9342f" "table"="ACL" "model"="&{UUID:d0a8c30a-beec-4747-b776-22d8ccd9342f Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc045c3b480 Name:0xc045c3b460 Priority:1000 Severity:0xc045c3b470}" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="051a5b99-f9a1-4cb6-b6c8-de4f10787391" "table"="ACL" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="051a5b99-f9a1-4cb6-b6c8-de4f10787391" "table"="ACL" "model"="&{UUID:051a5b99-f9a1-4cb6-b6c8-de4f10787391 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc045c3b5f0 Name:0xc045c3b5d0 Priority:1001 Severity:0xc045c3b5e0}" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="37dff252-0410-4566-ac82-f94f094ddf17" "table"="Port_Group" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="37dff252-0410-4566-ac82-f94f094ddf17" "table"="Port_Group" "model"="&{UUID:37dff252-0410-4566-ac82-f94f094ddf17 ACLs:[1e7305d2-0a9f-46b9-84e8-f3db118cb87d 591803b1-50dc-4f45-8857-fca4944ff4a1] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="aef7c9ff-6c13-4a3a-bf9f-bd5c55298151" "table"="Port_Group" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="aef7c9ff-6c13-4a3a-bf9f-bd5c55298151" "table"="Port_Group" "model"="&{UUID:aef7c9ff-6c13-4a3a-bf9f-bd5c55298151 ACLs:[d0a8c30a-beec-4747-b776-22d8ccd9342f 051a5b99-f9a1-4cb6-b6c8-de4f10787391] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +I1208 17:08:09.148171 19465 policy.go:643] Processing NetworkPolicy namespace1/networkpolicy1 to have 1 local pods... +I1208 17:08:09.253843 19465 policy.go:643] Processing NetworkPolicy namespace1/networkpolicy1 to have 1 local pods... +I1208 17:08:09.305336 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress]} log:false match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996542} {Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress]} log:false match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996543} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:9ce13db5-67c8-40cc-b047-d5edb42e09ca}]}}] Timeout:0 Where:[where column name == a6953372168492035427_ingressDefaultDeny] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:9ce13db5-67c8-40cc-b047-d5edb42e09ca}]}}] Timeout:0 Where:[where column name == a6953372168492035427_egressDefaultDeny] Until: Durable: Comment: Lock: UUIDName:} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996542} {GoUUID:u2596996543}]} external_ids:{GoMap:map[name:namespace1_networkpolicy1]} name:a14195333570786048679 ports:{GoSet:[{GoUUID:9ce13db5-67c8-40cc-b047-d5edb42e09ca}]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="98ddc29f-12f4-4eec-8ab9-de77fb4ac9ae" "table"="ACL" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="98ddc29f-12f4-4eec-8ab9-de77fb4ac9ae" "table"="ACL" "model"="&{UUID:98ddc29f-12f4-4eec-8ab9-de77fb4ac9ae Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc056c43540 Name:0xc056c43550 Priority:1001 Severity:0xc056c43560}" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3da8ddd6-42b3-40a6-acb8-3bc84d5169b1" "table"="ACL" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3da8ddd6-42b3-40a6-acb8-3bc84d5169b1" "table"="ACL" "model"="&{UUID:3da8ddd6-42b3-40a6-acb8-3bc84d5169b1 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 Meter:0xc056c43a90 Name:0xc056c43a40 Priority:1001 Severity:0xc056c43a80}" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="37dff252-0410-4566-ac82-f94f094ddf17" "table"="Port_Group" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="37dff252-0410-4566-ac82-f94f094ddf17" "table"="Port_Group" "old"="&{UUID:37dff252-0410-4566-ac82-f94f094ddf17 ACLs:[1e7305d2-0a9f-46b9-84e8-f3db118cb87d 591803b1-50dc-4f45-8857-fca4944ff4a1] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" "new"="&{UUID:37dff252-0410-4566-ac82-f94f094ddf17 ACLs:[1e7305d2-0a9f-46b9-84e8-f3db118cb87d 591803b1-50dc-4f45-8857-fca4944ff4a1] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[9ce13db5-67c8-40cc-b047-d5edb42e09ca]}" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="aef7c9ff-6c13-4a3a-bf9f-bd5c55298151" "table"="Port_Group" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="aef7c9ff-6c13-4a3a-bf9f-bd5c55298151" "table"="Port_Group" "old"="&{UUID:aef7c9ff-6c13-4a3a-bf9f-bd5c55298151 ACLs:[d0a8c30a-beec-4747-b776-22d8ccd9342f 051a5b99-f9a1-4cb6-b6c8-de4f10787391] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" "new"="&{UUID:aef7c9ff-6c13-4a3a-bf9f-bd5c55298151 ACLs:[d0a8c30a-beec-4747-b776-22d8ccd9342f 051a5b99-f9a1-4cb6-b6c8-de4f10787391] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[9ce13db5-67c8-40cc-b047-d5edb42e09ca]}" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="34851d01-0dbb-4a10-960f-a81e9c8584e3" "table"="Port_Group" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="34851d01-0dbb-4a10-960f-a81e9c8584e3" "table"="Port_Group" "model"="&{UUID:34851d01-0dbb-4a10-960f-a81e9c8584e3 ACLs:[98ddc29f-12f4-4eec-8ab9-de77fb4ac9ae 3da8ddd6-42b3-40a6-acb8-3bc84d5169b1] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[9ce13db5-67c8-40cc-b047-d5edb42e09ca]}" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="98ddc29f-12f4-4eec-8ab9-de77fb4ac9ae" "table"="ACL" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="98ddc29f-12f4-4eec-8ab9-de77fb4ac9ae" "table"="ACL" "model"="&{UUID:98ddc29f-12f4-4eec-8ab9-de77fb4ac9ae Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc0673a4600 Name:0xc0673a4620 Priority:1001 Severity:0xc0673a4610}" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3da8ddd6-42b3-40a6-acb8-3bc84d5169b1" "table"="ACL" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3da8ddd6-42b3-40a6-acb8-3bc84d5169b1" "table"="ACL" "model"="&{UUID:3da8ddd6-42b3-40a6-acb8-3bc84d5169b1 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 Meter:0xc0673a4940 Name:0xc0673a4960 Priority:1001 Severity:0xc0673a4950}" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="37dff252-0410-4566-ac82-f94f094ddf17" "table"="Port_Group" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="37dff252-0410-4566-ac82-f94f094ddf17" "table"="Port_Group" "old"="&{UUID:37dff252-0410-4566-ac82-f94f094ddf17 ACLs:[1e7305d2-0a9f-46b9-84e8-f3db118cb87d 591803b1-50dc-4f45-8857-fca4944ff4a1] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" "new"="&{UUID:37dff252-0410-4566-ac82-f94f094ddf17 ACLs:[1e7305d2-0a9f-46b9-84e8-f3db118cb87d 591803b1-50dc-4f45-8857-fca4944ff4a1] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[9ce13db5-67c8-40cc-b047-d5edb42e09ca]}" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="aef7c9ff-6c13-4a3a-bf9f-bd5c55298151" "table"="Port_Group" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="aef7c9ff-6c13-4a3a-bf9f-bd5c55298151" "table"="Port_Group" "old"="&{UUID:aef7c9ff-6c13-4a3a-bf9f-bd5c55298151 ACLs:[d0a8c30a-beec-4747-b776-22d8ccd9342f 051a5b99-f9a1-4cb6-b6c8-de4f10787391] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" "new"="&{UUID:aef7c9ff-6c13-4a3a-bf9f-bd5c55298151 ACLs:[d0a8c30a-beec-4747-b776-22d8ccd9342f 051a5b99-f9a1-4cb6-b6c8-de4f10787391] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[9ce13db5-67c8-40cc-b047-d5edb42e09ca]}" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="34851d01-0dbb-4a10-960f-a81e9c8584e3" "table"="Port_Group" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="34851d01-0dbb-4a10-960f-a81e9c8584e3" "table"="Port_Group" "model"="&{UUID:34851d01-0dbb-4a10-960f-a81e9c8584e3 ACLs:[98ddc29f-12f4-4eec-8ab9-de77fb4ac9ae 3da8ddd6-42b3-40a6-acb8-3bc84d5169b1] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[9ce13db5-67c8-40cc-b047-d5edb42e09ca]}" +I1208 17:08:09.377608 19465 ovn.go:737] Bootstrapping existing policies and cleaning stale policies took 415.700395ms +I1208 17:08:09.395471 19465 pods.go:117] Deleting pod: namespace1/myPod +I1208 17:08:09.448431 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:delete Value:{GoSet:[{GoUUID:9ce13db5-67c8-40cc-b047-d5edb42e09ca}]}}] Timeout:0 Where:[where column _uuid == {0f2a7023-b655-4283-ab56-7eed0f4ced1b}] Until: Durable: Comment: Lock: UUIDName:} {Op:delete Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {9ce13db5-67c8-40cc-b047-d5edb42e09ca}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0f2a7023-b655-4283-ab56-7eed0f4ced1b" "table"="Logical_Switch" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="0f2a7023-b655-4283-ab56-7eed0f4ced1b" "table"="Logical_Switch" "old"="&{UUID:0f2a7023-b655-4283-ab56-7eed0f4ced1b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[9ce13db5-67c8-40cc-b047-d5edb42e09ca] QOSRules:[]}" "new"="&{UUID:0f2a7023-b655-4283-ab56-7eed0f4ced1b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9ce13db5-67c8-40cc-b047-d5edb42e09ca" "table"="Logical_Switch_Port" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="9ce13db5-67c8-40cc-b047-d5edb42e09ca" "table"="Logical_Switch_Port" "model"="&{UUID:9ce13db5-67c8-40cc-b047-d5edb42e09ca Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0f2a7023-b655-4283-ab56-7eed0f4ced1b" "table"="Logical_Switch" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="0f2a7023-b655-4283-ab56-7eed0f4ced1b" "table"="Logical_Switch" "old"="&{UUID:0f2a7023-b655-4283-ab56-7eed0f4ced1b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[9ce13db5-67c8-40cc-b047-d5edb42e09ca] QOSRules:[]}" "new"="&{UUID:0f2a7023-b655-4283-ab56-7eed0f4ced1b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9ce13db5-67c8-40cc-b047-d5edb42e09ca" "table"="Logical_Switch_Port" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="9ce13db5-67c8-40cc-b047-d5edb42e09ca" "table"="Logical_Switch_Port" "model"="&{UUID:9ce13db5-67c8-40cc-b047-d5edb42e09ca Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +I1208 17:08:09.472745 19465 policy.go:730] Processing NetworkPolicy namespace1/networkpolicy1 to delete 1 local pods... +I1208 17:08:09.628111 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:delete Value:{GoSet:[{GoUUID:9ce13db5-67c8-40cc-b047-d5edb42e09ca}]}}] Timeout:0 Where:[where column name == a6953372168492035427_ingressDefaultDeny] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:delete Value:{GoSet:[{GoUUID:9ce13db5-67c8-40cc-b047-d5edb42e09ca}]}}] Timeout:0 Where:[where column name == a6953372168492035427_egressDefaultDeny] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:delete Value:{GoSet:[{GoUUID:9ce13db5-67c8-40cc-b047-d5edb42e09ca}]}}] Timeout:0 Where:[where column name == a14195333570786048679] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="37dff252-0410-4566-ac82-f94f094ddf17" "table"="Port_Group" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="37dff252-0410-4566-ac82-f94f094ddf17" "table"="Port_Group" "old"="&{UUID:37dff252-0410-4566-ac82-f94f094ddf17 ACLs:[1e7305d2-0a9f-46b9-84e8-f3db118cb87d 591803b1-50dc-4f45-8857-fca4944ff4a1] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[9ce13db5-67c8-40cc-b047-d5edb42e09ca]}" "new"="&{UUID:37dff252-0410-4566-ac82-f94f094ddf17 ACLs:[1e7305d2-0a9f-46b9-84e8-f3db118cb87d 591803b1-50dc-4f45-8857-fca4944ff4a1] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="aef7c9ff-6c13-4a3a-bf9f-bd5c55298151" "table"="Port_Group" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="aef7c9ff-6c13-4a3a-bf9f-bd5c55298151" "table"="Port_Group" "old"="&{UUID:aef7c9ff-6c13-4a3a-bf9f-bd5c55298151 ACLs:[d0a8c30a-beec-4747-b776-22d8ccd9342f 051a5b99-f9a1-4cb6-b6c8-de4f10787391] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[9ce13db5-67c8-40cc-b047-d5edb42e09ca]}" "new"="&{UUID:aef7c9ff-6c13-4a3a-bf9f-bd5c55298151 ACLs:[d0a8c30a-beec-4747-b776-22d8ccd9342f 051a5b99-f9a1-4cb6-b6c8-de4f10787391] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="34851d01-0dbb-4a10-960f-a81e9c8584e3" "table"="Port_Group" +2021/12/08 17:08:09 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="34851d01-0dbb-4a10-960f-a81e9c8584e3" "table"="Port_Group" "old"="&{UUID:34851d01-0dbb-4a10-960f-a81e9c8584e3 ACLs:[98ddc29f-12f4-4eec-8ab9-de77fb4ac9ae 3da8ddd6-42b3-40a6-acb8-3bc84d5169b1] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[9ce13db5-67c8-40cc-b047-d5edb42e09ca]}" "new"="&{UUID:34851d01-0dbb-4a10-960f-a81e9c8584e3 ACLs:[98ddc29f-12f4-4eec-8ab9-de77fb4ac9ae 3da8ddd6-42b3-40a6-acb8-3bc84d5169b1] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[]}" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="37dff252-0410-4566-ac82-f94f094ddf17" "table"="Port_Group" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="37dff252-0410-4566-ac82-f94f094ddf17" "table"="Port_Group" "old"="&{UUID:37dff252-0410-4566-ac82-f94f094ddf17 ACLs:[1e7305d2-0a9f-46b9-84e8-f3db118cb87d 591803b1-50dc-4f45-8857-fca4944ff4a1] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[9ce13db5-67c8-40cc-b047-d5edb42e09ca]}" "new"="&{UUID:37dff252-0410-4566-ac82-f94f094ddf17 ACLs:[1e7305d2-0a9f-46b9-84e8-f3db118cb87d 591803b1-50dc-4f45-8857-fca4944ff4a1] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="aef7c9ff-6c13-4a3a-bf9f-bd5c55298151" "table"="Port_Group" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="aef7c9ff-6c13-4a3a-bf9f-bd5c55298151" "table"="Port_Group" "old"="&{UUID:aef7c9ff-6c13-4a3a-bf9f-bd5c55298151 ACLs:[d0a8c30a-beec-4747-b776-22d8ccd9342f 051a5b99-f9a1-4cb6-b6c8-de4f10787391] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[9ce13db5-67c8-40cc-b047-d5edb42e09ca]}" "new"="&{UUID:aef7c9ff-6c13-4a3a-bf9f-bd5c55298151 ACLs:[d0a8c30a-beec-4747-b776-22d8ccd9342f 051a5b99-f9a1-4cb6-b6c8-de4f10787391] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="34851d01-0dbb-4a10-960f-a81e9c8584e3" "table"="Port_Group" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="34851d01-0dbb-4a10-960f-a81e9c8584e3" "table"="Port_Group" "old"="&{UUID:34851d01-0dbb-4a10-960f-a81e9c8584e3 ACLs:[98ddc29f-12f4-4eec-8ab9-de77fb4ac9ae 3da8ddd6-42b3-40a6-acb8-3bc84d5169b1] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[9ce13db5-67c8-40cc-b047-d5edb42e09ca]}" "new"="&{UUID:34851d01-0dbb-4a10-960f-a81e9c8584e3 ACLs:[98ddc29f-12f4-4eec-8ab9-de77fb4ac9ae 3da8ddd6-42b3-40a6-acb8-3bc84d5169b1] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[]}" +• +------------------------------ +OVN NetworkPolicy Operations during execution + reconciles a deleted pod referenced by a networkpolicy in another namespace + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/policy_test.go:1495 +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="fb68ec46-2551-40de-b3bd-797c4c81ec64" "table"="Database" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="fb68ec46-2551-40de-b3bd-797c4c81ec64" "table"="Database" "model"="&{UUID:fb68ec46-2551-40de-b3bd-797c4c81ec64 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ac6d226d-3c79-4b54-becd-b15fa6e89080" "table"="Logical_Switch" +2021/12/08 17:08:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ac6d226d-3c79-4b54-becd-b15fa6e89080" "table"="Logical_Switch" "model"="&{UUID:ac6d226d-3c79-4b54-becd-b15fa6e89080 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:08:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3bad6c32-4dbe-4e2b-a203-56611109cf86" "table"="Database" +2021/12/08 17:08:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3bad6c32-4dbe-4e2b-a203-56611109cf86" "table"="Database" "model"="&{UUID:3bad6c32-4dbe-4e2b-a203-56611109cf86 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:10.447241 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:10.447740 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:08:10.451156 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:08:10.451226 19465 namespace.go:182] [namespace2] adding namespace +I1208 17:08:10.451943 19465 namespace.go:186] [namespace1] adding namespace took 268.714µs +I1208 17:08:10.452307 19465 namespace.go:186] [namespace2] adding namespace took 383.907µs +I1208 17:08:10.452914 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 4.572246ms +I1208 17:08:10.507272 19465 pods.go:296] [namespace2/myPod] creating logical port for pod on switch node1 +I1208 17:08:10.610242 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace2/myPod +I1208 17:08:10.615117 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace2 pod:true]} name:namespace2_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996565} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996565}]}}] Timeout:0 Where:[where column _uuid == {ac6d226d-3c79-4b54-becd-b15fa6e89080}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:10 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="45a92f1c-554c-4ea6-8538-d0069a2f6d19" "table"="Logical_Switch_Port" +2021/12/08 17:08:10 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="45a92f1c-554c-4ea6-8538-d0069a2f6d19" "table"="Logical_Switch_Port" "model"="&{UUID:45a92f1c-554c-4ea6-8538-d0069a2f6d19 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace2 pod:true] HaChassisGroup: Name:namespace2_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:08:10 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ac6d226d-3c79-4b54-becd-b15fa6e89080" "table"="Logical_Switch" +2021/12/08 17:08:10 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="ac6d226d-3c79-4b54-becd-b15fa6e89080" "table"="Logical_Switch" "old"="&{UUID:ac6d226d-3c79-4b54-becd-b15fa6e89080 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:ac6d226d-3c79-4b54-becd-b15fa6e89080 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[45a92f1c-554c-4ea6-8538-d0069a2f6d19] QOSRules:[]}" +2021/12/08 17:08:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="45a92f1c-554c-4ea6-8538-d0069a2f6d19" "table"="Logical_Switch_Port" +2021/12/08 17:08:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="45a92f1c-554c-4ea6-8538-d0069a2f6d19" "table"="Logical_Switch_Port" "model"="&{UUID:45a92f1c-554c-4ea6-8538-d0069a2f6d19 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace2 pod:true] HaChassisGroup: Name:namespace2_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:08:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ac6d226d-3c79-4b54-becd-b15fa6e89080" "table"="Logical_Switch" +2021/12/08 17:08:10 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="ac6d226d-3c79-4b54-becd-b15fa6e89080" "table"="Logical_Switch" "old"="&{UUID:ac6d226d-3c79-4b54-becd-b15fa6e89080 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:ac6d226d-3c79-4b54-becd-b15fa6e89080 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[45a92f1c-554c-4ea6-8538-d0069a2f6d19] QOSRules:[]}" +I1208 17:08:10.644173 19465 pods.go:286] [namespace2/myPod] addLogicalPort took 137.518057ms +I1208 17:08:10.644609 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 191.223951ms +I1208 17:08:10.645122 19465 policy.go:1045] Adding network policy networkpolicy1 in namespace namespace1 +I1208 17:08:10.748247 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427_ingressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1]} priority:1000 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996566} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427_ingressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996567} {Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427_egressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1]} priority:1000 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996568} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427_egressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996569} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996566} {GoUUID:u2596996567}]} external_ids:{GoMap:map[name:a6953372168492035427_ingressDefaultDeny]} name:a6953372168492035427_ingressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996568} {GoUUID:u2596996569}]} external_ids:{GoMap:map[name:a6953372168492035427_egressDefaultDeny]} name:a6953372168492035427_egressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:10 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c8d1cfda-a996-4d1b-9ed2-755aa66edf35" "table"="ACL" +2021/12/08 17:08:10 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c8d1cfda-a996-4d1b-9ed2-755aa66edf35" "table"="ACL" "model"="&{UUID:c8d1cfda-a996-4d1b-9ed2-755aa66edf35 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc00dbe1080 Name:0xc00dbe1090 Priority:1000 Severity:0xc00dbe10a0}" +2021/12/08 17:08:10 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d6c00c0d-f0eb-4e25-93f4-51ba6e7a8f1f" "table"="ACL" +2021/12/08 17:08:10 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d6c00c0d-f0eb-4e25-93f4-51ba6e7a8f1f" "table"="ACL" "model"="&{UUID:d6c00c0d-f0eb-4e25-93f4-51ba6e7a8f1f Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc00dbe1320 Name:0xc00dbe1330 Priority:1001 Severity:0xc00dbe1340}" +2021/12/08 17:08:10 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3b6b6a6c-5c67-4fdc-9b24-212b5f68fad4" "table"="ACL" +2021/12/08 17:08:10 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3b6b6a6c-5c67-4fdc-9b24-212b5f68fad4" "table"="ACL" "model"="&{UUID:3b6b6a6c-5c67-4fdc-9b24-212b5f68fad4 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc00dbe15c0 Name:0xc00dbe15d0 Priority:1000 Severity:0xc00dbe15e0}" +2021/12/08 17:08:10 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4c47bf6c-55bd-4037-8ec9-1f15a11ee539" "table"="ACL" +2021/12/08 17:08:10 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4c47bf6c-55bd-4037-8ec9-1f15a11ee539" "table"="ACL" "model"="&{UUID:4c47bf6c-55bd-4037-8ec9-1f15a11ee539 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc00dbe1860 Name:0xc00dbe1870 Priority:1001 Severity:0xc00dbe1880}" +2021/12/08 17:08:10 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="77f43d4e-cb4f-4ccd-9a15-2f19f5ee64b0" "table"="Port_Group" +2021/12/08 17:08:10 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="77f43d4e-cb4f-4ccd-9a15-2f19f5ee64b0" "table"="Port_Group" "model"="&{UUID:77f43d4e-cb4f-4ccd-9a15-2f19f5ee64b0 ACLs:[c8d1cfda-a996-4d1b-9ed2-755aa66edf35 d6c00c0d-f0eb-4e25-93f4-51ba6e7a8f1f] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:08:10 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="57c7db2d-501e-4108-accb-e90eb6fab6f7" "table"="Port_Group" +2021/12/08 17:08:10 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="57c7db2d-501e-4108-accb-e90eb6fab6f7" "table"="Port_Group" "model"="&{UUID:57c7db2d-501e-4108-accb-e90eb6fab6f7 ACLs:[3b6b6a6c-5c67-4fdc-9b24-212b5f68fad4 4c47bf6c-55bd-4037-8ec9-1f15a11ee539] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +2021/12/08 17:08:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="77f43d4e-cb4f-4ccd-9a15-2f19f5ee64b0" "table"="Port_Group" +2021/12/08 17:08:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="77f43d4e-cb4f-4ccd-9a15-2f19f5ee64b0" "table"="Port_Group" "model"="&{UUID:77f43d4e-cb4f-4ccd-9a15-2f19f5ee64b0 ACLs:[c8d1cfda-a996-4d1b-9ed2-755aa66edf35 d6c00c0d-f0eb-4e25-93f4-51ba6e7a8f1f] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:08:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="57c7db2d-501e-4108-accb-e90eb6fab6f7" "table"="Port_Group" +2021/12/08 17:08:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="57c7db2d-501e-4108-accb-e90eb6fab6f7" "table"="Port_Group" "model"="&{UUID:57c7db2d-501e-4108-accb-e90eb6fab6f7 ACLs:[3b6b6a6c-5c67-4fdc-9b24-212b5f68fad4 4c47bf6c-55bd-4037-8ec9-1f15a11ee539] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +2021/12/08 17:08:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c8d1cfda-a996-4d1b-9ed2-755aa66edf35" "table"="ACL" +2021/12/08 17:08:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c8d1cfda-a996-4d1b-9ed2-755aa66edf35" "table"="ACL" "model"="&{UUID:c8d1cfda-a996-4d1b-9ed2-755aa66edf35 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc00b9dade0 Name:0xc00b9dadc0 Priority:1000 Severity:0xc00b9dadd0}" +2021/12/08 17:08:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d6c00c0d-f0eb-4e25-93f4-51ba6e7a8f1f" "table"="ACL" +2021/12/08 17:08:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d6c00c0d-f0eb-4e25-93f4-51ba6e7a8f1f" "table"="ACL" "model"="&{UUID:d6c00c0d-f0eb-4e25-93f4-51ba6e7a8f1f Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc00b9daf30 Name:0xc00b9daf40 Priority:1001 Severity:0xc00b9daf50}" +2021/12/08 17:08:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3b6b6a6c-5c67-4fdc-9b24-212b5f68fad4" "table"="ACL" +2021/12/08 17:08:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3b6b6a6c-5c67-4fdc-9b24-212b5f68fad4" "table"="ACL" "model"="&{UUID:3b6b6a6c-5c67-4fdc-9b24-212b5f68fad4 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc00b9db0a0 Name:0xc00b9db0b0 Priority:1000 Severity:0xc00b9db0c0}" +2021/12/08 17:08:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4c47bf6c-55bd-4037-8ec9-1f15a11ee539" "table"="ACL" +2021/12/08 17:08:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4c47bf6c-55bd-4037-8ec9-1f15a11ee539" "table"="ACL" "model"="&{UUID:4c47bf6c-55bd-4037-8ec9-1f15a11ee539 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc00b9db210 Name:0xc00b9db220 Priority:1001 Severity:0xc00b9db230}" +I1208 17:08:10.837151 19465 policy.go:643] Processing NetworkPolicy namespace1/networkpolicy1 to have 0 local pods... +I1208 17:08:10.890858 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress]} log:false match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996570} {Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress]} log:false match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996571} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996570} {GoUUID:u2596996571}]} external_ids:{GoMap:map[name:namespace1_networkpolicy1]} name:a14195333570786048679] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:10 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9e033504-8188-4d45-b8f2-c555d666911b" "table"="ACL" +2021/12/08 17:08:10 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9e033504-8188-4d45-b8f2-c555d666911b" "table"="ACL" "model"="&{UUID:9e033504-8188-4d45-b8f2-c555d666911b Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc00b5d67f0 Name:0xc00b5d6800 Priority:1001 Severity:0xc00b5d6810}" +2021/12/08 17:08:10 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2fe32e6c-a2bb-4446-9870-f1ba3cc73f60" "table"="ACL" +2021/12/08 17:08:10 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2fe32e6c-a2bb-4446-9870-f1ba3cc73f60" "table"="ACL" "model"="&{UUID:2fe32e6c-a2bb-4446-9870-f1ba3cc73f60 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 Meter:0xc00b5d6cc0 Name:0xc00b5d6cd0 Priority:1001 Severity:0xc00b5d6ce0}" +2021/12/08 17:08:10 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dee9d6d1-c26c-48e0-a872-af5cc1003f9c" "table"="Port_Group" +2021/12/08 17:08:10 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="dee9d6d1-c26c-48e0-a872-af5cc1003f9c" "table"="Port_Group" "model"="&{UUID:dee9d6d1-c26c-48e0-a872-af5cc1003f9c ACLs:[9e033504-8188-4d45-b8f2-c555d666911b 2fe32e6c-a2bb-4446-9870-f1ba3cc73f60] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[]}" +2021/12/08 17:08:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9e033504-8188-4d45-b8f2-c555d666911b" "table"="ACL" +2021/12/08 17:08:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9e033504-8188-4d45-b8f2-c555d666911b" "table"="ACL" "model"="&{UUID:9e033504-8188-4d45-b8f2-c555d666911b Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc014e754c0 Name:0xc014e754d0 Priority:1001 Severity:0xc014e754e0}" +2021/12/08 17:08:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2fe32e6c-a2bb-4446-9870-f1ba3cc73f60" "table"="ACL" +2021/12/08 17:08:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2fe32e6c-a2bb-4446-9870-f1ba3cc73f60" "table"="ACL" "model"="&{UUID:2fe32e6c-a2bb-4446-9870-f1ba3cc73f60 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 Meter:0xc014e757c0 Name:0xc014e757d0 Priority:1001 Severity:0xc014e757e0}" +2021/12/08 17:08:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dee9d6d1-c26c-48e0-a872-af5cc1003f9c" "table"="Port_Group" +2021/12/08 17:08:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="dee9d6d1-c26c-48e0-a872-af5cc1003f9c" "table"="Port_Group" "model"="&{UUID:dee9d6d1-c26c-48e0-a872-af5cc1003f9c ACLs:[9e033504-8188-4d45-b8f2-c555d666911b 2fe32e6c-a2bb-4446-9870-f1ba3cc73f60] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[]}" +I1208 17:08:10.935881 19465 ovn.go:737] Bootstrapping existing policies and cleaning stale policies took 290.941357ms +I1208 17:08:10.954218 19465 pods.go:117] Deleting pod: namespace2/myPod +I1208 17:08:11.007532 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:delete Value:{GoSet:[{GoUUID:45a92f1c-554c-4ea6-8538-d0069a2f6d19}]}}] Timeout:0 Where:[where column _uuid == {ac6d226d-3c79-4b54-becd-b15fa6e89080}] Until: Durable: Comment: Lock: UUIDName:} {Op:delete Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {45a92f1c-554c-4ea6-8538-d0069a2f6d19}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:11 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ac6d226d-3c79-4b54-becd-b15fa6e89080" "table"="Logical_Switch" +2021/12/08 17:08:11 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="ac6d226d-3c79-4b54-becd-b15fa6e89080" "table"="Logical_Switch" "old"="&{UUID:ac6d226d-3c79-4b54-becd-b15fa6e89080 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[45a92f1c-554c-4ea6-8538-d0069a2f6d19] QOSRules:[]}" "new"="&{UUID:ac6d226d-3c79-4b54-becd-b15fa6e89080 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:08:11 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="45a92f1c-554c-4ea6-8538-d0069a2f6d19" "table"="Logical_Switch_Port" +2021/12/08 17:08:11 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="45a92f1c-554c-4ea6-8538-d0069a2f6d19" "table"="Logical_Switch_Port" "model"="&{UUID:45a92f1c-554c-4ea6-8538-d0069a2f6d19 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace2 pod:true] HaChassisGroup: Name:namespace2_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:08:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="45a92f1c-554c-4ea6-8538-d0069a2f6d19" "table"="Logical_Switch_Port" +2021/12/08 17:08:11 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="45a92f1c-554c-4ea6-8538-d0069a2f6d19" "table"="Logical_Switch_Port" "model"="&{UUID:45a92f1c-554c-4ea6-8538-d0069a2f6d19 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace2 pod:true] HaChassisGroup: Name:namespace2_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:08:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ac6d226d-3c79-4b54-becd-b15fa6e89080" "table"="Logical_Switch" +2021/12/08 17:08:11 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="ac6d226d-3c79-4b54-becd-b15fa6e89080" "table"="Logical_Switch" "old"="&{UUID:ac6d226d-3c79-4b54-becd-b15fa6e89080 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[45a92f1c-554c-4ea6-8538-d0069a2f6d19] QOSRules:[]}" "new"="&{UUID:ac6d226d-3c79-4b54-becd-b15fa6e89080 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +• +------------------------------ +OVN NetworkPolicy Operations during execution + reconciles an updated namespace label + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/policy_test.go:1602 +2021/12/08 17:08:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8484c9cf-09dd-4cfb-bbd9-7d705e566d84" "table"="Database" +2021/12/08 17:08:11 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8484c9cf-09dd-4cfb-bbd9-7d705e566d84" "table"="Database" "model"="&{UUID:8484c9cf-09dd-4cfb-bbd9-7d705e566d84 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b698cbaa-1e3e-4b27-a99f-19bf6003931c" "table"="Logical_Switch" +2021/12/08 17:08:11 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b698cbaa-1e3e-4b27-a99f-19bf6003931c" "table"="Logical_Switch" "model"="&{UUID:b698cbaa-1e3e-4b27-a99f-19bf6003931c ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:08:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5236ea26-a6a4-4e5d-9c3d-a75177630eb2" "table"="Database" +2021/12/08 17:08:11 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5236ea26-a6a4-4e5d-9c3d-a75177630eb2" "table"="Database" "model"="&{UUID:5236ea26-a6a4-4e5d-9c3d-a75177630eb2 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:11.788101 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:11.788645 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:08:11.792005 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:08:11.792088 19465 namespace.go:182] [namespace2] adding namespace +I1208 17:08:11.792853 19465 namespace.go:186] [namespace1] adding namespace took 311.151µs +I1208 17:08:11.793207 19465 namespace.go:186] [namespace2] adding namespace took 485.354µs +I1208 17:08:11.793735 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 4.620082ms +I1208 17:08:11.848142 19465 pods.go:296] [namespace2/myPod] creating logical port for pod on switch node1 +I1208 17:08:11.950866 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace2/myPod +I1208 17:08:11.956111 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace2 pod:true]} name:namespace2_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996583} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996583}]}}] Timeout:0 Where:[where column _uuid == {b698cbaa-1e3e-4b27-a99f-19bf6003931c}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:11 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b0aad858-a3b9-4b36-a045-8456ecff48c6" "table"="Logical_Switch_Port" +2021/12/08 17:08:11 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b0aad858-a3b9-4b36-a045-8456ecff48c6" "table"="Logical_Switch_Port" "model"="&{UUID:b0aad858-a3b9-4b36-a045-8456ecff48c6 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace2 pod:true] HaChassisGroup: Name:namespace2_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:08:11 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b698cbaa-1e3e-4b27-a99f-19bf6003931c" "table"="Logical_Switch" +2021/12/08 17:08:11 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b698cbaa-1e3e-4b27-a99f-19bf6003931c" "table"="Logical_Switch" "old"="&{UUID:b698cbaa-1e3e-4b27-a99f-19bf6003931c ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:b698cbaa-1e3e-4b27-a99f-19bf6003931c ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[b0aad858-a3b9-4b36-a045-8456ecff48c6] QOSRules:[]}" +2021/12/08 17:08:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b698cbaa-1e3e-4b27-a99f-19bf6003931c" "table"="Logical_Switch" +2021/12/08 17:08:11 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b698cbaa-1e3e-4b27-a99f-19bf6003931c" "table"="Logical_Switch" "old"="&{UUID:b698cbaa-1e3e-4b27-a99f-19bf6003931c ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:b698cbaa-1e3e-4b27-a99f-19bf6003931c ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[b0aad858-a3b9-4b36-a045-8456ecff48c6] QOSRules:[]}" +2021/12/08 17:08:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b0aad858-a3b9-4b36-a045-8456ecff48c6" "table"="Logical_Switch_Port" +2021/12/08 17:08:11 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b0aad858-a3b9-4b36-a045-8456ecff48c6" "table"="Logical_Switch_Port" "model"="&{UUID:b0aad858-a3b9-4b36-a045-8456ecff48c6 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace2 pod:true] HaChassisGroup: Name:namespace2_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +I1208 17:08:11.988485 19465 pods.go:286] [namespace2/myPod] addLogicalPort took 141.000868ms +I1208 17:08:11.988938 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 194.807862ms +I1208 17:08:11.989335 19465 policy.go:1045] Adding network policy networkpolicy1 in namespace namespace1 +I1208 17:08:12.091808 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427_ingressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1]} priority:1000 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996584} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427_ingressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996585} {Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427_egressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1]} priority:1000 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996586} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427_egressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996587} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996584} {GoUUID:u2596996585}]} external_ids:{GoMap:map[name:a6953372168492035427_ingressDefaultDeny]} name:a6953372168492035427_ingressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996586} {GoUUID:u2596996587}]} external_ids:{GoMap:map[name:a6953372168492035427_egressDefaultDeny]} name:a6953372168492035427_egressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:12 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ac4a92dc-c03a-452c-8b12-9bb121a94280" "table"="ACL" +2021/12/08 17:08:12 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ac4a92dc-c03a-452c-8b12-9bb121a94280" "table"="ACL" "model"="&{UUID:ac4a92dc-c03a-452c-8b12-9bb121a94280 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc0131a2040 Name:0xc0131a2030 Priority:1000 Severity:0xc0131a2020}" +2021/12/08 17:08:12 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bd70a9ad-d43f-4fb8-8c88-260f01003b52" "table"="ACL" +2021/12/08 17:08:12 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="bd70a9ad-d43f-4fb8-8c88-260f01003b52" "table"="ACL" "model"="&{UUID:bd70a9ad-d43f-4fb8-8c88-260f01003b52 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc0131a22d0 Name:0xc0131a22e0 Priority:1001 Severity:0xc0131a22c0}" +2021/12/08 17:08:12 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="795f9e90-26ea-4494-8dfe-d179f15a4055" "table"="ACL" +2021/12/08 17:08:12 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="795f9e90-26ea-4494-8dfe-d179f15a4055" "table"="ACL" "model"="&{UUID:795f9e90-26ea-4494-8dfe-d179f15a4055 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc0131a2570 Name:0xc0131a2580 Priority:1000 Severity:0xc0131a2560}" +2021/12/08 17:08:12 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ddfb1350-0d4b-44af-a021-828398cc8f2c" "table"="ACL" +2021/12/08 17:08:12 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ddfb1350-0d4b-44af-a021-828398cc8f2c" "table"="ACL" "model"="&{UUID:ddfb1350-0d4b-44af-a021-828398cc8f2c Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc0131a2800 Name:0xc0131a2810 Priority:1001 Severity:0xc0131a2820}" +2021/12/08 17:08:12 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c63c7b2a-8ebc-40b1-b1d5-c9d06918f0f0" "table"="Port_Group" +2021/12/08 17:08:12 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c63c7b2a-8ebc-40b1-b1d5-c9d06918f0f0" "table"="Port_Group" "model"="&{UUID:c63c7b2a-8ebc-40b1-b1d5-c9d06918f0f0 ACLs:[ac4a92dc-c03a-452c-8b12-9bb121a94280 bd70a9ad-d43f-4fb8-8c88-260f01003b52] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:08:12 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b906dd87-304c-4c73-87a5-264d6e873132" "table"="Port_Group" +2021/12/08 17:08:12 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b906dd87-304c-4c73-87a5-264d6e873132" "table"="Port_Group" "model"="&{UUID:b906dd87-304c-4c73-87a5-264d6e873132 ACLs:[795f9e90-26ea-4494-8dfe-d179f15a4055 ddfb1350-0d4b-44af-a021-828398cc8f2c] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +2021/12/08 17:08:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c63c7b2a-8ebc-40b1-b1d5-c9d06918f0f0" "table"="Port_Group" +2021/12/08 17:08:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c63c7b2a-8ebc-40b1-b1d5-c9d06918f0f0" "table"="Port_Group" "model"="&{UUID:c63c7b2a-8ebc-40b1-b1d5-c9d06918f0f0 ACLs:[ac4a92dc-c03a-452c-8b12-9bb121a94280 bd70a9ad-d43f-4fb8-8c88-260f01003b52] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:08:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b906dd87-304c-4c73-87a5-264d6e873132" "table"="Port_Group" +2021/12/08 17:08:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b906dd87-304c-4c73-87a5-264d6e873132" "table"="Port_Group" "model"="&{UUID:b906dd87-304c-4c73-87a5-264d6e873132 ACLs:[795f9e90-26ea-4494-8dfe-d179f15a4055 ddfb1350-0d4b-44af-a021-828398cc8f2c] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +2021/12/08 17:08:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ac4a92dc-c03a-452c-8b12-9bb121a94280" "table"="ACL" +2021/12/08 17:08:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ac4a92dc-c03a-452c-8b12-9bb121a94280" "table"="ACL" "model"="&{UUID:ac4a92dc-c03a-452c-8b12-9bb121a94280 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc01311d4e0 Name:0xc01311d4f0 Priority:1000 Severity:0xc01311d500}" +2021/12/08 17:08:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bd70a9ad-d43f-4fb8-8c88-260f01003b52" "table"="ACL" +2021/12/08 17:08:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="bd70a9ad-d43f-4fb8-8c88-260f01003b52" "table"="ACL" "model"="&{UUID:bd70a9ad-d43f-4fb8-8c88-260f01003b52 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc01311d660 Name:0xc01311d670 Priority:1001 Severity:0xc01311d650}" +2021/12/08 17:08:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="795f9e90-26ea-4494-8dfe-d179f15a4055" "table"="ACL" +2021/12/08 17:08:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="795f9e90-26ea-4494-8dfe-d179f15a4055" "table"="ACL" "model"="&{UUID:795f9e90-26ea-4494-8dfe-d179f15a4055 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc01311d7c0 Name:0xc01311d7d0 Priority:1000 Severity:0xc01311d7e0}" +2021/12/08 17:08:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ddfb1350-0d4b-44af-a021-828398cc8f2c" "table"="ACL" +2021/12/08 17:08:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ddfb1350-0d4b-44af-a021-828398cc8f2c" "table"="ACL" "model"="&{UUID:ddfb1350-0d4b-44af-a021-828398cc8f2c Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc01311d940 Name:0xc01311d950 Priority:1001 Severity:0xc01311d930}" +I1208 17:08:12.178927 19465 policy.go:643] Processing NetworkPolicy namespace1/networkpolicy1 to have 0 local pods... +I1208 17:08:12.232528 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress]} log:false match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996588} {Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress]} log:false match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996589} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996588} {GoUUID:u2596996589}]} external_ids:{GoMap:map[name:namespace1_networkpolicy1]} name:a14195333570786048679] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:12 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8be58abd-63b4-486c-9742-a07d0299ad92" "table"="ACL" +2021/12/08 17:08:12 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8be58abd-63b4-486c-9742-a07d0299ad92" "table"="ACL" "model"="&{UUID:8be58abd-63b4-486c-9742-a07d0299ad92 Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc00ecdd060 Name:0xc00ecdd050 Priority:1001 Severity:0xc00ecdd040}" +2021/12/08 17:08:12 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="82dac834-44b1-40c7-9b54-19a77fc849a5" "table"="ACL" +2021/12/08 17:08:12 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="82dac834-44b1-40c7-9b54-19a77fc849a5" "table"="ACL" "model"="&{UUID:82dac834-44b1-40c7-9b54-19a77fc849a5 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 Meter:0xc00ecdd510 Name:0xc00ecdd520 Priority:1001 Severity:0xc00ecdd530}" +2021/12/08 17:08:12 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6516dcde-7238-43e0-8691-db0d8e3992cc" "table"="Port_Group" +2021/12/08 17:08:12 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6516dcde-7238-43e0-8691-db0d8e3992cc" "table"="Port_Group" "model"="&{UUID:6516dcde-7238-43e0-8691-db0d8e3992cc ACLs:[8be58abd-63b4-486c-9742-a07d0299ad92 82dac834-44b1-40c7-9b54-19a77fc849a5] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[]}" +2021/12/08 17:08:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6516dcde-7238-43e0-8691-db0d8e3992cc" "table"="Port_Group" +2021/12/08 17:08:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6516dcde-7238-43e0-8691-db0d8e3992cc" "table"="Port_Group" "model"="&{UUID:6516dcde-7238-43e0-8691-db0d8e3992cc ACLs:[8be58abd-63b4-486c-9742-a07d0299ad92 82dac834-44b1-40c7-9b54-19a77fc849a5] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[]}" +2021/12/08 17:08:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8be58abd-63b4-486c-9742-a07d0299ad92" "table"="ACL" +2021/12/08 17:08:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8be58abd-63b4-486c-9742-a07d0299ad92" "table"="ACL" "model"="&{UUID:8be58abd-63b4-486c-9742-a07d0299ad92 Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc013070e30 Name:0xc013070e40 Priority:1001 Severity:0xc013070e50}" +2021/12/08 17:08:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="82dac834-44b1-40c7-9b54-19a77fc849a5" "table"="ACL" +2021/12/08 17:08:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="82dac834-44b1-40c7-9b54-19a77fc849a5" "table"="ACL" "model"="&{UUID:82dac834-44b1-40c7-9b54-19a77fc849a5 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 Meter:0xc013071130 Name:0xc013071140 Priority:1001 Severity:0xc013071150}" +I1208 17:08:12.264492 19465 ovn.go:737] Bootstrapping existing policies and cleaning stale policies took 275.314491ms +I1208 17:08:12.282808 19465 namespace.go:236] [namespace2] updating namespace +• +------------------------------ +OVN NetworkPolicy Operations during execution + reconciles a deleted networkpolicy + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/policy_test.go:1712 +2021/12/08 17:08:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="85265d45-4f4a-48c7-ab10-ddc86af306ca" "table"="Database" +2021/12/08 17:08:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="85265d45-4f4a-48c7-ab10-ddc86af306ca" "table"="Database" "model"="&{UUID:85265d45-4f4a-48c7-ab10-ddc86af306ca Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e2c12b95-25f6-4262-9da3-53a1628261f2" "table"="Logical_Switch" +2021/12/08 17:08:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e2c12b95-25f6-4262-9da3-53a1628261f2" "table"="Logical_Switch" "model"="&{UUID:e2c12b95-25f6-4262-9da3-53a1628261f2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:08:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f7a61316-ff1f-41ac-80c4-c5c7d58b4431" "table"="Database" +2021/12/08 17:08:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f7a61316-ff1f-41ac-80c4-c5c7d58b4431" "table"="Database" "model"="&{UUID:f7a61316-ff1f-41ac-80c4-c5c7d58b4431 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:13.085816 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:13.086458 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:08:13.089997 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:08:13.090730 19465 namespace.go:186] [namespace1] adding namespace took 362.843µs +I1208 17:08:13.091069 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 3.988028ms +I1208 17:08:13.145173 19465 pods.go:296] [namespace1/myPod] creating logical port for pod on switch node1 +I1208 17:08:13.246704 19465 kube.go:67] Setting annotations map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["10.128.1.3/24"],"mac_address":"0a:58:0a:80:01:03","gateway_ips":["10.128.1.1"],"ip_address":"10.128.1.3/24","gateway_ip":"10.128.1.1"}}] on pod namespace1/myPod +I1208 17:08:13.251778 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]} external_ids:{GoMap:map[namespace:namespace1 pod:true]} name:namespace1_myPod options:{GoMap:map[iface-id-ver:myPod requested-chassis:node1]} port_security:{GoSet:[0a:58:0a:80:01:03 10.128.1.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996601} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996601}]}}] Timeout:0 Where:[where column _uuid == {e2c12b95-25f6-4262-9da3-53a1628261f2}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="082a90bb-97fe-444a-9f9b-e1556bf14230" "table"="Logical_Switch_Port" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="082a90bb-97fe-444a-9f9b-e1556bf14230" "table"="Logical_Switch_Port" "model"="&{UUID:082a90bb-97fe-444a-9f9b-e1556bf14230 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e2c12b95-25f6-4262-9da3-53a1628261f2" "table"="Logical_Switch" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="e2c12b95-25f6-4262-9da3-53a1628261f2" "table"="Logical_Switch" "old"="&{UUID:e2c12b95-25f6-4262-9da3-53a1628261f2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:e2c12b95-25f6-4262-9da3-53a1628261f2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[082a90bb-97fe-444a-9f9b-e1556bf14230] QOSRules:[]}" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="082a90bb-97fe-444a-9f9b-e1556bf14230" "table"="Logical_Switch_Port" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="082a90bb-97fe-444a-9f9b-e1556bf14230" "table"="Logical_Switch_Port" "model"="&{UUID:082a90bb-97fe-444a-9f9b-e1556bf14230 Addresses:[0a:58:0a:80:01:03 10.128.1.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[namespace:namespace1 pod:true] HaChassisGroup: Name:namespace1_myPod Options:map[iface-id-ver:myPod requested-chassis:node1] ParentName: PortSecurity:[0a:58:0a:80:01:03 10.128.1.3] Tag: TagRequest: Type: Up:}" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e2c12b95-25f6-4262-9da3-53a1628261f2" "table"="Logical_Switch" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="e2c12b95-25f6-4262-9da3-53a1628261f2" "table"="Logical_Switch" "old"="&{UUID:e2c12b95-25f6-4262-9da3-53a1628261f2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:e2c12b95-25f6-4262-9da3-53a1628261f2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[082a90bb-97fe-444a-9f9b-e1556bf14230] QOSRules:[]}" +I1208 17:08:13.283443 19465 pods.go:286] [namespace1/myPod] addLogicalPort took 139.114516ms +I1208 17:08:13.283893 19465 ovn.go:712] Bootstrapping existing pods and cleaning stale pods took 192.380393ms +I1208 17:08:13.284328 19465 policy.go:1045] Adding network policy networkpolicy1 in namespace namespace1 +I1208 17:08:13.387335 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427_ingressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1]} priority:1000 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996602} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427_ingressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996603} {Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427_egressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1]} priority:1000 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996604} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427_egressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996605} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996602} {GoUUID:u2596996603}]} external_ids:{GoMap:map[name:a6953372168492035427_ingressDefaultDeny]} name:a6953372168492035427_ingressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996604} {GoUUID:u2596996605}]} external_ids:{GoMap:map[name:a6953372168492035427_egressDefaultDeny]} name:a6953372168492035427_egressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="927cb104-8293-4ba2-8c58-56cdcc8b5e40" "table"="ACL" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="927cb104-8293-4ba2-8c58-56cdcc8b5e40" "table"="ACL" "model"="&{UUID:927cb104-8293-4ba2-8c58-56cdcc8b5e40 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc01307bae0 Name:0xc01307bad0 Priority:1000 Severity:0xc01307baf0}" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8f230ec8-44dc-4d86-bb98-9e12c5e7faeb" "table"="ACL" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8f230ec8-44dc-4d86-bb98-9e12c5e7faeb" "table"="ACL" "model"="&{UUID:8f230ec8-44dc-4d86-bb98-9e12c5e7faeb Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc01307bd70 Name:0xc01307bd90 Priority:1001 Severity:0xc01307bd80}" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dc3207d7-98df-40ba-87af-c8c9e731b61f" "table"="ACL" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="dc3207d7-98df-40ba-87af-c8c9e731b61f" "table"="ACL" "model"="&{UUID:dc3207d7-98df-40ba-87af-c8c9e731b61f Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc040134010 Name:0xc040134030 Priority:1000 Severity:0xc040134020}" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d01c63f4-2eab-4747-bcd7-7bf13a0b191a" "table"="ACL" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d01c63f4-2eab-4747-bcd7-7bf13a0b191a" "table"="ACL" "model"="&{UUID:d01c63f4-2eab-4747-bcd7-7bf13a0b191a Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc0401342b0 Name:0xc0401342d0 Priority:1001 Severity:0xc0401342c0}" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b43b45a1-714a-4599-9bf7-06b8acf56eef" "table"="Port_Group" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b43b45a1-714a-4599-9bf7-06b8acf56eef" "table"="Port_Group" "model"="&{UUID:b43b45a1-714a-4599-9bf7-06b8acf56eef ACLs:[927cb104-8293-4ba2-8c58-56cdcc8b5e40 8f230ec8-44dc-4d86-bb98-9e12c5e7faeb] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cb5b5c64-a7dc-4450-82e6-6994700aa8e4" "table"="Port_Group" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cb5b5c64-a7dc-4450-82e6-6994700aa8e4" "table"="Port_Group" "model"="&{UUID:cb5b5c64-a7dc-4450-82e6-6994700aa8e4 ACLs:[dc3207d7-98df-40ba-87af-c8c9e731b61f d01c63f4-2eab-4747-bcd7-7bf13a0b191a] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="927cb104-8293-4ba2-8c58-56cdcc8b5e40" "table"="ACL" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="927cb104-8293-4ba2-8c58-56cdcc8b5e40" "table"="ACL" "model"="&{UUID:927cb104-8293-4ba2-8c58-56cdcc8b5e40 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc00adffd60 Name:0xc00adffd50 Priority:1000 Severity:0xc00adffd70}" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8f230ec8-44dc-4d86-bb98-9e12c5e7faeb" "table"="ACL" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8f230ec8-44dc-4d86-bb98-9e12c5e7faeb" "table"="ACL" "model"="&{UUID:8f230ec8-44dc-4d86-bb98-9e12c5e7faeb Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc00adfff00 Name:0xc00adffef0 Priority:1001 Severity:0xc00adfff10}" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dc3207d7-98df-40ba-87af-c8c9e731b61f" "table"="ACL" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="dc3207d7-98df-40ba-87af-c8c9e731b61f" "table"="ACL" "model"="&{UUID:dc3207d7-98df-40ba-87af-c8c9e731b61f Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc0400a00a0 Name:0xc0400a0090 Priority:1000 Severity:0xc0400a00b0}" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d01c63f4-2eab-4747-bcd7-7bf13a0b191a" "table"="ACL" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d01c63f4-2eab-4747-bcd7-7bf13a0b191a" "table"="ACL" "model"="&{UUID:d01c63f4-2eab-4747-bcd7-7bf13a0b191a Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc0400a0200 Name:0xc0400a0220 Priority:1001 Severity:0xc0400a0210}" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b43b45a1-714a-4599-9bf7-06b8acf56eef" "table"="Port_Group" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b43b45a1-714a-4599-9bf7-06b8acf56eef" "table"="Port_Group" "model"="&{UUID:b43b45a1-714a-4599-9bf7-06b8acf56eef ACLs:[927cb104-8293-4ba2-8c58-56cdcc8b5e40 8f230ec8-44dc-4d86-bb98-9e12c5e7faeb] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cb5b5c64-a7dc-4450-82e6-6994700aa8e4" "table"="Port_Group" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cb5b5c64-a7dc-4450-82e6-6994700aa8e4" "table"="Port_Group" "model"="&{UUID:cb5b5c64-a7dc-4450-82e6-6994700aa8e4 ACLs:[dc3207d7-98df-40ba-87af-c8c9e731b61f d01c63f4-2eab-4747-bcd7-7bf13a0b191a] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +I1208 17:08:13.471183 19465 policy.go:643] Processing NetworkPolicy namespace1/networkpolicy1 to have 1 local pods... +I1208 17:08:13.577552 19465 policy.go:643] Processing NetworkPolicy namespace1/networkpolicy1 to have 1 local pods... +I1208 17:08:13.629551 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress]} log:false match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996606} {Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress]} log:false match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996607} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:082a90bb-97fe-444a-9f9b-e1556bf14230}]}}] Timeout:0 Where:[where column name == a6953372168492035427_ingressDefaultDeny] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:082a90bb-97fe-444a-9f9b-e1556bf14230}]}}] Timeout:0 Where:[where column name == a6953372168492035427_egressDefaultDeny] Until: Durable: Comment: Lock: UUIDName:} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996606} {GoUUID:u2596996607}]} external_ids:{GoMap:map[name:namespace1_networkpolicy1]} name:a14195333570786048679 ports:{GoSet:[{GoUUID:082a90bb-97fe-444a-9f9b-e1556bf14230}]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="106a0da5-64a4-4efb-a74c-bea4a36200ff" "table"="ACL" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="106a0da5-64a4-4efb-a74c-bea4a36200ff" "table"="ACL" "model"="&{UUID:106a0da5-64a4-4efb-a74c-bea4a36200ff Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc01a2a4e00 Name:0xc01a2a4de0 Priority:1001 Severity:0xc01a2a4df0}" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a827d9e1-f9ce-436b-bab1-512b58c14be1" "table"="ACL" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a827d9e1-f9ce-436b-bab1-512b58c14be1" "table"="ACL" "model"="&{UUID:a827d9e1-f9ce-436b-bab1-512b58c14be1 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 Meter:0xc01a2a52c0 Name:0xc01a2a52b0 Priority:1001 Severity:0xc01a2a52d0}" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b43b45a1-714a-4599-9bf7-06b8acf56eef" "table"="Port_Group" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b43b45a1-714a-4599-9bf7-06b8acf56eef" "table"="Port_Group" "old"="&{UUID:b43b45a1-714a-4599-9bf7-06b8acf56eef ACLs:[927cb104-8293-4ba2-8c58-56cdcc8b5e40 8f230ec8-44dc-4d86-bb98-9e12c5e7faeb] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" "new"="&{UUID:b43b45a1-714a-4599-9bf7-06b8acf56eef ACLs:[927cb104-8293-4ba2-8c58-56cdcc8b5e40 8f230ec8-44dc-4d86-bb98-9e12c5e7faeb] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[082a90bb-97fe-444a-9f9b-e1556bf14230]}" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cb5b5c64-a7dc-4450-82e6-6994700aa8e4" "table"="Port_Group" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="cb5b5c64-a7dc-4450-82e6-6994700aa8e4" "table"="Port_Group" "old"="&{UUID:cb5b5c64-a7dc-4450-82e6-6994700aa8e4 ACLs:[dc3207d7-98df-40ba-87af-c8c9e731b61f d01c63f4-2eab-4747-bcd7-7bf13a0b191a] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" "new"="&{UUID:cb5b5c64-a7dc-4450-82e6-6994700aa8e4 ACLs:[dc3207d7-98df-40ba-87af-c8c9e731b61f d01c63f4-2eab-4747-bcd7-7bf13a0b191a] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[082a90bb-97fe-444a-9f9b-e1556bf14230]}" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b571db52-5eaf-474a-8611-4d64c6ebe3df" "table"="Port_Group" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b571db52-5eaf-474a-8611-4d64c6ebe3df" "table"="Port_Group" "model"="&{UUID:b571db52-5eaf-474a-8611-4d64c6ebe3df ACLs:[106a0da5-64a4-4efb-a74c-bea4a36200ff a827d9e1-f9ce-436b-bab1-512b58c14be1] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[082a90bb-97fe-444a-9f9b-e1556bf14230]}" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="106a0da5-64a4-4efb-a74c-bea4a36200ff" "table"="ACL" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="106a0da5-64a4-4efb-a74c-bea4a36200ff" "table"="ACL" "model"="&{UUID:106a0da5-64a4-4efb-a74c-bea4a36200ff Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:false Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc014c544d0 Name:0xc014c544c0 Priority:1001 Severity:0xc014c544e0}" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a827d9e1-f9ce-436b-bab1-512b58c14be1" "table"="ACL" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a827d9e1-f9ce-436b-bab1-512b58c14be1" "table"="ACL" "model"="&{UUID:a827d9e1-f9ce-436b-bab1-512b58c14be1 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Egress] Label:0 Log:false Match:ip4.dst == {$a17928043879887565554} && inport == @a14195333570786048679 Meter:0xc014c547d0 Name:0xc014c547c0 Priority:1001 Severity:0xc014c547e0}" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cb5b5c64-a7dc-4450-82e6-6994700aa8e4" "table"="Port_Group" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="cb5b5c64-a7dc-4450-82e6-6994700aa8e4" "table"="Port_Group" "old"="&{UUID:cb5b5c64-a7dc-4450-82e6-6994700aa8e4 ACLs:[dc3207d7-98df-40ba-87af-c8c9e731b61f d01c63f4-2eab-4747-bcd7-7bf13a0b191a] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" "new"="&{UUID:cb5b5c64-a7dc-4450-82e6-6994700aa8e4 ACLs:[dc3207d7-98df-40ba-87af-c8c9e731b61f d01c63f4-2eab-4747-bcd7-7bf13a0b191a] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[082a90bb-97fe-444a-9f9b-e1556bf14230]}" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b571db52-5eaf-474a-8611-4d64c6ebe3df" "table"="Port_Group" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b571db52-5eaf-474a-8611-4d64c6ebe3df" "table"="Port_Group" "model"="&{UUID:b571db52-5eaf-474a-8611-4d64c6ebe3df ACLs:[106a0da5-64a4-4efb-a74c-bea4a36200ff a827d9e1-f9ce-436b-bab1-512b58c14be1] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[082a90bb-97fe-444a-9f9b-e1556bf14230]}" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b43b45a1-714a-4599-9bf7-06b8acf56eef" "table"="Port_Group" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b43b45a1-714a-4599-9bf7-06b8acf56eef" "table"="Port_Group" "old"="&{UUID:b43b45a1-714a-4599-9bf7-06b8acf56eef ACLs:[927cb104-8293-4ba2-8c58-56cdcc8b5e40 8f230ec8-44dc-4d86-bb98-9e12c5e7faeb] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" "new"="&{UUID:b43b45a1-714a-4599-9bf7-06b8acf56eef ACLs:[927cb104-8293-4ba2-8c58-56cdcc8b5e40 8f230ec8-44dc-4d86-bb98-9e12c5e7faeb] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[082a90bb-97fe-444a-9f9b-e1556bf14230]}" +I1208 17:08:13.704705 19465 ovn.go:737] Bootstrapping existing policies and cleaning stale policies took 420.534674ms +I1208 17:08:13.722442 19465 policy.go:1095] Deleting network policy networkpolicy1 in namespace namespace1 +I1208 17:08:13.878894 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column name == a6953372168492035427_ingressDefaultDeny] Until: Durable: Comment: Lock: UUIDName:} {Op:delete Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column name == a6953372168492035427_egressDefaultDeny] Until: Durable: Comment: Lock: UUIDName:} {Op:delete Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column name == a14195333570786048679] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b43b45a1-714a-4599-9bf7-06b8acf56eef" "table"="Port_Group" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="b43b45a1-714a-4599-9bf7-06b8acf56eef" "table"="Port_Group" "model"="&{UUID:b43b45a1-714a-4599-9bf7-06b8acf56eef ACLs:[927cb104-8293-4ba2-8c58-56cdcc8b5e40 8f230ec8-44dc-4d86-bb98-9e12c5e7faeb] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[082a90bb-97fe-444a-9f9b-e1556bf14230]}" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cb5b5c64-a7dc-4450-82e6-6994700aa8e4" "table"="Port_Group" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="cb5b5c64-a7dc-4450-82e6-6994700aa8e4" "table"="Port_Group" "model"="&{UUID:cb5b5c64-a7dc-4450-82e6-6994700aa8e4 ACLs:[dc3207d7-98df-40ba-87af-c8c9e731b61f d01c63f4-2eab-4747-bcd7-7bf13a0b191a] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[082a90bb-97fe-444a-9f9b-e1556bf14230]}" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b571db52-5eaf-474a-8611-4d64c6ebe3df" "table"="Port_Group" +2021/12/08 17:08:13 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="b571db52-5eaf-474a-8611-4d64c6ebe3df" "table"="Port_Group" "model"="&{UUID:b571db52-5eaf-474a-8611-4d64c6ebe3df ACLs:[106a0da5-64a4-4efb-a74c-bea4a36200ff a827d9e1-f9ce-436b-bab1-512b58c14be1] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[082a90bb-97fe-444a-9f9b-e1556bf14230]}" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cb5b5c64-a7dc-4450-82e6-6994700aa8e4" "table"="Port_Group" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="cb5b5c64-a7dc-4450-82e6-6994700aa8e4" "table"="Port_Group" "model"="&{UUID:cb5b5c64-a7dc-4450-82e6-6994700aa8e4 ACLs:[dc3207d7-98df-40ba-87af-c8c9e731b61f d01c63f4-2eab-4747-bcd7-7bf13a0b191a] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[082a90bb-97fe-444a-9f9b-e1556bf14230]}" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b571db52-5eaf-474a-8611-4d64c6ebe3df" "table"="Port_Group" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="b571db52-5eaf-474a-8611-4d64c6ebe3df" "table"="Port_Group" "model"="&{UUID:b571db52-5eaf-474a-8611-4d64c6ebe3df ACLs:[106a0da5-64a4-4efb-a74c-bea4a36200ff a827d9e1-f9ce-436b-bab1-512b58c14be1] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[082a90bb-97fe-444a-9f9b-e1556bf14230]}" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b43b45a1-714a-4599-9bf7-06b8acf56eef" "table"="Port_Group" +2021/12/08 17:08:13 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="b43b45a1-714a-4599-9bf7-06b8acf56eef" "table"="Port_Group" "model"="&{UUID:b43b45a1-714a-4599-9bf7-06b8acf56eef ACLs:[927cb104-8293-4ba2-8c58-56cdcc8b5e40 8f230ec8-44dc-4d86-bb98-9e12c5e7faeb] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[082a90bb-97fe-444a-9f9b-e1556bf14230]}" +• +------------------------------ +OVN NetworkPolicy Operations during execution ACL logging for network policies ACL logging for network policies reacts to severity updates + when the namespace features a network policy with a single rule + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/policy_test.go:1980 +STEP: Provisioning the system with an initial empty policy, we know deterministically the names of the default deny ACLs +2021/12/08 17:08:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5fdae461-826e-4ffe-a269-9c6aa423fed4" "table"="Database" +2021/12/08 17:08:15 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5fdae461-826e-4ffe-a269-9c6aa423fed4" "table"="Database" "model"="&{UUID:5fdae461-826e-4ffe-a269-9c6aa423fed4 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6d87cfa5-40a0-4673-aed2-0d218ca87b83" "table"="Database" +2021/12/08 17:08:16 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6d87cfa5-40a0-4673-aed2-0d218ca87b83" "table"="Database" "model"="&{UUID:6d87cfa5-40a0-4673-aed2-0d218ca87b83 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:16.502185 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:16.502613 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:08:16.505780 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:08:16.506602 19465 namespace.go:220] Namespace namespace1: ACL logging is set to deny=alert allow=notice +I1208 17:08:16.506698 19465 namespace.go:186] [namespace1] adding namespace took 597.851µs +I1208 17:08:16.506941 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 4.064238ms +I1208 17:08:16.507348 19465 policy.go:1045] Adding network policy emptyPol in namespace namespace1 +I1208 17:08:16.507642 19465 namespace.go:220] Namespace namespace1: ACL logging is set to deny=alert allow=notice +I1208 17:08:16.610813 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:true match:outport == @a6953372168492035427_ingressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_emptyPol]} priority:1000 severity:{GoSet:[alert]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996616} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427_ingressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996617} {Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:true match:inport == @a6953372168492035427_egressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_emptyPol]} priority:1000 severity:{GoSet:[alert]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996618} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427_egressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996619} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996616} {GoUUID:u2596996617}]} external_ids:{GoMap:map[name:a6953372168492035427_ingressDefaultDeny]} name:a6953372168492035427_ingressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996618} {GoUUID:u2596996619}]} external_ids:{GoMap:map[name:a6953372168492035427_egressDefaultDeny]} name:a6953372168492035427_egressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e223ee5c-af41-4d90-8f08-694950f4015e" "table"="ACL" +2021/12/08 17:08:16 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e223ee5c-af41-4d90-8f08-694950f4015e" "table"="ACL" "model"="&{UUID:e223ee5c-af41-4d90-8f08-694950f4015e Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:true Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc014f6cd40 Name:0xc014f6cd60 Priority:1000 Severity:0xc014f6cd50}" +2021/12/08 17:08:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9eff56f0-a89d-4f74-8bc8-f0802e0a8dde" "table"="ACL" +2021/12/08 17:08:16 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9eff56f0-a89d-4f74-8bc8-f0802e0a8dde" "table"="ACL" "model"="&{UUID:9eff56f0-a89d-4f74-8bc8-f0802e0a8dde Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc014f6cfe0 Name:0xc014f6d000 Priority:1001 Severity:0xc014f6cff0}" +2021/12/08 17:08:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2932ed37-2e63-400d-a876-db553f579fcd" "table"="ACL" +2021/12/08 17:08:16 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2932ed37-2e63-400d-a876-db553f579fcd" "table"="ACL" "model"="&{UUID:2932ed37-2e63-400d-a876-db553f579fcd Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:true Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc014f6d280 Name:0xc014f6d2a0 Priority:1000 Severity:0xc014f6d290}" +2021/12/08 17:08:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0cedd1c9-9090-4e24-8cba-042d25ed2f2a" "table"="ACL" +2021/12/08 17:08:16 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0cedd1c9-9090-4e24-8cba-042d25ed2f2a" "table"="ACL" "model"="&{UUID:0cedd1c9-9090-4e24-8cba-042d25ed2f2a Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc014f6d530 Name:0xc014f6d520 Priority:1001 Severity:0xc014f6d540}" +2021/12/08 17:08:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d425ee53-8ee7-477e-bd0a-bcfe9b36dd90" "table"="Port_Group" +2021/12/08 17:08:16 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d425ee53-8ee7-477e-bd0a-bcfe9b36dd90" "table"="Port_Group" "model"="&{UUID:d425ee53-8ee7-477e-bd0a-bcfe9b36dd90 ACLs:[e223ee5c-af41-4d90-8f08-694950f4015e 9eff56f0-a89d-4f74-8bc8-f0802e0a8dde] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:08:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="19dd8244-0ae7-40d0-a7de-9f146933e9a6" "table"="Port_Group" +2021/12/08 17:08:16 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="19dd8244-0ae7-40d0-a7de-9f146933e9a6" "table"="Port_Group" "model"="&{UUID:19dd8244-0ae7-40d0-a7de-9f146933e9a6 ACLs:[2932ed37-2e63-400d-a876-db553f579fcd 0cedd1c9-9090-4e24-8cba-042d25ed2f2a] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +2021/12/08 17:08:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e223ee5c-af41-4d90-8f08-694950f4015e" "table"="ACL" +2021/12/08 17:08:16 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e223ee5c-af41-4d90-8f08-694950f4015e" "table"="ACL" "model"="&{UUID:e223ee5c-af41-4d90-8f08-694950f4015e Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:true Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc00daf5720 Name:0xc00daf5710 Priority:1000 Severity:0xc00daf5730}" +2021/12/08 17:08:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9eff56f0-a89d-4f74-8bc8-f0802e0a8dde" "table"="ACL" +2021/12/08 17:08:16 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9eff56f0-a89d-4f74-8bc8-f0802e0a8dde" "table"="ACL" "model"="&{UUID:9eff56f0-a89d-4f74-8bc8-f0802e0a8dde Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc00daf5890 Name:0xc00daf5880 Priority:1001 Severity:0xc00daf58a0}" +2021/12/08 17:08:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2932ed37-2e63-400d-a876-db553f579fcd" "table"="ACL" +2021/12/08 17:08:16 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2932ed37-2e63-400d-a876-db553f579fcd" "table"="ACL" "model"="&{UUID:2932ed37-2e63-400d-a876-db553f579fcd Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:true Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc00daf5a00 Name:0xc00daf59f0 Priority:1000 Severity:0xc00daf5a10}" +2021/12/08 17:08:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0cedd1c9-9090-4e24-8cba-042d25ed2f2a" "table"="ACL" +2021/12/08 17:08:16 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0cedd1c9-9090-4e24-8cba-042d25ed2f2a" "table"="ACL" "model"="&{UUID:0cedd1c9-9090-4e24-8cba-042d25ed2f2a Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc00daf5b60 Name:0xc00daf5b80 Priority:1001 Severity:0xc00daf5b70}" +2021/12/08 17:08:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d425ee53-8ee7-477e-bd0a-bcfe9b36dd90" "table"="Port_Group" +2021/12/08 17:08:16 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d425ee53-8ee7-477e-bd0a-bcfe9b36dd90" "table"="Port_Group" "model"="&{UUID:d425ee53-8ee7-477e-bd0a-bcfe9b36dd90 ACLs:[e223ee5c-af41-4d90-8f08-694950f4015e 9eff56f0-a89d-4f74-8bc8-f0802e0a8dde] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:08:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="19dd8244-0ae7-40d0-a7de-9f146933e9a6" "table"="Port_Group" +2021/12/08 17:08:16 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="19dd8244-0ae7-40d0-a7de-9f146933e9a6" "table"="Port_Group" "model"="&{UUID:19dd8244-0ae7-40d0-a7de-9f146933e9a6 ACLs:[2932ed37-2e63-400d-a876-db553f579fcd 0cedd1c9-9090-4e24-8cba-042d25ed2f2a] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +I1208 17:08:16.685009 19465 policy.go:881] ACL logging for network policy emptyPol in namespace namespace1 set to deny=alert, allow=notice +I1208 17:08:16.685413 19465 policy.go:643] Processing NetworkPolicy namespace1/emptyPol to have 0 local pods... +I1208 17:08:16.738625 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[name:namespace1_emptyPol]} name:a2654012528946335924] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ca03c484-788a-4e27-9178-d5e743054e41" "table"="Port_Group" +2021/12/08 17:08:16 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ca03c484-788a-4e27-9178-d5e743054e41" "table"="Port_Group" "model"="&{UUID:ca03c484-788a-4e27-9178-d5e743054e41 ACLs:[] ExternalIDs:map[name:namespace1_emptyPol] Name:a2654012528946335924 Ports:[]}" +2021/12/08 17:08:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ca03c484-788a-4e27-9178-d5e743054e41" "table"="Port_Group" +2021/12/08 17:08:16 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ca03c484-788a-4e27-9178-d5e743054e41" "table"="Port_Group" "model"="&{UUID:ca03c484-788a-4e27-9178-d5e743054e41 ACLs:[] ExternalIDs:map[name:namespace1_emptyPol] Name:a2654012528946335924 Ports:[]}" +I1208 17:08:16.752944 19465 ovn.go:737] Bootstrapping existing policies and cleaning stale policies took 245.746512ms +STEP: Provisioning a new network policy +I1208 17:08:16.762622 19465 policy.go:1045] Adding network policy networkpolicy1 in namespace namespace1 +I1208 17:08:16.763173 19465 namespace.go:220] Namespace namespace1: ACL logging is set to deny=alert allow=notice +I1208 17:08:16.763289 19465 policy.go:881] ACL logging for network policy networkpolicy1 in namespace namespace1 set to deny=alert, allow=notice +I1208 17:08:16.768620 19465 policy.go:643] Processing NetworkPolicy namespace1/networkpolicy1 to have 0 local pods... +I1208 17:08:16.821935 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress]} log:true match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[notice]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996622} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996622}]} external_ids:{GoMap:map[name:namespace1_networkpolicy1]} name:a14195333570786048679] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="694bfb3d-76ee-4545-8fa3-c5a1e7adcccf" "table"="ACL" +2021/12/08 17:08:16 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="694bfb3d-76ee-4545-8fa3-c5a1e7adcccf" "table"="ACL" "model"="&{UUID:694bfb3d-76ee-4545-8fa3-c5a1e7adcccf Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:true Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc052a27090 Name:0xc052a270b0 Priority:1001 Severity:0xc052a270a0}" +2021/12/08 17:08:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c4edd07d-9a6a-4330-98c5-6d38d75b5e8e" "table"="Port_Group" +2021/12/08 17:08:16 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c4edd07d-9a6a-4330-98c5-6d38d75b5e8e" "table"="Port_Group" "model"="&{UUID:c4edd07d-9a6a-4330-98c5-6d38d75b5e8e ACLs:[694bfb3d-76ee-4545-8fa3-c5a1e7adcccf] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[]}" +2021/12/08 17:08:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="694bfb3d-76ee-4545-8fa3-c5a1e7adcccf" "table"="ACL" +2021/12/08 17:08:16 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="694bfb3d-76ee-4545-8fa3-c5a1e7adcccf" "table"="ACL" "model"="&{UUID:694bfb3d-76ee-4545-8fa3-c5a1e7adcccf Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:true Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc06299d460 Name:0xc06299d480 Priority:1001 Severity:0xc06299d470}" +2021/12/08 17:08:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c4edd07d-9a6a-4330-98c5-6d38d75b5e8e" "table"="Port_Group" +2021/12/08 17:08:16 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c4edd07d-9a6a-4330-98c5-6d38d75b5e8e" "table"="Port_Group" "model"="&{UUID:c4edd07d-9a6a-4330-98c5-6d38d75b5e8e ACLs:[694bfb3d-76ee-4545-8fa3-c5a1e7adcccf] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[]}" +STEP: updating the namespace's ACL logging severity +I1208 17:08:16.874865 19465 namespace.go:236] [namespace1] updating namespace +I1208 17:08:16.881982 19465 transact.go:41] Configuring OVN: [{Op:update Table:ACL Row:map[log:true severity:{GoSet:[debug]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {e223ee5c-af41-4d90-8f08-694950f4015e}] Until: Durable: Comment: Lock: UUIDName:} {Op:update Table:ACL Row:map[log:true severity:{GoSet:[debug]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {2932ed37-2e63-400d-a876-db553f579fcd}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e223ee5c-af41-4d90-8f08-694950f4015e" "table"="ACL" +2021/12/08 17:08:16 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="e223ee5c-af41-4d90-8f08-694950f4015e" "table"="ACL" "old"="&{UUID:e223ee5c-af41-4d90-8f08-694950f4015e Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:true Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc0529e5070 Name:0xc0529e5080 Priority:1000 Severity:0xc0529e5090}" "new"="&{UUID:e223ee5c-af41-4d90-8f08-694950f4015e Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:true Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc0529e50f0 Name:0xc0529e5100 Priority:1000 Severity:0xc0529c8590}" +2021/12/08 17:08:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2932ed37-2e63-400d-a876-db553f579fcd" "table"="ACL" +2021/12/08 17:08:16 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2932ed37-2e63-400d-a876-db553f579fcd" "table"="ACL" "old"="&{UUID:2932ed37-2e63-400d-a876-db553f579fcd Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:true Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc0529e5c50 Name:0xc0529e5c60 Priority:1000 Severity:0xc0529e5c70}" "new"="&{UUID:2932ed37-2e63-400d-a876-db553f579fcd Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:true Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc0529e5cd0 Name:0xc0529e5ce0 Priority:1000 Severity:0xc0529c8630}" +2021/12/08 17:08:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2932ed37-2e63-400d-a876-db553f579fcd" "table"="ACL" +2021/12/08 17:08:16 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2932ed37-2e63-400d-a876-db553f579fcd" "table"="ACL" "old"="&{UUID:2932ed37-2e63-400d-a876-db553f579fcd Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:true Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc052ae5790 Name:0xc052ae57a0 Priority:1000 Severity:0xc052ae57b0}" "new"="&{UUID:2932ed37-2e63-400d-a876-db553f579fcd Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:true Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc052ae5810 Name:0xc052ae5820 Priority:1000 Severity:0xc00ea05730}" +2021/12/08 17:08:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e223ee5c-af41-4d90-8f08-694950f4015e" "table"="ACL" +2021/12/08 17:08:16 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="e223ee5c-af41-4d90-8f08-694950f4015e" "table"="ACL" "old"="&{UUID:e223ee5c-af41-4d90-8f08-694950f4015e Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:true Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc052ae5bd0 Name:0xc052ae5be0 Priority:1000 Severity:0xc052ae5bf0}" "new"="&{UUID:e223ee5c-af41-4d90-8f08-694950f4015e Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:true Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc052ae5c50 Name:0xc052ae5c60 Priority:1000 Severity:0xc00ea05790}" +I1208 17:08:16.920403 19465 transact.go:41] Configuring OVN: [{Op:update Table:ACL Row:map[log:true severity:{GoSet:[debug]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {694bfb3d-76ee-4545-8fa3-c5a1e7adcccf}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="694bfb3d-76ee-4545-8fa3-c5a1e7adcccf" "table"="ACL" +2021/12/08 17:08:16 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="694bfb3d-76ee-4545-8fa3-c5a1e7adcccf" "table"="ACL" "old"="&{UUID:694bfb3d-76ee-4545-8fa3-c5a1e7adcccf Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:true Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc052b19ab0 Name:0xc052b19ac0 Priority:1001 Severity:0xc052b19ad0}" "new"="&{UUID:694bfb3d-76ee-4545-8fa3-c5a1e7adcccf Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:true Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc052b19c20 Name:0xc052b19c30 Priority:1001 Severity:0xc0529c8b50}" +2021/12/08 17:08:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="694bfb3d-76ee-4545-8fa3-c5a1e7adcccf" "table"="ACL" +2021/12/08 17:08:16 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="694bfb3d-76ee-4545-8fa3-c5a1e7adcccf" "table"="ACL" "old"="&{UUID:694bfb3d-76ee-4545-8fa3-c5a1e7adcccf Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:true Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc052b26800 Name:0xc052b26810 Priority:1001 Severity:0xc052b26820}" "new"="&{UUID:694bfb3d-76ee-4545-8fa3-c5a1e7adcccf Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:true Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc052b26970 Name:0xc052b26980 Priority:1001 Severity:0xc0529c8d70}" +I1208 17:08:16.944696 19465 policy.go:311] ACL for network policy: networkpolicy1, updated to new log level: debug +I1208 17:08:16.944962 19465 policy.go:311] ACL for network policy: emptyPol, updated to new log level: debug +I1208 17:08:16.945123 19465 namespace.go:311] Namespace namespace1: ACL logging setting updated to deny=debug allow=debug +• +------------------------------ +OVN NetworkPolicy Operations during execution ACL logging for network policies ACL logging for network policies reacts to severity updates + when the namespace features *multiple* network policies with a single rule + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/policy_test.go:1982 +STEP: Provisioning the system with an initial empty policy, we know deterministically the names of the default deny ACLs +2021/12/08 17:08:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="34b7c4f9-14be-4e62-af19-a60cd9c61dc6" "table"="Database" +2021/12/08 17:08:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="34b7c4f9-14be-4e62-af19-a60cd9c61dc6" "table"="Database" "model"="&{UUID:34b7c4f9-14be-4e62-af19-a60cd9c61dc6 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="42924bf2-9de6-4518-bcfe-8401fb4806c0" "table"="Database" +2021/12/08 17:08:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="42924bf2-9de6-4518-bcfe-8401fb4806c0" "table"="Database" "model"="&{UUID:42924bf2-9de6-4518-bcfe-8401fb4806c0 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:17.728183 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:17.728825 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:08:17.732204 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:08:17.732918 19465 namespace.go:220] Namespace namespace1: ACL logging is set to deny=alert allow=notice +I1208 17:08:17.733081 19465 namespace.go:186] [namespace1] adding namespace took 532.607µs +I1208 17:08:17.733353 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 4.012812ms +I1208 17:08:17.733798 19465 policy.go:1045] Adding network policy emptyPol in namespace namespace1 +I1208 17:08:17.734047 19465 namespace.go:220] Namespace namespace1: ACL logging is set to deny=alert allow=notice +I1208 17:08:17.837340 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:true match:outport == @a6953372168492035427_ingressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_emptyPol]} priority:1000 severity:{GoSet:[alert]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996639} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427_ingressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996640} {Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:true match:inport == @a6953372168492035427_egressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_emptyPol]} priority:1000 severity:{GoSet:[alert]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996641} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427_egressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996642} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996639} {GoUUID:u2596996640}]} external_ids:{GoMap:map[name:a6953372168492035427_ingressDefaultDeny]} name:a6953372168492035427_ingressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996641} {GoUUID:u2596996642}]} external_ids:{GoMap:map[name:a6953372168492035427_egressDefaultDeny]} name:a6953372168492035427_egressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1c124248-f9b9-4c7e-9488-91ff8f45db9a" "table"="ACL" +2021/12/08 17:08:17 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1c124248-f9b9-4c7e-9488-91ff8f45db9a" "table"="ACL" "model"="&{UUID:1c124248-f9b9-4c7e-9488-91ff8f45db9a Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:true Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc0619b8030 Name:0xc0619b8040 Priority:1000 Severity:0xc0619b8020}" +2021/12/08 17:08:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="82eaf4f1-5512-4168-ada4-13136753e628" "table"="ACL" +2021/12/08 17:08:17 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="82eaf4f1-5512-4168-ada4-13136753e628" "table"="ACL" "model"="&{UUID:82eaf4f1-5512-4168-ada4-13136753e628 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc0619b82d0 Name:0xc0619b82e0 Priority:1001 Severity:0xc0619b82c0}" +2021/12/08 17:08:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="65612ecf-97ac-4a2b-80d1-4af911ea9362" "table"="ACL" +2021/12/08 17:08:17 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="65612ecf-97ac-4a2b-80d1-4af911ea9362" "table"="ACL" "model"="&{UUID:65612ecf-97ac-4a2b-80d1-4af911ea9362 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:true Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc0619b8560 Name:0xc0619b8570 Priority:1000 Severity:0xc0619b8580}" +2021/12/08 17:08:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3c123626-d2a7-4222-a34f-d4cb4573693e" "table"="ACL" +2021/12/08 17:08:17 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3c123626-d2a7-4222-a34f-d4cb4573693e" "table"="ACL" "model"="&{UUID:3c123626-d2a7-4222-a34f-d4cb4573693e Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc0619b8810 Name:0xc0619b8820 Priority:1001 Severity:0xc0619b8800}" +2021/12/08 17:08:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5b29ef4a-eb42-4c9e-8e63-437533c35a89" "table"="Port_Group" +2021/12/08 17:08:17 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5b29ef4a-eb42-4c9e-8e63-437533c35a89" "table"="Port_Group" "model"="&{UUID:5b29ef4a-eb42-4c9e-8e63-437533c35a89 ACLs:[1c124248-f9b9-4c7e-9488-91ff8f45db9a 82eaf4f1-5512-4168-ada4-13136753e628] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:08:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="98a1d102-84da-40fd-be91-4983821231b1" "table"="Port_Group" +2021/12/08 17:08:17 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="98a1d102-84da-40fd-be91-4983821231b1" "table"="Port_Group" "model"="&{UUID:98a1d102-84da-40fd-be91-4983821231b1 ACLs:[65612ecf-97ac-4a2b-80d1-4af911ea9362 3c123626-d2a7-4222-a34f-d4cb4573693e] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +2021/12/08 17:08:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5b29ef4a-eb42-4c9e-8e63-437533c35a89" "table"="Port_Group" +2021/12/08 17:08:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5b29ef4a-eb42-4c9e-8e63-437533c35a89" "table"="Port_Group" "model"="&{UUID:5b29ef4a-eb42-4c9e-8e63-437533c35a89 ACLs:[1c124248-f9b9-4c7e-9488-91ff8f45db9a 82eaf4f1-5512-4168-ada4-13136753e628] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:08:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="98a1d102-84da-40fd-be91-4983821231b1" "table"="Port_Group" +2021/12/08 17:08:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="98a1d102-84da-40fd-be91-4983821231b1" "table"="Port_Group" "model"="&{UUID:98a1d102-84da-40fd-be91-4983821231b1 ACLs:[65612ecf-97ac-4a2b-80d1-4af911ea9362 3c123626-d2a7-4222-a34f-d4cb4573693e] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +2021/12/08 17:08:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3c123626-d2a7-4222-a34f-d4cb4573693e" "table"="ACL" +2021/12/08 17:08:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3c123626-d2a7-4222-a34f-d4cb4573693e" "table"="ACL" "model"="&{UUID:3c123626-d2a7-4222-a34f-d4cb4573693e Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc061a3e4d0 Name:0xc061a3e4e0 Priority:1001 Severity:0xc061a3e4c0}" +2021/12/08 17:08:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1c124248-f9b9-4c7e-9488-91ff8f45db9a" "table"="ACL" +2021/12/08 17:08:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1c124248-f9b9-4c7e-9488-91ff8f45db9a" "table"="ACL" "model"="&{UUID:1c124248-f9b9-4c7e-9488-91ff8f45db9a Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:true Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc061a3e650 Name:0xc061a3e630 Priority:1000 Severity:0xc061a3e640}" +2021/12/08 17:08:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="82eaf4f1-5512-4168-ada4-13136753e628" "table"="ACL" +2021/12/08 17:08:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="82eaf4f1-5512-4168-ada4-13136753e628" "table"="ACL" "model"="&{UUID:82eaf4f1-5512-4168-ada4-13136753e628 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc061a3e7a0 Name:0xc061a3e7b0 Priority:1001 Severity:0xc061a3e7c0}" +2021/12/08 17:08:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="65612ecf-97ac-4a2b-80d1-4af911ea9362" "table"="ACL" +2021/12/08 17:08:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="65612ecf-97ac-4a2b-80d1-4af911ea9362" "table"="ACL" "model"="&{UUID:65612ecf-97ac-4a2b-80d1-4af911ea9362 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:true Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc061a3e930 Name:0xc061a3e910 Priority:1000 Severity:0xc061a3e920}" +I1208 17:08:17.909536 19465 policy.go:881] ACL logging for network policy emptyPol in namespace namespace1 set to deny=alert, allow=notice +I1208 17:08:17.909909 19465 policy.go:643] Processing NetworkPolicy namespace1/emptyPol to have 0 local pods... +I1208 17:08:17.963796 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[name:namespace1_emptyPol]} name:a2654012528946335924] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="038cecb5-eb77-447c-ad29-424702c945d0" "table"="Port_Group" +2021/12/08 17:08:17 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="038cecb5-eb77-447c-ad29-424702c945d0" "table"="Port_Group" "model"="&{UUID:038cecb5-eb77-447c-ad29-424702c945d0 ACLs:[] ExternalIDs:map[name:namespace1_emptyPol] Name:a2654012528946335924 Ports:[]}" +2021/12/08 17:08:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="038cecb5-eb77-447c-ad29-424702c945d0" "table"="Port_Group" +2021/12/08 17:08:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="038cecb5-eb77-447c-ad29-424702c945d0" "table"="Port_Group" "model"="&{UUID:038cecb5-eb77-447c-ad29-424702c945d0 ACLs:[] ExternalIDs:map[name:namespace1_emptyPol] Name:a2654012528946335924 Ports:[]}" +I1208 17:08:17.979081 19465 ovn.go:737] Bootstrapping existing policies and cleaning stale policies took 245.421073ms +STEP: Provisioning a new network policy +STEP: Provisioning a new network policy +I1208 17:08:17.989338 19465 policy.go:1045] Adding network policy networkpolicy1 in namespace namespace1 +I1208 17:08:17.990068 19465 namespace.go:220] Namespace namespace1: ACL logging is set to deny=alert allow=notice +I1208 17:08:17.990212 19465 policy.go:881] ACL logging for network policy networkpolicy1 in namespace namespace1 set to deny=alert, allow=notice +I1208 17:08:17.996706 19465 policy.go:643] Processing NetworkPolicy namespace1/networkpolicy1 to have 0 local pods... +I1208 17:08:18.050470 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress]} log:true match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[notice]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996647} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996647}]} external_ids:{GoMap:map[name:namespace1_networkpolicy1]} name:a14195333570786048679] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:18 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1662f90b-f702-45c0-88d5-636032e7803d" "table"="ACL" +2021/12/08 17:08:18 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1662f90b-f702-45c0-88d5-636032e7803d" "table"="ACL" "model"="&{UUID:1662f90b-f702-45c0-88d5-636032e7803d Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:true Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc061ee2d10 Name:0xc061ee2d20 Priority:1001 Severity:0xc061ee2d30}" +2021/12/08 17:08:18 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="82ee9d6e-2cd8-47a1-af66-eba937ba3719" "table"="Port_Group" +2021/12/08 17:08:18 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="82ee9d6e-2cd8-47a1-af66-eba937ba3719" "table"="Port_Group" "model"="&{UUID:82ee9d6e-2cd8-47a1-af66-eba937ba3719 ACLs:[1662f90b-f702-45c0-88d5-636032e7803d] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[]}" +2021/12/08 17:08:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1662f90b-f702-45c0-88d5-636032e7803d" "table"="ACL" +2021/12/08 17:08:18 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1662f90b-f702-45c0-88d5-636032e7803d" "table"="ACL" "model"="&{UUID:1662f90b-f702-45c0-88d5-636032e7803d Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:true Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc061efc620 Name:0xc061efc630 Priority:1001 Severity:0xc061efc640}" +2021/12/08 17:08:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="82ee9d6e-2cd8-47a1-af66-eba937ba3719" "table"="Port_Group" +2021/12/08 17:08:18 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="82ee9d6e-2cd8-47a1-af66-eba937ba3719" "table"="Port_Group" "model"="&{UUID:82ee9d6e-2cd8-47a1-af66-eba937ba3719 ACLs:[1662f90b-f702-45c0-88d5-636032e7803d] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[]}" +I1208 17:08:18.083514 19465 policy.go:1045] Adding network policy networkpolicy2 in namespace namespace1 +I1208 17:08:18.083931 19465 namespace.go:220] Namespace namespace1: ACL logging is set to deny=alert allow=notice +I1208 17:08:18.084051 19465 policy.go:881] ACL logging for network policy networkpolicy2 in namespace namespace1 set to deny=alert, allow=notice +I1208 17:08:18.090316 19465 policy.go:643] Processing NetworkPolicy namespace1/networkpolicy2 to have 0 local pods... +I1208 17:08:18.144452 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy2 policy_type:Egress]} log:true match:ip4.dst == {$a4393725021946745807} && inport == @a14195334670297676890 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy2_0]} priority:1001 severity:{GoSet:[notice]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996648} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996648}]} external_ids:{GoMap:map[name:namespace1_networkpolicy2]} name:a14195334670297676890] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:18 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f080fa45-fc6d-443d-86c2-611db07371a9" "table"="ACL" +2021/12/08 17:08:18 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f080fa45-fc6d-443d-86c2-611db07371a9" "table"="ACL" "model"="&{UUID:f080fa45-fc6d-443d-86c2-611db07371a9 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy2 policy_type:Egress] Label:0 Log:true Match:ip4.dst == {$a4393725021946745807} && inport == @a14195334670297676890 Meter:0xc062028ed0 Name:0xc062028ee0 Priority:1001 Severity:0xc062028ef0}" +2021/12/08 17:08:18 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3160f07d-b65a-44ff-84aa-91267c4bde6f" "table"="Port_Group" +2021/12/08 17:08:18 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3160f07d-b65a-44ff-84aa-91267c4bde6f" "table"="Port_Group" "model"="&{UUID:3160f07d-b65a-44ff-84aa-91267c4bde6f ACLs:[f080fa45-fc6d-443d-86c2-611db07371a9] ExternalIDs:map[name:namespace1_networkpolicy2] Name:a14195334670297676890 Ports:[]}" +2021/12/08 17:08:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3160f07d-b65a-44ff-84aa-91267c4bde6f" "table"="Port_Group" +2021/12/08 17:08:18 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3160f07d-b65a-44ff-84aa-91267c4bde6f" "table"="Port_Group" "model"="&{UUID:3160f07d-b65a-44ff-84aa-91267c4bde6f ACLs:[f080fa45-fc6d-443d-86c2-611db07371a9] ExternalIDs:map[name:namespace1_networkpolicy2] Name:a14195334670297676890 Ports:[]}" +2021/12/08 17:08:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f080fa45-fc6d-443d-86c2-611db07371a9" "table"="ACL" +2021/12/08 17:08:18 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f080fa45-fc6d-443d-86c2-611db07371a9" "table"="ACL" "model"="&{UUID:f080fa45-fc6d-443d-86c2-611db07371a9 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy2 policy_type:Egress] Label:0 Log:true Match:ip4.dst == {$a4393725021946745807} && inport == @a14195334670297676890 Meter:0xc0629f0140 Name:0xc0629f0150 Priority:1001 Severity:0xc0629f0160}" +STEP: updating the namespace's ACL logging severity +I1208 17:08:18.201931 19465 namespace.go:236] [namespace1] updating namespace +I1208 17:08:18.214585 19465 transact.go:41] Configuring OVN: [{Op:update Table:ACL Row:map[log:true severity:{GoSet:[debug]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {1c124248-f9b9-4c7e-9488-91ff8f45db9a}] Until: Durable: Comment: Lock: UUIDName:} {Op:update Table:ACL Row:map[log:true severity:{GoSet:[debug]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {65612ecf-97ac-4a2b-80d1-4af911ea9362}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:18 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1c124248-f9b9-4c7e-9488-91ff8f45db9a" "table"="ACL" +2021/12/08 17:08:18 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1c124248-f9b9-4c7e-9488-91ff8f45db9a" "table"="ACL" "old"="&{UUID:1c124248-f9b9-4c7e-9488-91ff8f45db9a Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:true Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc0112aac90 Name:0xc0112aaca0 Priority:1000 Severity:0xc0112aacb0}" "new"="&{UUID:1c124248-f9b9-4c7e-9488-91ff8f45db9a Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:true Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc0112aad10 Name:0xc0112aad20 Priority:1000 Severity:0xc00b9415f0}" +2021/12/08 17:08:18 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="65612ecf-97ac-4a2b-80d1-4af911ea9362" "table"="ACL" +2021/12/08 17:08:18 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="65612ecf-97ac-4a2b-80d1-4af911ea9362" "table"="ACL" "old"="&{UUID:65612ecf-97ac-4a2b-80d1-4af911ea9362 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:true Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc0112aba00 Name:0xc0112aba10 Priority:1000 Severity:0xc0112aba20}" "new"="&{UUID:65612ecf-97ac-4a2b-80d1-4af911ea9362 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:true Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc0112aba80 Name:0xc0112aba90 Priority:1000 Severity:0xc00b941690}" +2021/12/08 17:08:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1c124248-f9b9-4c7e-9488-91ff8f45db9a" "table"="ACL" +2021/12/08 17:08:18 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1c124248-f9b9-4c7e-9488-91ff8f45db9a" "table"="ACL" "old"="&{UUID:1c124248-f9b9-4c7e-9488-91ff8f45db9a Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:true Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc063acb5a0 Name:0xc063acb5b0 Priority:1000 Severity:0xc063acb5c0}" "new"="&{UUID:1c124248-f9b9-4c7e-9488-91ff8f45db9a Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:true Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc063acb620 Name:0xc063acb630 Priority:1000 Severity:0xc062048ed0}" +2021/12/08 17:08:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="65612ecf-97ac-4a2b-80d1-4af911ea9362" "table"="ACL" +2021/12/08 17:08:18 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="65612ecf-97ac-4a2b-80d1-4af911ea9362" "table"="ACL" "old"="&{UUID:65612ecf-97ac-4a2b-80d1-4af911ea9362 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:true Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc063acb9e0 Name:0xc063acb9f0 Priority:1000 Severity:0xc063acba00}" "new"="&{UUID:65612ecf-97ac-4a2b-80d1-4af911ea9362 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:true Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc063acba60 Name:0xc063acba70 Priority:1000 Severity:0xc062048f30}" +I1208 17:08:18.252263 19465 policy.go:311] ACL for network policy: emptyPol, updated to new log level: debug +I1208 17:08:18.256322 19465 transact.go:41] Configuring OVN: [{Op:update Table:ACL Row:map[log:true severity:{GoSet:[debug]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {1662f90b-f702-45c0-88d5-636032e7803d}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:18 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1662f90b-f702-45c0-88d5-636032e7803d" "table"="ACL" +2021/12/08 17:08:18 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1662f90b-f702-45c0-88d5-636032e7803d" "table"="ACL" "old"="&{UUID:1662f90b-f702-45c0-88d5-636032e7803d Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:true Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc064711120 Name:0xc064711130 Priority:1001 Severity:0xc064711140}" "new"="&{UUID:1662f90b-f702-45c0-88d5-636032e7803d Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:true Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc064711290 Name:0xc0647112a0 Priority:1001 Severity:0xc00b941ab0}" +2021/12/08 17:08:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1662f90b-f702-45c0-88d5-636032e7803d" "table"="ACL" +2021/12/08 17:08:18 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1662f90b-f702-45c0-88d5-636032e7803d" "table"="ACL" "old"="&{UUID:1662f90b-f702-45c0-88d5-636032e7803d Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:true Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc063adc9c0 Name:0xc063adc9d0 Priority:1001 Severity:0xc063adc9e0}" "new"="&{UUID:1662f90b-f702-45c0-88d5-636032e7803d Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:true Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc063adcb30 Name:0xc063adcb40 Priority:1001 Severity:0xc062049110}" +I1208 17:08:18.281863 19465 policy.go:311] ACL for network policy: networkpolicy1, updated to new log level: debug +I1208 17:08:18.285999 19465 transact.go:41] Configuring OVN: [{Op:update Table:ACL Row:map[log:true severity:{GoSet:[debug]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {f080fa45-fc6d-443d-86c2-611db07371a9}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:18 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f080fa45-fc6d-443d-86c2-611db07371a9" "table"="ACL" +2021/12/08 17:08:18 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f080fa45-fc6d-443d-86c2-611db07371a9" "table"="ACL" "old"="&{UUID:f080fa45-fc6d-443d-86c2-611db07371a9 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy2 policy_type:Egress] Label:0 Log:true Match:ip4.dst == {$a4393725021946745807} && inport == @a14195334670297676890 Meter:0xc062a74310 Name:0xc062a74320 Priority:1001 Severity:0xc062a74330}" "new"="&{UUID:f080fa45-fc6d-443d-86c2-611db07371a9 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy2 policy_type:Egress] Label:0 Log:true Match:ip4.dst == {$a4393725021946745807} && inport == @a14195334670297676890 Meter:0xc062a74480 Name:0xc062a74490 Priority:1001 Severity:0xc05f7b6c50}" +2021/12/08 17:08:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f080fa45-fc6d-443d-86c2-611db07371a9" "table"="ACL" +2021/12/08 17:08:18 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f080fa45-fc6d-443d-86c2-611db07371a9" "table"="ACL" "old"="&{UUID:f080fa45-fc6d-443d-86c2-611db07371a9 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy2 policy_type:Egress] Label:0 Log:true Match:ip4.dst == {$a4393725021946745807} && inport == @a14195334670297676890 Meter:0xc064711e80 Name:0xc064711e90 Priority:1001 Severity:0xc064711ea0}" "new"="&{UUID:f080fa45-fc6d-443d-86c2-611db07371a9 Action:allow-related Direction:to-lport ExternalIDs:map[Egress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy2 policy_type:Egress] Label:0 Log:true Match:ip4.dst == {$a4393725021946745807} && inport == @a14195334670297676890 Meter:0xc064711ff0 Name:0xc06473c000 Priority:1001 Severity:0xc00b941cd0}" +I1208 17:08:18.312751 19465 policy.go:311] ACL for network policy: networkpolicy2, updated to new log level: debug +I1208 17:08:18.312983 19465 namespace.go:311] Namespace namespace1: ACL logging setting updated to deny=debug allow=debug +• +------------------------------ +OVN NetworkPolicy Operations during execution ACL logging for network policies ACL logging for network policies reacts to severity updates + when the namespace features a network policy with *multiple* rules + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/policy_test.go:1985 +STEP: Provisioning the system with an initial empty policy, we know deterministically the names of the default deny ACLs +2021/12/08 17:08:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7b7f3ae9-d214-48ae-802f-65252b40fd02" "table"="Database" +2021/12/08 17:08:18 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7b7f3ae9-d214-48ae-802f-65252b40fd02" "table"="Database" "model"="&{UUID:7b7f3ae9-d214-48ae-802f-65252b40fd02 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="fd1bef5b-5dc9-4e42-96c3-e954d0c58e8c" "table"="Database" +2021/12/08 17:08:18 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="fd1bef5b-5dc9-4e42-96c3-e954d0c58e8c" "table"="Database" "model"="&{UUID:fd1bef5b-5dc9-4e42-96c3-e954d0c58e8c Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:19.066521 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:19.066943 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:08:19.070580 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:08:19.071347 19465 namespace.go:220] Namespace namespace1: ACL logging is set to deny=alert allow=notice +I1208 17:08:19.071424 19465 namespace.go:186] [namespace1] adding namespace took 434.037µs +I1208 17:08:19.071658 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 4.375235ms +I1208 17:08:19.072078 19465 policy.go:1045] Adding network policy emptyPol in namespace namespace1 +I1208 17:08:19.072320 19465 namespace.go:220] Namespace namespace1: ACL logging is set to deny=alert allow=notice +I1208 17:08:19.175918 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:true match:outport == @a6953372168492035427_ingressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_emptyPol]} priority:1000 severity:{GoSet:[alert]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996667} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427_ingressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996668} {Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:true match:inport == @a6953372168492035427_egressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_emptyPol]} priority:1000 severity:{GoSet:[alert]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996669} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427_egressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996670} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996667} {GoUUID:u2596996668}]} external_ids:{GoMap:map[name:a6953372168492035427_ingressDefaultDeny]} name:a6953372168492035427_ingressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996669} {GoUUID:u2596996670}]} external_ids:{GoMap:map[name:a6953372168492035427_egressDefaultDeny]} name:a6953372168492035427_egressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8c4dcb9c-7a54-4f6d-9219-74e3d962db36" "table"="ACL" +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8c4dcb9c-7a54-4f6d-9219-74e3d962db36" "table"="ACL" "model"="&{UUID:8c4dcb9c-7a54-4f6d-9219-74e3d962db36 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:true Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc077751c10 Name:0xc077751c20 Priority:1000 Severity:0xc077751c30}" +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="eac913a3-60a8-46db-93c6-f96421e5eb0f" "table"="ACL" +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="eac913a3-60a8-46db-93c6-f96421e5eb0f" "table"="ACL" "model"="&{UUID:eac913a3-60a8-46db-93c6-f96421e5eb0f Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc077751eb0 Name:0xc077751ec0 Priority:1001 Severity:0xc077751ed0}" +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f6606085-291b-4c3b-b858-5826375f8f0b" "table"="ACL" +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f6606085-291b-4c3b-b858-5826375f8f0b" "table"="ACL" "model"="&{UUID:f6606085-291b-4c3b-b858-5826375f8f0b Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:true Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc07776c150 Name:0xc07776c160 Priority:1000 Severity:0xc07776c170}" +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a5860c58-ef6a-4e02-bf87-2b7483966c42" "table"="ACL" +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a5860c58-ef6a-4e02-bf87-2b7483966c42" "table"="ACL" "model"="&{UUID:a5860c58-ef6a-4e02-bf87-2b7483966c42 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc07776c3f0 Name:0xc07776c400 Priority:1001 Severity:0xc07776c410}" +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="59f32128-c5f6-4133-ba2f-67b5543f690d" "table"="Port_Group" +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="59f32128-c5f6-4133-ba2f-67b5543f690d" "table"="Port_Group" "model"="&{UUID:59f32128-c5f6-4133-ba2f-67b5543f690d ACLs:[8c4dcb9c-7a54-4f6d-9219-74e3d962db36 eac913a3-60a8-46db-93c6-f96421e5eb0f] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7dc51c0a-c312-41a0-b2ff-1db92a4818e1" "table"="Port_Group" +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7dc51c0a-c312-41a0-b2ff-1db92a4818e1" "table"="Port_Group" "model"="&{UUID:7dc51c0a-c312-41a0-b2ff-1db92a4818e1 ACLs:[f6606085-291b-4c3b-b858-5826375f8f0b a5860c58-ef6a-4e02-bf87-2b7483966c42] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8c4dcb9c-7a54-4f6d-9219-74e3d962db36" "table"="ACL" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8c4dcb9c-7a54-4f6d-9219-74e3d962db36" "table"="ACL" "model"="&{UUID:8c4dcb9c-7a54-4f6d-9219-74e3d962db36 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:true Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc075e73cd0 Name:0xc075e73ce0 Priority:1000 Severity:0xc075e73cf0}" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="eac913a3-60a8-46db-93c6-f96421e5eb0f" "table"="ACL" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="eac913a3-60a8-46db-93c6-f96421e5eb0f" "table"="ACL" "model"="&{UUID:eac913a3-60a8-46db-93c6-f96421e5eb0f Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc075e73e40 Name:0xc075e73e50 Priority:1001 Severity:0xc075e73e60}" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f6606085-291b-4c3b-b858-5826375f8f0b" "table"="ACL" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f6606085-291b-4c3b-b858-5826375f8f0b" "table"="ACL" "model"="&{UUID:f6606085-291b-4c3b-b858-5826375f8f0b Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:true Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc075e73fb0 Name:0xc075e73fc0 Priority:1000 Severity:0xc075e73fd0}" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a5860c58-ef6a-4e02-bf87-2b7483966c42" "table"="ACL" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a5860c58-ef6a-4e02-bf87-2b7483966c42" "table"="ACL" "model"="&{UUID:a5860c58-ef6a-4e02-bf87-2b7483966c42 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc077c92120 Name:0xc077c92130 Priority:1001 Severity:0xc077c92140}" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="59f32128-c5f6-4133-ba2f-67b5543f690d" "table"="Port_Group" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="59f32128-c5f6-4133-ba2f-67b5543f690d" "table"="Port_Group" "model"="&{UUID:59f32128-c5f6-4133-ba2f-67b5543f690d ACLs:[8c4dcb9c-7a54-4f6d-9219-74e3d962db36 eac913a3-60a8-46db-93c6-f96421e5eb0f] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7dc51c0a-c312-41a0-b2ff-1db92a4818e1" "table"="Port_Group" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7dc51c0a-c312-41a0-b2ff-1db92a4818e1" "table"="Port_Group" "model"="&{UUID:7dc51c0a-c312-41a0-b2ff-1db92a4818e1 ACLs:[f6606085-291b-4c3b-b858-5826375f8f0b a5860c58-ef6a-4e02-bf87-2b7483966c42] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +I1208 17:08:19.248369 19465 policy.go:881] ACL logging for network policy emptyPol in namespace namespace1 set to deny=alert, allow=notice +I1208 17:08:19.248741 19465 policy.go:643] Processing NetworkPolicy namespace1/emptyPol to have 0 local pods... +I1208 17:08:19.302654 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Port_Group Row:map[external_ids:{GoMap:map[name:namespace1_emptyPol]} name:a2654012528946335924] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="61e41be4-721e-4c87-b5d4-f66d26d049ca" "table"="Port_Group" +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="61e41be4-721e-4c87-b5d4-f66d26d049ca" "table"="Port_Group" "model"="&{UUID:61e41be4-721e-4c87-b5d4-f66d26d049ca ACLs:[] ExternalIDs:map[name:namespace1_emptyPol] Name:a2654012528946335924 Ports:[]}" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="61e41be4-721e-4c87-b5d4-f66d26d049ca" "table"="Port_Group" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="61e41be4-721e-4c87-b5d4-f66d26d049ca" "table"="Port_Group" "model"="&{UUID:61e41be4-721e-4c87-b5d4-f66d26d049ca ACLs:[] ExternalIDs:map[name:namespace1_emptyPol] Name:a2654012528946335924 Ports:[]}" +I1208 17:08:19.315231 19465 ovn.go:737] Bootstrapping existing policies and cleaning stale policies took 243.274017ms +STEP: Provisioning a new network policy +I1208 17:08:19.325414 19465 policy.go:1045] Adding network policy networkpolicy3 in namespace namespace1 +I1208 17:08:19.325965 19465 namespace.go:220] Namespace namespace1: ACL logging is set to deny=alert allow=notice +I1208 17:08:19.326076 19465 policy.go:881] ACL logging for network policy networkpolicy3 in namespace namespace1 set to deny=alert, allow=notice +I1208 17:08:19.336829 19465 policy.go:643] Processing NetworkPolicy namespace1/networkpolicy3 to have 0 local pods... +I1208 17:08:19.390960 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy3 policy_type:Ingress]} log:true match:ip4.src == {$a2870528195990935472} && outport == @a14195335769809305101 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy3_0]} priority:1001 severity:{GoSet:[notice]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996674} {Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Ingress_num:1 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy3 policy_type:Ingress]} log:true match:ip4.src == {$a5809995518535678177} && outport == @a14195335769809305101 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy3_1]} priority:1001 severity:{GoSet:[notice]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996675} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996674} {GoUUID:u2596996675}]} external_ids:{GoMap:map[name:namespace1_networkpolicy3]} name:a14195335769809305101] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c7f4d37b-dad1-4ae3-b2cf-fc262f3ca17f" "table"="ACL" +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c7f4d37b-dad1-4ae3-b2cf-fc262f3ca17f" "table"="ACL" "model"="&{UUID:c7f4d37b-dad1-4ae3-b2cf-fc262f3ca17f Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy3 policy_type:Ingress] Label:0 Log:true Match:ip4.src == {$a2870528195990935472} && outport == @a14195335769809305101 Meter:0xc06672bbd0 Name:0xc06672bbe0 Priority:1001 Severity:0xc06672bbf0}" +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5e0193ad-c3ed-41eb-8833-619292f44ea1" "table"="ACL" +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5e0193ad-c3ed-41eb-8833-619292f44ea1" "table"="ACL" "model"="&{UUID:5e0193ad-c3ed-41eb-8833-619292f44ea1 Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:1 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy3 policy_type:Ingress] Label:0 Log:true Match:ip4.src == {$a5809995518535678177} && outport == @a14195335769809305101 Meter:0xc06675c0a0 Name:0xc06675c0b0 Priority:1001 Severity:0xc06675c0c0}" +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4472b1d5-9e41-48d9-9034-97b22401a087" "table"="Port_Group" +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4472b1d5-9e41-48d9-9034-97b22401a087" "table"="Port_Group" "model"="&{UUID:4472b1d5-9e41-48d9-9034-97b22401a087 ACLs:[c7f4d37b-dad1-4ae3-b2cf-fc262f3ca17f 5e0193ad-c3ed-41eb-8833-619292f44ea1] ExternalIDs:map[name:namespace1_networkpolicy3] Name:a14195335769809305101 Ports:[]}" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c7f4d37b-dad1-4ae3-b2cf-fc262f3ca17f" "table"="ACL" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c7f4d37b-dad1-4ae3-b2cf-fc262f3ca17f" "table"="ACL" "model"="&{UUID:c7f4d37b-dad1-4ae3-b2cf-fc262f3ca17f Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy3 policy_type:Ingress] Label:0 Log:true Match:ip4.src == {$a2870528195990935472} && outport == @a14195335769809305101 Meter:0xc00dcbe3a0 Name:0xc00dcbe3b0 Priority:1001 Severity:0xc00dcbe3c0}" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5e0193ad-c3ed-41eb-8833-619292f44ea1" "table"="ACL" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5e0193ad-c3ed-41eb-8833-619292f44ea1" "table"="ACL" "model"="&{UUID:5e0193ad-c3ed-41eb-8833-619292f44ea1 Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:1 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy3 policy_type:Ingress] Label:0 Log:true Match:ip4.src == {$a5809995518535678177} && outport == @a14195335769809305101 Meter:0xc00dcbe6a0 Name:0xc00dcbe6b0 Priority:1001 Severity:0xc00dcbe6c0}" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4472b1d5-9e41-48d9-9034-97b22401a087" "table"="Port_Group" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4472b1d5-9e41-48d9-9034-97b22401a087" "table"="Port_Group" "model"="&{UUID:4472b1d5-9e41-48d9-9034-97b22401a087 ACLs:[c7f4d37b-dad1-4ae3-b2cf-fc262f3ca17f 5e0193ad-c3ed-41eb-8833-619292f44ea1] ExternalIDs:map[name:namespace1_networkpolicy3] Name:a14195335769809305101 Ports:[]}" +STEP: updating the namespace's ACL logging severity +I1208 17:08:19.445329 19465 namespace.go:236] [namespace1] updating namespace +I1208 17:08:19.453215 19465 transact.go:41] Configuring OVN: [{Op:update Table:ACL Row:map[log:true severity:{GoSet:[debug]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {8c4dcb9c-7a54-4f6d-9219-74e3d962db36}] Until: Durable: Comment: Lock: UUIDName:} {Op:update Table:ACL Row:map[log:true severity:{GoSet:[debug]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {f6606085-291b-4c3b-b858-5826375f8f0b}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8c4dcb9c-7a54-4f6d-9219-74e3d962db36" "table"="ACL" +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="8c4dcb9c-7a54-4f6d-9219-74e3d962db36" "table"="ACL" "old"="&{UUID:8c4dcb9c-7a54-4f6d-9219-74e3d962db36 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:true Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc07819d6a0 Name:0xc07819d6b0 Priority:1000 Severity:0xc07819d6c0}" "new"="&{UUID:8c4dcb9c-7a54-4f6d-9219-74e3d962db36 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:true Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc07819d720 Name:0xc07819d730 Priority:1000 Severity:0xc078190c30}" +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f6606085-291b-4c3b-b858-5826375f8f0b" "table"="ACL" +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f6606085-291b-4c3b-b858-5826375f8f0b" "table"="ACL" "old"="&{UUID:f6606085-291b-4c3b-b858-5826375f8f0b Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:true Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc0781ba410 Name:0xc0781ba420 Priority:1000 Severity:0xc0781ba430}" "new"="&{UUID:f6606085-291b-4c3b-b858-5826375f8f0b Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:true Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc0781ba490 Name:0xc0781ba4a0 Priority:1000 Severity:0xc078190cd0}" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8c4dcb9c-7a54-4f6d-9219-74e3d962db36" "table"="ACL" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="8c4dcb9c-7a54-4f6d-9219-74e3d962db36" "table"="ACL" "old"="&{UUID:8c4dcb9c-7a54-4f6d-9219-74e3d962db36 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:true Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc078213bb0 Name:0xc078213bc0 Priority:1000 Severity:0xc078213bd0}" "new"="&{UUID:8c4dcb9c-7a54-4f6d-9219-74e3d962db36 Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:true Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc078213c30 Name:0xc078213c40 Priority:1000 Severity:0xc0782180b0}" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f6606085-291b-4c3b-b858-5826375f8f0b" "table"="ACL" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f6606085-291b-4c3b-b858-5826375f8f0b" "table"="ACL" "old"="&{UUID:f6606085-291b-4c3b-b858-5826375f8f0b Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:true Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc078213ff0 Name:0xc07821c000 Priority:1000 Severity:0xc07821c010}" "new"="&{UUID:f6606085-291b-4c3b-b858-5826375f8f0b Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:true Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc07821c070 Name:0xc07821c080 Priority:1000 Severity:0xc078218110}" +I1208 17:08:19.482975 19465 policy.go:311] ACL for network policy: emptyPol, updated to new log level: debug +I1208 17:08:19.487412 19465 transact.go:41] Configuring OVN: [{Op:update Table:ACL Row:map[log:true severity:{GoSet:[debug]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {c7f4d37b-dad1-4ae3-b2cf-fc262f3ca17f}] Until: Durable: Comment: Lock: UUIDName:} {Op:update Table:ACL Row:map[log:true severity:{GoSet:[debug]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {5e0193ad-c3ed-41eb-8833-619292f44ea1}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c7f4d37b-dad1-4ae3-b2cf-fc262f3ca17f" "table"="ACL" +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c7f4d37b-dad1-4ae3-b2cf-fc262f3ca17f" "table"="ACL" "old"="&{UUID:c7f4d37b-dad1-4ae3-b2cf-fc262f3ca17f Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy3 policy_type:Ingress] Label:0 Log:true Match:ip4.src == {$a2870528195990935472} && outport == @a14195335769809305101 Meter:0xc0781f4260 Name:0xc0781f4270 Priority:1001 Severity:0xc0781f4280}" "new"="&{UUID:c7f4d37b-dad1-4ae3-b2cf-fc262f3ca17f Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy3 policy_type:Ingress] Label:0 Log:true Match:ip4.src == {$a2870528195990935472} && outport == @a14195335769809305101 Meter:0xc0781f43d0 Name:0xc0781f43e0 Priority:1001 Severity:0xc0781915d0}" +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5e0193ad-c3ed-41eb-8833-619292f44ea1" "table"="ACL" +2021/12/08 17:08:19 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="5e0193ad-c3ed-41eb-8833-619292f44ea1" "table"="ACL" "old"="&{UUID:5e0193ad-c3ed-41eb-8833-619292f44ea1 Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:1 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy3 policy_type:Ingress] Label:0 Log:true Match:ip4.src == {$a5809995518535678177} && outport == @a14195335769809305101 Meter:0xc0781f58e0 Name:0xc0781f58f0 Priority:1001 Severity:0xc0781f5900}" "new"="&{UUID:5e0193ad-c3ed-41eb-8833-619292f44ea1 Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:1 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy3 policy_type:Ingress] Label:0 Log:true Match:ip4.src == {$a5809995518535678177} && outport == @a14195335769809305101 Meter:0xc0781f5a50 Name:0xc0781f5a60 Priority:1001 Severity:0xc078191670}" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c7f4d37b-dad1-4ae3-b2cf-fc262f3ca17f" "table"="ACL" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c7f4d37b-dad1-4ae3-b2cf-fc262f3ca17f" "table"="ACL" "old"="&{UUID:c7f4d37b-dad1-4ae3-b2cf-fc262f3ca17f Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy3 policy_type:Ingress] Label:0 Log:true Match:ip4.src == {$a2870528195990935472} && outport == @a14195335769809305101 Meter:0xc0782828d0 Name:0xc0782828e0 Priority:1001 Severity:0xc0782828f0}" "new"="&{UUID:c7f4d37b-dad1-4ae3-b2cf-fc262f3ca17f Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy3 policy_type:Ingress] Label:0 Log:true Match:ip4.src == {$a2870528195990935472} && outport == @a14195335769809305101 Meter:0xc078282a40 Name:0xc078282a50 Priority:1001 Severity:0xc078191a30}" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5e0193ad-c3ed-41eb-8833-619292f44ea1" "table"="ACL" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="5e0193ad-c3ed-41eb-8833-619292f44ea1" "table"="ACL" "old"="&{UUID:5e0193ad-c3ed-41eb-8833-619292f44ea1 Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:1 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy3 policy_type:Ingress] Label:0 Log:true Match:ip4.src == {$a5809995518535678177} && outport == @a14195335769809305101 Meter:0xc078283300 Name:0xc078283310 Priority:1001 Severity:0xc078283320}" "new"="&{UUID:5e0193ad-c3ed-41eb-8833-619292f44ea1 Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:1 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy3 policy_type:Ingress] Label:0 Log:true Match:ip4.src == {$a5809995518535678177} && outport == @a14195335769809305101 Meter:0xc078283470 Name:0xc078283480 Priority:1001 Severity:0xc078191a90}" +I1208 17:08:19.510186 19465 policy.go:311] ACL for network policy: networkpolicy3, updated to new log level: debug +I1208 17:08:19.510330 19465 namespace.go:311] Namespace namespace1: ACL logging setting updated to deny=debug allow=debug +• +------------------------------ +OVN NetworkPolicy Operations during execution ACL logging for network policies + policies created after namespace logging level updates inherit updated logging level + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/policy_test.go:1988 +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3b790c15-3329-4f71-a43c-150dc8c196b5" "table"="Database" +2021/12/08 17:08:19 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3b790c15-3329-4f71-a43c-150dc8c196b5" "table"="Database" "model"="&{UUID:3b790c15-3329-4f71-a43c-150dc8c196b5 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c321f1b4-3bb8-42a9-a7d9-c072474a9136" "table"="Database" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c321f1b4-3bb8-42a9-a7d9-c072474a9136" "table"="Database" "model"="&{UUID:c321f1b4-3bb8-42a9-a7d9-c072474a9136 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:20.228042 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:20.228448 19465 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:08:20.233023 19465 namespace.go:182] [namespace1] adding namespace +I1208 17:08:20.233705 19465 namespace.go:220] Namespace namespace1: ACL logging is set to deny=alert allow=notice +I1208 17:08:20.233813 19465 namespace.go:186] [namespace1] adding namespace took 464.864µs +I1208 17:08:20.234093 19465 ovn.go:956] Bootstrapping existing namespaces and cleaning stale namespaces took 5.228697ms +I1208 17:08:20.234510 19465 ovn.go:737] Bootstrapping existing policies and cleaning stale policies took 101.564µs +STEP: updating the namespace's ACL logging severity +STEP: Provisioning a new network policy +I1208 17:08:20.235770 19465 namespace.go:236] [namespace1] updating namespace +I1208 17:08:20.236165 19465 policy.go:1045] Adding network policy networkpolicy1 in namespace namespace1 +I1208 17:08:20.237049 19465 namespace.go:220] Namespace namespace1: ACL logging is set to deny=debug allow=debug +I1208 17:08:20.340914 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:true match:outport == @a6953372168492035427_ingressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1]} priority:1000 severity:{GoSet:[debug]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996694} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Ingress]} log:false match:outport == @a6953372168492035427_ingressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996695} {Op:insert Table:ACL Row:map[action:drop direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:true match:inport == @a6953372168492035427_egressDefaultDeny meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1]} priority:1000 severity:{GoSet:[debug]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996696} {Op:insert Table:ACL Row:map[action:allow direction:to-lport external_ids:{GoMap:map[default-deny-policy-type:Egress]} log:false match:inport == @a6953372168492035427_egressDefaultDeny && arp meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_ARPallowPolicy]} priority:1001 severity:{GoSet:[info]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996697} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996694} {GoUUID:u2596996695}]} external_ids:{GoMap:map[name:a6953372168492035427_ingressDefaultDeny]} name:a6953372168492035427_ingressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996696} {GoUUID:u2596996697}]} external_ids:{GoMap:map[name:a6953372168492035427_egressDefaultDeny]} name:a6953372168492035427_egressDefaultDeny] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:20 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="88caf2be-e0bd-4f24-8514-d1fe46259fbf" "table"="ACL" +2021/12/08 17:08:20 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="88caf2be-e0bd-4f24-8514-d1fe46259fbf" "table"="ACL" "model"="&{UUID:88caf2be-e0bd-4f24-8514-d1fe46259fbf Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:true Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc07cac28a0 Name:0xc07cac2880 Priority:1000 Severity:0xc07cac2890}" +2021/12/08 17:08:20 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a7ee8d7d-9e49-41a4-9236-e48a160036de" "table"="ACL" +2021/12/08 17:08:20 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a7ee8d7d-9e49-41a4-9236-e48a160036de" "table"="ACL" "model"="&{UUID:a7ee8d7d-9e49-41a4-9236-e48a160036de Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc07cac2b30 Name:0xc07cac2b40 Priority:1001 Severity:0xc07cac2b20}" +2021/12/08 17:08:20 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d1ce8f2f-0194-4248-bcfe-80f43028eb0d" "table"="ACL" +2021/12/08 17:08:20 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d1ce8f2f-0194-4248-bcfe-80f43028eb0d" "table"="ACL" "model"="&{UUID:d1ce8f2f-0194-4248-bcfe-80f43028eb0d Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:true Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc07cac2dc0 Name:0xc07cac2dd0 Priority:1000 Severity:0xc07cac2de0}" +2021/12/08 17:08:20 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b729a104-5f0f-4aeb-b7bd-8486b4be6e36" "table"="ACL" +2021/12/08 17:08:20 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b729a104-5f0f-4aeb-b7bd-8486b4be6e36" "table"="ACL" "model"="&{UUID:b729a104-5f0f-4aeb-b7bd-8486b4be6e36 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc07cac3060 Name:0xc07cac3070 Priority:1001 Severity:0xc07cac3080}" +2021/12/08 17:08:20 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8bd9874a-fa15-45fe-89d8-37649e6ad8a5" "table"="Port_Group" +2021/12/08 17:08:20 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8bd9874a-fa15-45fe-89d8-37649e6ad8a5" "table"="Port_Group" "model"="&{UUID:8bd9874a-fa15-45fe-89d8-37649e6ad8a5 ACLs:[88caf2be-e0bd-4f24-8514-d1fe46259fbf a7ee8d7d-9e49-41a4-9236-e48a160036de] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:08:20 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="adaf8e40-5a5c-45cb-b3d1-6b423f7b7c5d" "table"="Port_Group" +2021/12/08 17:08:20 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="adaf8e40-5a5c-45cb-b3d1-6b423f7b7c5d" "table"="Port_Group" "model"="&{UUID:adaf8e40-5a5c-45cb-b3d1-6b423f7b7c5d ACLs:[d1ce8f2f-0194-4248-bcfe-80f43028eb0d b729a104-5f0f-4aeb-b7bd-8486b4be6e36] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8bd9874a-fa15-45fe-89d8-37649e6ad8a5" "table"="Port_Group" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8bd9874a-fa15-45fe-89d8-37649e6ad8a5" "table"="Port_Group" "model"="&{UUID:8bd9874a-fa15-45fe-89d8-37649e6ad8a5 ACLs:[88caf2be-e0bd-4f24-8514-d1fe46259fbf a7ee8d7d-9e49-41a4-9236-e48a160036de] ExternalIDs:map[name:a6953372168492035427_ingressDefaultDeny] Name:a6953372168492035427_ingressDefaultDeny Ports:[]}" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="adaf8e40-5a5c-45cb-b3d1-6b423f7b7c5d" "table"="Port_Group" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="adaf8e40-5a5c-45cb-b3d1-6b423f7b7c5d" "table"="Port_Group" "model"="&{UUID:adaf8e40-5a5c-45cb-b3d1-6b423f7b7c5d ACLs:[d1ce8f2f-0194-4248-bcfe-80f43028eb0d b729a104-5f0f-4aeb-b7bd-8486b4be6e36] ExternalIDs:map[name:a6953372168492035427_egressDefaultDeny] Name:a6953372168492035427_egressDefaultDeny Ports:[]}" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="88caf2be-e0bd-4f24-8514-d1fe46259fbf" "table"="ACL" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="88caf2be-e0bd-4f24-8514-d1fe46259fbf" "table"="ACL" "model"="&{UUID:88caf2be-e0bd-4f24-8514-d1fe46259fbf Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:true Match:outport == @a6953372168492035427_ingressDefaultDeny Meter:0xc07cd8a8b0 Name:0xc07cd8a890 Priority:1000 Severity:0xc07cd8a8a0}" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a7ee8d7d-9e49-41a4-9236-e48a160036de" "table"="ACL" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a7ee8d7d-9e49-41a4-9236-e48a160036de" "table"="ACL" "model"="&{UUID:a7ee8d7d-9e49-41a4-9236-e48a160036de Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Ingress] Label:0 Log:false Match:outport == @a6953372168492035427_ingressDefaultDeny && arp Meter:0xc07cd8aa00 Name:0xc07cd8aa10 Priority:1001 Severity:0xc07cd8aa20}" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d1ce8f2f-0194-4248-bcfe-80f43028eb0d" "table"="ACL" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d1ce8f2f-0194-4248-bcfe-80f43028eb0d" "table"="ACL" "model"="&{UUID:d1ce8f2f-0194-4248-bcfe-80f43028eb0d Action:drop Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:true Match:inport == @a6953372168492035427_egressDefaultDeny Meter:0xc07cd8ab70 Name:0xc07cd8ab80 Priority:1000 Severity:0xc07cd8ab90}" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b729a104-5f0f-4aeb-b7bd-8486b4be6e36" "table"="ACL" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b729a104-5f0f-4aeb-b7bd-8486b4be6e36" "table"="ACL" "model"="&{UUID:b729a104-5f0f-4aeb-b7bd-8486b4be6e36 Action:allow Direction:to-lport ExternalIDs:map[default-deny-policy-type:Egress] Label:0 Log:false Match:inport == @a6953372168492035427_egressDefaultDeny && arp Meter:0xc07cd8ace0 Name:0xc07cd8acf0 Priority:1001 Severity:0xc07cd8ad00}" +I1208 17:08:20.413623 19465 policy.go:881] ACL logging for network policy networkpolicy1 in namespace namespace1 set to deny=debug, allow=debug +I1208 17:08:20.419101 19465 policy.go:643] Processing NetworkPolicy namespace1/networkpolicy1 to have 0 local pods... +I1208 17:08:20.472184 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport external_ids:{GoMap:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress]} log:true match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 meter:{GoSet:[acl-logging]} name:{GoSet:[namespace1_networkpolicy1_0]} priority:1001 severity:{GoSet:[debug]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996698} {Op:insert Table:Port_Group Row:map[acls:{GoSet:[{GoUUID:u2596996698}]} external_ids:{GoMap:map[name:namespace1_networkpolicy1]} name:a14195333570786048679] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:20 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e2438aa3-e9c8-494a-96f8-90ac25700c92" "table"="ACL" +2021/12/08 17:08:20 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e2438aa3-e9c8-494a-96f8-90ac25700c92" "table"="ACL" "model"="&{UUID:e2438aa3-e9c8-494a-96f8-90ac25700c92 Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:true Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc0436a3950 Name:0xc0436a3960 Priority:1001 Severity:0xc0436a3940}" +2021/12/08 17:08:20 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="26cd9a9c-b4ed-4ef1-8820-61e5da6a7272" "table"="Port_Group" +2021/12/08 17:08:20 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="26cd9a9c-b4ed-4ef1-8820-61e5da6a7272" "table"="Port_Group" "model"="&{UUID:26cd9a9c-b4ed-4ef1-8820-61e5da6a7272 ACLs:[e2438aa3-e9c8-494a-96f8-90ac25700c92] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[]}" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="26cd9a9c-b4ed-4ef1-8820-61e5da6a7272" "table"="Port_Group" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="26cd9a9c-b4ed-4ef1-8820-61e5da6a7272" "table"="Port_Group" "model"="&{UUID:26cd9a9c-b4ed-4ef1-8820-61e5da6a7272 ACLs:[e2438aa3-e9c8-494a-96f8-90ac25700c92] ExternalIDs:map[name:namespace1_networkpolicy1] Name:a14195333570786048679 Ports:[]}" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e2438aa3-e9c8-494a-96f8-90ac25700c92" "table"="ACL" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e2438aa3-e9c8-494a-96f8-90ac25700c92" "table"="ACL" "model"="&{UUID:e2438aa3-e9c8-494a-96f8-90ac25700c92 Action:allow-related Direction:to-lport ExternalIDs:map[Ingress_num:0 ipblock_cidr:false l4Match:None namespace:namespace1 policy:networkpolicy1 policy_type:Ingress] Label:0 Log:true Match:ip4.src == {$a3128014386057836746} && outport == @a14195333570786048679 Meter:0xc0436c73c0 Name:0xc0436c73a0 Priority:1001 Severity:0xc0436c73b0}" +• +------------------------------ +OVN master EgressIP Operations On node UPDATE + should re-assign EgressIPs and perform proper OVN transactions when pod is created after node egress label switch + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:173 +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6f1cb659-105c-4a75-909a-d190ede77d04" "table"="Database" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6f1cb659-105c-4a75-909a-d190ede77d04" "table"="Database" "model"="&{UUID:6f1cb659-105c-4a75-909a-d190ede77d04 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c7cbd6b7-c8f9-401c-896c-e980221ea541" "table"="Logical_Switch_Port" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c7cbd6b7-c8f9-401c-896c-e980221ea541" "table"="Logical_Switch_Port" "model"="&{UUID:c7cbd6b7-c8f9-401c-896c-e980221ea541 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="457b6f3e-2c4e-426e-8846-1208ddf207df" "table"="Logical_Switch_Port" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="457b6f3e-2c4e-426e-8846-1208ddf207df" "table"="Logical_Switch_Port" "model"="&{UUID:457b6f3e-2c4e-426e-8846-1208ddf207df Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="812624f9-ac7f-4780-88a7-b4a8caaf9e2d" "table"="Logical_Router" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="812624f9-ac7f-4780-88a7-b4a8caaf9e2d" "table"="Logical_Router" "model"="&{UUID:812624f9-ac7f-4780-88a7-b4a8caaf9e2d Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="38c1a346-0d9c-4156-a289-bc9dc2535c51" "table"="Logical_Router" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="38c1a346-0d9c-4156-a289-bc9dc2535c51" "table"="Logical_Router" "model"="&{UUID:38c1a346-0d9c-4156-a289-bc9dc2535c51 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="423eae49-3188-4981-8126-cc09b244e605" "table"="Logical_Router" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="423eae49-3188-4981-8126-cc09b244e605" "table"="Logical_Router" "model"="&{UUID:423eae49-3188-4981-8126-cc09b244e605 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="915b8ac1-b29a-48a9-bdf8-b38975c1f4c4" "table"="Logical_Router_Port" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="915b8ac1-b29a-48a9-bdf8-b38975c1f4c4" "table"="Logical_Router_Port" "model"="&{UUID:915b8ac1-b29a-48a9-bdf8-b38975c1f4c4 Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC: Name:rtoj-GR_node2 Networks:[100.64.0.2/29] Options:map[] Peer:}" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1ce91216-18a4-4f6b-9373-1ae1b54103ae" "table"="Logical_Router_Port" +2021/12/08 17:08:20 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1ce91216-18a4-4f6b-9373-1ae1b54103ae" "table"="Logical_Router_Port" "model"="&{UUID:1ce91216-18a4-4f6b-9373-1ae1b54103ae Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC: Name:rtoj-GR_node1 Networks:[100.64.0.2/29] Options:map[] Peer:}" +2021/12/08 17:08:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="df692134-111b-4302-adf4-bee3df549826" "table"="Database" +2021/12/08 17:08:21 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="df692134-111b-4302-adf4-bee3df549826" "table"="Database" "model"="&{UUID:df692134-111b-4302-adf4-bee3df549826 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:21.337500 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:21.338000 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[{38c1a346-0d9c-4156-a289-bc9dc2535c51 map[] [] [] ovn_cluster_router [] map[] [] [] []}]I1208 17:08:21.340280 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:allow match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 priority:101] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996699} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996699}]}}] Timeout:0 Where:[where column _uuid == {38c1a346-0d9c-4156-a289-bc9dc2535c51}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:21 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="99d3c934-ffae-4850-b2b2-b8519aabe5c6" "table"="Logical_Router_Policy" +2021/12/08 17:08:21 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="99d3c934-ffae-4850-b2b2-b8519aabe5c6" "table"="Logical_Router_Policy" "model"="&{UUID:99d3c934-ffae-4850-b2b2-b8519aabe5c6 Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:21 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="38c1a346-0d9c-4156-a289-bc9dc2535c51" "table"="Logical_Router" +2021/12/08 17:08:21 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="38c1a346-0d9c-4156-a289-bc9dc2535c51" "table"="Logical_Router" "old"="&{UUID:38c1a346-0d9c-4156-a289-bc9dc2535c51 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:38c1a346-0d9c-4156-a289-bc9dc2535c51 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[99d3c934-ffae-4850-b2b2-b8519aabe5c6] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="99d3c934-ffae-4850-b2b2-b8519aabe5c6" "table"="Logical_Router_Policy" +2021/12/08 17:08:21 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="99d3c934-ffae-4850-b2b2-b8519aabe5c6" "table"="Logical_Router_Policy" "model"="&{UUID:99d3c934-ffae-4850-b2b2-b8519aabe5c6 Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="38c1a346-0d9c-4156-a289-bc9dc2535c51" "table"="Logical_Router" +2021/12/08 17:08:21 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="38c1a346-0d9c-4156-a289-bc9dc2535c51" "table"="Logical_Router" "old"="&{UUID:38c1a346-0d9c-4156-a289-bc9dc2535c51 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:38c1a346-0d9c-4156-a289-bc9dc2535c51 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[99d3c934-ffae-4850-b2b2-b8519aabe5c6] Ports:[] StaticRoutes:[]}" +RESULT &[]RESULT &[{38c1a346-0d9c-4156-a289-bc9dc2535c51 map[] [] [] ovn_cluster_router [] map[] [99d3c934-ffae-4850-b2b2-b8519aabe5c6] [] []}]I1208 17:08:21.365995 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:allow match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 priority:101] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996700} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996700}]}}] Timeout:0 Where:[where column _uuid == {38c1a346-0d9c-4156-a289-bc9dc2535c51}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:21 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7e6a74c9-d03d-42a8-8e86-2a9030c9581a" "table"="Logical_Router_Policy" +2021/12/08 17:08:21 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7e6a74c9-d03d-42a8-8e86-2a9030c9581a" "table"="Logical_Router_Policy" "model"="&{UUID:7e6a74c9-d03d-42a8-8e86-2a9030c9581a Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:21 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="38c1a346-0d9c-4156-a289-bc9dc2535c51" "table"="Logical_Router" +2021/12/08 17:08:21 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="38c1a346-0d9c-4156-a289-bc9dc2535c51" "table"="Logical_Router" "old"="&{UUID:38c1a346-0d9c-4156-a289-bc9dc2535c51 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[99d3c934-ffae-4850-b2b2-b8519aabe5c6] Ports:[] StaticRoutes:[]}" "new"="&{UUID:38c1a346-0d9c-4156-a289-bc9dc2535c51 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[99d3c934-ffae-4850-b2b2-b8519aabe5c6 7e6a74c9-d03d-42a8-8e86-2a9030c9581a] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7e6a74c9-d03d-42a8-8e86-2a9030c9581a" "table"="Logical_Router_Policy" +2021/12/08 17:08:21 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7e6a74c9-d03d-42a8-8e86-2a9030c9581a" "table"="Logical_Router_Policy" "model"="&{UUID:7e6a74c9-d03d-42a8-8e86-2a9030c9581a Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="38c1a346-0d9c-4156-a289-bc9dc2535c51" "table"="Logical_Router" +2021/12/08 17:08:21 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="38c1a346-0d9c-4156-a289-bc9dc2535c51" "table"="Logical_Router" "old"="&{UUID:38c1a346-0d9c-4156-a289-bc9dc2535c51 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[99d3c934-ffae-4850-b2b2-b8519aabe5c6] Ports:[] StaticRoutes:[]}" "new"="&{UUID:38c1a346-0d9c-4156-a289-bc9dc2535c51 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[99d3c934-ffae-4850-b2b2-b8519aabe5c6 7e6a74c9-d03d-42a8-8e86-2a9030c9581a] Ports:[] StaticRoutes:[]}" +I1208 17:08:21.449476 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:options Mutator:insert Value:{GoMap:map[nat-addresses:router]}}] Timeout:0 Where:[where column _uuid == {c7cbd6b7-c8f9-401c-896c-e980221ea541}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:21 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c7cbd6b7-c8f9-401c-896c-e980221ea541" "table"="Logical_Switch_Port" +2021/12/08 17:08:21 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c7cbd6b7-c8f9-401c-896c-e980221ea541" "table"="Logical_Switch_Port" "old"="&{UUID:c7cbd6b7-c8f9-401c-896c-e980221ea541 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:c7cbd6b7-c8f9-401c-896c-e980221ea541 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[nat-addresses:router router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c7cbd6b7-c8f9-401c-896c-e980221ea541" "table"="Logical_Switch_Port" +2021/12/08 17:08:21 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c7cbd6b7-c8f9-401c-896c-e980221ea541" "table"="Logical_Switch_Port" "old"="&{UUID:c7cbd6b7-c8f9-401c-896c-e980221ea541 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:c7cbd6b7-c8f9-401c-896c-e980221ea541 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[nat-addresses:router router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +I1208 17:08:21.515142 19465 kube.go:232] Updating status on EgressIP egressip +RESULT &[]RESULT &[{38c1a346-0d9c-4156-a289-bc9dc2535c51 map[] [] [] ovn_cluster_router [] map[] [99d3c934-ffae-4850-b2b2-b8519aabe5c6 7e6a74c9-d03d-42a8-8e86-2a9030c9581a] [] []}]RESULT &[]RESULT &[{38c1a346-0d9c-4156-a289-bc9dc2535c51 map[] [] [] ovn_cluster_router [] map[] [99d3c934-ffae-4850-b2b2-b8519aabe5c6 7e6a74c9-d03d-42a8-8e86-2a9030c9581a] [] []}]I1208 17:08:21.524219 19465 kube.go:232] Updating status on EgressIP egressip +I1208 17:08:21.526372 19465 ovn.go:837] Node: node1 has been un-labelled, deleting it from egress assignment +I1208 17:08:21.526481 19465 ovn.go:850] Node: node2 has been labelled, adding it for egress assignment +I1208 17:08:21.579104 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:options Mutator:insert Value:{GoMap:map[nat-addresses:router]}}] Timeout:0 Where:[where column _uuid == {457b6f3e-2c4e-426e-8846-1208ddf207df}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:08:21.579109 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:options Mutator:delete Value:{GoSet:[nat-addresses]}}] Timeout:0 Where:[where column _uuid == {c7cbd6b7-c8f9-401c-896c-e980221ea541}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:21 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="457b6f3e-2c4e-426e-8846-1208ddf207df" "table"="Logical_Switch_Port" +2021/12/08 17:08:21 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c7cbd6b7-c8f9-401c-896c-e980221ea541" "table"="Logical_Switch_Port" +2021/12/08 17:08:21 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="457b6f3e-2c4e-426e-8846-1208ddf207df" "table"="Logical_Switch_Port" "old"="&{UUID:457b6f3e-2c4e-426e-8846-1208ddf207df Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:457b6f3e-2c4e-426e-8846-1208ddf207df Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[nat-addresses:router router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:21 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c7cbd6b7-c8f9-401c-896c-e980221ea541" "table"="Logical_Switch_Port" "old"="&{UUID:c7cbd6b7-c8f9-401c-896c-e980221ea541 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[nat-addresses:router router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:c7cbd6b7-c8f9-401c-896c-e980221ea541 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c7cbd6b7-c8f9-401c-896c-e980221ea541" "table"="Logical_Switch_Port" +2021/12/08 17:08:21 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c7cbd6b7-c8f9-401c-896c-e980221ea541" "table"="Logical_Switch_Port" "old"="&{UUID:c7cbd6b7-c8f9-401c-896c-e980221ea541 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[nat-addresses:router router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:c7cbd6b7-c8f9-401c-896c-e980221ea541 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="457b6f3e-2c4e-426e-8846-1208ddf207df" "table"="Logical_Switch_Port" +2021/12/08 17:08:21 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="457b6f3e-2c4e-426e-8846-1208ddf207df" "table"="Logical_Switch_Port" "old"="&{UUID:457b6f3e-2c4e-426e-8846-1208ddf207df Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:457b6f3e-2c4e-426e-8846-1208ddf207df Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[nat-addresses:router router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +I1208 17:08:21.608236 19465 kube.go:232] Updating status on EgressIP egressip +RESULT &[]RESULT &[{38c1a346-0d9c-4156-a289-bc9dc2535c51 map[] [] [] ovn_cluster_router [] map[] [99d3c934-ffae-4850-b2b2-b8519aabe5c6 7e6a74c9-d03d-42a8-8e86-2a9030c9581a] [] []}]I1208 17:08:21.670877 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute external_ids:{GoMap:map[name:egressip]} match:ip4.src == 10.128.0.15 nexthops:{GoSet:[100.64.0.2]} priority:100] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996701} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996701}]}}] Timeout:0 Where:[where column _uuid == {38c1a346-0d9c-4156-a289-bc9dc2535c51}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:21 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ffdb71a1-dea7-4f88-acf4-df242a67d661" "table"="Logical_Router_Policy" +2021/12/08 17:08:21 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ffdb71a1-dea7-4f88-acf4-df242a67d661" "table"="Logical_Router_Policy" "model"="&{UUID:ffdb71a1-dea7-4f88-acf4-df242a67d661 Action:reroute ExternalIDs:map[name:egressip] Match:ip4.src == 10.128.0.15 Nexthop: Nexthops:[100.64.0.2] Options:map[] Priority:100}" +2021/12/08 17:08:21 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="38c1a346-0d9c-4156-a289-bc9dc2535c51" "table"="Logical_Router" +2021/12/08 17:08:21 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="38c1a346-0d9c-4156-a289-bc9dc2535c51" "table"="Logical_Router" "old"="&{UUID:38c1a346-0d9c-4156-a289-bc9dc2535c51 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[99d3c934-ffae-4850-b2b2-b8519aabe5c6 7e6a74c9-d03d-42a8-8e86-2a9030c9581a] Ports:[] StaticRoutes:[]}" "new"="&{UUID:38c1a346-0d9c-4156-a289-bc9dc2535c51 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[99d3c934-ffae-4850-b2b2-b8519aabe5c6 7e6a74c9-d03d-42a8-8e86-2a9030c9581a ffdb71a1-dea7-4f88-acf4-df242a67d661] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="38c1a346-0d9c-4156-a289-bc9dc2535c51" "table"="Logical_Router" +2021/12/08 17:08:21 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="38c1a346-0d9c-4156-a289-bc9dc2535c51" "table"="Logical_Router" "old"="&{UUID:38c1a346-0d9c-4156-a289-bc9dc2535c51 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[99d3c934-ffae-4850-b2b2-b8519aabe5c6 7e6a74c9-d03d-42a8-8e86-2a9030c9581a] Ports:[] StaticRoutes:[]}" "new"="&{UUID:38c1a346-0d9c-4156-a289-bc9dc2535c51 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[99d3c934-ffae-4850-b2b2-b8519aabe5c6 7e6a74c9-d03d-42a8-8e86-2a9030c9581a ffdb71a1-dea7-4f88-acf4-df242a67d661] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ffdb71a1-dea7-4f88-acf4-df242a67d661" "table"="Logical_Router_Policy" +2021/12/08 17:08:21 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ffdb71a1-dea7-4f88-acf4-df242a67d661" "table"="Logical_Router_Policy" "model"="&{UUID:ffdb71a1-dea7-4f88-acf4-df242a67d661 Action:reroute ExternalIDs:map[name:egressip] Match:ip4.src == 10.128.0.15 Nexthop: Nexthops:[100.64.0.2] Options:map[] Priority:100}" +I1208 17:08:21.701081 19465 transact.go:41] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ids:{GoMap:map[name:egressip]} external_ip:192.168.126.101 logical_ip:10.128.0.15 logical_port:{GoSet:[k8s-node2]} options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996702} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2596996702}]}}] Timeout:0 Where:[where column _uuid == {812624f9-ac7f-4780-88a7-b4a8caaf9e2d}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:21 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f763df34-75bf-42b1-a886-478f941352ca" "table"="NAT" +2021/12/08 17:08:21 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f763df34-75bf-42b1-a886-478f941352ca" "table"="NAT" "model"="&{UUID:f763df34-75bf-42b1-a886-478f941352ca AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[name:egressip] ExternalIP:192.168.126.101 ExternalMAC: ExternalPortRange: LogicalIP:10.128.0.15 LogicalPort:0xc08accb320 Options:map[stateless:false] Type:snat}" +2021/12/08 17:08:21 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="812624f9-ac7f-4780-88a7-b4a8caaf9e2d" "table"="Logical_Router" +2021/12/08 17:08:21 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="812624f9-ac7f-4780-88a7-b4a8caaf9e2d" "table"="Logical_Router" "old"="&{UUID:812624f9-ac7f-4780-88a7-b4a8caaf9e2d Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:812624f9-ac7f-4780-88a7-b4a8caaf9e2d Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[f763df34-75bf-42b1-a886-478f941352ca] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="812624f9-ac7f-4780-88a7-b4a8caaf9e2d" "table"="Logical_Router" +2021/12/08 17:08:21 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="812624f9-ac7f-4780-88a7-b4a8caaf9e2d" "table"="Logical_Router" "old"="&{UUID:812624f9-ac7f-4780-88a7-b4a8caaf9e2d Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:812624f9-ac7f-4780-88a7-b4a8caaf9e2d Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[f763df34-75bf-42b1-a886-478f941352ca] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f763df34-75bf-42b1-a886-478f941352ca" "table"="NAT" +2021/12/08 17:08:21 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f763df34-75bf-42b1-a886-478f941352ca" "table"="NAT" "model"="&{UUID:f763df34-75bf-42b1-a886-478f941352ca AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[name:egressip] ExternalIP:192.168.126.101 ExternalMAC: ExternalPortRange: LogicalIP:10.128.0.15 LogicalPort:0xc08ad0ee50 Options:map[stateless:false] Type:snat}" +• +------------------------------ +OVN master EgressIP Operations On node UPDATE + should re-assign EgressIPs and perform proper OVN transactions when namespace and pod is created after node egress label switch + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:417 +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3bac0fff-614c-4bac-931f-7c26aa72c08b" "table"="Database" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3bac0fff-614c-4bac-931f-7c26aa72c08b" "table"="Database" "model"="&{UUID:3bac0fff-614c-4bac-931f-7c26aa72c08b Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dd3c392a-c6de-4144-8d79-4960dc23a608" "table"="Logical_Router_Port" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="dd3c392a-c6de-4144-8d79-4960dc23a608" "table"="Logical_Router_Port" "model"="&{UUID:dd3c392a-c6de-4144-8d79-4960dc23a608 Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC: Name:rtoj-GR_node2 Networks:[100.64.0.2/29] Options:map[] Peer:}" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="de877730-a033-46c8-aa07-b22c77aa0b7c" "table"="Logical_Router" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="de877730-a033-46c8-aa07-b22c77aa0b7c" "table"="Logical_Router" "model"="&{UUID:de877730-a033-46c8-aa07-b22c77aa0b7c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="99f17731-8a6e-4995-a136-2c9689b5e94a" "table"="Logical_Router" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="99f17731-8a6e-4995-a136-2c9689b5e94a" "table"="Logical_Router" "model"="&{UUID:99f17731-8a6e-4995-a136-2c9689b5e94a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e711dba5-ea5c-4fc9-9c26-94b44a31bd76" "table"="Logical_Router" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e711dba5-ea5c-4fc9-9c26-94b44a31bd76" "table"="Logical_Router" "model"="&{UUID:e711dba5-ea5c-4fc9-9c26-94b44a31bd76 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e0f45484-c548-415e-b661-69353d6b6338" "table"="Logical_Switch_Port" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e0f45484-c548-415e-b661-69353d6b6338" "table"="Logical_Switch_Port" "model"="&{UUID:e0f45484-c548-415e-b661-69353d6b6338 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6dd522ff-a404-4a38-aab4-5e480060765f" "table"="Logical_Switch_Port" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6dd522ff-a404-4a38-aab4-5e480060765f" "table"="Logical_Switch_Port" "model"="&{UUID:6dd522ff-a404-4a38-aab4-5e480060765f Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="939ed186-e25d-4c07-bd12-c32a32ce9a7d" "table"="Database" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="939ed186-e25d-4c07-bd12-c32a32ce9a7d" "table"="Database" "model"="&{UUID:939ed186-e25d-4c07-bd12-c32a32ce9a7d Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:22.607643 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:22.608112 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[{de877730-a033-46c8-aa07-b22c77aa0b7c map[] [] [] ovn_cluster_router [] map[] [] [] []}]I1208 17:08:22.610132 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:allow match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 priority:101] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996703} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996703}]}}] Timeout:0 Where:[where column _uuid == {de877730-a033-46c8-aa07-b22c77aa0b7c}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:22 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f59cf7d1-4c86-4298-b208-df5056273e0f" "table"="Logical_Router_Policy" +2021/12/08 17:08:22 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f59cf7d1-4c86-4298-b208-df5056273e0f" "table"="Logical_Router_Policy" "model"="&{UUID:f59cf7d1-4c86-4298-b208-df5056273e0f Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:22 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="de877730-a033-46c8-aa07-b22c77aa0b7c" "table"="Logical_Router" +2021/12/08 17:08:22 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="de877730-a033-46c8-aa07-b22c77aa0b7c" "table"="Logical_Router" "old"="&{UUID:de877730-a033-46c8-aa07-b22c77aa0b7c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:de877730-a033-46c8-aa07-b22c77aa0b7c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[f59cf7d1-4c86-4298-b208-df5056273e0f] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="de877730-a033-46c8-aa07-b22c77aa0b7c" "table"="Logical_Router" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="de877730-a033-46c8-aa07-b22c77aa0b7c" "table"="Logical_Router" "old"="&{UUID:de877730-a033-46c8-aa07-b22c77aa0b7c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:de877730-a033-46c8-aa07-b22c77aa0b7c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[f59cf7d1-4c86-4298-b208-df5056273e0f] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f59cf7d1-4c86-4298-b208-df5056273e0f" "table"="Logical_Router_Policy" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f59cf7d1-4c86-4298-b208-df5056273e0f" "table"="Logical_Router_Policy" "model"="&{UUID:f59cf7d1-4c86-4298-b208-df5056273e0f Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 Nexthop: Nexthops:[] Options:map[] Priority:101}" +RESULT &[]RESULT &[{de877730-a033-46c8-aa07-b22c77aa0b7c map[] [] [] ovn_cluster_router [] map[] [f59cf7d1-4c86-4298-b208-df5056273e0f] [] []}]I1208 17:08:22.635491 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:allow match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 priority:101] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996704} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996704}]}}] Timeout:0 Where:[where column _uuid == {de877730-a033-46c8-aa07-b22c77aa0b7c}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:22 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3726d902-6c85-49c5-b404-219a77c39eb6" "table"="Logical_Router_Policy" +2021/12/08 17:08:22 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3726d902-6c85-49c5-b404-219a77c39eb6" "table"="Logical_Router_Policy" "model"="&{UUID:3726d902-6c85-49c5-b404-219a77c39eb6 Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:22 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="de877730-a033-46c8-aa07-b22c77aa0b7c" "table"="Logical_Router" +2021/12/08 17:08:22 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="de877730-a033-46c8-aa07-b22c77aa0b7c" "table"="Logical_Router" "old"="&{UUID:de877730-a033-46c8-aa07-b22c77aa0b7c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[f59cf7d1-4c86-4298-b208-df5056273e0f] Ports:[] StaticRoutes:[]}" "new"="&{UUID:de877730-a033-46c8-aa07-b22c77aa0b7c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[f59cf7d1-4c86-4298-b208-df5056273e0f 3726d902-6c85-49c5-b404-219a77c39eb6] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="de877730-a033-46c8-aa07-b22c77aa0b7c" "table"="Logical_Router" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="de877730-a033-46c8-aa07-b22c77aa0b7c" "table"="Logical_Router" "old"="&{UUID:de877730-a033-46c8-aa07-b22c77aa0b7c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[f59cf7d1-4c86-4298-b208-df5056273e0f] Ports:[] StaticRoutes:[]}" "new"="&{UUID:de877730-a033-46c8-aa07-b22c77aa0b7c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[f59cf7d1-4c86-4298-b208-df5056273e0f 3726d902-6c85-49c5-b404-219a77c39eb6] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3726d902-6c85-49c5-b404-219a77c39eb6" "table"="Logical_Router_Policy" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3726d902-6c85-49c5-b404-219a77c39eb6" "table"="Logical_Router_Policy" "model"="&{UUID:3726d902-6c85-49c5-b404-219a77c39eb6 Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 Nexthop: Nexthops:[] Options:map[] Priority:101}" +I1208 17:08:22.714850 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:options Mutator:insert Value:{GoMap:map[nat-addresses:router]}}] Timeout:0 Where:[where column _uuid == {e0f45484-c548-415e-b661-69353d6b6338}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:22 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e0f45484-c548-415e-b661-69353d6b6338" "table"="Logical_Switch_Port" +2021/12/08 17:08:22 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="e0f45484-c548-415e-b661-69353d6b6338" "table"="Logical_Switch_Port" "old"="&{UUID:e0f45484-c548-415e-b661-69353d6b6338 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:e0f45484-c548-415e-b661-69353d6b6338 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[nat-addresses:router router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e0f45484-c548-415e-b661-69353d6b6338" "table"="Logical_Switch_Port" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="e0f45484-c548-415e-b661-69353d6b6338" "table"="Logical_Switch_Port" "old"="&{UUID:e0f45484-c548-415e-b661-69353d6b6338 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:e0f45484-c548-415e-b661-69353d6b6338 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[nat-addresses:router router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +I1208 17:08:22.789591 19465 kube.go:232] Updating status on EgressIP egressip +RESULT &[]RESULT &[{de877730-a033-46c8-aa07-b22c77aa0b7c map[] [] [] ovn_cluster_router [] map[] [f59cf7d1-4c86-4298-b208-df5056273e0f 3726d902-6c85-49c5-b404-219a77c39eb6] [] []}]RESULT &[]RESULT &[{de877730-a033-46c8-aa07-b22c77aa0b7c map[] [] [] ovn_cluster_router [] map[] [f59cf7d1-4c86-4298-b208-df5056273e0f 3726d902-6c85-49c5-b404-219a77c39eb6] [] []}]I1208 17:08:22.797039 19465 kube.go:232] Updating status on EgressIP egressip +I1208 17:08:22.799528 19465 ovn.go:837] Node: node1 has been un-labelled, deleting it from egress assignment +I1208 17:08:22.800051 19465 ovn.go:850] Node: node2 has been labelled, adding it for egress assignment +I1208 17:08:22.852379 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:options Mutator:insert Value:{GoMap:map[nat-addresses:router]}}] Timeout:0 Where:[where column _uuid == {6dd522ff-a404-4a38-aab4-5e480060765f}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:08:22.852406 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:options Mutator:delete Value:{GoSet:[nat-addresses]}}] Timeout:0 Where:[where column _uuid == {e0f45484-c548-415e-b661-69353d6b6338}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:22 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6dd522ff-a404-4a38-aab4-5e480060765f" "table"="Logical_Switch_Port" +2021/12/08 17:08:22 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e0f45484-c548-415e-b661-69353d6b6338" "table"="Logical_Switch_Port" +2021/12/08 17:08:22 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6dd522ff-a404-4a38-aab4-5e480060765f" "table"="Logical_Switch_Port" "old"="&{UUID:6dd522ff-a404-4a38-aab4-5e480060765f Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:6dd522ff-a404-4a38-aab4-5e480060765f Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[nat-addresses:router router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:22 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="e0f45484-c548-415e-b661-69353d6b6338" "table"="Logical_Switch_Port" "old"="&{UUID:e0f45484-c548-415e-b661-69353d6b6338 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[nat-addresses:router router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:e0f45484-c548-415e-b661-69353d6b6338 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6dd522ff-a404-4a38-aab4-5e480060765f" "table"="Logical_Switch_Port" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6dd522ff-a404-4a38-aab4-5e480060765f" "table"="Logical_Switch_Port" "old"="&{UUID:6dd522ff-a404-4a38-aab4-5e480060765f Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:6dd522ff-a404-4a38-aab4-5e480060765f Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[nat-addresses:router router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e0f45484-c548-415e-b661-69353d6b6338" "table"="Logical_Switch_Port" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="e0f45484-c548-415e-b661-69353d6b6338" "table"="Logical_Switch_Port" "old"="&{UUID:e0f45484-c548-415e-b661-69353d6b6338 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[nat-addresses:router router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:e0f45484-c548-415e-b661-69353d6b6338 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +I1208 17:08:22.880482 19465 kube.go:232] Updating status on EgressIP egressip +RESULT &[]RESULT &[{de877730-a033-46c8-aa07-b22c77aa0b7c map[] [] [] ovn_cluster_router [] map[] [f59cf7d1-4c86-4298-b208-df5056273e0f 3726d902-6c85-49c5-b404-219a77c39eb6] [] []}]I1208 17:08:22.954226 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute external_ids:{GoMap:map[name:egressip]} match:ip4.src == 10.128.0.15 nexthops:{GoSet:[100.64.0.2]} priority:100] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996705} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996705}]}}] Timeout:0 Where:[where column _uuid == {de877730-a033-46c8-aa07-b22c77aa0b7c}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:22 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="012aa05c-7507-4a3b-83b7-36332f5bffd0" "table"="Logical_Router_Policy" +2021/12/08 17:08:22 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="012aa05c-7507-4a3b-83b7-36332f5bffd0" "table"="Logical_Router_Policy" "model"="&{UUID:012aa05c-7507-4a3b-83b7-36332f5bffd0 Action:reroute ExternalIDs:map[name:egressip] Match:ip4.src == 10.128.0.15 Nexthop: Nexthops:[100.64.0.2] Options:map[] Priority:100}" +2021/12/08 17:08:22 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="de877730-a033-46c8-aa07-b22c77aa0b7c" "table"="Logical_Router" +2021/12/08 17:08:22 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="de877730-a033-46c8-aa07-b22c77aa0b7c" "table"="Logical_Router" "old"="&{UUID:de877730-a033-46c8-aa07-b22c77aa0b7c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[f59cf7d1-4c86-4298-b208-df5056273e0f 3726d902-6c85-49c5-b404-219a77c39eb6] Ports:[] StaticRoutes:[]}" "new"="&{UUID:de877730-a033-46c8-aa07-b22c77aa0b7c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[f59cf7d1-4c86-4298-b208-df5056273e0f 3726d902-6c85-49c5-b404-219a77c39eb6 012aa05c-7507-4a3b-83b7-36332f5bffd0] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="de877730-a033-46c8-aa07-b22c77aa0b7c" "table"="Logical_Router" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="de877730-a033-46c8-aa07-b22c77aa0b7c" "table"="Logical_Router" "old"="&{UUID:de877730-a033-46c8-aa07-b22c77aa0b7c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[f59cf7d1-4c86-4298-b208-df5056273e0f 3726d902-6c85-49c5-b404-219a77c39eb6] Ports:[] StaticRoutes:[]}" "new"="&{UUID:de877730-a033-46c8-aa07-b22c77aa0b7c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[f59cf7d1-4c86-4298-b208-df5056273e0f 3726d902-6c85-49c5-b404-219a77c39eb6 012aa05c-7507-4a3b-83b7-36332f5bffd0] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="012aa05c-7507-4a3b-83b7-36332f5bffd0" "table"="Logical_Router_Policy" +2021/12/08 17:08:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="012aa05c-7507-4a3b-83b7-36332f5bffd0" "table"="Logical_Router_Policy" "model"="&{UUID:012aa05c-7507-4a3b-83b7-36332f5bffd0 Action:reroute ExternalIDs:map[name:egressip] Match:ip4.src == 10.128.0.15 Nexthop: Nexthops:[100.64.0.2] Options:map[] Priority:100}" +I1208 17:08:22.986232 19465 transact.go:41] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ids:{GoMap:map[name:egressip]} external_ip:192.168.126.101 logical_ip:10.128.0.15 logical_port:{GoSet:[k8s-node2]} options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996706} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2596996706}]}}] Timeout:0 Where:[where column _uuid == {e711dba5-ea5c-4fc9-9c26-94b44a31bd76}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:22 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5b008e35-107f-4588-9fd7-c96483b1f8dd" "table"="NAT" +2021/12/08 17:08:22 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5b008e35-107f-4588-9fd7-c96483b1f8dd" "table"="NAT" "model"="&{UUID:5b008e35-107f-4588-9fd7-c96483b1f8dd AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[name:egressip] ExternalIP:192.168.126.101 ExternalMAC: ExternalPortRange: LogicalIP:10.128.0.15 LogicalPort:0xc08b7e8840 Options:map[stateless:false] Type:snat}" +2021/12/08 17:08:22 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e711dba5-ea5c-4fc9-9c26-94b44a31bd76" "table"="Logical_Router" +2021/12/08 17:08:22 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="e711dba5-ea5c-4fc9-9c26-94b44a31bd76" "table"="Logical_Router" "old"="&{UUID:e711dba5-ea5c-4fc9-9c26-94b44a31bd76 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:e711dba5-ea5c-4fc9-9c26-94b44a31bd76 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[5b008e35-107f-4588-9fd7-c96483b1f8dd] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e711dba5-ea5c-4fc9-9c26-94b44a31bd76" "table"="Logical_Router" +2021/12/08 17:08:23 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="e711dba5-ea5c-4fc9-9c26-94b44a31bd76" "table"="Logical_Router" "old"="&{UUID:e711dba5-ea5c-4fc9-9c26-94b44a31bd76 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:e711dba5-ea5c-4fc9-9c26-94b44a31bd76 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[5b008e35-107f-4588-9fd7-c96483b1f8dd] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5b008e35-107f-4588-9fd7-c96483b1f8dd" "table"="NAT" +2021/12/08 17:08:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5b008e35-107f-4588-9fd7-c96483b1f8dd" "table"="NAT" "model"="&{UUID:5b008e35-107f-4588-9fd7-c96483b1f8dd AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[name:egressip] ExternalIP:192.168.126.101 ExternalMAC: ExternalPortRange: LogicalIP:10.128.0.15 LogicalPort:0xc08fb98a80 Options:map[stateless:false] Type:snat}" +• +------------------------------ +OVN master EgressIP Operations IPv6 on pod UPDATE + should remove OVN pod egress setup when EgressIP stops matching pod label + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:661 +2021/12/08 17:08:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="16778143-dac0-4403-a562-f9f831e02e91" "table"="Database" +2021/12/08 17:08:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="16778143-dac0-4403-a562-f9f831e02e91" "table"="Database" "model"="&{UUID:16778143-dac0-4403-a562-f9f831e02e91 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="576130c1-fa5c-41c3-be00-beaede2a26b5" "table"="Logical_Router" +2021/12/08 17:08:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="576130c1-fa5c-41c3-be00-beaede2a26b5" "table"="Logical_Router" "model"="&{UUID:576130c1-fa5c-41c3-be00-beaede2a26b5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="801fa65b-8686-4610-9372-59d512a1e0ff" "table"="Logical_Router" +2021/12/08 17:08:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="801fa65b-8686-4610-9372-59d512a1e0ff" "table"="Logical_Router" "model"="&{UUID:801fa65b-8686-4610-9372-59d512a1e0ff Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b35a9e08-4260-41b0-b118-8907aa659363" "table"="Logical_Router" +2021/12/08 17:08:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b35a9e08-4260-41b0-b118-8907aa659363" "table"="Logical_Router" "model"="&{UUID:b35a9e08-4260-41b0-b118-8907aa659363 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="af0ed4eb-5bb9-4972-8b70-cc5da86a80c7" "table"="Logical_Router_Port" +2021/12/08 17:08:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="af0ed4eb-5bb9-4972-8b70-cc5da86a80c7" "table"="Logical_Router_Port" "model"="&{UUID:af0ed4eb-5bb9-4972-8b70-cc5da86a80c7 Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC: Name:rtoj-GR_node2 Networks:[fef0::56/125] Options:map[] Peer:}" +2021/12/08 17:08:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d96c2e49-a4e7-43ef-9dc9-ce30c7331c5d" "table"="Database" +2021/12/08 17:08:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d96c2e49-a4e7-43ef-9dc9-ce30c7331c5d" "table"="Database" "model"="&{UUID:d96c2e49-a4e7-43ef-9dc9-ce30c7331c5d Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:23.891728 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:23.892426 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[{576130c1-fa5c-41c3-be00-beaede2a26b5 map[] [] [] ovn_cluster_router [] map[] [] [] []}]RESULT &[]RESULT &[{576130c1-fa5c-41c3-be00-beaede2a26b5 map[] [] [] ovn_cluster_router [] map[] [] [] []}]RESULT &[]RESULT &[{576130c1-fa5c-41c3-be00-beaede2a26b5 map[] [] [] ovn_cluster_router [] map[] [] [] []}]I1208 17:08:23.958964 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute external_ids:{GoMap:map[name:egressip]} match:ip6.src == ae70::66 nexthops:{GoSet:[fef0::56]} priority:100] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996707} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996707}]}}] Timeout:0 Where:[where column _uuid == {576130c1-fa5c-41c3-be00-beaede2a26b5}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:23 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2446262a-e7f3-4d97-9110-2e5f15b8f6aa" "table"="Logical_Router_Policy" +2021/12/08 17:08:23 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2446262a-e7f3-4d97-9110-2e5f15b8f6aa" "table"="Logical_Router_Policy" "model"="&{UUID:2446262a-e7f3-4d97-9110-2e5f15b8f6aa Action:reroute ExternalIDs:map[name:egressip] Match:ip6.src == ae70::66 Nexthop: Nexthops:[fef0::56] Options:map[] Priority:100}" +2021/12/08 17:08:23 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="576130c1-fa5c-41c3-be00-beaede2a26b5" "table"="Logical_Router" +2021/12/08 17:08:23 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="576130c1-fa5c-41c3-be00-beaede2a26b5" "table"="Logical_Router" "old"="&{UUID:576130c1-fa5c-41c3-be00-beaede2a26b5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:576130c1-fa5c-41c3-be00-beaede2a26b5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[2446262a-e7f3-4d97-9110-2e5f15b8f6aa] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2446262a-e7f3-4d97-9110-2e5f15b8f6aa" "table"="Logical_Router_Policy" +2021/12/08 17:08:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2446262a-e7f3-4d97-9110-2e5f15b8f6aa" "table"="Logical_Router_Policy" "model"="&{UUID:2446262a-e7f3-4d97-9110-2e5f15b8f6aa Action:reroute ExternalIDs:map[name:egressip] Match:ip6.src == ae70::66 Nexthop: Nexthops:[fef0::56] Options:map[] Priority:100}" +2021/12/08 17:08:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="576130c1-fa5c-41c3-be00-beaede2a26b5" "table"="Logical_Router" +2021/12/08 17:08:23 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="576130c1-fa5c-41c3-be00-beaede2a26b5" "table"="Logical_Router" "old"="&{UUID:576130c1-fa5c-41c3-be00-beaede2a26b5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:576130c1-fa5c-41c3-be00-beaede2a26b5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[2446262a-e7f3-4d97-9110-2e5f15b8f6aa] Ports:[] StaticRoutes:[]}" +I1208 17:08:23.986697 19465 transact.go:41] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ids:{GoMap:map[name:egressip]} external_ip:::feff:c0a8:8e0d logical_ip:ae70::66 logical_port:{GoSet:[k8s-node2]} options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996708} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2596996708}]}}] Timeout:0 Where:[where column _uuid == {b35a9e08-4260-41b0-b118-8907aa659363}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:23 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bdbf3686-6457-4954-a706-7d834f6c9893" "table"="NAT" +2021/12/08 17:08:23 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="bdbf3686-6457-4954-a706-7d834f6c9893" "table"="NAT" "model"="&{UUID:bdbf3686-6457-4954-a706-7d834f6c9893 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[name:egressip] ExternalIP:::feff:c0a8:8e0d ExternalMAC: ExternalPortRange: LogicalIP:ae70::66 LogicalPort:0xc094f06e60 Options:map[stateless:false] Type:snat}" +2021/12/08 17:08:23 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b35a9e08-4260-41b0-b118-8907aa659363" "table"="Logical_Router" +2021/12/08 17:08:23 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b35a9e08-4260-41b0-b118-8907aa659363" "table"="Logical_Router" "old"="&{UUID:b35a9e08-4260-41b0-b118-8907aa659363 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:b35a9e08-4260-41b0-b118-8907aa659363 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[bdbf3686-6457-4954-a706-7d834f6c9893] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:24 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b35a9e08-4260-41b0-b118-8907aa659363" "table"="Logical_Router" +2021/12/08 17:08:24 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b35a9e08-4260-41b0-b118-8907aa659363" "table"="Logical_Router" "old"="&{UUID:b35a9e08-4260-41b0-b118-8907aa659363 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:b35a9e08-4260-41b0-b118-8907aa659363 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[bdbf3686-6457-4954-a706-7d834f6c9893] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:24 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bdbf3686-6457-4954-a706-7d834f6c9893" "table"="NAT" +2021/12/08 17:08:24 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="bdbf3686-6457-4954-a706-7d834f6c9893" "table"="NAT" "model"="&{UUID:bdbf3686-6457-4954-a706-7d834f6c9893 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[name:egressip] ExternalIP:::feff:c0a8:8e0d ExternalMAC: ExternalPortRange: LogicalIP:ae70::66 LogicalPort:0xc093a1df40 Options:map[stateless:false] Type:snat}" +I1208 17:08:24.011817 19465 kube.go:232] Updating status on EgressIP egressip +RESULT &[{2446262a-e7f3-4d97-9110-2e5f15b8f6aa reroute map[name:egressip] ip6.src == ae70::66 [fef0::56] map[] 100}]RESULT &[{576130c1-fa5c-41c3-be00-beaede2a26b5 map[] [] [] ovn_cluster_router [] map[] [2446262a-e7f3-4d97-9110-2e5f15b8f6aa] [] []}]I1208 17:08:24.028563 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Policy Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {2446262a-e7f3-4d97-9110-2e5f15b8f6aa}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:delete Value:{GoSet:[{GoUUID:2446262a-e7f3-4d97-9110-2e5f15b8f6aa}]}}] Timeout:0 Where:[where column _uuid == {576130c1-fa5c-41c3-be00-beaede2a26b5}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:24 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2446262a-e7f3-4d97-9110-2e5f15b8f6aa" "table"="Logical_Router_Policy" +2021/12/08 17:08:24 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="2446262a-e7f3-4d97-9110-2e5f15b8f6aa" "table"="Logical_Router_Policy" "model"="&{UUID:2446262a-e7f3-4d97-9110-2e5f15b8f6aa Action:reroute ExternalIDs:map[name:egressip] Match:ip6.src == ae70::66 Nexthop: Nexthops:[fef0::56] Options:map[] Priority:100}" +2021/12/08 17:08:24 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="576130c1-fa5c-41c3-be00-beaede2a26b5" "table"="Logical_Router" +2021/12/08 17:08:24 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="576130c1-fa5c-41c3-be00-beaede2a26b5" "table"="Logical_Router" "old"="&{UUID:576130c1-fa5c-41c3-be00-beaede2a26b5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[2446262a-e7f3-4d97-9110-2e5f15b8f6aa] Ports:[] StaticRoutes:[]}" "new"="&{UUID:576130c1-fa5c-41c3-be00-beaede2a26b5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:24 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2446262a-e7f3-4d97-9110-2e5f15b8f6aa" "table"="Logical_Router_Policy" +2021/12/08 17:08:24 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="2446262a-e7f3-4d97-9110-2e5f15b8f6aa" "table"="Logical_Router_Policy" "model"="&{UUID:2446262a-e7f3-4d97-9110-2e5f15b8f6aa Action:reroute ExternalIDs:map[name:egressip] Match:ip6.src == ae70::66 Nexthop: Nexthops:[fef0::56] Options:map[] Priority:100}" +2021/12/08 17:08:24 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="576130c1-fa5c-41c3-be00-beaede2a26b5" "table"="Logical_Router" +2021/12/08 17:08:24 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="576130c1-fa5c-41c3-be00-beaede2a26b5" "table"="Logical_Router" "old"="&{UUID:576130c1-fa5c-41c3-be00-beaede2a26b5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[2446262a-e7f3-4d97-9110-2e5f15b8f6aa] Ports:[] StaticRoutes:[]}" "new"="&{UUID:576130c1-fa5c-41c3-be00-beaede2a26b5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +I1208 17:08:24.105663 19465 transact.go:41] Configuring OVN: [{Op:delete Table:NAT Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {bdbf3686-6457-4954-a706-7d834f6c9893}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:delete Value:{GoSet:[{GoUUID:bdbf3686-6457-4954-a706-7d834f6c9893}]}}] Timeout:0 Where:[where column _uuid == {b35a9e08-4260-41b0-b118-8907aa659363}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:24 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bdbf3686-6457-4954-a706-7d834f6c9893" "table"="NAT" +2021/12/08 17:08:24 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="bdbf3686-6457-4954-a706-7d834f6c9893" "table"="NAT" "model"="&{UUID:bdbf3686-6457-4954-a706-7d834f6c9893 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[name:egressip] ExternalIP:::feff:c0a8:8e0d ExternalMAC: ExternalPortRange: LogicalIP:ae70::66 LogicalPort:0xc094f6e990 Options:map[stateless:false] Type:snat}" +2021/12/08 17:08:24 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b35a9e08-4260-41b0-b118-8907aa659363" "table"="Logical_Router" +2021/12/08 17:08:24 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b35a9e08-4260-41b0-b118-8907aa659363" "table"="Logical_Router" "old"="&{UUID:b35a9e08-4260-41b0-b118-8907aa659363 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[bdbf3686-6457-4954-a706-7d834f6c9893] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:b35a9e08-4260-41b0-b118-8907aa659363 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:24 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b35a9e08-4260-41b0-b118-8907aa659363" "table"="Logical_Router" +2021/12/08 17:08:24 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b35a9e08-4260-41b0-b118-8907aa659363" "table"="Logical_Router" "old"="&{UUID:b35a9e08-4260-41b0-b118-8907aa659363 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[bdbf3686-6457-4954-a706-7d834f6c9893] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:b35a9e08-4260-41b0-b118-8907aa659363 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:24 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bdbf3686-6457-4954-a706-7d834f6c9893" "table"="NAT" +2021/12/08 17:08:24 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="bdbf3686-6457-4954-a706-7d834f6c9893" "table"="NAT" "model"="&{UUID:bdbf3686-6457-4954-a706-7d834f6c9893 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[name:egressip] ExternalIP:::feff:c0a8:8e0d ExternalMAC: ExternalPortRange: LogicalIP:ae70::66 LogicalPort:0xc095ba4c30 Options:map[stateless:false] Type:snat}" +• +------------------------------ +OVN master EgressIP Operations IPv6 on pod UPDATE + should not treat pod update if pod already had assigned IP when it got the ADD + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:821 +2021/12/08 17:08:24 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="99ff4917-0686-4764-9a16-99c68179b49a" "table"="Database" +2021/12/08 17:08:24 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="99ff4917-0686-4764-9a16-99c68179b49a" "table"="Database" "model"="&{UUID:99ff4917-0686-4764-9a16-99c68179b49a Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:24 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d19f0c21-fd7a-4ce7-9c63-297029d86f7d" "table"="Logical_Router" +2021/12/08 17:08:24 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d19f0c21-fd7a-4ce7-9c63-297029d86f7d" "table"="Logical_Router" "model"="&{UUID:d19f0c21-fd7a-4ce7-9c63-297029d86f7d Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:24 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5f2362a3-62e2-45e9-bf02-5cea129c6ee4" "table"="Logical_Router" +2021/12/08 17:08:24 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5f2362a3-62e2-45e9-bf02-5cea129c6ee4" "table"="Logical_Router" "model"="&{UUID:5f2362a3-62e2-45e9-bf02-5cea129c6ee4 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:24 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dfc69520-b7f0-46cf-8102-8a8d2c832163" "table"="Logical_Router" +2021/12/08 17:08:24 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="dfc69520-b7f0-46cf-8102-8a8d2c832163" "table"="Logical_Router" "model"="&{UUID:dfc69520-b7f0-46cf-8102-8a8d2c832163 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:24 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9ec98c4a-f66a-4416-b625-05a46b0a4ec3" "table"="Logical_Router_Port" +2021/12/08 17:08:24 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9ec98c4a-f66a-4416-b625-05a46b0a4ec3" "table"="Logical_Router_Port" "model"="&{UUID:9ec98c4a-f66a-4416-b625-05a46b0a4ec3 Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC: Name:rtoj-GR_node2 Networks:[fef0::56/125] Options:map[] Peer:}" +2021/12/08 17:08:24 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d7ddfb1d-5c89-4e1a-a9a0-ee455399c2f8" "table"="Database" +2021/12/08 17:08:24 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d7ddfb1d-5c89-4e1a-a9a0-ee455399c2f8" "table"="Database" "model"="&{UUID:d7ddfb1d-5c89-4e1a-a9a0-ee455399c2f8 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:24.979200 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:24.979658 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[{d19f0c21-fd7a-4ce7-9c63-297029d86f7d map[] [] [] ovn_cluster_router [] map[] [] [] []}]RESULT &[]RESULT &[{d19f0c21-fd7a-4ce7-9c63-297029d86f7d map[] [] [] ovn_cluster_router [] map[] [] [] []}]RESULT &[]RESULT &[{d19f0c21-fd7a-4ce7-9c63-297029d86f7d map[] [] [] ovn_cluster_router [] map[] [] [] []}]I1208 17:08:25.042980 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute external_ids:{GoMap:map[name:egressip]} match:ip6.src == ae70::66 nexthops:{GoSet:[fef0::56]} priority:100] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996709} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996709}]}}] Timeout:0 Where:[where column _uuid == {d19f0c21-fd7a-4ce7-9c63-297029d86f7d}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:25 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="fb3bc088-549f-4963-abde-8deb5c23284b" "table"="Logical_Router_Policy" +2021/12/08 17:08:25 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="fb3bc088-549f-4963-abde-8deb5c23284b" "table"="Logical_Router_Policy" "model"="&{UUID:fb3bc088-549f-4963-abde-8deb5c23284b Action:reroute ExternalIDs:map[name:egressip] Match:ip6.src == ae70::66 Nexthop: Nexthops:[fef0::56] Options:map[] Priority:100}" +2021/12/08 17:08:25 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d19f0c21-fd7a-4ce7-9c63-297029d86f7d" "table"="Logical_Router" +2021/12/08 17:08:25 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d19f0c21-fd7a-4ce7-9c63-297029d86f7d" "table"="Logical_Router" "old"="&{UUID:d19f0c21-fd7a-4ce7-9c63-297029d86f7d Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:d19f0c21-fd7a-4ce7-9c63-297029d86f7d Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[fb3bc088-549f-4963-abde-8deb5c23284b] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:25 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="fb3bc088-549f-4963-abde-8deb5c23284b" "table"="Logical_Router_Policy" +2021/12/08 17:08:25 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="fb3bc088-549f-4963-abde-8deb5c23284b" "table"="Logical_Router_Policy" "model"="&{UUID:fb3bc088-549f-4963-abde-8deb5c23284b Action:reroute ExternalIDs:map[name:egressip] Match:ip6.src == ae70::66 Nexthop: Nexthops:[fef0::56] Options:map[] Priority:100}" +2021/12/08 17:08:25 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d19f0c21-fd7a-4ce7-9c63-297029d86f7d" "table"="Logical_Router" +2021/12/08 17:08:25 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d19f0c21-fd7a-4ce7-9c63-297029d86f7d" "table"="Logical_Router" "old"="&{UUID:d19f0c21-fd7a-4ce7-9c63-297029d86f7d Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:d19f0c21-fd7a-4ce7-9c63-297029d86f7d Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[fb3bc088-549f-4963-abde-8deb5c23284b] Ports:[] StaticRoutes:[]}" +I1208 17:08:25.070308 19465 transact.go:41] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ids:{GoMap:map[name:egressip]} external_ip:::feff:c0a8:8e0d logical_ip:ae70::66 logical_port:{GoSet:[k8s-node2]} options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996710} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2596996710}]}}] Timeout:0 Where:[where column _uuid == {dfc69520-b7f0-46cf-8102-8a8d2c832163}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:25 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1edb0f10-87fc-4fdd-9d71-fc445c60b43c" "table"="NAT" +2021/12/08 17:08:25 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1edb0f10-87fc-4fdd-9d71-fc445c60b43c" "table"="NAT" "model"="&{UUID:1edb0f10-87fc-4fdd-9d71-fc445c60b43c AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[name:egressip] ExternalIP:::feff:c0a8:8e0d ExternalMAC: ExternalPortRange: LogicalIP:ae70::66 LogicalPort:0xc0962b36d0 Options:map[stateless:false] Type:snat}" +2021/12/08 17:08:25 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dfc69520-b7f0-46cf-8102-8a8d2c832163" "table"="Logical_Router" +2021/12/08 17:08:25 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="dfc69520-b7f0-46cf-8102-8a8d2c832163" "table"="Logical_Router" "old"="&{UUID:dfc69520-b7f0-46cf-8102-8a8d2c832163 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:dfc69520-b7f0-46cf-8102-8a8d2c832163 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[1edb0f10-87fc-4fdd-9d71-fc445c60b43c] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:25 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dfc69520-b7f0-46cf-8102-8a8d2c832163" "table"="Logical_Router" +2021/12/08 17:08:25 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="dfc69520-b7f0-46cf-8102-8a8d2c832163" "table"="Logical_Router" "old"="&{UUID:dfc69520-b7f0-46cf-8102-8a8d2c832163 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:dfc69520-b7f0-46cf-8102-8a8d2c832163 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[1edb0f10-87fc-4fdd-9d71-fc445c60b43c] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:25 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1edb0f10-87fc-4fdd-9d71-fc445c60b43c" "table"="NAT" +2021/12/08 17:08:25 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1edb0f10-87fc-4fdd-9d71-fc445c60b43c" "table"="NAT" "model"="&{UUID:1edb0f10-87fc-4fdd-9d71-fc445c60b43c AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[name:egressip] ExternalIP:::feff:c0a8:8e0d ExternalMAC: ExternalPortRange: LogicalIP:ae70::66 LogicalPort:0xc08b1b00c0 Options:map[stateless:false] Type:snat}" +I1208 17:08:25.099540 19465 kube.go:232] Updating status on EgressIP egressip +• +------------------------------ +OVN master EgressIP Operations IPv6 on pod UPDATE + should treat pod update if pod did not have an assigned IP when it got the ADD + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:961 +2021/12/08 17:08:25 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="786ef225-b7bc-4bf5-a540-88d837c8c1aa" "table"="Database" +2021/12/08 17:08:25 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="786ef225-b7bc-4bf5-a540-88d837c8c1aa" "table"="Database" "model"="&{UUID:786ef225-b7bc-4bf5-a540-88d837c8c1aa Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:25 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3361a813-d50e-4ed3-8eb2-d6597573d280" "table"="Logical_Router_Port" +2021/12/08 17:08:25 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3361a813-d50e-4ed3-8eb2-d6597573d280" "table"="Logical_Router_Port" "model"="&{UUID:3361a813-d50e-4ed3-8eb2-d6597573d280 Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC: Name:rtoj-GR_node2 Networks:[fef0::56/125] Options:map[] Peer:}" +2021/12/08 17:08:25 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c7299d88-9024-475e-aad7-031a9c171859" "table"="Logical_Router" +2021/12/08 17:08:25 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c7299d88-9024-475e-aad7-031a9c171859" "table"="Logical_Router" "model"="&{UUID:c7299d88-9024-475e-aad7-031a9c171859 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:25 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dc399642-b55d-4be4-893a-0d5c9d24dd6d" "table"="Logical_Router" +2021/12/08 17:08:25 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="dc399642-b55d-4be4-893a-0d5c9d24dd6d" "table"="Logical_Router" "model"="&{UUID:dc399642-b55d-4be4-893a-0d5c9d24dd6d Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:25 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5044d6b2-f39b-4aa7-bf98-7ec3b634bbf5" "table"="Logical_Router" +2021/12/08 17:08:25 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5044d6b2-f39b-4aa7-bf98-7ec3b634bbf5" "table"="Logical_Router" "model"="&{UUID:5044d6b2-f39b-4aa7-bf98-7ec3b634bbf5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:25 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3f38c20c-72bf-413d-9c3a-eace0372db0b" "table"="Database" +2021/12/08 17:08:25 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3f38c20c-72bf-413d-9c3a-eace0372db0b" "table"="Database" "model"="&{UUID:3f38c20c-72bf-413d-9c3a-eace0372db0b Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:25.998089 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:25.998473 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[{c7299d88-9024-475e-aad7-031a9c171859 map[] [] [] ovn_cluster_router [] map[] [] [] []}]RESULT &[]RESULT &[{c7299d88-9024-475e-aad7-031a9c171859 map[] [] [] ovn_cluster_router [] map[] [] [] []}]I1208 17:08:26.008762 19465 kube.go:232] Updating status on EgressIP egressip +RESULT &[]RESULT &[{c7299d88-9024-475e-aad7-031a9c171859 map[] [] [] ovn_cluster_router [] map[] [] [] []}]I1208 17:08:26.068344 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute external_ids:{GoMap:map[name:egressip]} match:ip6.src == ae70::66 nexthops:{GoSet:[fef0::56]} priority:100] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996711} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996711}]}}] Timeout:0 Where:[where column _uuid == {c7299d88-9024-475e-aad7-031a9c171859}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:26 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="06b66056-3fe2-44b2-bcfe-feee8de55f87" "table"="Logical_Router_Policy" +2021/12/08 17:08:26 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="06b66056-3fe2-44b2-bcfe-feee8de55f87" "table"="Logical_Router_Policy" "model"="&{UUID:06b66056-3fe2-44b2-bcfe-feee8de55f87 Action:reroute ExternalIDs:map[name:egressip] Match:ip6.src == ae70::66 Nexthop: Nexthops:[fef0::56] Options:map[] Priority:100}" +2021/12/08 17:08:26 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c7299d88-9024-475e-aad7-031a9c171859" "table"="Logical_Router" +2021/12/08 17:08:26 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c7299d88-9024-475e-aad7-031a9c171859" "table"="Logical_Router" "old"="&{UUID:c7299d88-9024-475e-aad7-031a9c171859 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:c7299d88-9024-475e-aad7-031a9c171859 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[06b66056-3fe2-44b2-bcfe-feee8de55f87] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:26 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c7299d88-9024-475e-aad7-031a9c171859" "table"="Logical_Router" +2021/12/08 17:08:26 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c7299d88-9024-475e-aad7-031a9c171859" "table"="Logical_Router" "old"="&{UUID:c7299d88-9024-475e-aad7-031a9c171859 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:c7299d88-9024-475e-aad7-031a9c171859 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[06b66056-3fe2-44b2-bcfe-feee8de55f87] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:26 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="06b66056-3fe2-44b2-bcfe-feee8de55f87" "table"="Logical_Router_Policy" +2021/12/08 17:08:26 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="06b66056-3fe2-44b2-bcfe-feee8de55f87" "table"="Logical_Router_Policy" "model"="&{UUID:06b66056-3fe2-44b2-bcfe-feee8de55f87 Action:reroute ExternalIDs:map[name:egressip] Match:ip6.src == ae70::66 Nexthop: Nexthops:[fef0::56] Options:map[] Priority:100}" +I1208 17:08:26.096141 19465 transact.go:41] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ids:{GoMap:map[name:egressip]} external_ip:::feff:c0a8:8e0d logical_ip:ae70::66 logical_port:{GoSet:[k8s-node2]} options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996712} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2596996712}]}}] Timeout:0 Where:[where column _uuid == {5044d6b2-f39b-4aa7-bf98-7ec3b634bbf5}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:26 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="58c89c55-12bb-4d71-97ed-79e6f8d19e2d" "table"="NAT" +2021/12/08 17:08:26 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="58c89c55-12bb-4d71-97ed-79e6f8d19e2d" "table"="NAT" "model"="&{UUID:58c89c55-12bb-4d71-97ed-79e6f8d19e2d AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[name:egressip] ExternalIP:::feff:c0a8:8e0d ExternalMAC: ExternalPortRange: LogicalIP:ae70::66 LogicalPort:0xc07c0a5de0 Options:map[stateless:false] Type:snat}" +2021/12/08 17:08:26 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5044d6b2-f39b-4aa7-bf98-7ec3b634bbf5" "table"="Logical_Router" +2021/12/08 17:08:26 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="5044d6b2-f39b-4aa7-bf98-7ec3b634bbf5" "table"="Logical_Router" "old"="&{UUID:5044d6b2-f39b-4aa7-bf98-7ec3b634bbf5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:5044d6b2-f39b-4aa7-bf98-7ec3b634bbf5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[58c89c55-12bb-4d71-97ed-79e6f8d19e2d] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:26 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5044d6b2-f39b-4aa7-bf98-7ec3b634bbf5" "table"="Logical_Router" +2021/12/08 17:08:26 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="5044d6b2-f39b-4aa7-bf98-7ec3b634bbf5" "table"="Logical_Router" "old"="&{UUID:5044d6b2-f39b-4aa7-bf98-7ec3b634bbf5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:5044d6b2-f39b-4aa7-bf98-7ec3b634bbf5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[58c89c55-12bb-4d71-97ed-79e6f8d19e2d] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:26 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="58c89c55-12bb-4d71-97ed-79e6f8d19e2d" "table"="NAT" +2021/12/08 17:08:26 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="58c89c55-12bb-4d71-97ed-79e6f8d19e2d" "table"="NAT" "model"="&{UUID:58c89c55-12bb-4d71-97ed-79e6f8d19e2d AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[name:egressip] ExternalIP:::feff:c0a8:8e0d ExternalMAC: ExternalPortRange: LogicalIP:ae70::66 LogicalPort:0xc014ade330 Options:map[stateless:false] Type:snat}" +• +------------------------------ +OVN master EgressIP Operations IPv6 on pod UPDATE + should not treat pod DELETE if pod did not have an assigned IP when it got the ADD and we receive a DELETE before the IP UPDATE + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:1096 +2021/12/08 17:08:26 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="193cb154-7032-499c-9fe7-e59d5c058130" "table"="Database" +2021/12/08 17:08:26 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="193cb154-7032-499c-9fe7-e59d5c058130" "table"="Database" "model"="&{UUID:193cb154-7032-499c-9fe7-e59d5c058130 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:26 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="993924cc-4edf-42d3-ae87-ae19637ac3e3" "table"="Database" +2021/12/08 17:08:26 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="993924cc-4edf-42d3-ae87-ae19637ac3e3" "table"="Database" "model"="&{UUID:993924cc-4edf-42d3-ae87-ae19637ac3e3 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:27.016800 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:27.017173 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[]RESULT &[]RESULT &[]I1208 17:08:27.025961 19465 kube.go:232] Updating status on EgressIP egressip +• +------------------------------ +OVN master EgressIP Operations IPv6 on namespace UPDATE + should remove OVN pod egress setup when EgressIP stops matching + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:1158 +2021/12/08 17:08:27 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9b85f70c-49b5-4df7-b02c-4c4353f8bb58" "table"="Database" +2021/12/08 17:08:27 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9b85f70c-49b5-4df7-b02c-4c4353f8bb58" "table"="Database" "model"="&{UUID:9b85f70c-49b5-4df7-b02c-4c4353f8bb58 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:27 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4c606b5a-7edf-4028-98f4-9ed0e9c368fb" "table"="Logical_Router_Port" +2021/12/08 17:08:27 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4c606b5a-7edf-4028-98f4-9ed0e9c368fb" "table"="Logical_Router_Port" "model"="&{UUID:4c606b5a-7edf-4028-98f4-9ed0e9c368fb Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC: Name:rtoj-GR_node2 Networks:[fef0::56/125] Options:map[] Peer:}" +2021/12/08 17:08:27 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0677d9bd-0870-48b5-8826-9ef93827d4ae" "table"="Logical_Router" +2021/12/08 17:08:27 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0677d9bd-0870-48b5-8826-9ef93827d4ae" "table"="Logical_Router" "model"="&{UUID:0677d9bd-0870-48b5-8826-9ef93827d4ae Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:27 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0458f4f2-b4dc-4c56-8fb7-d948d9535206" "table"="Logical_Router" +2021/12/08 17:08:27 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0458f4f2-b4dc-4c56-8fb7-d948d9535206" "table"="Logical_Router" "model"="&{UUID:0458f4f2-b4dc-4c56-8fb7-d948d9535206 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:27 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d1df4a73-74f3-4f56-90bf-e5df44b94c36" "table"="Logical_Router" +2021/12/08 17:08:27 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d1df4a73-74f3-4f56-90bf-e5df44b94c36" "table"="Logical_Router" "model"="&{UUID:d1df4a73-74f3-4f56-90bf-e5df44b94c36 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:27 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="51a8232f-7235-45d0-ac2d-4118db81d761" "table"="Database" +2021/12/08 17:08:27 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="51a8232f-7235-45d0-ac2d-4118db81d761" "table"="Database" "model"="&{UUID:51a8232f-7235-45d0-ac2d-4118db81d761 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:27.913164 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:27.913636 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[{0677d9bd-0870-48b5-8826-9ef93827d4ae map[] [] [] ovn_cluster_router [] map[] [] [] []}]RESULT &[]RESULT &[{0677d9bd-0870-48b5-8826-9ef93827d4ae map[] [] [] ovn_cluster_router [] map[] [] [] []}]RESULT &[]RESULT &[{0677d9bd-0870-48b5-8826-9ef93827d4ae map[] [] [] ovn_cluster_router [] map[] [] [] []}]I1208 17:08:27.975164 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute external_ids:{GoMap:map[name:egressip]} match:ip6.src == ae70::66 nexthops:{GoSet:[fef0::56]} priority:100] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996713} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996713}]}}] Timeout:0 Where:[where column _uuid == {0677d9bd-0870-48b5-8826-9ef93827d4ae}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:27 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="832c1e17-4744-434a-8821-dcdf48508487" "table"="Logical_Router_Policy" +2021/12/08 17:08:27 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="832c1e17-4744-434a-8821-dcdf48508487" "table"="Logical_Router_Policy" "model"="&{UUID:832c1e17-4744-434a-8821-dcdf48508487 Action:reroute ExternalIDs:map[name:egressip] Match:ip6.src == ae70::66 Nexthop: Nexthops:[fef0::56] Options:map[] Priority:100}" +2021/12/08 17:08:27 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0677d9bd-0870-48b5-8826-9ef93827d4ae" "table"="Logical_Router" +2021/12/08 17:08:27 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="0677d9bd-0870-48b5-8826-9ef93827d4ae" "table"="Logical_Router" "old"="&{UUID:0677d9bd-0870-48b5-8826-9ef93827d4ae Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:0677d9bd-0870-48b5-8826-9ef93827d4ae Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[832c1e17-4744-434a-8821-dcdf48508487] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="832c1e17-4744-434a-8821-dcdf48508487" "table"="Logical_Router_Policy" +2021/12/08 17:08:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="832c1e17-4744-434a-8821-dcdf48508487" "table"="Logical_Router_Policy" "model"="&{UUID:832c1e17-4744-434a-8821-dcdf48508487 Action:reroute ExternalIDs:map[name:egressip] Match:ip6.src == ae70::66 Nexthop: Nexthops:[fef0::56] Options:map[] Priority:100}" +2021/12/08 17:08:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0677d9bd-0870-48b5-8826-9ef93827d4ae" "table"="Logical_Router" +2021/12/08 17:08:28 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="0677d9bd-0870-48b5-8826-9ef93827d4ae" "table"="Logical_Router" "old"="&{UUID:0677d9bd-0870-48b5-8826-9ef93827d4ae Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:0677d9bd-0870-48b5-8826-9ef93827d4ae Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[832c1e17-4744-434a-8821-dcdf48508487] Ports:[] StaticRoutes:[]}" +I1208 17:08:28.007437 19465 transact.go:41] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ids:{GoMap:map[name:egressip]} external_ip:::feff:c0a8:8e0d logical_ip:ae70::66 logical_port:{GoSet:[k8s-node2]} options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996714} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2596996714}]}}] Timeout:0 Where:[where column _uuid == {d1df4a73-74f3-4f56-90bf-e5df44b94c36}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:28 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4eeea0c1-cfb5-45fb-a658-da18e552d6d4" "table"="NAT" +2021/12/08 17:08:28 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4eeea0c1-cfb5-45fb-a658-da18e552d6d4" "table"="NAT" "model"="&{UUID:4eeea0c1-cfb5-45fb-a658-da18e552d6d4 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[name:egressip] ExternalIP:::feff:c0a8:8e0d ExternalMAC: ExternalPortRange: LogicalIP:ae70::66 LogicalPort:0xc014dd3f90 Options:map[stateless:false] Type:snat}" +2021/12/08 17:08:28 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d1df4a73-74f3-4f56-90bf-e5df44b94c36" "table"="Logical_Router" +2021/12/08 17:08:28 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d1df4a73-74f3-4f56-90bf-e5df44b94c36" "table"="Logical_Router" "old"="&{UUID:d1df4a73-74f3-4f56-90bf-e5df44b94c36 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:d1df4a73-74f3-4f56-90bf-e5df44b94c36 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[4eeea0c1-cfb5-45fb-a658-da18e552d6d4] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d1df4a73-74f3-4f56-90bf-e5df44b94c36" "table"="Logical_Router" +2021/12/08 17:08:28 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d1df4a73-74f3-4f56-90bf-e5df44b94c36" "table"="Logical_Router" "old"="&{UUID:d1df4a73-74f3-4f56-90bf-e5df44b94c36 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:d1df4a73-74f3-4f56-90bf-e5df44b94c36 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[4eeea0c1-cfb5-45fb-a658-da18e552d6d4] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4eeea0c1-cfb5-45fb-a658-da18e552d6d4" "table"="NAT" +2021/12/08 17:08:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4eeea0c1-cfb5-45fb-a658-da18e552d6d4" "table"="NAT" "model"="&{UUID:4eeea0c1-cfb5-45fb-a658-da18e552d6d4 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[name:egressip] ExternalIP:::feff:c0a8:8e0d ExternalMAC: ExternalPortRange: LogicalIP:ae70::66 LogicalPort:0xc062a04ad0 Options:map[stateless:false] Type:snat}" +I1208 17:08:28.036024 19465 kube.go:232] Updating status on EgressIP egressip +RESULT &[{832c1e17-4744-434a-8821-dcdf48508487 reroute map[name:egressip] ip6.src == ae70::66 [fef0::56] map[] 100}]RESULT &[{0677d9bd-0870-48b5-8826-9ef93827d4ae map[] [] [] ovn_cluster_router [] map[] [832c1e17-4744-434a-8821-dcdf48508487] [] []}]I1208 17:08:28.057311 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Policy Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {832c1e17-4744-434a-8821-dcdf48508487}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:delete Value:{GoSet:[{GoUUID:832c1e17-4744-434a-8821-dcdf48508487}]}}] Timeout:0 Where:[where column _uuid == {0677d9bd-0870-48b5-8826-9ef93827d4ae}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:28 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="832c1e17-4744-434a-8821-dcdf48508487" "table"="Logical_Router_Policy" +2021/12/08 17:08:28 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="832c1e17-4744-434a-8821-dcdf48508487" "table"="Logical_Router_Policy" "model"="&{UUID:832c1e17-4744-434a-8821-dcdf48508487 Action:reroute ExternalIDs:map[name:egressip] Match:ip6.src == ae70::66 Nexthop: Nexthops:[fef0::56] Options:map[] Priority:100}" +2021/12/08 17:08:28 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0677d9bd-0870-48b5-8826-9ef93827d4ae" "table"="Logical_Router" +2021/12/08 17:08:28 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="0677d9bd-0870-48b5-8826-9ef93827d4ae" "table"="Logical_Router" "old"="&{UUID:0677d9bd-0870-48b5-8826-9ef93827d4ae Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[832c1e17-4744-434a-8821-dcdf48508487] Ports:[] StaticRoutes:[]}" "new"="&{UUID:0677d9bd-0870-48b5-8826-9ef93827d4ae Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0677d9bd-0870-48b5-8826-9ef93827d4ae" "table"="Logical_Router" +2021/12/08 17:08:28 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="0677d9bd-0870-48b5-8826-9ef93827d4ae" "table"="Logical_Router" "old"="&{UUID:0677d9bd-0870-48b5-8826-9ef93827d4ae Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[832c1e17-4744-434a-8821-dcdf48508487] Ports:[] StaticRoutes:[]}" "new"="&{UUID:0677d9bd-0870-48b5-8826-9ef93827d4ae Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="832c1e17-4744-434a-8821-dcdf48508487" "table"="Logical_Router_Policy" +2021/12/08 17:08:28 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="832c1e17-4744-434a-8821-dcdf48508487" "table"="Logical_Router_Policy" "model"="&{UUID:832c1e17-4744-434a-8821-dcdf48508487 Action:reroute ExternalIDs:map[name:egressip] Match:ip6.src == ae70::66 Nexthop: Nexthops:[fef0::56] Options:map[] Priority:100}" +I1208 17:08:28.134665 19465 transact.go:41] Configuring OVN: [{Op:delete Table:NAT Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {4eeea0c1-cfb5-45fb-a658-da18e552d6d4}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:delete Value:{GoSet:[{GoUUID:4eeea0c1-cfb5-45fb-a658-da18e552d6d4}]}}] Timeout:0 Where:[where column _uuid == {d1df4a73-74f3-4f56-90bf-e5df44b94c36}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:28 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4eeea0c1-cfb5-45fb-a658-da18e552d6d4" "table"="NAT" +2021/12/08 17:08:28 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="4eeea0c1-cfb5-45fb-a658-da18e552d6d4" "table"="NAT" "model"="&{UUID:4eeea0c1-cfb5-45fb-a658-da18e552d6d4 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[name:egressip] ExternalIP:::feff:c0a8:8e0d ExternalMAC: ExternalPortRange: LogicalIP:ae70::66 LogicalPort:0xc002c8e0f0 Options:map[stateless:false] Type:snat}" +2021/12/08 17:08:28 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d1df4a73-74f3-4f56-90bf-e5df44b94c36" "table"="Logical_Router" +2021/12/08 17:08:28 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d1df4a73-74f3-4f56-90bf-e5df44b94c36" "table"="Logical_Router" "old"="&{UUID:d1df4a73-74f3-4f56-90bf-e5df44b94c36 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[4eeea0c1-cfb5-45fb-a658-da18e552d6d4] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:d1df4a73-74f3-4f56-90bf-e5df44b94c36 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d1df4a73-74f3-4f56-90bf-e5df44b94c36" "table"="Logical_Router" +2021/12/08 17:08:28 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d1df4a73-74f3-4f56-90bf-e5df44b94c36" "table"="Logical_Router" "old"="&{UUID:d1df4a73-74f3-4f56-90bf-e5df44b94c36 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[4eeea0c1-cfb5-45fb-a658-da18e552d6d4] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:d1df4a73-74f3-4f56-90bf-e5df44b94c36 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4eeea0c1-cfb5-45fb-a658-da18e552d6d4" "table"="NAT" +2021/12/08 17:08:28 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="4eeea0c1-cfb5-45fb-a658-da18e552d6d4" "table"="NAT" "model"="&{UUID:4eeea0c1-cfb5-45fb-a658-da18e552d6d4 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[name:egressip] ExternalIP:::feff:c0a8:8e0d ExternalMAC: ExternalPortRange: LogicalIP:ae70::66 LogicalPort:0xc00001a1c0 Options:map[stateless:false] Type:snat}" +• +------------------------------ +OVN master EgressIP Operations IPv6 on namespace UPDATE + should not remove OVN pod egress setup when EgressIP stops matching, but pod never had any IP to begin with + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:1313 +2021/12/08 17:08:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d70b146f-d9eb-46c4-9472-20f9fea432c8" "table"="Database" +2021/12/08 17:08:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d70b146f-d9eb-46c4-9472-20f9fea432c8" "table"="Database" "model"="&{UUID:d70b146f-d9eb-46c4-9472-20f9fea432c8 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="22594e7d-89f3-49ea-9c8b-5781138c8c50" "table"="Database" +2021/12/08 17:08:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="22594e7d-89f3-49ea-9c8b-5781138c8c50" "table"="Database" "model"="&{UUID:22594e7d-89f3-49ea-9c8b-5781138c8c50 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:29.012261 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:29.012727 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[]RESULT &[]RESULT &[]I1208 17:08:29.020747 19465 kube.go:232] Updating status on EgressIP egressip +• +------------------------------ +OVN master EgressIP Operations IPv6 on EgressIP UPDATE + should delete and re-create + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:1376 +2021/12/08 17:08:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c71c3f5b-9b5a-4602-84ae-4d8ae284fbb6" "table"="Database" +2021/12/08 17:08:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c71c3f5b-9b5a-4602-84ae-4d8ae284fbb6" "table"="Database" "model"="&{UUID:c71c3f5b-9b5a-4602-84ae-4d8ae284fbb6 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d92ca97d-8fdc-4379-bac4-029e865a1916" "table"="Logical_Router" +2021/12/08 17:08:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d92ca97d-8fdc-4379-bac4-029e865a1916" "table"="Logical_Router" "model"="&{UUID:d92ca97d-8fdc-4379-bac4-029e865a1916 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="099c6815-5e2a-40e2-8081-5f3d06d8262f" "table"="Logical_Router" +2021/12/08 17:08:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="099c6815-5e2a-40e2-8081-5f3d06d8262f" "table"="Logical_Router" "model"="&{UUID:099c6815-5e2a-40e2-8081-5f3d06d8262f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="310e166c-208d-4322-9a2f-f620e79307e6" "table"="Logical_Router" +2021/12/08 17:08:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="310e166c-208d-4322-9a2f-f620e79307e6" "table"="Logical_Router" "model"="&{UUID:310e166c-208d-4322-9a2f-f620e79307e6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9722fa3b-32bb-40fe-aff8-21b16d0def66" "table"="Logical_Router_Port" +2021/12/08 17:08:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9722fa3b-32bb-40fe-aff8-21b16d0def66" "table"="Logical_Router_Port" "model"="&{UUID:9722fa3b-32bb-40fe-aff8-21b16d0def66 Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC: Name:rtoj-GR_node2 Networks:[fef0::56/125] Options:map[] Peer:}" +2021/12/08 17:08:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="37b269e0-4e94-4b03-8af9-905387752ef5" "table"="Database" +2021/12/08 17:08:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="37b269e0-4e94-4b03-8af9-905387752ef5" "table"="Database" "model"="&{UUID:37b269e0-4e94-4b03-8af9-905387752ef5 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:29.875759 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:29.876291 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[{d92ca97d-8fdc-4379-bac4-029e865a1916 map[] [] [] ovn_cluster_router [] map[] [] [] []}]RESULT &[]RESULT &[{d92ca97d-8fdc-4379-bac4-029e865a1916 map[] [] [] ovn_cluster_router [] map[] [] [] []}]RESULT &[]RESULT &[{d92ca97d-8fdc-4379-bac4-029e865a1916 map[] [] [] ovn_cluster_router [] map[] [] [] []}]I1208 17:08:29.940888 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute external_ids:{GoMap:map[name:egressip]} match:ip6.src == ae70::66 nexthops:{GoSet:[fef0::56]} priority:100] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996715} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996715}]}}] Timeout:0 Where:[where column _uuid == {d92ca97d-8fdc-4379-bac4-029e865a1916}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="72bba520-a9f5-403c-8d7d-7afec04eccc9" "table"="Logical_Router_Policy" +2021/12/08 17:08:29 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="72bba520-a9f5-403c-8d7d-7afec04eccc9" "table"="Logical_Router_Policy" "model"="&{UUID:72bba520-a9f5-403c-8d7d-7afec04eccc9 Action:reroute ExternalIDs:map[name:egressip] Match:ip6.src == ae70::66 Nexthop: Nexthops:[fef0::56] Options:map[] Priority:100}" +2021/12/08 17:08:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d92ca97d-8fdc-4379-bac4-029e865a1916" "table"="Logical_Router" +2021/12/08 17:08:29 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d92ca97d-8fdc-4379-bac4-029e865a1916" "table"="Logical_Router" "old"="&{UUID:d92ca97d-8fdc-4379-bac4-029e865a1916 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:d92ca97d-8fdc-4379-bac4-029e865a1916 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[72bba520-a9f5-403c-8d7d-7afec04eccc9] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d92ca97d-8fdc-4379-bac4-029e865a1916" "table"="Logical_Router" +2021/12/08 17:08:29 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d92ca97d-8fdc-4379-bac4-029e865a1916" "table"="Logical_Router" "old"="&{UUID:d92ca97d-8fdc-4379-bac4-029e865a1916 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:d92ca97d-8fdc-4379-bac4-029e865a1916 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[72bba520-a9f5-403c-8d7d-7afec04eccc9] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="72bba520-a9f5-403c-8d7d-7afec04eccc9" "table"="Logical_Router_Policy" +2021/12/08 17:08:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="72bba520-a9f5-403c-8d7d-7afec04eccc9" "table"="Logical_Router_Policy" "model"="&{UUID:72bba520-a9f5-403c-8d7d-7afec04eccc9 Action:reroute ExternalIDs:map[name:egressip] Match:ip6.src == ae70::66 Nexthop: Nexthops:[fef0::56] Options:map[] Priority:100}" +I1208 17:08:29.965340 19465 transact.go:41] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ids:{GoMap:map[name:egressip]} external_ip:::feff:c0a8:8e0d logical_ip:ae70::66 logical_port:{GoSet:[k8s-node2]} options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996716} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2596996716}]}}] Timeout:0 Where:[where column _uuid == {310e166c-208d-4322-9a2f-f620e79307e6}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="50fee6cb-e083-48cf-ad30-8b9e601bacbf" "table"="NAT" +2021/12/08 17:08:29 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="50fee6cb-e083-48cf-ad30-8b9e601bacbf" "table"="NAT" "model"="&{UUID:50fee6cb-e083-48cf-ad30-8b9e601bacbf AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[name:egressip] ExternalIP:::feff:c0a8:8e0d ExternalMAC: ExternalPortRange: LogicalIP:ae70::66 LogicalPort:0xc00ead01a0 Options:map[stateless:false] Type:snat}" +2021/12/08 17:08:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="310e166c-208d-4322-9a2f-f620e79307e6" "table"="Logical_Router" +2021/12/08 17:08:29 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="310e166c-208d-4322-9a2f-f620e79307e6" "table"="Logical_Router" "old"="&{UUID:310e166c-208d-4322-9a2f-f620e79307e6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:310e166c-208d-4322-9a2f-f620e79307e6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[50fee6cb-e083-48cf-ad30-8b9e601bacbf] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="50fee6cb-e083-48cf-ad30-8b9e601bacbf" "table"="NAT" +2021/12/08 17:08:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="50fee6cb-e083-48cf-ad30-8b9e601bacbf" "table"="NAT" "model"="&{UUID:50fee6cb-e083-48cf-ad30-8b9e601bacbf AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[name:egressip] ExternalIP:::feff:c0a8:8e0d ExternalMAC: ExternalPortRange: LogicalIP:ae70::66 LogicalPort:0xc014e80a80 Options:map[stateless:false] Type:snat}" +2021/12/08 17:08:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="310e166c-208d-4322-9a2f-f620e79307e6" "table"="Logical_Router" +2021/12/08 17:08:29 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="310e166c-208d-4322-9a2f-f620e79307e6" "table"="Logical_Router" "old"="&{UUID:310e166c-208d-4322-9a2f-f620e79307e6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:310e166c-208d-4322-9a2f-f620e79307e6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[50fee6cb-e083-48cf-ad30-8b9e601bacbf] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +I1208 17:08:29.993153 19465 kube.go:232] Updating status on EgressIP egressip +RESULT &[{72bba520-a9f5-403c-8d7d-7afec04eccc9 reroute map[name:egressip] ip6.src == ae70::66 [fef0::56] map[] 100}]RESULT &[{d92ca97d-8fdc-4379-bac4-029e865a1916 map[] [] [] ovn_cluster_router [] map[] [72bba520-a9f5-403c-8d7d-7afec04eccc9] [] []}]I1208 17:08:30.011491 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Policy Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {72bba520-a9f5-403c-8d7d-7afec04eccc9}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:delete Value:{GoSet:[{GoUUID:72bba520-a9f5-403c-8d7d-7afec04eccc9}]}}] Timeout:0 Where:[where column _uuid == {d92ca97d-8fdc-4379-bac4-029e865a1916}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="72bba520-a9f5-403c-8d7d-7afec04eccc9" "table"="Logical_Router_Policy" +2021/12/08 17:08:30 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="72bba520-a9f5-403c-8d7d-7afec04eccc9" "table"="Logical_Router_Policy" "model"="&{UUID:72bba520-a9f5-403c-8d7d-7afec04eccc9 Action:reroute ExternalIDs:map[name:egressip] Match:ip6.src == ae70::66 Nexthop: Nexthops:[fef0::56] Options:map[] Priority:100}" +2021/12/08 17:08:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d92ca97d-8fdc-4379-bac4-029e865a1916" "table"="Logical_Router" +2021/12/08 17:08:30 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d92ca97d-8fdc-4379-bac4-029e865a1916" "table"="Logical_Router" "old"="&{UUID:d92ca97d-8fdc-4379-bac4-029e865a1916 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[72bba520-a9f5-403c-8d7d-7afec04eccc9] Ports:[] StaticRoutes:[]}" "new"="&{UUID:d92ca97d-8fdc-4379-bac4-029e865a1916 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d92ca97d-8fdc-4379-bac4-029e865a1916" "table"="Logical_Router" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d92ca97d-8fdc-4379-bac4-029e865a1916" "table"="Logical_Router" "old"="&{UUID:d92ca97d-8fdc-4379-bac4-029e865a1916 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[72bba520-a9f5-403c-8d7d-7afec04eccc9] Ports:[] StaticRoutes:[]}" "new"="&{UUID:d92ca97d-8fdc-4379-bac4-029e865a1916 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="72bba520-a9f5-403c-8d7d-7afec04eccc9" "table"="Logical_Router_Policy" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="72bba520-a9f5-403c-8d7d-7afec04eccc9" "table"="Logical_Router_Policy" "model"="&{UUID:72bba520-a9f5-403c-8d7d-7afec04eccc9 Action:reroute ExternalIDs:map[name:egressip] Match:ip6.src == ae70::66 Nexthop: Nexthops:[fef0::56] Options:map[] Priority:100}" +I1208 17:08:30.086805 19465 transact.go:41] Configuring OVN: [{Op:delete Table:NAT Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {50fee6cb-e083-48cf-ad30-8b9e601bacbf}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:delete Value:{GoSet:[{GoUUID:50fee6cb-e083-48cf-ad30-8b9e601bacbf}]}}] Timeout:0 Where:[where column _uuid == {310e166c-208d-4322-9a2f-f620e79307e6}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="50fee6cb-e083-48cf-ad30-8b9e601bacbf" "table"="NAT" +2021/12/08 17:08:30 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="50fee6cb-e083-48cf-ad30-8b9e601bacbf" "table"="NAT" "model"="&{UUID:50fee6cb-e083-48cf-ad30-8b9e601bacbf AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[name:egressip] ExternalIP:::feff:c0a8:8e0d ExternalMAC: ExternalPortRange: LogicalIP:ae70::66 LogicalPort:0xc00dcc2b80 Options:map[stateless:false] Type:snat}" +2021/12/08 17:08:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="310e166c-208d-4322-9a2f-f620e79307e6" "table"="Logical_Router" +2021/12/08 17:08:30 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="310e166c-208d-4322-9a2f-f620e79307e6" "table"="Logical_Router" "old"="&{UUID:310e166c-208d-4322-9a2f-f620e79307e6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[50fee6cb-e083-48cf-ad30-8b9e601bacbf] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:310e166c-208d-4322-9a2f-f620e79307e6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="50fee6cb-e083-48cf-ad30-8b9e601bacbf" "table"="NAT" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="50fee6cb-e083-48cf-ad30-8b9e601bacbf" "table"="NAT" "model"="&{UUID:50fee6cb-e083-48cf-ad30-8b9e601bacbf AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[name:egressip] ExternalIP:::feff:c0a8:8e0d ExternalMAC: ExternalPortRange: LogicalIP:ae70::66 LogicalPort:0xc0016d8370 Options:map[stateless:false] Type:snat}" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="310e166c-208d-4322-9a2f-f620e79307e6" "table"="Logical_Router" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="310e166c-208d-4322-9a2f-f620e79307e6" "table"="Logical_Router" "old"="&{UUID:310e166c-208d-4322-9a2f-f620e79307e6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[50fee6cb-e083-48cf-ad30-8b9e601bacbf] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:310e166c-208d-4322-9a2f-f620e79307e6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +RESULT &[]RESULT &[{d92ca97d-8fdc-4379-bac4-029e865a1916 map[] [] [] ovn_cluster_router [] map[] [] [] []}]I1208 17:08:30.114886 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute external_ids:{GoMap:map[name:egressip]} match:ip6.src == ae70::66 nexthops:{GoSet:[fef0::56]} priority:100] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996717} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996717}]}}] Timeout:0 Where:[where column _uuid == {d92ca97d-8fdc-4379-bac4-029e865a1916}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c8111b1f-a069-4712-ab6b-63da3119414c" "table"="Logical_Router_Policy" +2021/12/08 17:08:30 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c8111b1f-a069-4712-ab6b-63da3119414c" "table"="Logical_Router_Policy" "model"="&{UUID:c8111b1f-a069-4712-ab6b-63da3119414c Action:reroute ExternalIDs:map[name:egressip] Match:ip6.src == ae70::66 Nexthop: Nexthops:[fef0::56] Options:map[] Priority:100}" +2021/12/08 17:08:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d92ca97d-8fdc-4379-bac4-029e865a1916" "table"="Logical_Router" +2021/12/08 17:08:30 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d92ca97d-8fdc-4379-bac4-029e865a1916" "table"="Logical_Router" "old"="&{UUID:d92ca97d-8fdc-4379-bac4-029e865a1916 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:d92ca97d-8fdc-4379-bac4-029e865a1916 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[c8111b1f-a069-4712-ab6b-63da3119414c] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d92ca97d-8fdc-4379-bac4-029e865a1916" "table"="Logical_Router" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d92ca97d-8fdc-4379-bac4-029e865a1916" "table"="Logical_Router" "old"="&{UUID:d92ca97d-8fdc-4379-bac4-029e865a1916 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:d92ca97d-8fdc-4379-bac4-029e865a1916 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[c8111b1f-a069-4712-ab6b-63da3119414c] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c8111b1f-a069-4712-ab6b-63da3119414c" "table"="Logical_Router_Policy" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c8111b1f-a069-4712-ab6b-63da3119414c" "table"="Logical_Router_Policy" "model"="&{UUID:c8111b1f-a069-4712-ab6b-63da3119414c Action:reroute ExternalIDs:map[name:egressip] Match:ip6.src == ae70::66 Nexthop: Nexthops:[fef0::56] Options:map[] Priority:100}" +I1208 17:08:30.144298 19465 transact.go:41] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ids:{GoMap:map[name:egressip]} external_ip:::feff:c0a8:8ffd logical_ip:ae70::66 logical_port:{GoSet:[k8s-node2]} options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996718} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2596996718}]}}] Timeout:0 Where:[where column _uuid == {310e166c-208d-4322-9a2f-f620e79307e6}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6be099a8-f441-4705-ab03-843e5834e515" "table"="NAT" +2021/12/08 17:08:30 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6be099a8-f441-4705-ab03-843e5834e515" "table"="NAT" "model"="&{UUID:6be099a8-f441-4705-ab03-843e5834e515 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[name:egressip] ExternalIP:::feff:c0a8:8ffd ExternalMAC: ExternalPortRange: LogicalIP:ae70::66 LogicalPort:0xc03f838280 Options:map[stateless:false] Type:snat}" +2021/12/08 17:08:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="310e166c-208d-4322-9a2f-f620e79307e6" "table"="Logical_Router" +2021/12/08 17:08:30 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="310e166c-208d-4322-9a2f-f620e79307e6" "table"="Logical_Router" "old"="&{UUID:310e166c-208d-4322-9a2f-f620e79307e6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:310e166c-208d-4322-9a2f-f620e79307e6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[6be099a8-f441-4705-ab03-843e5834e515] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6be099a8-f441-4705-ab03-843e5834e515" "table"="NAT" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6be099a8-f441-4705-ab03-843e5834e515" "table"="NAT" "model"="&{UUID:6be099a8-f441-4705-ab03-843e5834e515 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[name:egressip] ExternalIP:::feff:c0a8:8ffd ExternalMAC: ExternalPortRange: LogicalIP:ae70::66 LogicalPort:0xc0508b12e0 Options:map[stateless:false] Type:snat}" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="310e166c-208d-4322-9a2f-f620e79307e6" "table"="Logical_Router" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="310e166c-208d-4322-9a2f-f620e79307e6" "table"="Logical_Router" "old"="&{UUID:310e166c-208d-4322-9a2f-f620e79307e6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:310e166c-208d-4322-9a2f-f620e79307e6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[6be099a8-f441-4705-ab03-843e5834e515] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +I1208 17:08:30.173064 19465 kube.go:232] Updating status on EgressIP egressip +• +------------------------------ +OVN master EgressIP Operations IPv6 on EgressIP UPDATE + should not do anyting for user defined status updates + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:1529 +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3f151721-c8f5-4534-99af-ee91dea8c209" "table"="Database" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3f151721-c8f5-4534-99af-ee91dea8c209" "table"="Database" "model"="&{UUID:3f151721-c8f5-4534-99af-ee91dea8c209 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="017cbc84-3164-4574-ae5f-d212d26b61b2" "table"="Logical_Router_Port" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="017cbc84-3164-4574-ae5f-d212d26b61b2" "table"="Logical_Router_Port" "model"="&{UUID:017cbc84-3164-4574-ae5f-d212d26b61b2 Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC: Name:rtoj-GR_node2 Networks:[fef0::56/125] Options:map[] Peer:}" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0b709230-dbca-4f51-81fc-4c126a5b3dd8" "table"="Logical_Router" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0b709230-dbca-4f51-81fc-4c126a5b3dd8" "table"="Logical_Router" "model"="&{UUID:0b709230-dbca-4f51-81fc-4c126a5b3dd8 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7e46e53f-8dac-4908-9bcb-f6546779ebb9" "table"="Logical_Router" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7e46e53f-8dac-4908-9bcb-f6546779ebb9" "table"="Logical_Router" "model"="&{UUID:7e46e53f-8dac-4908-9bcb-f6546779ebb9 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="44740447-ec26-4ed2-ad60-6c653224a0e6" "table"="Logical_Router" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="44740447-ec26-4ed2-ad60-6c653224a0e6" "table"="Logical_Router" "model"="&{UUID:44740447-ec26-4ed2-ad60-6c653224a0e6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d4e813c9-33da-44cd-83de-60daaf43553f" "table"="Database" +2021/12/08 17:08:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d4e813c9-33da-44cd-83de-60daaf43553f" "table"="Database" "model"="&{UUID:d4e813c9-33da-44cd-83de-60daaf43553f Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:31.037315 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:31.037761 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[{0b709230-dbca-4f51-81fc-4c126a5b3dd8 map[] [] [] ovn_cluster_router [] map[] [] [] []}]RESULT &[]RESULT &[{0b709230-dbca-4f51-81fc-4c126a5b3dd8 map[] [] [] ovn_cluster_router [] map[] [] [] []}]RESULT &[]RESULT &[{0b709230-dbca-4f51-81fc-4c126a5b3dd8 map[] [] [] ovn_cluster_router [] map[] [] [] []}]I1208 17:08:31.104171 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute external_ids:{GoMap:map[name:egressip]} match:ip6.src == ae70::66 nexthops:{GoSet:[fef0::56]} priority:100] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996719} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996719}]}}] Timeout:0 Where:[where column _uuid == {0b709230-dbca-4f51-81fc-4c126a5b3dd8}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:31 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3a6bf045-80b1-40f9-9d73-4a7c66c06a39" "table"="Logical_Router_Policy" +2021/12/08 17:08:31 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3a6bf045-80b1-40f9-9d73-4a7c66c06a39" "table"="Logical_Router_Policy" "model"="&{UUID:3a6bf045-80b1-40f9-9d73-4a7c66c06a39 Action:reroute ExternalIDs:map[name:egressip] Match:ip6.src == ae70::66 Nexthop: Nexthops:[fef0::56] Options:map[] Priority:100}" +2021/12/08 17:08:31 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0b709230-dbca-4f51-81fc-4c126a5b3dd8" "table"="Logical_Router" +2021/12/08 17:08:31 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="0b709230-dbca-4f51-81fc-4c126a5b3dd8" "table"="Logical_Router" "old"="&{UUID:0b709230-dbca-4f51-81fc-4c126a5b3dd8 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:0b709230-dbca-4f51-81fc-4c126a5b3dd8 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[3a6bf045-80b1-40f9-9d73-4a7c66c06a39] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3a6bf045-80b1-40f9-9d73-4a7c66c06a39" "table"="Logical_Router_Policy" +2021/12/08 17:08:31 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3a6bf045-80b1-40f9-9d73-4a7c66c06a39" "table"="Logical_Router_Policy" "model"="&{UUID:3a6bf045-80b1-40f9-9d73-4a7c66c06a39 Action:reroute ExternalIDs:map[name:egressip] Match:ip6.src == ae70::66 Nexthop: Nexthops:[fef0::56] Options:map[] Priority:100}" +2021/12/08 17:08:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0b709230-dbca-4f51-81fc-4c126a5b3dd8" "table"="Logical_Router" +2021/12/08 17:08:31 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="0b709230-dbca-4f51-81fc-4c126a5b3dd8" "table"="Logical_Router" "old"="&{UUID:0b709230-dbca-4f51-81fc-4c126a5b3dd8 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:0b709230-dbca-4f51-81fc-4c126a5b3dd8 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[3a6bf045-80b1-40f9-9d73-4a7c66c06a39] Ports:[] StaticRoutes:[]}" +I1208 17:08:31.132724 19465 transact.go:41] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ids:{GoMap:map[name:egressip]} external_ip:::feff:c0a8:8e0d logical_ip:ae70::66 logical_port:{GoSet:[k8s-node2]} options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996720} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2596996720}]}}] Timeout:0 Where:[where column _uuid == {44740447-ec26-4ed2-ad60-6c653224a0e6}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:31 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="11975f4c-88b3-4db0-a695-628e8aabe742" "table"="NAT" +2021/12/08 17:08:31 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="11975f4c-88b3-4db0-a695-628e8aabe742" "table"="NAT" "model"="&{UUID:11975f4c-88b3-4db0-a695-628e8aabe742 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[name:egressip] ExternalIP:::feff:c0a8:8e0d ExternalMAC: ExternalPortRange: LogicalIP:ae70::66 LogicalPort:0xc0447a7630 Options:map[stateless:false] Type:snat}" +2021/12/08 17:08:31 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="44740447-ec26-4ed2-ad60-6c653224a0e6" "table"="Logical_Router" +2021/12/08 17:08:31 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="44740447-ec26-4ed2-ad60-6c653224a0e6" "table"="Logical_Router" "old"="&{UUID:44740447-ec26-4ed2-ad60-6c653224a0e6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:44740447-ec26-4ed2-ad60-6c653224a0e6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[11975f4c-88b3-4db0-a695-628e8aabe742] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="11975f4c-88b3-4db0-a695-628e8aabe742" "table"="NAT" +2021/12/08 17:08:31 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="11975f4c-88b3-4db0-a695-628e8aabe742" "table"="NAT" "model"="&{UUID:11975f4c-88b3-4db0-a695-628e8aabe742 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[name:egressip] ExternalIP:::feff:c0a8:8e0d ExternalMAC: ExternalPortRange: LogicalIP:ae70::66 LogicalPort:0xc00d88e9b0 Options:map[stateless:false] Type:snat}" +2021/12/08 17:08:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="44740447-ec26-4ed2-ad60-6c653224a0e6" "table"="Logical_Router" +2021/12/08 17:08:31 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="44740447-ec26-4ed2-ad60-6c653224a0e6" "table"="Logical_Router" "old"="&{UUID:44740447-ec26-4ed2-ad60-6c653224a0e6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:44740447-ec26-4ed2-ad60-6c653224a0e6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[11975f4c-88b3-4db0-a695-628e8aabe742] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +I1208 17:08:31.162156 19465 kube.go:232] Updating status on EgressIP egressip +• +------------------------------ +OVN master EgressIP Operations WatchEgressNodes + should populated egress node data as they are tagged `egress assignable` with variants of IPv4/IPv6 + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:1684 +2021/12/08 17:08:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="810f894f-505e-41b6-bfcf-9076c8641dfa" "table"="Database" +2021/12/08 17:08:31 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="810f894f-505e-41b6-bfcf-9076c8641dfa" "table"="Database" "model"="&{UUID:810f894f-505e-41b6-bfcf-9076c8641dfa Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7aac2c7a-64be-46e9-8f25-b248168c5c49" "table"="Logical_Switch_Port" +2021/12/08 17:08:31 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7aac2c7a-64be-46e9-8f25-b248168c5c49" "table"="Logical_Switch_Port" "model"="&{UUID:7aac2c7a-64be-46e9-8f25-b248168c5c49 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a3e2de2c-5d40-44ce-8b61-dc441308abf1" "table"="Logical_Switch_Port" +2021/12/08 17:08:31 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a3e2de2c-5d40-44ce-8b61-dc441308abf1" "table"="Logical_Switch_Port" "model"="&{UUID:a3e2de2c-5d40-44ce-8b61-dc441308abf1 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="615aef8f-f14d-44c3-92d7-52c2983b649c" "table"="Logical_Router" +2021/12/08 17:08:31 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="615aef8f-f14d-44c3-92d7-52c2983b649c" "table"="Logical_Router" "model"="&{UUID:615aef8f-f14d-44c3-92d7-52c2983b649c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e46abe33-4861-4397-8c39-5aed7a71182f" "table"="Logical_Router" +2021/12/08 17:08:31 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e46abe33-4861-4397-8c39-5aed7a71182f" "table"="Logical_Router" "model"="&{UUID:e46abe33-4861-4397-8c39-5aed7a71182f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="797fc4e3-c663-410a-95a8-f9c424606f7e" "table"="Logical_Router" +2021/12/08 17:08:31 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="797fc4e3-c663-410a-95a8-f9c424606f7e" "table"="Logical_Router" "model"="&{UUID:797fc4e3-c663-410a-95a8-f9c424606f7e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2ef8a637-30b9-4f82-b7f8-3382adfac098" "table"="Database" +2021/12/08 17:08:31 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2ef8a637-30b9-4f82-b7f8-3382adfac098" "table"="Database" "model"="&{UUID:2ef8a637-30b9-4f82-b7f8-3382adfac098 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:32.066773 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:32.067418 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[{615aef8f-f14d-44c3-92d7-52c2983b649c map[] [] [] ovn_cluster_router [] map[] [] [] []}]I1208 17:08:32.069436 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:allow match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 priority:101] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996721} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996721}]}}] Timeout:0 Where:[where column _uuid == {615aef8f-f14d-44c3-92d7-52c2983b649c}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:32 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d526f925-96f5-4300-b994-f7cff19e3f82" "table"="Logical_Router_Policy" +2021/12/08 17:08:32 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d526f925-96f5-4300-b994-f7cff19e3f82" "table"="Logical_Router_Policy" "model"="&{UUID:d526f925-96f5-4300-b994-f7cff19e3f82 Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:32 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="615aef8f-f14d-44c3-92d7-52c2983b649c" "table"="Logical_Router" +2021/12/08 17:08:32 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="615aef8f-f14d-44c3-92d7-52c2983b649c" "table"="Logical_Router" "old"="&{UUID:615aef8f-f14d-44c3-92d7-52c2983b649c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:615aef8f-f14d-44c3-92d7-52c2983b649c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[d526f925-96f5-4300-b994-f7cff19e3f82] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:32 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="615aef8f-f14d-44c3-92d7-52c2983b649c" "table"="Logical_Router" +2021/12/08 17:08:32 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="615aef8f-f14d-44c3-92d7-52c2983b649c" "table"="Logical_Router" "old"="&{UUID:615aef8f-f14d-44c3-92d7-52c2983b649c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:615aef8f-f14d-44c3-92d7-52c2983b649c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[d526f925-96f5-4300-b994-f7cff19e3f82] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:32 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d526f925-96f5-4300-b994-f7cff19e3f82" "table"="Logical_Router_Policy" +2021/12/08 17:08:32 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d526f925-96f5-4300-b994-f7cff19e3f82" "table"="Logical_Router_Policy" "model"="&{UUID:d526f925-96f5-4300-b994-f7cff19e3f82 Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 Nexthop: Nexthops:[] Options:map[] Priority:101}" +RESULT &[]RESULT &[{615aef8f-f14d-44c3-92d7-52c2983b649c map[] [] [] ovn_cluster_router [] map[] [d526f925-96f5-4300-b994-f7cff19e3f82] [] []}]I1208 17:08:32.095116 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:allow match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 priority:101] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996722} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996722}]}}] Timeout:0 Where:[where column _uuid == {615aef8f-f14d-44c3-92d7-52c2983b649c}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:32 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8ca8f1b6-df0b-4c0c-97f3-a5d32c1edae0" "table"="Logical_Router_Policy" +2021/12/08 17:08:32 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8ca8f1b6-df0b-4c0c-97f3-a5d32c1edae0" "table"="Logical_Router_Policy" "model"="&{UUID:8ca8f1b6-df0b-4c0c-97f3-a5d32c1edae0 Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:32 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="615aef8f-f14d-44c3-92d7-52c2983b649c" "table"="Logical_Router" +2021/12/08 17:08:32 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="615aef8f-f14d-44c3-92d7-52c2983b649c" "table"="Logical_Router" "old"="&{UUID:615aef8f-f14d-44c3-92d7-52c2983b649c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[d526f925-96f5-4300-b994-f7cff19e3f82] Ports:[] StaticRoutes:[]}" "new"="&{UUID:615aef8f-f14d-44c3-92d7-52c2983b649c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[d526f925-96f5-4300-b994-f7cff19e3f82 8ca8f1b6-df0b-4c0c-97f3-a5d32c1edae0] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:32 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="615aef8f-f14d-44c3-92d7-52c2983b649c" "table"="Logical_Router" +2021/12/08 17:08:32 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="615aef8f-f14d-44c3-92d7-52c2983b649c" "table"="Logical_Router" "old"="&{UUID:615aef8f-f14d-44c3-92d7-52c2983b649c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[d526f925-96f5-4300-b994-f7cff19e3f82] Ports:[] StaticRoutes:[]}" "new"="&{UUID:615aef8f-f14d-44c3-92d7-52c2983b649c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[d526f925-96f5-4300-b994-f7cff19e3f82 8ca8f1b6-df0b-4c0c-97f3-a5d32c1edae0] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:32 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8ca8f1b6-df0b-4c0c-97f3-a5d32c1edae0" "table"="Logical_Router_Policy" +2021/12/08 17:08:32 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8ca8f1b6-df0b-4c0c-97f3-a5d32c1edae0" "table"="Logical_Router_Policy" "model"="&{UUID:8ca8f1b6-df0b-4c0c-97f3-a5d32c1edae0 Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 Nexthop: Nexthops:[] Options:map[] Priority:101}" +I1208 17:08:32.177648 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:options Mutator:insert Value:{GoMap:map[nat-addresses:router]}}] Timeout:0 Where:[where column _uuid == {a3e2de2c-5d40-44ce-8b61-dc441308abf1}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:32 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a3e2de2c-5d40-44ce-8b61-dc441308abf1" "table"="Logical_Switch_Port" +2021/12/08 17:08:32 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a3e2de2c-5d40-44ce-8b61-dc441308abf1" "table"="Logical_Switch_Port" "old"="&{UUID:a3e2de2c-5d40-44ce-8b61-dc441308abf1 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:a3e2de2c-5d40-44ce-8b61-dc441308abf1 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[nat-addresses:router router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +I1208 17:08:32.188635 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:options Mutator:insert Value:{GoMap:map[nat-addresses:router]}}] Timeout:0 Where:[where column _uuid == {7aac2c7a-64be-46e9-8f25-b248168c5c49}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:32 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a3e2de2c-5d40-44ce-8b61-dc441308abf1" "table"="Logical_Switch_Port" +2021/12/08 17:08:32 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a3e2de2c-5d40-44ce-8b61-dc441308abf1" "table"="Logical_Switch_Port" "old"="&{UUID:a3e2de2c-5d40-44ce-8b61-dc441308abf1 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:a3e2de2c-5d40-44ce-8b61-dc441308abf1 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[nat-addresses:router router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:32 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7aac2c7a-64be-46e9-8f25-b248168c5c49" "table"="Logical_Switch_Port" +2021/12/08 17:08:32 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="7aac2c7a-64be-46e9-8f25-b248168c5c49" "table"="Logical_Switch_Port" "old"="&{UUID:7aac2c7a-64be-46e9-8f25-b248168c5c49 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:7aac2c7a-64be-46e9-8f25-b248168c5c49 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[nat-addresses:router router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:32 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7aac2c7a-64be-46e9-8f25-b248168c5c49" "table"="Logical_Switch_Port" +2021/12/08 17:08:32 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="7aac2c7a-64be-46e9-8f25-b248168c5c49" "table"="Logical_Switch_Port" "old"="&{UUID:7aac2c7a-64be-46e9-8f25-b248168c5c49 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:7aac2c7a-64be-46e9-8f25-b248168c5c49 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[nat-addresses:router router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +• +------------------------------ +OVN master EgressIP Operations WatchEgressNodes + should skip populating egress node data for nodes that have incorrect IP address + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:1841 +2021/12/08 17:08:32 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b6329933-b693-4e4f-a6d2-cc29f0b4fb7d" "table"="Database" +2021/12/08 17:08:32 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b6329933-b693-4e4f-a6d2-cc29f0b4fb7d" "table"="Database" "model"="&{UUID:b6329933-b693-4e4f-a6d2-cc29f0b4fb7d Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:32 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d4e38513-571c-41aa-8589-c5f0bf8f44d5" "table"="Database" +2021/12/08 17:08:32 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d4e38513-571c-41aa-8589-c5f0bf8f44d5" "table"="Database" "model"="&{UUID:d4e38513-571c-41aa-8589-c5f0bf8f44d5 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:33.115863 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:33.116560 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[]E1208 17:08:33.117728 19465 egressip.go:1187] Unable to create IPv4 no-reroute pod policies, err: unable to create logical router policy, err: object not found +RESULT &[]RESULT &[]E1208 17:08:33.118312 19465 egressip.go:1170] Unable to create IPv4 no-reroute service policies, err: unable to create logical router policy, err: object not found +E1208 17:08:33.122162 19465 ovn.go:802] egress node initialization error: invalid CIDR address: 192.168.126.510/24 +E1208 17:08:33.124909 19465 ovn.go:827] invalid CIDR address: 192.168.126.510/24 +I1208 17:08:33.125277 19465 ovn.go:850] Node: node1 has been labelled, adding it for egress assignment +W1208 17:08:33.125453 19465 ovn.go:857] Node: node1 has been labelled, but node is not ready and reachable, cannot use it for egress assignment +• +------------------------------ +OVN master EgressIP Operations WatchEgressNodes running with WatchEgressIP + should treat un-assigned EgressIPs when it is tagged + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:1893 +2021/12/08 17:08:33 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0c927e90-c2fe-4070-97af-6af59fd9fbca" "table"="Database" +2021/12/08 17:08:33 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0c927e90-c2fe-4070-97af-6af59fd9fbca" "table"="Database" "model"="&{UUID:0c927e90-c2fe-4070-97af-6af59fd9fbca Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:33 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="40dfb9b9-6af7-4e67-a424-1ae755e905e9" "table"="Logical_Router" +2021/12/08 17:08:33 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="40dfb9b9-6af7-4e67-a424-1ae755e905e9" "table"="Logical_Router" "model"="&{UUID:40dfb9b9-6af7-4e67-a424-1ae755e905e9 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:33 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2166758a-6481-4248-b7a5-a49d451d4282" "table"="Logical_Router" +2021/12/08 17:08:33 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2166758a-6481-4248-b7a5-a49d451d4282" "table"="Logical_Router" "model"="&{UUID:2166758a-6481-4248-b7a5-a49d451d4282 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:33 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5aafe687-bebd-4d51-8f0a-098de09fbfb6" "table"="Logical_Switch_Port" +2021/12/08 17:08:33 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5aafe687-bebd-4d51-8f0a-098de09fbfb6" "table"="Logical_Switch_Port" "model"="&{UUID:5aafe687-bebd-4d51-8f0a-098de09fbfb6 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:33 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d7ab704f-15cf-45d8-91c5-f54a665f7d08" "table"="Database" +2021/12/08 17:08:33 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d7ab704f-15cf-45d8-91c5-f54a665f7d08" "table"="Database" "model"="&{UUID:d7ab704f-15cf-45d8-91c5-f54a665f7d08 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:34.007564 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:34.007995 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[{40dfb9b9-6af7-4e67-a424-1ae755e905e9 map[] [] [] ovn_cluster_router [] map[] [] [] []}]I1208 17:08:34.010452 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:allow match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 priority:101] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996725} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996725}]}}] Timeout:0 Where:[where column _uuid == {40dfb9b9-6af7-4e67-a424-1ae755e905e9}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:34 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a9af22b4-01fb-4194-beb8-302afb16402a" "table"="Logical_Router_Policy" +2021/12/08 17:08:34 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a9af22b4-01fb-4194-beb8-302afb16402a" "table"="Logical_Router_Policy" "model"="&{UUID:a9af22b4-01fb-4194-beb8-302afb16402a Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:34 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="40dfb9b9-6af7-4e67-a424-1ae755e905e9" "table"="Logical_Router" +2021/12/08 17:08:34 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="40dfb9b9-6af7-4e67-a424-1ae755e905e9" "table"="Logical_Router" "old"="&{UUID:40dfb9b9-6af7-4e67-a424-1ae755e905e9 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:40dfb9b9-6af7-4e67-a424-1ae755e905e9 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[a9af22b4-01fb-4194-beb8-302afb16402a] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a9af22b4-01fb-4194-beb8-302afb16402a" "table"="Logical_Router_Policy" +2021/12/08 17:08:34 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a9af22b4-01fb-4194-beb8-302afb16402a" "table"="Logical_Router_Policy" "model"="&{UUID:a9af22b4-01fb-4194-beb8-302afb16402a Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="40dfb9b9-6af7-4e67-a424-1ae755e905e9" "table"="Logical_Router" +2021/12/08 17:08:34 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="40dfb9b9-6af7-4e67-a424-1ae755e905e9" "table"="Logical_Router" "old"="&{UUID:40dfb9b9-6af7-4e67-a424-1ae755e905e9 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:40dfb9b9-6af7-4e67-a424-1ae755e905e9 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[a9af22b4-01fb-4194-beb8-302afb16402a] Ports:[] StaticRoutes:[]}" +RESULT &[]RESULT &[{40dfb9b9-6af7-4e67-a424-1ae755e905e9 map[] [] [] ovn_cluster_router [] map[] [a9af22b4-01fb-4194-beb8-302afb16402a] [] []}]I1208 17:08:34.040930 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:allow match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 priority:101] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996726} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996726}]}}] Timeout:0 Where:[where column _uuid == {40dfb9b9-6af7-4e67-a424-1ae755e905e9}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:34 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="965949ef-4c60-4bff-8133-1a416a6e0d11" "table"="Logical_Router_Policy" +2021/12/08 17:08:34 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="965949ef-4c60-4bff-8133-1a416a6e0d11" "table"="Logical_Router_Policy" "model"="&{UUID:965949ef-4c60-4bff-8133-1a416a6e0d11 Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:34 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="40dfb9b9-6af7-4e67-a424-1ae755e905e9" "table"="Logical_Router" +2021/12/08 17:08:34 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="40dfb9b9-6af7-4e67-a424-1ae755e905e9" "table"="Logical_Router" "old"="&{UUID:40dfb9b9-6af7-4e67-a424-1ae755e905e9 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[a9af22b4-01fb-4194-beb8-302afb16402a] Ports:[] StaticRoutes:[]}" "new"="&{UUID:40dfb9b9-6af7-4e67-a424-1ae755e905e9 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[a9af22b4-01fb-4194-beb8-302afb16402a 965949ef-4c60-4bff-8133-1a416a6e0d11] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="40dfb9b9-6af7-4e67-a424-1ae755e905e9" "table"="Logical_Router" +2021/12/08 17:08:34 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="40dfb9b9-6af7-4e67-a424-1ae755e905e9" "table"="Logical_Router" "old"="&{UUID:40dfb9b9-6af7-4e67-a424-1ae755e905e9 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[a9af22b4-01fb-4194-beb8-302afb16402a] Ports:[] StaticRoutes:[]}" "new"="&{UUID:40dfb9b9-6af7-4e67-a424-1ae755e905e9 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[a9af22b4-01fb-4194-beb8-302afb16402a 965949ef-4c60-4bff-8133-1a416a6e0d11] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="965949ef-4c60-4bff-8133-1a416a6e0d11" "table"="Logical_Router_Policy" +2021/12/08 17:08:34 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="965949ef-4c60-4bff-8133-1a416a6e0d11" "table"="Logical_Router_Policy" "model"="&{UUID:965949ef-4c60-4bff-8133-1a416a6e0d11 Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 Nexthop: Nexthops:[] Options:map[] Priority:101}" +I1208 17:08:34.071639 19465 kube.go:232] Updating status on EgressIP egressip +RESULT &[]RESULT &[{40dfb9b9-6af7-4e67-a424-1ae755e905e9 map[] [] [] ovn_cluster_router [] map[] [a9af22b4-01fb-4194-beb8-302afb16402a 965949ef-4c60-4bff-8133-1a416a6e0d11] [] []}]RESULT &[]RESULT &[{40dfb9b9-6af7-4e67-a424-1ae755e905e9 map[] [] [] ovn_cluster_router [] map[] [a9af22b4-01fb-4194-beb8-302afb16402a 965949ef-4c60-4bff-8133-1a416a6e0d11] [] []}]E1208 17:08:34.075987 19465 ovn.go:900] unable to assign egress IP: egressip, error: no assignable nodes +I1208 17:08:34.076176 19465 kube.go:232] Updating status on EgressIP egressip +I1208 17:08:34.083622 19465 ovn.go:850] Node: node1 has been labelled, adding it for egress assignment +I1208 17:08:34.136097 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:options Mutator:insert Value:{GoMap:map[nat-addresses:router]}}] Timeout:0 Where:[where column _uuid == {5aafe687-bebd-4d51-8f0a-098de09fbfb6}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:34 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5aafe687-bebd-4d51-8f0a-098de09fbfb6" "table"="Logical_Switch_Port" +2021/12/08 17:08:34 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="5aafe687-bebd-4d51-8f0a-098de09fbfb6" "table"="Logical_Switch_Port" "old"="&{UUID:5aafe687-bebd-4d51-8f0a-098de09fbfb6 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:5aafe687-bebd-4d51-8f0a-098de09fbfb6 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[nat-addresses:router router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5aafe687-bebd-4d51-8f0a-098de09fbfb6" "table"="Logical_Switch_Port" +2021/12/08 17:08:34 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="5aafe687-bebd-4d51-8f0a-098de09fbfb6" "table"="Logical_Switch_Port" "old"="&{UUID:5aafe687-bebd-4d51-8f0a-098de09fbfb6 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:5aafe687-bebd-4d51-8f0a-098de09fbfb6 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[nat-addresses:router router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +I1208 17:08:34.157260 19465 kube.go:232] Updating status on EgressIP egressip +• +------------------------------ +OVN master EgressIP Operations WatchEgressNodes running with WatchEgressIP + should result in error and event if specified egress IP is a cluster node IP + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:2058 +2021/12/08 17:08:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7b559feb-db10-402a-b7e1-7c60fcb0c696" "table"="Database" +2021/12/08 17:08:34 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7b559feb-db10-402a-b7e1-7c60fcb0c696" "table"="Database" "model"="&{UUID:7b559feb-db10-402a-b7e1-7c60fcb0c696 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="33b20c5e-347a-465d-b486-636f0a4ecc47" "table"="Logical_Router" +2021/12/08 17:08:34 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="33b20c5e-347a-465d-b486-636f0a4ecc47" "table"="Logical_Router" "model"="&{UUID:33b20c5e-347a-465d-b486-636f0a4ecc47 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a44f692c-2a33-4b20-9d1a-f8578e819ac5" "table"="Logical_Router" +2021/12/08 17:08:34 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a44f692c-2a33-4b20-9d1a-f8578e819ac5" "table"="Logical_Router" "model"="&{UUID:a44f692c-2a33-4b20-9d1a-f8578e819ac5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4dd83a5e-6126-429a-a6a5-f01fc1dfab13" "table"="Logical_Router" +2021/12/08 17:08:34 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4dd83a5e-6126-429a-a6a5-f01fc1dfab13" "table"="Logical_Router" "model"="&{UUID:4dd83a5e-6126-429a-a6a5-f01fc1dfab13 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="11c7f4cc-6fab-4e7f-a615-dbd2f413c31e" "table"="Logical_Switch_Port" +2021/12/08 17:08:34 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="11c7f4cc-6fab-4e7f-a615-dbd2f413c31e" "table"="Logical_Switch_Port" "model"="&{UUID:11c7f4cc-6fab-4e7f-a615-dbd2f413c31e Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3c589c36-a289-412b-8a31-bb959f9b853a" "table"="Logical_Switch_Port" +2021/12/08 17:08:34 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3c589c36-a289-412b-8a31-bb959f9b853a" "table"="Logical_Switch_Port" "model"="&{UUID:3c589c36-a289-412b-8a31-bb959f9b853a Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e4778fc9-2ba7-4ed4-a65f-b2aad1ca0909" "table"="Database" +2021/12/08 17:08:34 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e4778fc9-2ba7-4ed4-a65f-b2aad1ca0909" "table"="Database" "model"="&{UUID:e4778fc9-2ba7-4ed4-a65f-b2aad1ca0909 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:35.034722 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:35.035109 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[{33b20c5e-347a-465d-b486-636f0a4ecc47 map[] [] [] ovn_cluster_router [] map[] [] [] []}]I1208 17:08:35.037278 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:allow match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 priority:101] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996727} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996727}]}}] Timeout:0 Where:[where column _uuid == {33b20c5e-347a-465d-b486-636f0a4ecc47}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:35 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d05dec8f-3140-4d8a-8db3-7265620f35b0" "table"="Logical_Router_Policy" +2021/12/08 17:08:35 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d05dec8f-3140-4d8a-8db3-7265620f35b0" "table"="Logical_Router_Policy" "model"="&{UUID:d05dec8f-3140-4d8a-8db3-7265620f35b0 Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:35 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="33b20c5e-347a-465d-b486-636f0a4ecc47" "table"="Logical_Router" +2021/12/08 17:08:35 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="33b20c5e-347a-465d-b486-636f0a4ecc47" "table"="Logical_Router" "old"="&{UUID:33b20c5e-347a-465d-b486-636f0a4ecc47 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:33b20c5e-347a-465d-b486-636f0a4ecc47 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[d05dec8f-3140-4d8a-8db3-7265620f35b0] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d05dec8f-3140-4d8a-8db3-7265620f35b0" "table"="Logical_Router_Policy" +2021/12/08 17:08:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d05dec8f-3140-4d8a-8db3-7265620f35b0" "table"="Logical_Router_Policy" "model"="&{UUID:d05dec8f-3140-4d8a-8db3-7265620f35b0 Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="33b20c5e-347a-465d-b486-636f0a4ecc47" "table"="Logical_Router" +2021/12/08 17:08:35 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="33b20c5e-347a-465d-b486-636f0a4ecc47" "table"="Logical_Router" "old"="&{UUID:33b20c5e-347a-465d-b486-636f0a4ecc47 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:33b20c5e-347a-465d-b486-636f0a4ecc47 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[d05dec8f-3140-4d8a-8db3-7265620f35b0] Ports:[] StaticRoutes:[]}" +RESULT &[]RESULT &[{33b20c5e-347a-465d-b486-636f0a4ecc47 map[] [] [] ovn_cluster_router [] map[] [d05dec8f-3140-4d8a-8db3-7265620f35b0] [] []}]I1208 17:08:35.064479 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:allow match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 priority:101] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996728} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996728}]}}] Timeout:0 Where:[where column _uuid == {33b20c5e-347a-465d-b486-636f0a4ecc47}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:35 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2f2d987d-023e-48a4-ae12-6584d008b9e4" "table"="Logical_Router_Policy" +2021/12/08 17:08:35 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2f2d987d-023e-48a4-ae12-6584d008b9e4" "table"="Logical_Router_Policy" "model"="&{UUID:2f2d987d-023e-48a4-ae12-6584d008b9e4 Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:35 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="33b20c5e-347a-465d-b486-636f0a4ecc47" "table"="Logical_Router" +2021/12/08 17:08:35 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="33b20c5e-347a-465d-b486-636f0a4ecc47" "table"="Logical_Router" "old"="&{UUID:33b20c5e-347a-465d-b486-636f0a4ecc47 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[d05dec8f-3140-4d8a-8db3-7265620f35b0] Ports:[] StaticRoutes:[]}" "new"="&{UUID:33b20c5e-347a-465d-b486-636f0a4ecc47 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[d05dec8f-3140-4d8a-8db3-7265620f35b0 2f2d987d-023e-48a4-ae12-6584d008b9e4] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="33b20c5e-347a-465d-b486-636f0a4ecc47" "table"="Logical_Router" +2021/12/08 17:08:35 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="33b20c5e-347a-465d-b486-636f0a4ecc47" "table"="Logical_Router" "old"="&{UUID:33b20c5e-347a-465d-b486-636f0a4ecc47 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[d05dec8f-3140-4d8a-8db3-7265620f35b0] Ports:[] StaticRoutes:[]}" "new"="&{UUID:33b20c5e-347a-465d-b486-636f0a4ecc47 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[d05dec8f-3140-4d8a-8db3-7265620f35b0 2f2d987d-023e-48a4-ae12-6584d008b9e4] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2f2d987d-023e-48a4-ae12-6584d008b9e4" "table"="Logical_Router_Policy" +2021/12/08 17:08:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2f2d987d-023e-48a4-ae12-6584d008b9e4" "table"="Logical_Router_Policy" "model"="&{UUID:2f2d987d-023e-48a4-ae12-6584d008b9e4 Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 Nexthop: Nexthops:[] Options:map[] Priority:101}" +I1208 17:08:35.147048 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:options Mutator:insert Value:{GoMap:map[nat-addresses:router]}}] Timeout:0 Where:[where column _uuid == {3c589c36-a289-412b-8a31-bb959f9b853a}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:08:35.147179 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:options Mutator:insert Value:{GoMap:map[nat-addresses:router]}}] Timeout:0 Where:[where column _uuid == {11c7f4cc-6fab-4e7f-a615-dbd2f413c31e}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:35 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3c589c36-a289-412b-8a31-bb959f9b853a" "table"="Logical_Switch_Port" +2021/12/08 17:08:35 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="11c7f4cc-6fab-4e7f-a615-dbd2f413c31e" "table"="Logical_Switch_Port" +2021/12/08 17:08:35 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="3c589c36-a289-412b-8a31-bb959f9b853a" "table"="Logical_Switch_Port" "old"="&{UUID:3c589c36-a289-412b-8a31-bb959f9b853a Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:3c589c36-a289-412b-8a31-bb959f9b853a Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[nat-addresses:router router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:35 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="11c7f4cc-6fab-4e7f-a615-dbd2f413c31e" "table"="Logical_Switch_Port" "old"="&{UUID:11c7f4cc-6fab-4e7f-a615-dbd2f413c31e Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:11c7f4cc-6fab-4e7f-a615-dbd2f413c31e Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[nat-addresses:router router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3c589c36-a289-412b-8a31-bb959f9b853a" "table"="Logical_Switch_Port" +2021/12/08 17:08:35 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="3c589c36-a289-412b-8a31-bb959f9b853a" "table"="Logical_Switch_Port" "old"="&{UUID:3c589c36-a289-412b-8a31-bb959f9b853a Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:3c589c36-a289-412b-8a31-bb959f9b853a Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[nat-addresses:router router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="11c7f4cc-6fab-4e7f-a615-dbd2f413c31e" "table"="Logical_Switch_Port" +2021/12/08 17:08:35 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="11c7f4cc-6fab-4e7f-a615-dbd2f413c31e" "table"="Logical_Switch_Port" "old"="&{UUID:11c7f4cc-6fab-4e7f-a615-dbd2f413c31e Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:11c7f4cc-6fab-4e7f-a615-dbd2f413c31e Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[nat-addresses:router router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +I1208 17:08:35.173668 19465 kube.go:232] Updating status on EgressIP egressip +RESULT &[]RESULT &[{33b20c5e-347a-465d-b486-636f0a4ecc47 map[] [] [] ovn_cluster_router [] map[] [d05dec8f-3140-4d8a-8db3-7265620f35b0 2f2d987d-023e-48a4-ae12-6584d008b9e4] [] []}]RESULT &[]RESULT &[{33b20c5e-347a-465d-b486-636f0a4ecc47 map[] [] [] ovn_cluster_router [] map[] [d05dec8f-3140-4d8a-8db3-7265620f35b0 2f2d987d-023e-48a4-ae12-6584d008b9e4] [] []}]E1208 17:08:35.178719 19465 ovn.go:900] unable to assign egress IP: egressip, error: egress IP: 192.168.126.51 is the IP address of node: node2 +I1208 17:08:35.178878 19465 kube.go:232] Updating status on EgressIP egressip +• +------------------------------ +OVN master EgressIP Operations WatchEgressNodes running with WatchEgressIP + should re-assigned EgressIPs when more nodes get tagged if the first assignment attempt wasn't fully successful + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:2221 +2021/12/08 17:08:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f2b493d6-6283-4840-b13c-079c3984e335" "table"="Database" +2021/12/08 17:08:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f2b493d6-6283-4840-b13c-079c3984e335" "table"="Database" "model"="&{UUID:f2b493d6-6283-4840-b13c-079c3984e335 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="58a4376b-d558-464f-b9f8-2dd653b03ee8" "table"="Logical_Router" +2021/12/08 17:08:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="58a4376b-d558-464f-b9f8-2dd653b03ee8" "table"="Logical_Router" "model"="&{UUID:58a4376b-d558-464f-b9f8-2dd653b03ee8 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b076e51f-389e-4e54-a0a7-aff4ab9e13ff" "table"="Logical_Router" +2021/12/08 17:08:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b076e51f-389e-4e54-a0a7-aff4ab9e13ff" "table"="Logical_Router" "model"="&{UUID:b076e51f-389e-4e54-a0a7-aff4ab9e13ff Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="26b034e8-931b-4443-8d7c-938faa3d2e22" "table"="Logical_Router" +2021/12/08 17:08:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="26b034e8-931b-4443-8d7c-938faa3d2e22" "table"="Logical_Router" "model"="&{UUID:26b034e8-931b-4443-8d7c-938faa3d2e22 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="00975620-690e-470a-b966-c2dcad284f64" "table"="Logical_Switch_Port" +2021/12/08 17:08:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="00975620-690e-470a-b966-c2dcad284f64" "table"="Logical_Switch_Port" "model"="&{UUID:00975620-690e-470a-b966-c2dcad284f64 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dce969dd-64e6-4289-ac98-d2f2df19e360" "table"="Logical_Switch_Port" +2021/12/08 17:08:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="dce969dd-64e6-4289-ac98-d2f2df19e360" "table"="Logical_Switch_Port" "model"="&{UUID:dce969dd-64e6-4289-ac98-d2f2df19e360 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0475f889-90ca-4847-960c-eb4b809c65ec" "table"="Database" +2021/12/08 17:08:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0475f889-90ca-4847-960c-eb4b809c65ec" "table"="Database" "model"="&{UUID:0475f889-90ca-4847-960c-eb4b809c65ec Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:36.084190 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:36.084563 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[{58a4376b-d558-464f-b9f8-2dd653b03ee8 map[] [] [] ovn_cluster_router [] map[] [] [] []}]I1208 17:08:36.086627 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:allow match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 priority:101] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996729} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996729}]}}] Timeout:0 Where:[where column _uuid == {58a4376b-d558-464f-b9f8-2dd653b03ee8}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:36 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="aaf91b2e-b48e-4f99-9a35-0afe97ebbb2c" "table"="Logical_Router_Policy" +2021/12/08 17:08:36 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="aaf91b2e-b48e-4f99-9a35-0afe97ebbb2c" "table"="Logical_Router_Policy" "model"="&{UUID:aaf91b2e-b48e-4f99-9a35-0afe97ebbb2c Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:36 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="58a4376b-d558-464f-b9f8-2dd653b03ee8" "table"="Logical_Router" +2021/12/08 17:08:36 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="58a4376b-d558-464f-b9f8-2dd653b03ee8" "table"="Logical_Router" "old"="&{UUID:58a4376b-d558-464f-b9f8-2dd653b03ee8 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:58a4376b-d558-464f-b9f8-2dd653b03ee8 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[aaf91b2e-b48e-4f99-9a35-0afe97ebbb2c] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:36 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="aaf91b2e-b48e-4f99-9a35-0afe97ebbb2c" "table"="Logical_Router_Policy" +2021/12/08 17:08:36 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="aaf91b2e-b48e-4f99-9a35-0afe97ebbb2c" "table"="Logical_Router_Policy" "model"="&{UUID:aaf91b2e-b48e-4f99-9a35-0afe97ebbb2c Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:36 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="58a4376b-d558-464f-b9f8-2dd653b03ee8" "table"="Logical_Router" +2021/12/08 17:08:36 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="58a4376b-d558-464f-b9f8-2dd653b03ee8" "table"="Logical_Router" "old"="&{UUID:58a4376b-d558-464f-b9f8-2dd653b03ee8 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:58a4376b-d558-464f-b9f8-2dd653b03ee8 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[aaf91b2e-b48e-4f99-9a35-0afe97ebbb2c] Ports:[] StaticRoutes:[]}" +RESULT &[]RESULT &[{58a4376b-d558-464f-b9f8-2dd653b03ee8 map[] [] [] ovn_cluster_router [] map[] [aaf91b2e-b48e-4f99-9a35-0afe97ebbb2c] [] []}]I1208 17:08:36.103841 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:allow match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 priority:101] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996730} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996730}]}}] Timeout:0 Where:[where column _uuid == {58a4376b-d558-464f-b9f8-2dd653b03ee8}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:36 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b1d73e39-4e58-49ea-9a08-b6ce0f0da51d" "table"="Logical_Router_Policy" +2021/12/08 17:08:36 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b1d73e39-4e58-49ea-9a08-b6ce0f0da51d" "table"="Logical_Router_Policy" "model"="&{UUID:b1d73e39-4e58-49ea-9a08-b6ce0f0da51d Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:36 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="58a4376b-d558-464f-b9f8-2dd653b03ee8" "table"="Logical_Router" +2021/12/08 17:08:36 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="58a4376b-d558-464f-b9f8-2dd653b03ee8" "table"="Logical_Router" "old"="&{UUID:58a4376b-d558-464f-b9f8-2dd653b03ee8 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[aaf91b2e-b48e-4f99-9a35-0afe97ebbb2c] Ports:[] StaticRoutes:[]}" "new"="&{UUID:58a4376b-d558-464f-b9f8-2dd653b03ee8 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[aaf91b2e-b48e-4f99-9a35-0afe97ebbb2c b1d73e39-4e58-49ea-9a08-b6ce0f0da51d] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:36 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b1d73e39-4e58-49ea-9a08-b6ce0f0da51d" "table"="Logical_Router_Policy" +2021/12/08 17:08:36 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b1d73e39-4e58-49ea-9a08-b6ce0f0da51d" "table"="Logical_Router_Policy" "model"="&{UUID:b1d73e39-4e58-49ea-9a08-b6ce0f0da51d Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:36 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="58a4376b-d558-464f-b9f8-2dd653b03ee8" "table"="Logical_Router" +2021/12/08 17:08:36 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="58a4376b-d558-464f-b9f8-2dd653b03ee8" "table"="Logical_Router" "old"="&{UUID:58a4376b-d558-464f-b9f8-2dd653b03ee8 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[aaf91b2e-b48e-4f99-9a35-0afe97ebbb2c] Ports:[] StaticRoutes:[]}" "new"="&{UUID:58a4376b-d558-464f-b9f8-2dd653b03ee8 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[aaf91b2e-b48e-4f99-9a35-0afe97ebbb2c b1d73e39-4e58-49ea-9a08-b6ce0f0da51d] Ports:[] StaticRoutes:[]}" +I1208 17:08:36.177990 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:options Mutator:insert Value:{GoMap:map[nat-addresses:router]}}] Timeout:0 Where:[where column _uuid == {dce969dd-64e6-4289-ac98-d2f2df19e360}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:36 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dce969dd-64e6-4289-ac98-d2f2df19e360" "table"="Logical_Switch_Port" +2021/12/08 17:08:36 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="dce969dd-64e6-4289-ac98-d2f2df19e360" "table"="Logical_Switch_Port" "old"="&{UUID:dce969dd-64e6-4289-ac98-d2f2df19e360 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:dce969dd-64e6-4289-ac98-d2f2df19e360 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[nat-addresses:router router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:36 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dce969dd-64e6-4289-ac98-d2f2df19e360" "table"="Logical_Switch_Port" +2021/12/08 17:08:36 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="dce969dd-64e6-4289-ac98-d2f2df19e360" "table"="Logical_Switch_Port" "old"="&{UUID:dce969dd-64e6-4289-ac98-d2f2df19e360 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:dce969dd-64e6-4289-ac98-d2f2df19e360 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[nat-addresses:router router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +I1208 17:08:36.200949 19465 kube.go:232] Updating status on EgressIP egressip +RESULT &[]RESULT &[{58a4376b-d558-464f-b9f8-2dd653b03ee8 map[] [] [] ovn_cluster_router [] map[] [aaf91b2e-b48e-4f99-9a35-0afe97ebbb2c b1d73e39-4e58-49ea-9a08-b6ce0f0da51d] [] []}]RESULT &[]RESULT &[{58a4376b-d558-464f-b9f8-2dd653b03ee8 map[] [] [] ovn_cluster_router [] map[] [aaf91b2e-b48e-4f99-9a35-0afe97ebbb2c b1d73e39-4e58-49ea-9a08-b6ce0f0da51d] [] []}]I1208 17:08:36.209212 19465 kube.go:232] Updating status on EgressIP egressip +I1208 17:08:36.219174 19465 ovn.go:850] Node: node2 has been labelled, adding it for egress assignment +I1208 17:08:36.272004 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:options Mutator:insert Value:{GoMap:map[nat-addresses:router]}}] Timeout:0 Where:[where column _uuid == {00975620-690e-470a-b966-c2dcad284f64}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:36 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="00975620-690e-470a-b966-c2dcad284f64" "table"="Logical_Switch_Port" +2021/12/08 17:08:36 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="00975620-690e-470a-b966-c2dcad284f64" "table"="Logical_Switch_Port" "old"="&{UUID:00975620-690e-470a-b966-c2dcad284f64 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:00975620-690e-470a-b966-c2dcad284f64 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[nat-addresses:router router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:36 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="00975620-690e-470a-b966-c2dcad284f64" "table"="Logical_Switch_Port" +2021/12/08 17:08:36 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="00975620-690e-470a-b966-c2dcad284f64" "table"="Logical_Switch_Port" "old"="&{UUID:00975620-690e-470a-b966-c2dcad284f64 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:00975620-690e-470a-b966-c2dcad284f64 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[nat-addresses:router router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +I1208 17:08:36.298659 19465 kube.go:232] Updating status on EgressIP egressip +• +------------------------------ +OVN master EgressIP Operations WatchEgressNodes running with WatchEgressIP + should remove stale EgressIP setup when node label is removed while ovnkube-master is not running and assign to newly labelled node + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:2434 +2021/12/08 17:08:36 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="be01b23e-0fe7-464a-ba02-545c0ffa5abb" "table"="Database" +2021/12/08 17:08:36 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="be01b23e-0fe7-464a-ba02-545c0ffa5abb" "table"="Database" "model"="&{UUID:be01b23e-0fe7-464a-ba02-545c0ffa5abb Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:36 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="074f4053-015e-4b0c-9a36-dfa90dc443f6" "table"="Logical_Router_Port" +2021/12/08 17:08:36 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="074f4053-015e-4b0c-9a36-dfa90dc443f6" "table"="Logical_Router_Port" "model"="&{UUID:074f4053-015e-4b0c-9a36-dfa90dc443f6 Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC: Name:rtoj-GR_node1 Networks:[100.64.0.2/29] Options:map[] Peer:}" +2021/12/08 17:08:36 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="66d5d175-9936-44c2-843f-0297e06e2bd8" "table"="Logical_Router_Port" +2021/12/08 17:08:36 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="66d5d175-9936-44c2-843f-0297e06e2bd8" "table"="Logical_Router_Port" "model"="&{UUID:66d5d175-9936-44c2-843f-0297e06e2bd8 Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC: Name:rtoj-GR_node2 Networks:[100.64.0.2/29] Options:map[] Peer:}" +2021/12/08 17:08:36 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4a5436f7-434f-482a-9db7-9687fe00b889" "table"="Logical_Switch_Port" +2021/12/08 17:08:36 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4a5436f7-434f-482a-9db7-9687fe00b889" "table"="Logical_Switch_Port" "model"="&{UUID:4a5436f7-434f-482a-9db7-9687fe00b889 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:36 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a96dabc8-cb6f-4e96-add0-dcac595ff22e" "table"="Logical_Switch_Port" +2021/12/08 17:08:36 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a96dabc8-cb6f-4e96-add0-dcac595ff22e" "table"="Logical_Switch_Port" "model"="&{UUID:a96dabc8-cb6f-4e96-add0-dcac595ff22e Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:36 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dbd82df8-48ee-4e0f-8864-8e689ac4fca6" "table"="Logical_Router" +2021/12/08 17:08:36 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="dbd82df8-48ee-4e0f-8864-8e689ac4fca6" "table"="Logical_Router" "model"="&{UUID:dbd82df8-48ee-4e0f-8864-8e689ac4fca6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:36 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="504b0842-da05-409f-ad73-f247b486e834" "table"="Database" +2021/12/08 17:08:36 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="504b0842-da05-409f-ad73-f247b486e834" "table"="Database" "model"="&{UUID:504b0842-da05-409f-ad73-f247b486e834 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:37.197077 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:37.197527 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[{dbd82df8-48ee-4e0f-8864-8e689ac4fca6 map[] [] [] ovn_cluster_router [] map[] [] [] []}]I1208 17:08:37.199026 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:allow match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 priority:101] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996731} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996731}]}}] Timeout:0 Where:[where column _uuid == {dbd82df8-48ee-4e0f-8864-8e689ac4fca6}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:37 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3693b2f0-7f40-425d-8185-4a47d5d78c3d" "table"="Logical_Router_Policy" +2021/12/08 17:08:37 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3693b2f0-7f40-425d-8185-4a47d5d78c3d" "table"="Logical_Router_Policy" "model"="&{UUID:3693b2f0-7f40-425d-8185-4a47d5d78c3d Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:37 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dbd82df8-48ee-4e0f-8864-8e689ac4fca6" "table"="Logical_Router" +2021/12/08 17:08:37 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="dbd82df8-48ee-4e0f-8864-8e689ac4fca6" "table"="Logical_Router" "old"="&{UUID:dbd82df8-48ee-4e0f-8864-8e689ac4fca6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:dbd82df8-48ee-4e0f-8864-8e689ac4fca6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[3693b2f0-7f40-425d-8185-4a47d5d78c3d] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3693b2f0-7f40-425d-8185-4a47d5d78c3d" "table"="Logical_Router_Policy" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3693b2f0-7f40-425d-8185-4a47d5d78c3d" "table"="Logical_Router_Policy" "model"="&{UUID:3693b2f0-7f40-425d-8185-4a47d5d78c3d Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dbd82df8-48ee-4e0f-8864-8e689ac4fca6" "table"="Logical_Router" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="dbd82df8-48ee-4e0f-8864-8e689ac4fca6" "table"="Logical_Router" "old"="&{UUID:dbd82df8-48ee-4e0f-8864-8e689ac4fca6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:dbd82df8-48ee-4e0f-8864-8e689ac4fca6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[3693b2f0-7f40-425d-8185-4a47d5d78c3d] Ports:[] StaticRoutes:[]}" +RESULT &[]RESULT &[{dbd82df8-48ee-4e0f-8864-8e689ac4fca6 map[] [] [] ovn_cluster_router [] map[] [3693b2f0-7f40-425d-8185-4a47d5d78c3d] [] []}]I1208 17:08:37.222648 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:allow match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 priority:101] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996732} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996732}]}}] Timeout:0 Where:[where column _uuid == {dbd82df8-48ee-4e0f-8864-8e689ac4fca6}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:37 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="11accab3-c74b-4bba-84b0-36c041c1d4d0" "table"="Logical_Router_Policy" +2021/12/08 17:08:37 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="11accab3-c74b-4bba-84b0-36c041c1d4d0" "table"="Logical_Router_Policy" "model"="&{UUID:11accab3-c74b-4bba-84b0-36c041c1d4d0 Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:37 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dbd82df8-48ee-4e0f-8864-8e689ac4fca6" "table"="Logical_Router" +2021/12/08 17:08:37 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="dbd82df8-48ee-4e0f-8864-8e689ac4fca6" "table"="Logical_Router" "old"="&{UUID:dbd82df8-48ee-4e0f-8864-8e689ac4fca6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[3693b2f0-7f40-425d-8185-4a47d5d78c3d] Ports:[] StaticRoutes:[]}" "new"="&{UUID:dbd82df8-48ee-4e0f-8864-8e689ac4fca6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[3693b2f0-7f40-425d-8185-4a47d5d78c3d 11accab3-c74b-4bba-84b0-36c041c1d4d0] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="11accab3-c74b-4bba-84b0-36c041c1d4d0" "table"="Logical_Router_Policy" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="11accab3-c74b-4bba-84b0-36c041c1d4d0" "table"="Logical_Router_Policy" "model"="&{UUID:11accab3-c74b-4bba-84b0-36c041c1d4d0 Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dbd82df8-48ee-4e0f-8864-8e689ac4fca6" "table"="Logical_Router" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="dbd82df8-48ee-4e0f-8864-8e689ac4fca6" "table"="Logical_Router" "old"="&{UUID:dbd82df8-48ee-4e0f-8864-8e689ac4fca6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[3693b2f0-7f40-425d-8185-4a47d5d78c3d] Ports:[] StaticRoutes:[]}" "new"="&{UUID:dbd82df8-48ee-4e0f-8864-8e689ac4fca6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[3693b2f0-7f40-425d-8185-4a47d5d78c3d 11accab3-c74b-4bba-84b0-36c041c1d4d0] Ports:[] StaticRoutes:[]}" +I1208 17:08:37.302058 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:options Mutator:insert Value:{GoMap:map[nat-addresses:router]}}] Timeout:0 Where:[where column _uuid == {a96dabc8-cb6f-4e96-add0-dcac595ff22e}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:37 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a96dabc8-cb6f-4e96-add0-dcac595ff22e" "table"="Logical_Switch_Port" +2021/12/08 17:08:37 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a96dabc8-cb6f-4e96-add0-dcac595ff22e" "table"="Logical_Switch_Port" "old"="&{UUID:a96dabc8-cb6f-4e96-add0-dcac595ff22e Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:a96dabc8-cb6f-4e96-add0-dcac595ff22e Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[nat-addresses:router router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a96dabc8-cb6f-4e96-add0-dcac595ff22e" "table"="Logical_Switch_Port" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a96dabc8-cb6f-4e96-add0-dcac595ff22e" "table"="Logical_Switch_Port" "old"="&{UUID:a96dabc8-cb6f-4e96-add0-dcac595ff22e Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:a96dabc8-cb6f-4e96-add0-dcac595ff22e Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[nat-addresses:router router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +E1208 17:08:37.322695 19465 egressip.go:151] Allocator error: EgressIP: egressip assigned to node: node1 which does not have egress label, will attempt rebalancing +RESULT &[]RESULT &[{dbd82df8-48ee-4e0f-8864-8e689ac4fca6 map[] [] [] ovn_cluster_router [] map[] [3693b2f0-7f40-425d-8185-4a47d5d78c3d 11accab3-c74b-4bba-84b0-36c041c1d4d0] [] []}]E1208 17:08:37.376730 19465 egressip.go:198] unable to delete NAT rule for status: {node1 192.168.126.25}, err: unable to remove snat rules for router: GR_node1, error: object not found +I1208 17:08:37.376846 19465 kube.go:232] Updating status on EgressIP egressip +RESULT &[]RESULT &[{dbd82df8-48ee-4e0f-8864-8e689ac4fca6 map[] [] [] ovn_cluster_router [] map[] [3693b2f0-7f40-425d-8185-4a47d5d78c3d 11accab3-c74b-4bba-84b0-36c041c1d4d0] [] []}]RESULT &[]RESULT &[{dbd82df8-48ee-4e0f-8864-8e689ac4fca6 map[] [] [] ovn_cluster_router [] map[] [3693b2f0-7f40-425d-8185-4a47d5d78c3d 11accab3-c74b-4bba-84b0-36c041c1d4d0] [] []}]RESULT &[]RESULT &[{dbd82df8-48ee-4e0f-8864-8e689ac4fca6 map[] [] [] ovn_cluster_router [] map[] [3693b2f0-7f40-425d-8185-4a47d5d78c3d 11accab3-c74b-4bba-84b0-36c041c1d4d0] [] []}]I1208 17:08:37.439412 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute external_ids:{GoMap:map[name:egressip]} match:ip4.src == 10.128.0.15 nexthops:{GoSet:[100.64.0.2]} priority:100] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996733} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996733}]}}] Timeout:0 Where:[where column _uuid == {dbd82df8-48ee-4e0f-8864-8e689ac4fca6}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:37 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="825b3f6d-bb72-48cb-a599-4e07746cba5c" "table"="Logical_Router_Policy" +2021/12/08 17:08:37 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="825b3f6d-bb72-48cb-a599-4e07746cba5c" "table"="Logical_Router_Policy" "model"="&{UUID:825b3f6d-bb72-48cb-a599-4e07746cba5c Action:reroute ExternalIDs:map[name:egressip] Match:ip4.src == 10.128.0.15 Nexthop: Nexthops:[100.64.0.2] Options:map[] Priority:100}" +2021/12/08 17:08:37 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dbd82df8-48ee-4e0f-8864-8e689ac4fca6" "table"="Logical_Router" +2021/12/08 17:08:37 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="dbd82df8-48ee-4e0f-8864-8e689ac4fca6" "table"="Logical_Router" "old"="&{UUID:dbd82df8-48ee-4e0f-8864-8e689ac4fca6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[3693b2f0-7f40-425d-8185-4a47d5d78c3d 11accab3-c74b-4bba-84b0-36c041c1d4d0] Ports:[] StaticRoutes:[]}" "new"="&{UUID:dbd82df8-48ee-4e0f-8864-8e689ac4fca6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[3693b2f0-7f40-425d-8185-4a47d5d78c3d 11accab3-c74b-4bba-84b0-36c041c1d4d0 825b3f6d-bb72-48cb-a599-4e07746cba5c] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="825b3f6d-bb72-48cb-a599-4e07746cba5c" "table"="Logical_Router_Policy" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="825b3f6d-bb72-48cb-a599-4e07746cba5c" "table"="Logical_Router_Policy" "model"="&{UUID:825b3f6d-bb72-48cb-a599-4e07746cba5c Action:reroute ExternalIDs:map[name:egressip] Match:ip4.src == 10.128.0.15 Nexthop: Nexthops:[100.64.0.2] Options:map[] Priority:100}" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dbd82df8-48ee-4e0f-8864-8e689ac4fca6" "table"="Logical_Router" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="dbd82df8-48ee-4e0f-8864-8e689ac4fca6" "table"="Logical_Router" "old"="&{UUID:dbd82df8-48ee-4e0f-8864-8e689ac4fca6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[3693b2f0-7f40-425d-8185-4a47d5d78c3d 11accab3-c74b-4bba-84b0-36c041c1d4d0] Ports:[] StaticRoutes:[]}" "new"="&{UUID:dbd82df8-48ee-4e0f-8864-8e689ac4fca6 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[3693b2f0-7f40-425d-8185-4a47d5d78c3d 11accab3-c74b-4bba-84b0-36c041c1d4d0 825b3f6d-bb72-48cb-a599-4e07746cba5c] Ports:[] StaticRoutes:[]}" +E1208 17:08:37.466308 19465 egressip.go:376] Unable to add pod: egressip-namespace/egress_pod to EgressIP: egressip, err: unable to create NAT rule for status: {node2 192.168.126.25}, err: unable to create snat rules, for router: GR_node2, error: object not found +I1208 17:08:37.466933 19465 kube.go:232] Updating status on EgressIP egressip +• +------------------------------ +OVN master EgressIP Operations WatchEgressNodes running with WatchEgressIP + should remove stale EgressIP setup when pod is deleted while ovnkube-master is not running + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:2625 +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4323b2d4-31bd-4e4e-bf8d-c5cfb976958d" "table"="Database" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4323b2d4-31bd-4e4e-bf8d-c5cfb976958d" "table"="Database" "model"="&{UUID:4323b2d4-31bd-4e4e-bf8d-c5cfb976958d Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="247244e3-c05e-47ca-b108-721ae471039b" "table"="NAT" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="247244e3-c05e-47ca-b108-721ae471039b" "table"="NAT" "model"="&{UUID:247244e3-c05e-47ca-b108-721ae471039b AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[name:egressip] ExternalIP:192.168.126.25 ExternalMAC: ExternalPortRange: LogicalIP:10.128.0.15 LogicalPort:0xc000553b20 Options:map[stateless:false] Type:snat}" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ec721369-d7af-4b26-8874-8b17b8750dba" "table"="Logical_Router" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ec721369-d7af-4b26-8874-8b17b8750dba" "table"="Logical_Router" "model"="&{UUID:ec721369-d7af-4b26-8874-8b17b8750dba Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[egressip-nat-UUID] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2027f45e-80f4-4ca4-9c5b-f8c01ded85ad" "table"="Logical_Router" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2027f45e-80f4-4ca4-9c5b-f8c01ded85ad" "table"="Logical_Router" "model"="&{UUID:2027f45e-80f4-4ca4-9c5b-f8c01ded85ad Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[1261303b-5fa9-4666-815d-adb37defbf03 087bc9a9-8014-402e-a545-c2f2568e2a2b] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="97ca1f74-ec21-46c1-8105-49f0eb34fa03" "table"="Logical_Switch_Port" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="97ca1f74-ec21-46c1-8105-49f0eb34fa03" "table"="Logical_Switch_Port" "model"="&{UUID:97ca1f74-ec21-46c1-8105-49f0eb34fa03 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="eaa36b9e-bd2b-45ec-9bba-f15520388e4a" "table"="Logical_Switch_Port" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="eaa36b9e-bd2b-45ec-9bba-f15520388e4a" "table"="Logical_Switch_Port" "model"="&{UUID:eaa36b9e-bd2b-45ec-9bba-f15520388e4a Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="087bc9a9-8014-402e-a545-c2f2568e2a2b" "table"="Logical_Router_Policy" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="087bc9a9-8014-402e-a545-c2f2568e2a2b" "table"="Logical_Router_Policy" "model"="&{UUID:087bc9a9-8014-402e-a545-c2f2568e2a2b Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1261303b-5fa9-4666-815d-adb37defbf03" "table"="Logical_Router_Policy" +2021/12/08 17:08:37 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1261303b-5fa9-4666-815d-adb37defbf03" "table"="Logical_Router_Policy" "model"="&{UUID:1261303b-5fa9-4666-815d-adb37defbf03 Action:reroute ExternalIDs:map[name:egressip] Match:ip.src == 10.128.3.8 Nexthop: Nexthops:[] Options:map[] Priority:100}" +2021/12/08 17:08:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9bb8b1aa-2ce6-4dcd-ae0a-64a609af6fb4" "table"="Database" +2021/12/08 17:08:38 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9bb8b1aa-2ce6-4dcd-ae0a-64a609af6fb4" "table"="Database" "model"="&{UUID:9bb8b1aa-2ce6-4dcd-ae0a-64a609af6fb4 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:38.321340 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:38.321955 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[{087bc9a9-8014-402e-a545-c2f2568e2a2b allow map[] ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 [] map[] 101}]RESULT &[{2027f45e-80f4-4ca4-9c5b-f8c01ded85ad map[] [] [] ovn_cluster_router [] map[] [1261303b-5fa9-4666-815d-adb37defbf03 087bc9a9-8014-402e-a545-c2f2568e2a2b] [] []}]RESULT &[]RESULT &[{2027f45e-80f4-4ca4-9c5b-f8c01ded85ad map[] [] [] ovn_cluster_router [] map[] [1261303b-5fa9-4666-815d-adb37defbf03 087bc9a9-8014-402e-a545-c2f2568e2a2b] [] []}]I1208 17:08:38.325995 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:allow match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 priority:101] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996734} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996734}]}}] Timeout:0 Where:[where column _uuid == {2027f45e-80f4-4ca4-9c5b-f8c01ded85ad}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:38 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6988b49e-f860-4689-ae2b-942e77a10871" "table"="Logical_Router_Policy" +2021/12/08 17:08:38 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6988b49e-f860-4689-ae2b-942e77a10871" "table"="Logical_Router_Policy" "model"="&{UUID:6988b49e-f860-4689-ae2b-942e77a10871 Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:38 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2027f45e-80f4-4ca4-9c5b-f8c01ded85ad" "table"="Logical_Router" +2021/12/08 17:08:38 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2027f45e-80f4-4ca4-9c5b-f8c01ded85ad" "table"="Logical_Router" "old"="&{UUID:2027f45e-80f4-4ca4-9c5b-f8c01ded85ad Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[1261303b-5fa9-4666-815d-adb37defbf03 087bc9a9-8014-402e-a545-c2f2568e2a2b] Ports:[] StaticRoutes:[]}" "new"="&{UUID:2027f45e-80f4-4ca4-9c5b-f8c01ded85ad Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[1261303b-5fa9-4666-815d-adb37defbf03 087bc9a9-8014-402e-a545-c2f2568e2a2b 6988b49e-f860-4689-ae2b-942e77a10871] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2027f45e-80f4-4ca4-9c5b-f8c01ded85ad" "table"="Logical_Router" +2021/12/08 17:08:38 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2027f45e-80f4-4ca4-9c5b-f8c01ded85ad" "table"="Logical_Router" "old"="&{UUID:2027f45e-80f4-4ca4-9c5b-f8c01ded85ad Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[1261303b-5fa9-4666-815d-adb37defbf03 087bc9a9-8014-402e-a545-c2f2568e2a2b] Ports:[] StaticRoutes:[]}" "new"="&{UUID:2027f45e-80f4-4ca4-9c5b-f8c01ded85ad Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[1261303b-5fa9-4666-815d-adb37defbf03 087bc9a9-8014-402e-a545-c2f2568e2a2b 6988b49e-f860-4689-ae2b-942e77a10871] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6988b49e-f860-4689-ae2b-942e77a10871" "table"="Logical_Router_Policy" +2021/12/08 17:08:38 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6988b49e-f860-4689-ae2b-942e77a10871" "table"="Logical_Router_Policy" "model"="&{UUID:6988b49e-f860-4689-ae2b-942e77a10871 Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 Nexthop: Nexthops:[] Options:map[] Priority:101}" +I1208 17:08:38.413037 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:options Mutator:insert Value:{GoMap:map[nat-addresses:router]}}] Timeout:0 Where:[where column _uuid == {97ca1f74-ec21-46c1-8105-49f0eb34fa03}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:38 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="97ca1f74-ec21-46c1-8105-49f0eb34fa03" "table"="Logical_Switch_Port" +2021/12/08 17:08:38 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="97ca1f74-ec21-46c1-8105-49f0eb34fa03" "table"="Logical_Switch_Port" "old"="&{UUID:97ca1f74-ec21-46c1-8105-49f0eb34fa03 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:97ca1f74-ec21-46c1-8105-49f0eb34fa03 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[nat-addresses:router router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="97ca1f74-ec21-46c1-8105-49f0eb34fa03" "table"="Logical_Switch_Port" +2021/12/08 17:08:38 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="97ca1f74-ec21-46c1-8105-49f0eb34fa03" "table"="Logical_Switch_Port" "old"="&{UUID:97ca1f74-ec21-46c1-8105-49f0eb34fa03 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:97ca1f74-ec21-46c1-8105-49f0eb34fa03 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[nat-addresses:router router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +RESULT &[]RESULT &[{2027f45e-80f4-4ca4-9c5b-f8c01ded85ad map[] [] [] ovn_cluster_router [] map[] [1261303b-5fa9-4666-815d-adb37defbf03 087bc9a9-8014-402e-a545-c2f2568e2a2b 6988b49e-f860-4689-ae2b-942e77a10871] [] []}]RESULT &[{1261303b-5fa9-4666-815d-adb37defbf03 reroute map[name:egressip] ip.src == 10.128.3.8 [] map[] 100}]RESULT &[{2027f45e-80f4-4ca4-9c5b-f8c01ded85ad map[] [] [] ovn_cluster_router [] map[] [1261303b-5fa9-4666-815d-adb37defbf03 087bc9a9-8014-402e-a545-c2f2568e2a2b 6988b49e-f860-4689-ae2b-942e77a10871] [] []}]I1208 17:08:38.438069 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Policy Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {1261303b-5fa9-4666-815d-adb37defbf03}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:delete Value:{GoSet:[{GoUUID:1261303b-5fa9-4666-815d-adb37defbf03}]}}] Timeout:0 Where:[where column _uuid == {2027f45e-80f4-4ca4-9c5b-f8c01ded85ad}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:38 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1261303b-5fa9-4666-815d-adb37defbf03" "table"="Logical_Router_Policy" +2021/12/08 17:08:38 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="1261303b-5fa9-4666-815d-adb37defbf03" "table"="Logical_Router_Policy" "model"="&{UUID:1261303b-5fa9-4666-815d-adb37defbf03 Action:reroute ExternalIDs:map[name:egressip] Match:ip.src == 10.128.3.8 Nexthop: Nexthops:[] Options:map[] Priority:100}" +2021/12/08 17:08:38 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2027f45e-80f4-4ca4-9c5b-f8c01ded85ad" "table"="Logical_Router" +2021/12/08 17:08:38 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2027f45e-80f4-4ca4-9c5b-f8c01ded85ad" "table"="Logical_Router" "old"="&{UUID:2027f45e-80f4-4ca4-9c5b-f8c01ded85ad Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[1261303b-5fa9-4666-815d-adb37defbf03 087bc9a9-8014-402e-a545-c2f2568e2a2b 6988b49e-f860-4689-ae2b-942e77a10871] Ports:[] StaticRoutes:[]}" "new"="&{UUID:2027f45e-80f4-4ca4-9c5b-f8c01ded85ad Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[087bc9a9-8014-402e-a545-c2f2568e2a2b 6988b49e-f860-4689-ae2b-942e77a10871] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2027f45e-80f4-4ca4-9c5b-f8c01ded85ad" "table"="Logical_Router" +2021/12/08 17:08:38 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2027f45e-80f4-4ca4-9c5b-f8c01ded85ad" "table"="Logical_Router" "old"="&{UUID:2027f45e-80f4-4ca4-9c5b-f8c01ded85ad Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[1261303b-5fa9-4666-815d-adb37defbf03 087bc9a9-8014-402e-a545-c2f2568e2a2b 6988b49e-f860-4689-ae2b-942e77a10871] Ports:[] StaticRoutes:[]}" "new"="&{UUID:2027f45e-80f4-4ca4-9c5b-f8c01ded85ad Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[087bc9a9-8014-402e-a545-c2f2568e2a2b 6988b49e-f860-4689-ae2b-942e77a10871] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1261303b-5fa9-4666-815d-adb37defbf03" "table"="Logical_Router_Policy" +2021/12/08 17:08:38 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="1261303b-5fa9-4666-815d-adb37defbf03" "table"="Logical_Router_Policy" "model"="&{UUID:1261303b-5fa9-4666-815d-adb37defbf03 Action:reroute ExternalIDs:map[name:egressip] Match:ip.src == 10.128.3.8 Nexthop: Nexthops:[] Options:map[] Priority:100}" +I1208 17:08:38.468946 19465 kube.go:232] Updating status on EgressIP egressip +• +------------------------------ +OVN master EgressIP Operations WatchEgressNodes running with WatchEgressIP + should only get assigned EgressIPs which matches their subnet when the node is tagged + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:2815 +2021/12/08 17:08:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9f5cc60f-2cbd-4c13-b219-e72de0562149" "table"="Database" +2021/12/08 17:08:38 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9f5cc60f-2cbd-4c13-b219-e72de0562149" "table"="Database" "model"="&{UUID:9f5cc60f-2cbd-4c13-b219-e72de0562149 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c0596c98-6b3e-48aa-9ea6-9d33d0d661d0" "table"="Logical_Switch_Port" +2021/12/08 17:08:38 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c0596c98-6b3e-48aa-9ea6-9d33d0d661d0" "table"="Logical_Switch_Port" "model"="&{UUID:c0596c98-6b3e-48aa-9ea6-9d33d0d661d0 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ce78e103-7f48-42fb-941e-5ce8244c555e" "table"="Logical_Switch_Port" +2021/12/08 17:08:38 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ce78e103-7f48-42fb-941e-5ce8244c555e" "table"="Logical_Switch_Port" "model"="&{UUID:ce78e103-7f48-42fb-941e-5ce8244c555e Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c3b85070-b080-452b-b484-da83bb9ce8b5" "table"="Logical_Router" +2021/12/08 17:08:38 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c3b85070-b080-452b-b484-da83bb9ce8b5" "table"="Logical_Router" "model"="&{UUID:c3b85070-b080-452b-b484-da83bb9ce8b5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="187b6a7d-2b6f-479e-abc8-73c0018d3fae" "table"="Logical_Router" +2021/12/08 17:08:38 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="187b6a7d-2b6f-479e-abc8-73c0018d3fae" "table"="Logical_Router" "model"="&{UUID:187b6a7d-2b6f-479e-abc8-73c0018d3fae Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:38 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1ad45b9b-087b-48d4-9c7c-8c3928d8683c" "table"="Logical_Router" +2021/12/08 17:08:38 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1ad45b9b-087b-48d4-9c7c-8c3928d8683c" "table"="Logical_Router" "model"="&{UUID:1ad45b9b-087b-48d4-9c7c-8c3928d8683c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a2fcef9b-59cd-4ae8-8910-17c90b4d0319" "table"="Database" +2021/12/08 17:08:39 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a2fcef9b-59cd-4ae8-8910-17c90b4d0319" "table"="Database" "model"="&{UUID:a2fcef9b-59cd-4ae8-8910-17c90b4d0319 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:39.343837 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:39.344184 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[{c3b85070-b080-452b-b484-da83bb9ce8b5 map[] [] [] ovn_cluster_router [] map[] [] [] []}]I1208 17:08:39.346162 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:allow match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 priority:101] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996735} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996735}]}}] Timeout:0 Where:[where column _uuid == {c3b85070-b080-452b-b484-da83bb9ce8b5}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:39 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ce69f1b7-0f49-4109-a823-267bca1b8022" "table"="Logical_Router_Policy" +2021/12/08 17:08:39 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ce69f1b7-0f49-4109-a823-267bca1b8022" "table"="Logical_Router_Policy" "model"="&{UUID:ce69f1b7-0f49-4109-a823-267bca1b8022 Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:39 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c3b85070-b080-452b-b484-da83bb9ce8b5" "table"="Logical_Router" +2021/12/08 17:08:39 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c3b85070-b080-452b-b484-da83bb9ce8b5" "table"="Logical_Router" "old"="&{UUID:c3b85070-b080-452b-b484-da83bb9ce8b5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:c3b85070-b080-452b-b484-da83bb9ce8b5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[ce69f1b7-0f49-4109-a823-267bca1b8022] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ce69f1b7-0f49-4109-a823-267bca1b8022" "table"="Logical_Router_Policy" +2021/12/08 17:08:39 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ce69f1b7-0f49-4109-a823-267bca1b8022" "table"="Logical_Router_Policy" "model"="&{UUID:ce69f1b7-0f49-4109-a823-267bca1b8022 Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c3b85070-b080-452b-b484-da83bb9ce8b5" "table"="Logical_Router" +2021/12/08 17:08:39 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c3b85070-b080-452b-b484-da83bb9ce8b5" "table"="Logical_Router" "old"="&{UUID:c3b85070-b080-452b-b484-da83bb9ce8b5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:c3b85070-b080-452b-b484-da83bb9ce8b5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[ce69f1b7-0f49-4109-a823-267bca1b8022] Ports:[] StaticRoutes:[]}" +RESULT &[]RESULT &[{c3b85070-b080-452b-b484-da83bb9ce8b5 map[] [] [] ovn_cluster_router [] map[] [ce69f1b7-0f49-4109-a823-267bca1b8022] [] []}]I1208 17:08:39.368885 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:allow match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 priority:101] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996736} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996736}]}}] Timeout:0 Where:[where column _uuid == {c3b85070-b080-452b-b484-da83bb9ce8b5}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:39 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="654cd226-33ee-46f4-b25a-d9295b0851d8" "table"="Logical_Router_Policy" +2021/12/08 17:08:39 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="654cd226-33ee-46f4-b25a-d9295b0851d8" "table"="Logical_Router_Policy" "model"="&{UUID:654cd226-33ee-46f4-b25a-d9295b0851d8 Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:39 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c3b85070-b080-452b-b484-da83bb9ce8b5" "table"="Logical_Router" +2021/12/08 17:08:39 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c3b85070-b080-452b-b484-da83bb9ce8b5" "table"="Logical_Router" "old"="&{UUID:c3b85070-b080-452b-b484-da83bb9ce8b5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[ce69f1b7-0f49-4109-a823-267bca1b8022] Ports:[] StaticRoutes:[]}" "new"="&{UUID:c3b85070-b080-452b-b484-da83bb9ce8b5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[ce69f1b7-0f49-4109-a823-267bca1b8022 654cd226-33ee-46f4-b25a-d9295b0851d8] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="654cd226-33ee-46f4-b25a-d9295b0851d8" "table"="Logical_Router_Policy" +2021/12/08 17:08:39 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="654cd226-33ee-46f4-b25a-d9295b0851d8" "table"="Logical_Router_Policy" "model"="&{UUID:654cd226-33ee-46f4-b25a-d9295b0851d8 Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c3b85070-b080-452b-b484-da83bb9ce8b5" "table"="Logical_Router" +2021/12/08 17:08:39 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c3b85070-b080-452b-b484-da83bb9ce8b5" "table"="Logical_Router" "old"="&{UUID:c3b85070-b080-452b-b484-da83bb9ce8b5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[ce69f1b7-0f49-4109-a823-267bca1b8022] Ports:[] StaticRoutes:[]}" "new"="&{UUID:c3b85070-b080-452b-b484-da83bb9ce8b5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[ce69f1b7-0f49-4109-a823-267bca1b8022 654cd226-33ee-46f4-b25a-d9295b0851d8] Ports:[] StaticRoutes:[]}" +I1208 17:08:39.394713 19465 kube.go:232] Updating status on EgressIP egressip +RESULT &[]RESULT &[{c3b85070-b080-452b-b484-da83bb9ce8b5 map[] [] [] ovn_cluster_router [] map[] [ce69f1b7-0f49-4109-a823-267bca1b8022 654cd226-33ee-46f4-b25a-d9295b0851d8] [] []}]RESULT &[]RESULT &[{c3b85070-b080-452b-b484-da83bb9ce8b5 map[] [] [] ovn_cluster_router [] map[] [ce69f1b7-0f49-4109-a823-267bca1b8022 654cd226-33ee-46f4-b25a-d9295b0851d8] [] []}]E1208 17:08:39.399830 19465 ovn.go:900] unable to assign egress IP: egressip, error: no assignable nodes +I1208 17:08:39.400059 19465 kube.go:232] Updating status on EgressIP egressip +I1208 17:08:39.410413 19465 ovn.go:850] Node: node1 has been labelled, adding it for egress assignment +I1208 17:08:39.462642 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:options Mutator:insert Value:{GoMap:map[nat-addresses:router]}}] Timeout:0 Where:[where column _uuid == {c0596c98-6b3e-48aa-9ea6-9d33d0d661d0}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:39 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c0596c98-6b3e-48aa-9ea6-9d33d0d661d0" "table"="Logical_Switch_Port" +2021/12/08 17:08:39 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c0596c98-6b3e-48aa-9ea6-9d33d0d661d0" "table"="Logical_Switch_Port" "old"="&{UUID:c0596c98-6b3e-48aa-9ea6-9d33d0d661d0 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:c0596c98-6b3e-48aa-9ea6-9d33d0d661d0 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[nat-addresses:router router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c0596c98-6b3e-48aa-9ea6-9d33d0d661d0" "table"="Logical_Switch_Port" +2021/12/08 17:08:39 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c0596c98-6b3e-48aa-9ea6-9d33d0d661d0" "table"="Logical_Switch_Port" "old"="&{UUID:c0596c98-6b3e-48aa-9ea6-9d33d0d661d0 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:c0596c98-6b3e-48aa-9ea6-9d33d0d661d0 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[nat-addresses:router router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +I1208 17:08:39.483222 19465 kube.go:232] Updating status on EgressIP egressip +E1208 17:08:39.483771 19465 egressip.go:610] Re-assignment for EgressIP: egressip failed, err: new egress IP assignment failed, err: unable to assign egress IP: egressip, error: no matching host found +I1208 17:08:39.495593 19465 ovn.go:850] Node: node2 has been labelled, adding it for egress assignment +I1208 17:08:39.548216 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:options Mutator:insert Value:{GoMap:map[nat-addresses:router]}}] Timeout:0 Where:[where column _uuid == {ce78e103-7f48-42fb-941e-5ce8244c555e}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:39 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ce78e103-7f48-42fb-941e-5ce8244c555e" "table"="Logical_Switch_Port" +2021/12/08 17:08:39 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="ce78e103-7f48-42fb-941e-5ce8244c555e" "table"="Logical_Switch_Port" "old"="&{UUID:ce78e103-7f48-42fb-941e-5ce8244c555e Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:ce78e103-7f48-42fb-941e-5ce8244c555e Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[nat-addresses:router router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ce78e103-7f48-42fb-941e-5ce8244c555e" "table"="Logical_Switch_Port" +2021/12/08 17:08:39 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="ce78e103-7f48-42fb-941e-5ce8244c555e" "table"="Logical_Switch_Port" "old"="&{UUID:ce78e103-7f48-42fb-941e-5ce8244c555e Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:ce78e103-7f48-42fb-941e-5ce8244c555e Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[nat-addresses:router router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +I1208 17:08:39.570721 19465 kube.go:232] Updating status on EgressIP egressip +• +------------------------------ +OVN master EgressIP Operations WatchEgressNodes running with WatchEgressIP + should try re-assigning EgressIP until all defined egress IPs are assigned + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:3093 +2021/12/08 17:08:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e834a898-4748-4414-be9e-dbe19cbc1ee2" "table"="Database" +2021/12/08 17:08:39 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e834a898-4748-4414-be9e-dbe19cbc1ee2" "table"="Database" "model"="&{UUID:e834a898-4748-4414-be9e-dbe19cbc1ee2 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9892893d-61ae-43c0-8ff8-e250f5008a43" "table"="Logical_Switch_Port" +2021/12/08 17:08:39 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9892893d-61ae-43c0-8ff8-e250f5008a43" "table"="Logical_Switch_Port" "model"="&{UUID:9892893d-61ae-43c0-8ff8-e250f5008a43 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1bf6da93-198d-47b5-be5e-e9c878ff6f6c" "table"="Logical_Switch_Port" +2021/12/08 17:08:39 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1bf6da93-198d-47b5-be5e-e9c878ff6f6c" "table"="Logical_Switch_Port" "model"="&{UUID:1bf6da93-198d-47b5-be5e-e9c878ff6f6c Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ade248ec-b362-40f5-aa77-694f826f88a5" "table"="Logical_Router" +2021/12/08 17:08:39 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ade248ec-b362-40f5-aa77-694f826f88a5" "table"="Logical_Router" "model"="&{UUID:ade248ec-b362-40f5-aa77-694f826f88a5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="03d0a85a-48ce-41b6-9496-f7f899487090" "table"="Logical_Router" +2021/12/08 17:08:39 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="03d0a85a-48ce-41b6-9496-f7f899487090" "table"="Logical_Router" "model"="&{UUID:03d0a85a-48ce-41b6-9496-f7f899487090 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:39 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5453bf1e-14b2-43b1-a066-d181e8093de3" "table"="Logical_Router" +2021/12/08 17:08:39 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5453bf1e-14b2-43b1-a066-d181e8093de3" "table"="Logical_Router" "model"="&{UUID:5453bf1e-14b2-43b1-a066-d181e8093de3 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:40 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6b5c64b3-7a0b-4c76-8cab-2aa8ea720999" "table"="Database" +2021/12/08 17:08:40 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6b5c64b3-7a0b-4c76-8cab-2aa8ea720999" "table"="Database" "model"="&{UUID:6b5c64b3-7a0b-4c76-8cab-2aa8ea720999 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:40.456451 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:40.456987 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[{ade248ec-b362-40f5-aa77-694f826f88a5 map[] [] [] ovn_cluster_router [] map[] [] [] []}]I1208 17:08:40.459212 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:allow match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 priority:101] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996737} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996737}]}}] Timeout:0 Where:[where column _uuid == {ade248ec-b362-40f5-aa77-694f826f88a5}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:40 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0f999c8e-c767-4c4c-af37-85889e272b0f" "table"="Logical_Router_Policy" +2021/12/08 17:08:40 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0f999c8e-c767-4c4c-af37-85889e272b0f" "table"="Logical_Router_Policy" "model"="&{UUID:0f999c8e-c767-4c4c-af37-85889e272b0f Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:40 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ade248ec-b362-40f5-aa77-694f826f88a5" "table"="Logical_Router" +2021/12/08 17:08:40 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="ade248ec-b362-40f5-aa77-694f826f88a5" "table"="Logical_Router" "old"="&{UUID:ade248ec-b362-40f5-aa77-694f826f88a5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:ade248ec-b362-40f5-aa77-694f826f88a5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[0f999c8e-c767-4c4c-af37-85889e272b0f] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:40 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ade248ec-b362-40f5-aa77-694f826f88a5" "table"="Logical_Router" +2021/12/08 17:08:40 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="ade248ec-b362-40f5-aa77-694f826f88a5" "table"="Logical_Router" "old"="&{UUID:ade248ec-b362-40f5-aa77-694f826f88a5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:ade248ec-b362-40f5-aa77-694f826f88a5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[0f999c8e-c767-4c4c-af37-85889e272b0f] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:40 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0f999c8e-c767-4c4c-af37-85889e272b0f" "table"="Logical_Router_Policy" +2021/12/08 17:08:40 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0f999c8e-c767-4c4c-af37-85889e272b0f" "table"="Logical_Router_Policy" "model"="&{UUID:0f999c8e-c767-4c4c-af37-85889e272b0f Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 Nexthop: Nexthops:[] Options:map[] Priority:101}" +RESULT &[]RESULT &[{ade248ec-b362-40f5-aa77-694f826f88a5 map[] [] [] ovn_cluster_router [] map[] [0f999c8e-c767-4c4c-af37-85889e272b0f] [] []}]I1208 17:08:40.486234 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:allow match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 priority:101] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996738} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996738}]}}] Timeout:0 Where:[where column _uuid == {ade248ec-b362-40f5-aa77-694f826f88a5}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:40 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="feeb5f5d-8e78-47ba-9796-6fe3900f078f" "table"="Logical_Router_Policy" +2021/12/08 17:08:40 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="feeb5f5d-8e78-47ba-9796-6fe3900f078f" "table"="Logical_Router_Policy" "model"="&{UUID:feeb5f5d-8e78-47ba-9796-6fe3900f078f Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:40 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ade248ec-b362-40f5-aa77-694f826f88a5" "table"="Logical_Router" +2021/12/08 17:08:40 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="ade248ec-b362-40f5-aa77-694f826f88a5" "table"="Logical_Router" "old"="&{UUID:ade248ec-b362-40f5-aa77-694f826f88a5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[0f999c8e-c767-4c4c-af37-85889e272b0f] Ports:[] StaticRoutes:[]}" "new"="&{UUID:ade248ec-b362-40f5-aa77-694f826f88a5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[0f999c8e-c767-4c4c-af37-85889e272b0f feeb5f5d-8e78-47ba-9796-6fe3900f078f] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:40 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ade248ec-b362-40f5-aa77-694f826f88a5" "table"="Logical_Router" +2021/12/08 17:08:40 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="ade248ec-b362-40f5-aa77-694f826f88a5" "table"="Logical_Router" "old"="&{UUID:ade248ec-b362-40f5-aa77-694f826f88a5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[0f999c8e-c767-4c4c-af37-85889e272b0f] Ports:[] StaticRoutes:[]}" "new"="&{UUID:ade248ec-b362-40f5-aa77-694f826f88a5 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[0f999c8e-c767-4c4c-af37-85889e272b0f feeb5f5d-8e78-47ba-9796-6fe3900f078f] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:40 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="feeb5f5d-8e78-47ba-9796-6fe3900f078f" "table"="Logical_Router_Policy" +2021/12/08 17:08:40 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="feeb5f5d-8e78-47ba-9796-6fe3900f078f" "table"="Logical_Router_Policy" "model"="&{UUID:feeb5f5d-8e78-47ba-9796-6fe3900f078f Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 Nexthop: Nexthops:[] Options:map[] Priority:101}" +I1208 17:08:40.517246 19465 kube.go:232] Updating status on EgressIP egressip +RESULT &[]RESULT &[{ade248ec-b362-40f5-aa77-694f826f88a5 map[] [] [] ovn_cluster_router [] map[] [0f999c8e-c767-4c4c-af37-85889e272b0f feeb5f5d-8e78-47ba-9796-6fe3900f078f] [] []}]RESULT &[]RESULT &[{ade248ec-b362-40f5-aa77-694f826f88a5 map[] [] [] ovn_cluster_router [] map[] [0f999c8e-c767-4c4c-af37-85889e272b0f feeb5f5d-8e78-47ba-9796-6fe3900f078f] [] []}]E1208 17:08:40.522791 19465 ovn.go:900] unable to assign egress IP: egressip, error: no assignable nodes +I1208 17:08:40.523028 19465 kube.go:232] Updating status on EgressIP egressip +I1208 17:08:40.533132 19465 ovn.go:850] Node: node1 has been labelled, adding it for egress assignment +I1208 17:08:40.585712 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:options Mutator:insert Value:{GoMap:map[nat-addresses:router]}}] Timeout:0 Where:[where column _uuid == {9892893d-61ae-43c0-8ff8-e250f5008a43}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:40 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9892893d-61ae-43c0-8ff8-e250f5008a43" "table"="Logical_Switch_Port" +2021/12/08 17:08:40 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9892893d-61ae-43c0-8ff8-e250f5008a43" "table"="Logical_Switch_Port" "old"="&{UUID:9892893d-61ae-43c0-8ff8-e250f5008a43 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:9892893d-61ae-43c0-8ff8-e250f5008a43 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[nat-addresses:router router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:40 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9892893d-61ae-43c0-8ff8-e250f5008a43" "table"="Logical_Switch_Port" +2021/12/08 17:08:40 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9892893d-61ae-43c0-8ff8-e250f5008a43" "table"="Logical_Switch_Port" "old"="&{UUID:9892893d-61ae-43c0-8ff8-e250f5008a43 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:9892893d-61ae-43c0-8ff8-e250f5008a43 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[nat-addresses:router router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +I1208 17:08:40.609005 19465 kube.go:232] Updating status on EgressIP egressip +I1208 17:08:40.620715 19465 ovn.go:850] Node: node2 has been labelled, adding it for egress assignment +I1208 17:08:40.673174 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:options Mutator:insert Value:{GoMap:map[nat-addresses:router]}}] Timeout:0 Where:[where column _uuid == {1bf6da93-198d-47b5-be5e-e9c878ff6f6c}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:40 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1bf6da93-198d-47b5-be5e-e9c878ff6f6c" "table"="Logical_Switch_Port" +2021/12/08 17:08:40 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1bf6da93-198d-47b5-be5e-e9c878ff6f6c" "table"="Logical_Switch_Port" "old"="&{UUID:1bf6da93-198d-47b5-be5e-e9c878ff6f6c Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:1bf6da93-198d-47b5-be5e-e9c878ff6f6c Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[nat-addresses:router router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:40 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1bf6da93-198d-47b5-be5e-e9c878ff6f6c" "table"="Logical_Switch_Port" +2021/12/08 17:08:40 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1bf6da93-198d-47b5-be5e-e9c878ff6f6c" "table"="Logical_Switch_Port" "old"="&{UUID:1bf6da93-198d-47b5-be5e-e9c878ff6f6c Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:1bf6da93-198d-47b5-be5e-e9c878ff6f6c Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[nat-addresses:router router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +I1208 17:08:40.698051 19465 kube.go:232] Updating status on EgressIP egressip +• +------------------------------ +OVN master EgressIP Operations WatchEgressNodes running with WatchEgressIP + should re-balance EgressIPs when their node is removed + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:3361 +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="fe89572c-c481-4820-a75a-70b69784c8c7" "table"="Database" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="fe89572c-c481-4820-a75a-70b69784c8c7" "table"="Database" "model"="&{UUID:fe89572c-c481-4820-a75a-70b69784c8c7 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8df76b7a-6148-46b3-9caa-5683f139014a" "table"="Logical_Router" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8df76b7a-6148-46b3-9caa-5683f139014a" "table"="Logical_Router" "model"="&{UUID:8df76b7a-6148-46b3-9caa-5683f139014a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6ea6c0b2-6ebe-47c6-8891-b95d89c6ff87" "table"="Logical_Router" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6ea6c0b2-6ebe-47c6-8891-b95d89c6ff87" "table"="Logical_Router" "model"="&{UUID:6ea6c0b2-6ebe-47c6-8891-b95d89c6ff87 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node1 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ca97ed3c-3460-406a-8b83-71816fdf9e60" "table"="Logical_Router" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ca97ed3c-3460-406a-8b83-71816fdf9e60" "table"="Logical_Router" "model"="&{UUID:ca97ed3c-3460-406a-8b83-71816fdf9e60 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_node2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bb265053-3460-4330-8f44-a56e6223012f" "table"="Logical_Switch_Port" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="bb265053-3460-4330-8f44-a56e6223012f" "table"="Logical_Switch_Port" "model"="&{UUID:bb265053-3460-4330-8f44-a56e6223012f Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e0ea82ba-0f1f-483a-a3bc-23b1f8942aa4" "table"="Logical_Switch_Port" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e0ea82ba-0f1f-483a-a3bc-23b1f8942aa4" "table"="Logical_Switch_Port" "model"="&{UUID:e0ea82ba-0f1f-483a-a3bc-23b1f8942aa4 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9b3f1def-0987-42c5-b353-5caa077422b6" "table"="Database" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9b3f1def-0987-42c5-b353-5caa077422b6" "table"="Database" "model"="&{UUID:9b3f1def-0987-42c5-b353-5caa077422b6 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:41.575705 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:41.576186 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[{8df76b7a-6148-46b3-9caa-5683f139014a map[] [] [] ovn_cluster_router [] map[] [] [] []}]I1208 17:08:41.578212 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:allow match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 priority:101] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996739} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996739}]}}] Timeout:0 Where:[where column _uuid == {8df76b7a-6148-46b3-9caa-5683f139014a}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:41 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e2e56805-3edd-410f-a1ca-3e17cd66e3ad" "table"="Logical_Router_Policy" +2021/12/08 17:08:41 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e2e56805-3edd-410f-a1ca-3e17cd66e3ad" "table"="Logical_Router_Policy" "model"="&{UUID:e2e56805-3edd-410f-a1ca-3e17cd66e3ad Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:41 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8df76b7a-6148-46b3-9caa-5683f139014a" "table"="Logical_Router" +2021/12/08 17:08:41 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="8df76b7a-6148-46b3-9caa-5683f139014a" "table"="Logical_Router" "old"="&{UUID:8df76b7a-6148-46b3-9caa-5683f139014a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:8df76b7a-6148-46b3-9caa-5683f139014a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[e2e56805-3edd-410f-a1ca-3e17cd66e3ad] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8df76b7a-6148-46b3-9caa-5683f139014a" "table"="Logical_Router" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="8df76b7a-6148-46b3-9caa-5683f139014a" "table"="Logical_Router" "old"="&{UUID:8df76b7a-6148-46b3-9caa-5683f139014a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:8df76b7a-6148-46b3-9caa-5683f139014a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[e2e56805-3edd-410f-a1ca-3e17cd66e3ad] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e2e56805-3edd-410f-a1ca-3e17cd66e3ad" "table"="Logical_Router_Policy" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e2e56805-3edd-410f-a1ca-3e17cd66e3ad" "table"="Logical_Router_Policy" "model"="&{UUID:e2e56805-3edd-410f-a1ca-3e17cd66e3ad Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 10.128.0.0/14 Nexthop: Nexthops:[] Options:map[] Priority:101}" +RESULT &[]RESULT &[{8df76b7a-6148-46b3-9caa-5683f139014a map[] [] [] ovn_cluster_router [] map[] [e2e56805-3edd-410f-a1ca-3e17cd66e3ad] [] []}]I1208 17:08:41.603131 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:allow match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 priority:101] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996740} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996740}]}}] Timeout:0 Where:[where column _uuid == {8df76b7a-6148-46b3-9caa-5683f139014a}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:41 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5edfe7ba-35f4-44de-b465-f8021f1b7a5c" "table"="Logical_Router_Policy" +2021/12/08 17:08:41 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5edfe7ba-35f4-44de-b465-f8021f1b7a5c" "table"="Logical_Router_Policy" "model"="&{UUID:5edfe7ba-35f4-44de-b465-f8021f1b7a5c Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 Nexthop: Nexthops:[] Options:map[] Priority:101}" +2021/12/08 17:08:41 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8df76b7a-6148-46b3-9caa-5683f139014a" "table"="Logical_Router" +2021/12/08 17:08:41 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="8df76b7a-6148-46b3-9caa-5683f139014a" "table"="Logical_Router" "old"="&{UUID:8df76b7a-6148-46b3-9caa-5683f139014a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[e2e56805-3edd-410f-a1ca-3e17cd66e3ad] Ports:[] StaticRoutes:[]}" "new"="&{UUID:8df76b7a-6148-46b3-9caa-5683f139014a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[e2e56805-3edd-410f-a1ca-3e17cd66e3ad 5edfe7ba-35f4-44de-b465-f8021f1b7a5c] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8df76b7a-6148-46b3-9caa-5683f139014a" "table"="Logical_Router" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="8df76b7a-6148-46b3-9caa-5683f139014a" "table"="Logical_Router" "old"="&{UUID:8df76b7a-6148-46b3-9caa-5683f139014a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[e2e56805-3edd-410f-a1ca-3e17cd66e3ad] Ports:[] StaticRoutes:[]}" "new"="&{UUID:8df76b7a-6148-46b3-9caa-5683f139014a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[e2e56805-3edd-410f-a1ca-3e17cd66e3ad 5edfe7ba-35f4-44de-b465-f8021f1b7a5c] Ports:[] StaticRoutes:[]}" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5edfe7ba-35f4-44de-b465-f8021f1b7a5c" "table"="Logical_Router_Policy" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5edfe7ba-35f4-44de-b465-f8021f1b7a5c" "table"="Logical_Router_Policy" "model"="&{UUID:5edfe7ba-35f4-44de-b465-f8021f1b7a5c Action:allow ExternalIDs:map[] Match:ip4.src == 10.128.0.0/14 && ip4.dst == 100.64.0.0/16 Nexthop: Nexthops:[] Options:map[] Priority:101}" +I1208 17:08:41.682389 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:options Mutator:insert Value:{GoMap:map[nat-addresses:router]}}] Timeout:0 Where:[where column _uuid == {bb265053-3460-4330-8f44-a56e6223012f}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:41 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bb265053-3460-4330-8f44-a56e6223012f" "table"="Logical_Switch_Port" +2021/12/08 17:08:41 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="bb265053-3460-4330-8f44-a56e6223012f" "table"="Logical_Switch_Port" "old"="&{UUID:bb265053-3460-4330-8f44-a56e6223012f Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:bb265053-3460-4330-8f44-a56e6223012f Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[nat-addresses:router router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bb265053-3460-4330-8f44-a56e6223012f" "table"="Logical_Switch_Port" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="bb265053-3460-4330-8f44-a56e6223012f" "table"="Logical_Switch_Port" "old"="&{UUID:bb265053-3460-4330-8f44-a56e6223012f Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:bb265053-3460-4330-8f44-a56e6223012f Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[nat-addresses:router router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +I1208 17:08:41.703409 19465 kube.go:232] Updating status on EgressIP egressip +RESULT &[]RESULT &[{8df76b7a-6148-46b3-9caa-5683f139014a map[] [] [] ovn_cluster_router [] map[] [e2e56805-3edd-410f-a1ca-3e17cd66e3ad 5edfe7ba-35f4-44de-b465-f8021f1b7a5c] [] []}]RESULT &[]RESULT &[{8df76b7a-6148-46b3-9caa-5683f139014a map[] [] [] ovn_cluster_router [] map[] [e2e56805-3edd-410f-a1ca-3e17cd66e3ad 5edfe7ba-35f4-44de-b465-f8021f1b7a5c] [] []}]I1208 17:08:41.710844 19465 kube.go:232] Updating status on EgressIP egressip +I1208 17:08:41.773433 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:options Mutator:insert Value:{GoMap:map[nat-addresses:router]}}] Timeout:0 Where:[where column _uuid == {e0ea82ba-0f1f-483a-a3bc-23b1f8942aa4}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:41 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e0ea82ba-0f1f-483a-a3bc-23b1f8942aa4" "table"="Logical_Switch_Port" +2021/12/08 17:08:41 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="e0ea82ba-0f1f-483a-a3bc-23b1f8942aa4" "table"="Logical_Switch_Port" "old"="&{UUID:e0ea82ba-0f1f-483a-a3bc-23b1f8942aa4 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:e0ea82ba-0f1f-483a-a3bc-23b1f8942aa4 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[nat-addresses:router router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e0ea82ba-0f1f-483a-a3bc-23b1f8942aa4" "table"="Logical_Switch_Port" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="e0ea82ba-0f1f-483a-a3bc-23b1f8942aa4" "table"="Logical_Switch_Port" "old"="&{UUID:e0ea82ba-0f1f-483a-a3bc-23b1f8942aa4 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:e0ea82ba-0f1f-483a-a3bc-23b1f8942aa4 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node2 Options:map[nat-addresses:router router-port:rtoe-GR_node2] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +I1208 17:08:41.861167 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:options Mutator:delete Value:{GoSet:[nat-addresses]}}] Timeout:0 Where:[where column _uuid == {bb265053-3460-4330-8f44-a56e6223012f}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:08:41 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bb265053-3460-4330-8f44-a56e6223012f" "table"="Logical_Switch_Port" +2021/12/08 17:08:41 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="bb265053-3460-4330-8f44-a56e6223012f" "table"="Logical_Switch_Port" "old"="&{UUID:bb265053-3460-4330-8f44-a56e6223012f Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[nat-addresses:router router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:bb265053-3460-4330-8f44-a56e6223012f Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bb265053-3460-4330-8f44-a56e6223012f" "table"="Logical_Switch_Port" +2021/12/08 17:08:41 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="bb265053-3460-4330-8f44-a56e6223012f" "table"="Logical_Switch_Port" "old"="&{UUID:bb265053-3460-4330-8f44-a56e6223012f Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[nat-addresses:router router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" "new"="&{UUID:bb265053-3460-4330-8f44-a56e6223012f Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +I1208 17:08:41.884514 19465 kube.go:232] Updating status on EgressIP egressip +• +------------------------------ +OVN master EgressIP Operations Dual-stack assignment + should be able to allocate non-conflicting IPv4 on node which can host it, even if it happens to be the node with more assignments + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:3645 +2021/12/08 17:08:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4e97782a-8e8a-4308-8df1-cd2a1e5d63a0" "table"="Database" +2021/12/08 17:08:42 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4e97782a-8e8a-4308-8df1-cd2a1e5d63a0" "table"="Database" "model"="&{UUID:4e97782a-8e8a-4308-8df1-cd2a1e5d63a0 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8bfce110-bc3c-4114-9ab3-e690f5b0d391" "table"="Database" +2021/12/08 17:08:42 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8bfce110-bc3c-4114-9ab3-e690f5b0d391" "table"="Database" "model"="&{UUID:8bfce110-bc3c-4114-9ab3-e690f5b0d391 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:42.744902 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:42.745573 19465 services_controller.go:82] Setting up event handlers for endpoint slices +• +------------------------------ +OVN master EgressIP Operations IPv4 assignment + Should not be able to assign egress IP defined in CIDR notation + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:3680 +2021/12/08 17:08:43 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e625620d-0d42-447e-a598-d5f5e4989367" "table"="Database" +2021/12/08 17:08:43 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e625620d-0d42-447e-a598-d5f5e4989367" "table"="Database" "model"="&{UUID:e625620d-0d42-447e-a598-d5f5e4989367 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:43 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6905070c-8532-436e-a102-fa875bfec66a" "table"="Database" +2021/12/08 17:08:43 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6905070c-8532-436e-a102-fa875bfec66a" "table"="Database" "model"="&{UUID:6905070c-8532-436e-a102-fa875bfec66a Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:43.614381 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:43.614856 19465 services_controller.go:82] Setting up event handlers for endpoint slices +• +------------------------------ +OVN master EgressIP Operations IPv6 assignment + should be able to allocate non-conflicting IP on node with lowest amount of allocations + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:3715 +2021/12/08 17:08:43 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c59dc81e-7c40-478d-80ae-16c16c8fad1c" "table"="Database" +2021/12/08 17:08:43 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c59dc81e-7c40-478d-80ae-16c16c8fad1c" "table"="Database" "model"="&{UUID:c59dc81e-7c40-478d-80ae-16c16c8fad1c Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:44 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3162cc37-cc77-499b-b35e-08a01d38f713" "table"="Database" +2021/12/08 17:08:44 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3162cc37-cc77-499b-b35e-08a01d38f713" "table"="Database" "model"="&{UUID:3162cc37-cc77-499b-b35e-08a01d38f713 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:44.467333 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:44.468174 19465 services_controller.go:82] Setting up event handlers for endpoint slices +• +------------------------------ +OVN master EgressIP Operations IPv6 assignment + should be able to allocate several EgressIPs and avoid the same node + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:3746 +2021/12/08 17:08:44 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8520f589-7a17-43d8-a4f5-ac17a3b20d79" "table"="Database" +2021/12/08 17:08:44 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8520f589-7a17-43d8-a4f5-ac17a3b20d79" "table"="Database" "model"="&{UUID:8520f589-7a17-43d8-a4f5-ac17a3b20d79 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:45 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="026d9a9b-002e-4218-bb4a-7fc9d86ea69b" "table"="Database" +2021/12/08 17:08:45 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="026d9a9b-002e-4218-bb4a-7fc9d86ea69b" "table"="Database" "model"="&{UUID:026d9a9b-002e-4218-bb4a-7fc9d86ea69b Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:45.273049 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:45.273502 19465 services_controller.go:82] Setting up event handlers for endpoint slices +• +------------------------------ +OVN master EgressIP Operations IPv6 assignment + should be able to allocate several EgressIPs and avoid the same node and leave one un-assigned without error + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:3779 +2021/12/08 17:08:45 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6cfd75b4-dc0c-4520-b6ed-7c53f1f1fb92" "table"="Database" +2021/12/08 17:08:45 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6cfd75b4-dc0c-4520-b6ed-7c53f1f1fb92" "table"="Database" "model"="&{UUID:6cfd75b4-dc0c-4520-b6ed-7c53f1f1fb92 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:45 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cdc01bde-03dd-4b3d-a2b6-b5625c264b48" "table"="Database" +2021/12/08 17:08:45 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cdc01bde-03dd-4b3d-a2b6-b5625c264b48" "table"="Database" "model"="&{UUID:cdc01bde-03dd-4b3d-a2b6-b5625c264b48 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:46.123273 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:46.123617 19465 services_controller.go:82] Setting up event handlers for endpoint slices +• +------------------------------ +OVN master EgressIP Operations IPv6 assignment + should not be able to allocate already allocated IP + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:3815 +2021/12/08 17:08:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c56a203a-108b-4084-8410-9849a74d7e12" "table"="Database" +2021/12/08 17:08:46 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c56a203a-108b-4084-8410-9849a74d7e12" "table"="Database" "model"="&{UUID:c56a203a-108b-4084-8410-9849a74d7e12 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8ba2d25a-2c70-4bae-b5bc-bd8fb61e7b20" "table"="Database" +2021/12/08 17:08:46 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8ba2d25a-2c70-4bae-b5bc-bd8fb61e7b20" "table"="Database" "model"="&{UUID:8ba2d25a-2c70-4bae-b5bc-bd8fb61e7b20 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:46.989456 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:46.989838 19465 services_controller.go:82] Setting up event handlers for endpoint slices +• +------------------------------ +OVN master EgressIP Operations IPv6 assignment + should not be able to allocate node IP + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:3847 +2021/12/08 17:08:47 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f353b4b1-2fe0-4e49-8722-53ca6a6d8ee6" "table"="Database" +2021/12/08 17:08:47 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f353b4b1-2fe0-4e49-8722-53ca6a6d8ee6" "table"="Database" "model"="&{UUID:f353b4b1-2fe0-4e49-8722-53ca6a6d8ee6 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:47 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e8d7e59f-cb19-465e-8761-7016e8d37e98" "table"="Database" +2021/12/08 17:08:47 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e8d7e59f-cb19-465e-8761-7016e8d37e98" "table"="Database" "model"="&{UUID:e8d7e59f-cb19-465e-8761-7016e8d37e98 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:47.849422 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:47.850337 19465 services_controller.go:82] Setting up event handlers for endpoint slices +• +------------------------------ +OVN master EgressIP Operations IPv6 assignment + should not be able to allocate conflicting compressed IP + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:3877 +2021/12/08 17:08:48 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f3be8d8a-8b94-4e60-af66-d1f73e29433e" "table"="Database" +2021/12/08 17:08:48 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f3be8d8a-8b94-4e60-af66-d1f73e29433e" "table"="Database" "model"="&{UUID:f3be8d8a-8b94-4e60-af66-d1f73e29433e Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:48 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c3c07b19-81ad-4004-b0be-96f291d20b20" "table"="Database" +2021/12/08 17:08:48 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c3c07b19-81ad-4004-b0be-96f291d20b20" "table"="Database" "model"="&{UUID:c3c07b19-81ad-4004-b0be-96f291d20b20 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:48.712638 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:48.712985 19465 services_controller.go:82] Setting up event handlers for endpoint slices +• +------------------------------ +OVN master EgressIP Operations IPv6 assignment + should not be able to allocate IPv4 IP on nodes which can only host IPv6 + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:3910 +2021/12/08 17:08:49 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f64b405f-3fa0-4a48-9eea-0aa3ce05c9de" "table"="Database" +2021/12/08 17:08:49 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f64b405f-3fa0-4a48-9eea-0aa3ce05c9de" "table"="Database" "model"="&{UUID:f64b405f-3fa0-4a48-9eea-0aa3ce05c9de Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:49 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3b7c7595-d2e2-44c9-9b88-a609aef1c4da" "table"="Database" +2021/12/08 17:08:49 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3b7c7595-d2e2-44c9-9b88-a609aef1c4da" "table"="Database" "model"="&{UUID:3b7c7595-d2e2-44c9-9b88-a609aef1c4da Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:49.584437 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:49.584878 19465 services_controller.go:82] Setting up event handlers for endpoint slices +• +------------------------------ +OVN master EgressIP Operations IPv6 assignment + should be able to allocate non-conflicting compressed uppercase IP + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:3942 +2021/12/08 17:08:49 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7df0c798-1785-4970-aeb3-d08948556985" "table"="Database" +2021/12/08 17:08:49 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7df0c798-1785-4970-aeb3-d08948556985" "table"="Database" "model"="&{UUID:7df0c798-1785-4970-aeb3-d08948556985 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:50 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dc31427a-50e0-4121-82f6-179e7a6c6b50" "table"="Database" +2021/12/08 17:08:50 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="dc31427a-50e0-4121-82f6-179e7a6c6b50" "table"="Database" "model"="&{UUID:dc31427a-50e0-4121-82f6-179e7a6c6b50 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:50.458826 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:50.459273 19465 services_controller.go:82] Setting up event handlers for endpoint slices +• +------------------------------ +OVN master EgressIP Operations IPv6 assignment + should not be able to allocate conflicting compressed uppercase IP + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:3973 +2021/12/08 17:08:50 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ddfb6a87-938d-4190-b435-be1bff59e533" "table"="Database" +2021/12/08 17:08:50 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ddfb6a87-938d-4190-b435-be1bff59e533" "table"="Database" "model"="&{UUID:ddfb6a87-938d-4190-b435-be1bff59e533 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:51 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4c30bf01-7602-44c5-be55-edca16760ee7" "table"="Database" +2021/12/08 17:08:51 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4c30bf01-7602-44c5-be55-edca16760ee7" "table"="Database" "model"="&{UUID:4c30bf01-7602-44c5-be55-edca16760ee7 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:51.328164 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:51.328551 19465 services_controller.go:82] Setting up event handlers for endpoint slices +• +------------------------------ +OVN master EgressIP Operations IPv6 assignment + should not be able to allocate invalid IP + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:4005 +2021/12/08 17:08:51 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9a4c5af9-c23b-4ef5-b186-18504747dd0c" "table"="Database" +2021/12/08 17:08:51 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9a4c5af9-c23b-4ef5-b186-18504747dd0c" "table"="Database" "model"="&{UUID:9a4c5af9-c23b-4ef5-b186-18504747dd0c Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:51 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dc3511b6-5bdc-47f0-b07f-444525c0b873" "table"="Database" +2021/12/08 17:08:51 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="dc3511b6-5bdc-47f0-b07f-444525c0b873" "table"="Database" "model"="&{UUID:dc3511b6-5bdc-47f0-b07f-444525c0b873 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:52.164045 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:52.164389 19465 services_controller.go:82] Setting up event handlers for endpoint slices +• +------------------------------ +OVN master EgressIP Operations WatchEgressIP + should update status correctly for single-stack IPv4 + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:4039 +2021/12/08 17:08:52 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="02df1a58-ca93-4c75-8e7d-fc16d40ae7f4" "table"="Database" +2021/12/08 17:08:52 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="02df1a58-ca93-4c75-8e7d-fc16d40ae7f4" "table"="Database" "model"="&{UUID:02df1a58-ca93-4c75-8e7d-fc16d40ae7f4 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:52 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f449639b-786e-4f2a-8f87-d5191ec9f70d" "table"="Database" +2021/12/08 17:08:52 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f449639b-786e-4f2a-8f87-d5191ec9f70d" "table"="Database" "model"="&{UUID:f449639b-786e-4f2a-8f87-d5191ec9f70d Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:53.032845 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:53.033453 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[]RESULT &[]RESULT &[]I1208 17:08:53.040347 19465 kube.go:232] Updating status on EgressIP egressip +• +------------------------------ +OVN master EgressIP Operations WatchEgressIP + should update status correctly for single-stack IPv6 + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:4079 +2021/12/08 17:08:53 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5465e86e-a5ac-4704-b52c-f6be52f7b94b" "table"="Database" +2021/12/08 17:08:53 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5465e86e-a5ac-4704-b52c-f6be52f7b94b" "table"="Database" "model"="&{UUID:5465e86e-a5ac-4704-b52c-f6be52f7b94b Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:53 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cc05946d-01c8-4462-b25e-4abdf7ab3b63" "table"="Database" +2021/12/08 17:08:53 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cc05946d-01c8-4462-b25e-4abdf7ab3b63" "table"="Database" "model"="&{UUID:cc05946d-01c8-4462-b25e-4abdf7ab3b63 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:53.920293 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:53.920840 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[]RESULT &[]RESULT &[]I1208 17:08:53.926798 19465 kube.go:232] Updating status on EgressIP egressip +• +------------------------------ +OVN master EgressIP Operations WatchEgressIP + should update status correctly for dual-stack + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:4115 +2021/12/08 17:08:54 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="61850ab9-1ddd-4e54-a6c6-4d51a81827de" "table"="Database" +2021/12/08 17:08:54 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="61850ab9-1ddd-4e54-a6c6-4d51a81827de" "table"="Database" "model"="&{UUID:61850ab9-1ddd-4e54-a6c6-4d51a81827de Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:54 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7eb85c5c-9e81-45ef-abe4-72b4313ed881" "table"="Database" +2021/12/08 17:08:54 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7eb85c5c-9e81-45ef-abe4-72b4313ed881" "table"="Database" "model"="&{UUID:7eb85c5c-9e81-45ef-abe4-72b4313ed881 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:54.802018 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:54.802515 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[]RESULT &[]RESULT &[]I1208 17:08:54.808313 19465 kube.go:232] Updating status on EgressIP egressip +• +------------------------------ +OVN master EgressIP Operations syncEgressIP for dual-stack + should not update valid assignments + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:4157 +2021/12/08 17:08:55 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="626e72ea-13d2-4ad2-bd81-f5c6a4a45c6f" "table"="Database" +2021/12/08 17:08:55 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="626e72ea-13d2-4ad2-bd81-f5c6a4a45c6f" "table"="Database" "model"="&{UUID:626e72ea-13d2-4ad2-bd81-f5c6a4a45c6f Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:55 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="df9b3ab0-50fb-45a3-a9dc-893f2a7d5401" "table"="Database" +2021/12/08 17:08:55 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="df9b3ab0-50fb-45a3-a9dc-893f2a7d5401" "table"="Database" "model"="&{UUID:df9b3ab0-50fb-45a3-a9dc-893f2a7d5401 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:55.692083 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:55.692496 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[]RESULT &[]RESULT &[]I1208 17:08:55.696798 19465 kube.go:232] Updating status on EgressIP egressip +• +------------------------------ +OVN master EgressIP Operations syncEgressIP for dual-stack + should update invalid assignments on UNKNOWN node + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:4208 +2021/12/08 17:08:56 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="341f8d64-e088-4d32-aec4-90cfc6debb11" "table"="Database" +2021/12/08 17:08:56 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="341f8d64-e088-4d32-aec4-90cfc6debb11" "table"="Database" "model"="&{UUID:341f8d64-e088-4d32-aec4-90cfc6debb11 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:56 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4888311b-7083-461c-908c-ac6d1be9da71" "table"="Database" +2021/12/08 17:08:56 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4888311b-7083-461c-908c-ac6d1be9da71" "table"="Database" "model"="&{UUID:4888311b-7083-461c-908c-ac6d1be9da71 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:56.589859 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:56.590300 19465 services_controller.go:82] Setting up event handlers for endpoint slices +E1208 17:08:56.590674 19465 egressip.go:143] Allocator error: EgressIP: egressip claims to have an allocation on a node which is unassignable for egress IP: UNKNOWN +I1208 17:08:56.591087 19465 kube.go:232] Updating status on EgressIP egressip +RESULT &[]RESULT &[]RESULT &[]RESULT &[]I1208 17:08:56.596090 19465 kube.go:232] Updating status on EgressIP egressip +• +------------------------------ +OVN master EgressIP Operations syncEgressIP for dual-stack + should update assignment on unsupported IP family node + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:4259 +2021/12/08 17:08:56 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="739e4d72-b0b2-46da-aaf5-5819b55ac680" "table"="Database" +2021/12/08 17:08:56 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="739e4d72-b0b2-46da-aaf5-5819b55ac680" "table"="Database" "model"="&{UUID:739e4d72-b0b2-46da-aaf5-5819b55ac680 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:57 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="555333b9-8626-44c8-ac2d-506de623920e" "table"="Database" +2021/12/08 17:08:57 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="555333b9-8626-44c8-ac2d-506de623920e" "table"="Database" "model"="&{UUID:555333b9-8626-44c8-ac2d-506de623920e Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:57.491725 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:57.492108 19465 services_controller.go:82] Setting up event handlers for endpoint slices +E1208 17:08:57.492577 19465 egressip.go:182] Allocator error: EgressIP allocation on node: node1 which does not support its IP protocol version +I1208 17:08:57.492990 19465 kube.go:232] Updating status on EgressIP egressip +RESULT &[]RESULT &[]RESULT &[]RESULT &[]I1208 17:08:57.498151 19465 kube.go:232] Updating status on EgressIP egressip +• +------------------------------ +OVN master EgressIP Operations syncEgressIP for IPv4 + should update invalid assignments on duplicated node + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:4306 +2021/12/08 17:08:57 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="aa55b749-3e0c-483a-874e-28314ef0df7a" "table"="Database" +2021/12/08 17:08:57 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="aa55b749-3e0c-483a-874e-28314ef0df7a" "table"="Database" "model"="&{UUID:aa55b749-3e0c-483a-874e-28314ef0df7a Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:58 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="509336c7-8ce2-4ef8-bd1e-744ffab9a99b" "table"="Database" +2021/12/08 17:08:58 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="509336c7-8ce2-4ef8-bd1e-744ffab9a99b" "table"="Database" "model"="&{UUID:509336c7-8ce2-4ef8-bd1e-744ffab9a99b Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:58.369882 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:58.370572 19465 services_controller.go:82] Setting up event handlers for endpoint slices +E1208 17:08:58.371770 19465 egressip.go:147] Allocator error: EgressIP: egressip claims multiple egress IPs on same node: node1, will attempt rebalancing +I1208 17:08:58.372292 19465 kube.go:232] Updating status on EgressIP egressip +RESULT &[]RESULT &[]RESULT &[]RESULT &[]I1208 17:08:58.377371 19465 kube.go:232] Updating status on EgressIP egressip +• +------------------------------ +OVN master EgressIP Operations syncEgressIP for IPv4 + should update invalid assignments with incorrectly parsed IP + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:4357 +2021/12/08 17:08:58 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cf830849-451d-4fb0-903a-dd01d348f502" "table"="Database" +2021/12/08 17:08:58 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cf830849-451d-4fb0-903a-dd01d348f502" "table"="Database" "model"="&{UUID:cf830849-451d-4fb0-903a-dd01d348f502 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:59 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4fac77d0-7c13-43dc-969e-671dbc06b81a" "table"="Database" +2021/12/08 17:08:59 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4fac77d0-7c13-43dc-969e-671dbc06b81a" "table"="Database" "model"="&{UUID:4fac77d0-7c13-43dc-969e-671dbc06b81a Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:08:59.291797 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:08:59.292241 19465 services_controller.go:82] Setting up event handlers for endpoint slices +E1208 17:08:59.292737 19465 egressip.go:164] Allocator error: EgressIP allocation contains unparsable IP address: 192.168.126.1000 +I1208 17:08:59.293178 19465 kube.go:232] Updating status on EgressIP egressip +RESULT &[]RESULT &[]RESULT &[]RESULT &[]I1208 17:08:59.299457 19465 kube.go:232] Updating status on EgressIP egressip +• +------------------------------ +OVN master EgressIP Operations syncEgressIP for IPv4 + should update invalid assignments with unhostable IP on a node + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:4402 +2021/12/08 17:08:59 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="01290ffe-196d-4f9e-a4c8-a55ecac7be5f" "table"="Database" +2021/12/08 17:08:59 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="01290ffe-196d-4f9e-a4c8-a55ecac7be5f" "table"="Database" "model"="&{UUID:01290ffe-196d-4f9e-a4c8-a55ecac7be5f Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:08:59 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="fd9717ad-6088-4028-8ff5-78a673982a53" "table"="Database" +2021/12/08 17:08:59 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="fd9717ad-6088-4028-8ff5-78a673982a53" "table"="Database" "model"="&{UUID:fd9717ad-6088-4028-8ff5-78a673982a53 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:00.142072 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:09:00.142438 19465 services_controller.go:82] Setting up event handlers for endpoint slices +E1208 17:09:00.142955 19465 egressip.go:178] Allocator error: EgressIP allocation: 192.168.128.100 on subnet: 192.168.126.0/24 which cannot host it +I1208 17:09:00.143411 19465 kube.go:232] Updating status on EgressIP egressip +RESULT &[]RESULT &[]RESULT &[]RESULT &[]I1208 17:09:00.149286 19465 kube.go:232] Updating status on EgressIP egressip +• +------------------------------ +OVN master EgressIP Operations syncEgressIP for IPv4 + should not update valid assignment + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:4447 +2021/12/08 17:09:00 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cb008997-55dc-4e77-83db-2900d0336243" "table"="Database" +2021/12/08 17:09:00 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cb008997-55dc-4e77-83db-2900d0336243" "table"="Database" "model"="&{UUID:cb008997-55dc-4e77-83db-2900d0336243 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:00 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="30eef738-228a-450b-acc5-92a5e538c77e" "table"="Database" +2021/12/08 17:09:00 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="30eef738-228a-450b-acc5-92a5e538c77e" "table"="Database" "model"="&{UUID:30eef738-228a-450b-acc5-92a5e538c77e Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:01.016353 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:09:01.016745 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[]RESULT &[]RESULT &[]I1208 17:09:01.021050 19465 kube.go:232] Updating status on EgressIP egressip +• +------------------------------ +OVN master EgressIP Operations AddEgressIP for IPv4 + should not create two EgressIPs with same egress IP value + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:4494 +2021/12/08 17:09:01 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3cd734a1-9c29-4f36-8700-1ab09fe62d63" "table"="Database" +2021/12/08 17:09:01 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3cd734a1-9c29-4f36-8700-1ab09fe62d63" "table"="Database" "model"="&{UUID:3cd734a1-9c29-4f36-8700-1ab09fe62d63 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:01 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dfb3018c-9987-4024-aecb-1bd278e5eff6" "table"="Database" +2021/12/08 17:09:01 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="dfb3018c-9987-4024-aecb-1bd278e5eff6" "table"="Database" "model"="&{UUID:dfb3018c-9987-4024-aecb-1bd278e5eff6 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:01.893746 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:09:01.894176 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[]RESULT &[]RESULT &[]I1208 17:09:01.899863 19465 kube.go:232] Updating status on EgressIP egressip +E1208 17:09:01.907139 19465 ovn.go:900] unable to assign egress IP: egressip2, error: no matching host found +I1208 17:09:01.907410 19465 kube.go:232] Updating status on EgressIP egressip2 +• +------------------------------ +OVN master EgressIP Operations UpdateEgressIP for IPv4 + should perform re-assingment of EgressIPs + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressip_test.go:4544 +2021/12/08 17:09:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="22cb126e-9965-41fb-9657-db35f4b47eb6" "table"="Database" +2021/12/08 17:09:02 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="22cb126e-9965-41fb-9657-db35f4b47eb6" "table"="Database" "model"="&{UUID:22cb126e-9965-41fb-9657-db35f4b47eb6 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="089f9d78-ead2-42ad-bec2-03991d5aec85" "table"="Database" +2021/12/08 17:09:02 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="089f9d78-ead2-42ad-bec2-03991d5aec85" "table"="Database" "model"="&{UUID:089f9d78-ead2-42ad-bec2-03991d5aec85 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:02.769308 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:09:02.770655 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]RESULT &[]RESULT &[]RESULT &[]I1208 17:09:02.778001 19465 kube.go:232] Updating status on EgressIP egressip +I1208 17:09:02.788301 19465 kube.go:232] Updating status on EgressIP egressip +• +------------------------------ +Gateway Init Operations Gateway Creation Operations Shared Gateway Mode + creates an IPv4 gateway in OVN + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/gateway_test.go:254 +2021/12/08 17:09:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="816bafa0-8668-4f3a-ac6b-3e008503bc7c" "table"="Database" +2021/12/08 17:09:02 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="816bafa0-8668-4f3a-ac6b-3e008503bc7c" "table"="Database" "model"="&{UUID:816bafa0-8668-4f3a-ac6b-3e008503bc7c Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5213e639-ec30-4609-a7d5-6e240d616314" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:02 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5213e639-ec30-4609-a7d5-6e240d616314" "table"="Logical_Router_Static_Route" "model"="&{UUID:5213e639-ec30-4609-a7d5-6e240d616314 BFD: ExternalIDs:map[] IPPrefix: Nexthop:10.130.0.2 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e8f6cc6d-0822-4680-af24-f20623ef8d92" "table"="Logical_Switch" +2021/12/08 17:09:02 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e8f6cc6d-0822-4680-af24-f20623ef8d92" "table"="Logical_Switch" "model"="&{UUID:e8f6cc6d-0822-4680-af24-f20623ef8d92 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:02 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7c9056d8-6da3-408b-905c-0c684d717e71" "table"="Logical_Switch" +2021/12/08 17:09:02 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7c9056d8-6da3-408b-905c-0c684d717e71" "table"="Logical_Switch" "model"="&{UUID:7c9056d8-6da3-408b-905c-0c684d717e71 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ef910bac-eb2c-4821-b8f0-39c5c476fd4d" "table"="Load_Balancer_Group" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ef910bac-eb2c-4821-b8f0-39c5c476fd4d" "table"="Load_Balancer_Group" "model"="&{UUID:ef910bac-eb2c-4821-b8f0-39c5c476fd4d LoadBalancer:[] Name:clusterLBGroup}" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6bc772f1-97e1-439c-9a9e-741411bd0ffa" "table"="Logical_Router" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6bc772f1-97e1-439c-9a9e-741411bd0ffa" "table"="Logical_Router" "model"="&{UUID:6bc772f1-97e1-439c-9a9e-741411bd0ffa Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[5213e639-ec30-4609-a7d5-6e240d616314]}" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="739b6d24-7ed0-44bb-b5b6-9c65e9ff6319" "table"="Database" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="739b6d24-7ed0-44bb-b5b6-9c65e9ff6319" "table"="Database" "model"="&{UUID:739b6d24-7ed0-44bb-b5b6-9c65e9ff6319 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:03.557392 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:09:03.558029 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]I1208 17:09:03.559447 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router Row:map[external_ids:{GoMap:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2]} load_balancer_group:{GoSet:[{GoUUID:clusterLBGroup-UUID}]} name:GR_test-node options:{GoMap:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996742}] +2021/12/08 17:09:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6e474ed3-9487-404f-a96f-9f086a3db5e5" "table"="Logical_Router" +2021/12/08 17:09:03 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6e474ed3-9487-404f-a96f-9f086a3db5e5" "table"="Logical_Router" "model"="&{UUID:6e474ed3-9487-404f-a96f-9f086a3db5e5 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6e474ed3-9487-404f-a96f-9f086a3db5e5" "table"="Logical_Router" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6e474ed3-9487-404f-a96f-9f086a3db5e5" "table"="Logical_Router" "model"="&{UUID:6e474ed3-9487-404f-a96f-9f086a3db5e5 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" +RESULT &[{7c9056d8-6da3-408b-905c-0c684d717e71 [] [] map[] [] [] [] join map[] [] []}]I1208 17:09:03.636219 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_test-node options:{GoMap:map[router-port:rtoj-GR_test-node]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996743} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996743}]}}] Timeout:0 Where:[where column _uuid == {7c9056d8-6da3-408b-905c-0c684d717e71}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d44b05c9-52be-4b6d-8c7c-f4650fd4be60" "table"="Logical_Switch_Port" +2021/12/08 17:09:03 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d44b05c9-52be-4b6d-8c7c-f4650fd4be60" "table"="Logical_Switch_Port" "model"="&{UUID:d44b05c9-52be-4b6d-8c7c-f4650fd4be60 Addresses:[router] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:jtor-GR_test-node Options:map[router-port:rtoj-GR_test-node] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7c9056d8-6da3-408b-905c-0c684d717e71" "table"="Logical_Switch" +2021/12/08 17:09:03 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="7c9056d8-6da3-408b-905c-0c684d717e71" "table"="Logical_Switch" "old"="&{UUID:7c9056d8-6da3-408b-905c-0c684d717e71 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:7c9056d8-6da3-408b-905c-0c684d717e71 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[d44b05c9-52be-4b6d-8c7c-f4650fd4be60] QOSRules:[]}" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7c9056d8-6da3-408b-905c-0c684d717e71" "table"="Logical_Switch" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="7c9056d8-6da3-408b-905c-0c684d717e71" "table"="Logical_Switch" "old"="&{UUID:7c9056d8-6da3-408b-905c-0c684d717e71 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:7c9056d8-6da3-408b-905c-0c684d717e71 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[d44b05c9-52be-4b6d-8c7c-f4650fd4be60] QOSRules:[]}" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d44b05c9-52be-4b6d-8c7c-f4650fd4be60" "table"="Logical_Switch_Port" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d44b05c9-52be-4b6d-8c7c-f4650fd4be60" "table"="Logical_Switch_Port" "model"="&{UUID:d44b05c9-52be-4b6d-8c7c-f4650fd4be60 Addresses:[router] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:jtor-GR_test-node Options:map[router-port:rtoj-GR_test-node] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +RESULT &[{6e474ed3-9487-404f-a96f-9f086a3db5e5 map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] [] [clusterLBGroup-UUID] GR_test-node [] map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [] []}]I1208 17:09:03.716664 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:03 name:rtoj-GR_test-node networks:{GoSet:[100.64.0.3/16]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996744} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996744}]}}] Timeout:0 Where:[where column _uuid == {6e474ed3-9487-404f-a96f-9f086a3db5e5}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4eaec992-74de-4918-8c0c-684138ebcbb5" "table"="Logical_Router_Port" +2021/12/08 17:09:03 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4eaec992-74de-4918-8c0c-684138ebcbb5" "table"="Logical_Router_Port" "model"="&{UUID:4eaec992-74de-4918-8c0c-684138ebcbb5 Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:64:40:00:03 Name:rtoj-GR_test-node Networks:[100.64.0.3/16] Options:map[] Peer:}" +2021/12/08 17:09:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6e474ed3-9487-404f-a96f-9f086a3db5e5" "table"="Logical_Router" +2021/12/08 17:09:03 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6e474ed3-9487-404f-a96f-9f086a3db5e5" "table"="Logical_Router" "old"="&{UUID:6e474ed3-9487-404f-a96f-9f086a3db5e5 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:6e474ed3-9487-404f-a96f-9f086a3db5e5 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[4eaec992-74de-4918-8c0c-684138ebcbb5] StaticRoutes:[]}" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6e474ed3-9487-404f-a96f-9f086a3db5e5" "table"="Logical_Router" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6e474ed3-9487-404f-a96f-9f086a3db5e5" "table"="Logical_Router" "old"="&{UUID:6e474ed3-9487-404f-a96f-9f086a3db5e5 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:6e474ed3-9487-404f-a96f-9f086a3db5e5 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[4eaec992-74de-4918-8c0c-684138ebcbb5] StaticRoutes:[]}" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4eaec992-74de-4918-8c0c-684138ebcbb5" "table"="Logical_Router_Port" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4eaec992-74de-4918-8c0c-684138ebcbb5" "table"="Logical_Router_Port" "model"="&{UUID:4eaec992-74de-4918-8c0c-684138ebcbb5 Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:64:40:00:03 Name:rtoj-GR_test-node Networks:[100.64.0.3/16] Options:map[] Peer:}" +RESULT &[]RESULT &[{6e474ed3-9487-404f-a96f-9f086a3db5e5 map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] [] [clusterLBGroup-UUID] GR_test-node [] map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [4eaec992-74de-4918-8c0c-684138ebcbb5] []}]I1208 17:09:03.749193 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996745} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996745}]}}] Timeout:0 Where:[where column _uuid == {6e474ed3-9487-404f-a96f-9f086a3db5e5}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4198df80-36c2-47f7-804a-42e1c87adb8b" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:03 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4198df80-36c2-47f7-804a-42e1c87adb8b" "table"="Logical_Router_Static_Route" "model"="&{UUID:4198df80-36c2-47f7-804a-42e1c87adb8b BFD: ExternalIDs:map[] IPPrefix:10.128.0.0/14 Nexthop:100.64.0.1 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6e474ed3-9487-404f-a96f-9f086a3db5e5" "table"="Logical_Router" +2021/12/08 17:09:03 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6e474ed3-9487-404f-a96f-9f086a3db5e5" "table"="Logical_Router" "old"="&{UUID:6e474ed3-9487-404f-a96f-9f086a3db5e5 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[4eaec992-74de-4918-8c0c-684138ebcbb5] StaticRoutes:[]}" "new"="&{UUID:6e474ed3-9487-404f-a96f-9f086a3db5e5 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[4eaec992-74de-4918-8c0c-684138ebcbb5] StaticRoutes:[4198df80-36c2-47f7-804a-42e1c87adb8b]}" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4198df80-36c2-47f7-804a-42e1c87adb8b" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4198df80-36c2-47f7-804a-42e1c87adb8b" "table"="Logical_Router_Static_Route" "model"="&{UUID:4198df80-36c2-47f7-804a-42e1c87adb8b BFD: ExternalIDs:map[] IPPrefix:10.128.0.0/14 Nexthop:100.64.0.1 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6e474ed3-9487-404f-a96f-9f086a3db5e5" "table"="Logical_Router" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6e474ed3-9487-404f-a96f-9f086a3db5e5" "table"="Logical_Router" "old"="&{UUID:6e474ed3-9487-404f-a96f-9f086a3db5e5 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[4eaec992-74de-4918-8c0c-684138ebcbb5] StaticRoutes:[]}" "new"="&{UUID:6e474ed3-9487-404f-a96f-9f086a3db5e5 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[4eaec992-74de-4918-8c0c-684138ebcbb5] StaticRoutes:[4198df80-36c2-47f7-804a-42e1c87adb8b]}" +RESULT &[]I1208 17:09:03.780397 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch Row:map[name:ext_test-node] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996746}] +2021/12/08 17:09:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="194cd1a4-aa7b-4f8a-95cf-7116ce8ab085" "table"="Logical_Switch" +2021/12/08 17:09:03 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="194cd1a4-aa7b-4f8a-95cf-7116ce8ab085" "table"="Logical_Switch" "model"="&{UUID:194cd1a4-aa7b-4f8a-95cf-7116ce8ab085 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="194cd1a4-aa7b-4f8a-95cf-7116ce8ab085" "table"="Logical_Switch" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="194cd1a4-aa7b-4f8a-95cf-7116ce8ab085" "table"="Logical_Switch" "model"="&{UUID:194cd1a4-aa7b-4f8a-95cf-7116ce8ab085 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[{194cd1a4-aa7b-4f8a-95cf-7116ce8ab085 [] [] map[] [] [] [] ext_test-node map[] [] []}]I1208 17:09:03.844691 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} name:INTERFACE-ID options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996747} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996747}]}}] Timeout:0 Where:[where column _uuid == {194cd1a4-aa7b-4f8a-95cf-7116ce8ab085}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a9b29a03-0e01-46dd-af27-244bcb6f81e7" "table"="Logical_Switch_Port" +2021/12/08 17:09:03 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a9b29a03-0e01-46dd-af27-244bcb6f81e7" "table"="Logical_Switch_Port" "model"="&{UUID:a9b29a03-0e01-46dd-af27-244bcb6f81e7 Addresses:[unknown] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:INTERFACE-ID Options:map[network_name:physnet] ParentName: PortSecurity:[] Tag: TagRequest: Type:localnet Up:}" +2021/12/08 17:09:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="194cd1a4-aa7b-4f8a-95cf-7116ce8ab085" "table"="Logical_Switch" +2021/12/08 17:09:03 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="194cd1a4-aa7b-4f8a-95cf-7116ce8ab085" "table"="Logical_Switch" "old"="&{UUID:194cd1a4-aa7b-4f8a-95cf-7116ce8ab085 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:194cd1a4-aa7b-4f8a-95cf-7116ce8ab085 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[a9b29a03-0e01-46dd-af27-244bcb6f81e7] QOSRules:[]}" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a9b29a03-0e01-46dd-af27-244bcb6f81e7" "table"="Logical_Switch_Port" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a9b29a03-0e01-46dd-af27-244bcb6f81e7" "table"="Logical_Switch_Port" "model"="&{UUID:a9b29a03-0e01-46dd-af27-244bcb6f81e7 Addresses:[unknown] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:INTERFACE-ID Options:map[network_name:physnet] ParentName: PortSecurity:[] Tag: TagRequest: Type:localnet Up:}" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="194cd1a4-aa7b-4f8a-95cf-7116ce8ab085" "table"="Logical_Switch" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="194cd1a4-aa7b-4f8a-95cf-7116ce8ab085" "table"="Logical_Switch" "old"="&{UUID:194cd1a4-aa7b-4f8a-95cf-7116ce8ab085 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:194cd1a4-aa7b-4f8a-95cf-7116ce8ab085 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[a9b29a03-0e01-46dd-af27-244bcb6f81e7] QOSRules:[]}" +RESULT &[{6e474ed3-9487-404f-a96f-9f086a3db5e5 map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] [] [clusterLBGroup-UUID] GR_test-node [] map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [4eaec992-74de-4918-8c0c-684138ebcbb5] [4198df80-36c2-47f7-804a-42e1c87adb8b]}]I1208 17:09:03.926124 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:11:22:33:44:55:66 name:rtoe-GR_test-node networks:{GoSet:[169.254.33.2/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996748} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996748}]}}] Timeout:0 Where:[where column _uuid == {6e474ed3-9487-404f-a96f-9f086a3db5e5}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e7e92b54-82af-4f90-a46c-41ab401d3698" "table"="Logical_Router_Port" +2021/12/08 17:09:03 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e7e92b54-82af-4f90-a46c-41ab401d3698" "table"="Logical_Router_Port" "model"="&{UUID:e7e92b54-82af-4f90-a46c-41ab401d3698 Enabled: ExternalIDs:map[gateway-physical-ip:yes] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:11:22:33:44:55:66 Name:rtoe-GR_test-node Networks:[169.254.33.2/24] Options:map[] Peer:}" +2021/12/08 17:09:03 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6e474ed3-9487-404f-a96f-9f086a3db5e5" "table"="Logical_Router" +2021/12/08 17:09:03 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6e474ed3-9487-404f-a96f-9f086a3db5e5" "table"="Logical_Router" "old"="&{UUID:6e474ed3-9487-404f-a96f-9f086a3db5e5 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[4eaec992-74de-4918-8c0c-684138ebcbb5] StaticRoutes:[4198df80-36c2-47f7-804a-42e1c87adb8b]}" "new"="&{UUID:6e474ed3-9487-404f-a96f-9f086a3db5e5 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[4eaec992-74de-4918-8c0c-684138ebcbb5 e7e92b54-82af-4f90-a46c-41ab401d3698] StaticRoutes:[4198df80-36c2-47f7-804a-42e1c87adb8b]}" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e7e92b54-82af-4f90-a46c-41ab401d3698" "table"="Logical_Router_Port" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e7e92b54-82af-4f90-a46c-41ab401d3698" "table"="Logical_Router_Port" "model"="&{UUID:e7e92b54-82af-4f90-a46c-41ab401d3698 Enabled: ExternalIDs:map[gateway-physical-ip:yes] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:11:22:33:44:55:66 Name:rtoe-GR_test-node Networks:[169.254.33.2/24] Options:map[] Peer:}" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6e474ed3-9487-404f-a96f-9f086a3db5e5" "table"="Logical_Router" +2021/12/08 17:09:03 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6e474ed3-9487-404f-a96f-9f086a3db5e5" "table"="Logical_Router" "old"="&{UUID:6e474ed3-9487-404f-a96f-9f086a3db5e5 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[4eaec992-74de-4918-8c0c-684138ebcbb5] StaticRoutes:[4198df80-36c2-47f7-804a-42e1c87adb8b]}" "new"="&{UUID:6e474ed3-9487-404f-a96f-9f086a3db5e5 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[4eaec992-74de-4918-8c0c-684138ebcbb5 e7e92b54-82af-4f90-a46c-41ab401d3698] StaticRoutes:[4198df80-36c2-47f7-804a-42e1c87adb8b]}" +RESULT &[{194cd1a4-aa7b-4f8a-95cf-7116ce8ab085 [] [] map[] [] [] [] ext_test-node map[] [a9b29a03-0e01-46dd-af27-244bcb6f81e7] []}]I1208 17:09:04.014922 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[11:22:33:44:55:66]} name:etor-GR_test-node options:{GoMap:map[router-port:rtoe-GR_test-node]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996749} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996749}]}}] Timeout:0 Where:[where column _uuid == {194cd1a4-aa7b-4f8a-95cf-7116ce8ab085}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:04 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="432deb15-c9ca-4c44-aeb3-54e281654477" "table"="Logical_Switch_Port" +2021/12/08 17:09:04 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="432deb15-c9ca-4c44-aeb3-54e281654477" "table"="Logical_Switch_Port" "model"="&{UUID:432deb15-c9ca-4c44-aeb3-54e281654477 Addresses:[11:22:33:44:55:66] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_test-node Options:map[router-port:rtoe-GR_test-node] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:04 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="194cd1a4-aa7b-4f8a-95cf-7116ce8ab085" "table"="Logical_Switch" +2021/12/08 17:09:04 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="194cd1a4-aa7b-4f8a-95cf-7116ce8ab085" "table"="Logical_Switch" "old"="&{UUID:194cd1a4-aa7b-4f8a-95cf-7116ce8ab085 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[a9b29a03-0e01-46dd-af27-244bcb6f81e7] QOSRules:[]}" "new"="&{UUID:194cd1a4-aa7b-4f8a-95cf-7116ce8ab085 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[a9b29a03-0e01-46dd-af27-244bcb6f81e7 432deb15-c9ca-4c44-aeb3-54e281654477] QOSRules:[]}" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="194cd1a4-aa7b-4f8a-95cf-7116ce8ab085" "table"="Logical_Switch" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="194cd1a4-aa7b-4f8a-95cf-7116ce8ab085" "table"="Logical_Switch" "old"="&{UUID:194cd1a4-aa7b-4f8a-95cf-7116ce8ab085 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[a9b29a03-0e01-46dd-af27-244bcb6f81e7] QOSRules:[]}" "new"="&{UUID:194cd1a4-aa7b-4f8a-95cf-7116ce8ab085 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[a9b29a03-0e01-46dd-af27-244bcb6f81e7 432deb15-c9ca-4c44-aeb3-54e281654477] QOSRules:[]}" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="432deb15-c9ca-4c44-aeb3-54e281654477" "table"="Logical_Switch_Port" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="432deb15-c9ca-4c44-aeb3-54e281654477" "table"="Logical_Switch_Port" "model"="&{UUID:432deb15-c9ca-4c44-aeb3-54e281654477 Addresses:[11:22:33:44:55:66] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_test-node Options:map[router-port:rtoe-GR_test-node] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +RESULT &[]RESULT &[{6e474ed3-9487-404f-a96f-9f086a3db5e5 map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] [] [clusterLBGroup-UUID] GR_test-node [] map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [4eaec992-74de-4918-8c0c-684138ebcbb5 e7e92b54-82af-4f90-a46c-41ab401d3698] [4198df80-36c2-47f7-804a-42e1c87adb8b]}]I1208 17:09:04.045739 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:0.0.0.0/0 nexthop:169.254.33.1 output_port:{GoSet:[rtoe-GR_test-node]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996750} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996750}]}}] Timeout:0 Where:[where column _uuid == {6e474ed3-9487-404f-a96f-9f086a3db5e5}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:04 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="14eb72e8-a903-457e-a1eb-86625b42052b" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:04 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="14eb72e8-a903-457e-a1eb-86625b42052b" "table"="Logical_Router_Static_Route" "model"="&{UUID:14eb72e8-a903-457e-a1eb-86625b42052b BFD: ExternalIDs:map[] IPPrefix:0.0.0.0/0 Nexthop:169.254.33.1 Options:map[] OutputPort:0xc0629ca950 Policy:}" +2021/12/08 17:09:04 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6e474ed3-9487-404f-a96f-9f086a3db5e5" "table"="Logical_Router" +2021/12/08 17:09:04 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6e474ed3-9487-404f-a96f-9f086a3db5e5" "table"="Logical_Router" "old"="&{UUID:6e474ed3-9487-404f-a96f-9f086a3db5e5 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[4eaec992-74de-4918-8c0c-684138ebcbb5 e7e92b54-82af-4f90-a46c-41ab401d3698] StaticRoutes:[4198df80-36c2-47f7-804a-42e1c87adb8b]}" "new"="&{UUID:6e474ed3-9487-404f-a96f-9f086a3db5e5 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[4eaec992-74de-4918-8c0c-684138ebcbb5 e7e92b54-82af-4f90-a46c-41ab401d3698] StaticRoutes:[4198df80-36c2-47f7-804a-42e1c87adb8b 14eb72e8-a903-457e-a1eb-86625b42052b]}" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="14eb72e8-a903-457e-a1eb-86625b42052b" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="14eb72e8-a903-457e-a1eb-86625b42052b" "table"="Logical_Router_Static_Route" "model"="&{UUID:14eb72e8-a903-457e-a1eb-86625b42052b BFD: ExternalIDs:map[] IPPrefix:0.0.0.0/0 Nexthop:169.254.33.1 Options:map[] OutputPort:0xc0415c04c0 Policy:}" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6e474ed3-9487-404f-a96f-9f086a3db5e5" "table"="Logical_Router" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6e474ed3-9487-404f-a96f-9f086a3db5e5" "table"="Logical_Router" "old"="&{UUID:6e474ed3-9487-404f-a96f-9f086a3db5e5 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[4eaec992-74de-4918-8c0c-684138ebcbb5 e7e92b54-82af-4f90-a46c-41ab401d3698] StaticRoutes:[4198df80-36c2-47f7-804a-42e1c87adb8b]}" "new"="&{UUID:6e474ed3-9487-404f-a96f-9f086a3db5e5 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[4eaec992-74de-4918-8c0c-684138ebcbb5 e7e92b54-82af-4f90-a46c-41ab401d3698] StaticRoutes:[4198df80-36c2-47f7-804a-42e1c87adb8b 14eb72e8-a903-457e-a1eb-86625b42052b]}" +RESULT &[]RESULT &[{6bc772f1-97e1-439c-9a9e-741411bd0ffa map[] [] [] ovn_cluster_router [] map[] [] [] [5213e639-ec30-4609-a7d5-6e240d616314]}]I1208 17:09:04.080418 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:100.64.0.3 nexthop:100.64.0.3] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996751} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996751}]}}] Timeout:0 Where:[where column _uuid == {6bc772f1-97e1-439c-9a9e-741411bd0ffa}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:04 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="fa023524-b53c-4faa-8745-d5ab010c7bbb" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:04 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="fa023524-b53c-4faa-8745-d5ab010c7bbb" "table"="Logical_Router_Static_Route" "model"="&{UUID:fa023524-b53c-4faa-8745-d5ab010c7bbb BFD: ExternalIDs:map[] IPPrefix:100.64.0.3 Nexthop:100.64.0.3 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:04 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6bc772f1-97e1-439c-9a9e-741411bd0ffa" "table"="Logical_Router" +2021/12/08 17:09:04 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6bc772f1-97e1-439c-9a9e-741411bd0ffa" "table"="Logical_Router" "old"="&{UUID:6bc772f1-97e1-439c-9a9e-741411bd0ffa Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[5213e639-ec30-4609-a7d5-6e240d616314]}" "new"="&{UUID:6bc772f1-97e1-439c-9a9e-741411bd0ffa Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[5213e639-ec30-4609-a7d5-6e240d616314 fa023524-b53c-4faa-8745-d5ab010c7bbb]}" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="fa023524-b53c-4faa-8745-d5ab010c7bbb" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="fa023524-b53c-4faa-8745-d5ab010c7bbb" "table"="Logical_Router_Static_Route" "model"="&{UUID:fa023524-b53c-4faa-8745-d5ab010c7bbb BFD: ExternalIDs:map[] IPPrefix:100.64.0.3 Nexthop:100.64.0.3 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6bc772f1-97e1-439c-9a9e-741411bd0ffa" "table"="Logical_Router" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6bc772f1-97e1-439c-9a9e-741411bd0ffa" "table"="Logical_Router" "old"="&{UUID:6bc772f1-97e1-439c-9a9e-741411bd0ffa Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[5213e639-ec30-4609-a7d5-6e240d616314]}" "new"="&{UUID:6bc772f1-97e1-439c-9a9e-741411bd0ffa Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[5213e639-ec30-4609-a7d5-6e240d616314 fa023524-b53c-4faa-8745-d5ab010c7bbb]}" +RESULT &[{5213e639-ec30-4609-a7d5-6e240d616314 map[] 10.130.0.2 map[] }]RESULT &[{6bc772f1-97e1-439c-9a9e-741411bd0ffa map[] [] [] ovn_cluster_router [] map[] [] [] [5213e639-ec30-4609-a7d5-6e240d616314 fa023524-b53c-4faa-8745-d5ab010c7bbb]}]I1208 17:09:04.107190 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Static_Route Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {5213e639-ec30-4609-a7d5-6e240d616314}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:delete Value:{GoSet:[{GoUUID:5213e639-ec30-4609-a7d5-6e240d616314}]}}] Timeout:0 Where:[where column _uuid == {6bc772f1-97e1-439c-9a9e-741411bd0ffa}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:04 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5213e639-ec30-4609-a7d5-6e240d616314" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:04 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="5213e639-ec30-4609-a7d5-6e240d616314" "table"="Logical_Router_Static_Route" "model"="&{UUID:5213e639-ec30-4609-a7d5-6e240d616314 BFD: ExternalIDs:map[] IPPrefix: Nexthop:10.130.0.2 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:04 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6bc772f1-97e1-439c-9a9e-741411bd0ffa" "table"="Logical_Router" +2021/12/08 17:09:04 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6bc772f1-97e1-439c-9a9e-741411bd0ffa" "table"="Logical_Router" "old"="&{UUID:6bc772f1-97e1-439c-9a9e-741411bd0ffa Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[5213e639-ec30-4609-a7d5-6e240d616314 fa023524-b53c-4faa-8745-d5ab010c7bbb]}" "new"="&{UUID:6bc772f1-97e1-439c-9a9e-741411bd0ffa Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[fa023524-b53c-4faa-8745-d5ab010c7bbb]}" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5213e639-ec30-4609-a7d5-6e240d616314" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="5213e639-ec30-4609-a7d5-6e240d616314" "table"="Logical_Router_Static_Route" "model"="&{UUID:5213e639-ec30-4609-a7d5-6e240d616314 BFD: ExternalIDs:map[] IPPrefix: Nexthop:10.130.0.2 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6bc772f1-97e1-439c-9a9e-741411bd0ffa" "table"="Logical_Router" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6bc772f1-97e1-439c-9a9e-741411bd0ffa" "table"="Logical_Router" "old"="&{UUID:6bc772f1-97e1-439c-9a9e-741411bd0ffa Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[5213e639-ec30-4609-a7d5-6e240d616314 fa023524-b53c-4faa-8745-d5ab010c7bbb]}" "new"="&{UUID:6bc772f1-97e1-439c-9a9e-741411bd0ffa Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[fa023524-b53c-4faa-8745-d5ab010c7bbb]}" +RESULT &[]RESULT &[{6bc772f1-97e1-439c-9a9e-741411bd0ffa map[] [] [] ovn_cluster_router [] map[] [] [] [fa023524-b53c-4faa-8745-d5ab010c7bbb]}]I1208 17:09:04.134527 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.130.0.0/23 nexthop:100.64.0.3 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996752} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996752}]}}] Timeout:0 Where:[where column _uuid == {6bc772f1-97e1-439c-9a9e-741411bd0ffa}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:04 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c9e8974b-1bff-4455-afa9-80f2e66b920f" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:04 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c9e8974b-1bff-4455-afa9-80f2e66b920f" "table"="Logical_Router_Static_Route" "model"="&{UUID:c9e8974b-1bff-4455-afa9-80f2e66b920f BFD: ExternalIDs:map[] IPPrefix:10.130.0.0/23 Nexthop:100.64.0.3 Options:map[] OutputPort: Policy:0xc061e6dfa0}" +2021/12/08 17:09:04 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6bc772f1-97e1-439c-9a9e-741411bd0ffa" "table"="Logical_Router" +2021/12/08 17:09:04 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6bc772f1-97e1-439c-9a9e-741411bd0ffa" "table"="Logical_Router" "old"="&{UUID:6bc772f1-97e1-439c-9a9e-741411bd0ffa Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[fa023524-b53c-4faa-8745-d5ab010c7bbb]}" "new"="&{UUID:6bc772f1-97e1-439c-9a9e-741411bd0ffa Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[fa023524-b53c-4faa-8745-d5ab010c7bbb c9e8974b-1bff-4455-afa9-80f2e66b920f]}" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c9e8974b-1bff-4455-afa9-80f2e66b920f" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c9e8974b-1bff-4455-afa9-80f2e66b920f" "table"="Logical_Router_Static_Route" "model"="&{UUID:c9e8974b-1bff-4455-afa9-80f2e66b920f BFD: ExternalIDs:map[] IPPrefix:10.130.0.0/23 Nexthop:100.64.0.3 Options:map[] OutputPort: Policy:0xc00d678e60}" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6bc772f1-97e1-439c-9a9e-741411bd0ffa" "table"="Logical_Router" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6bc772f1-97e1-439c-9a9e-741411bd0ffa" "table"="Logical_Router" "old"="&{UUID:6bc772f1-97e1-439c-9a9e-741411bd0ffa Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[fa023524-b53c-4faa-8745-d5ab010c7bbb]}" "new"="&{UUID:6bc772f1-97e1-439c-9a9e-741411bd0ffa Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[fa023524-b53c-4faa-8745-d5ab010c7bbb c9e8974b-1bff-4455-afa9-80f2e66b920f]}" +I1208 17:09:04.160779 19465 transact.go:41] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ip:169.254.33.2 logical_ip:10.128.0.0/14 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996753} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2596996753}]}}] Timeout:0 Where:[where column _uuid == {6e474ed3-9487-404f-a96f-9f086a3db5e5}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:04 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="02d9d19b-3c4e-4bf7-b3db-0268adf822dc" "table"="NAT" +2021/12/08 17:09:04 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="02d9d19b-3c4e-4bf7-b3db-0268adf822dc" "table"="NAT" "model"="&{UUID:02d9d19b-3c4e-4bf7-b3db-0268adf822dc AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[] ExternalIP:169.254.33.2 ExternalMAC: ExternalPortRange: LogicalIP:10.128.0.0/14 LogicalPort: Options:map[stateless:false] Type:snat}" +2021/12/08 17:09:04 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6e474ed3-9487-404f-a96f-9f086a3db5e5" "table"="Logical_Router" +2021/12/08 17:09:04 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6e474ed3-9487-404f-a96f-9f086a3db5e5" "table"="Logical_Router" "old"="&{UUID:6e474ed3-9487-404f-a96f-9f086a3db5e5 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[4eaec992-74de-4918-8c0c-684138ebcbb5 e7e92b54-82af-4f90-a46c-41ab401d3698] StaticRoutes:[4198df80-36c2-47f7-804a-42e1c87adb8b 14eb72e8-a903-457e-a1eb-86625b42052b]}" "new"="&{UUID:6e474ed3-9487-404f-a96f-9f086a3db5e5 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[02d9d19b-3c4e-4bf7-b3db-0268adf822dc] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[4eaec992-74de-4918-8c0c-684138ebcbb5 e7e92b54-82af-4f90-a46c-41ab401d3698] StaticRoutes:[4198df80-36c2-47f7-804a-42e1c87adb8b 14eb72e8-a903-457e-a1eb-86625b42052b]}" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6e474ed3-9487-404f-a96f-9f086a3db5e5" "table"="Logical_Router" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6e474ed3-9487-404f-a96f-9f086a3db5e5" "table"="Logical_Router" "old"="&{UUID:6e474ed3-9487-404f-a96f-9f086a3db5e5 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[4eaec992-74de-4918-8c0c-684138ebcbb5 e7e92b54-82af-4f90-a46c-41ab401d3698] StaticRoutes:[4198df80-36c2-47f7-804a-42e1c87adb8b 14eb72e8-a903-457e-a1eb-86625b42052b]}" "new"="&{UUID:6e474ed3-9487-404f-a96f-9f086a3db5e5 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[02d9d19b-3c4e-4bf7-b3db-0268adf822dc] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[4eaec992-74de-4918-8c0c-684138ebcbb5 e7e92b54-82af-4f90-a46c-41ab401d3698] StaticRoutes:[4198df80-36c2-47f7-804a-42e1c87adb8b 14eb72e8-a903-457e-a1eb-86625b42052b]}" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="02d9d19b-3c4e-4bf7-b3db-0268adf822dc" "table"="NAT" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="02d9d19b-3c4e-4bf7-b3db-0268adf822dc" "table"="NAT" "model"="&{UUID:02d9d19b-3c4e-4bf7-b3db-0268adf822dc AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[] ExternalIP:169.254.33.2 ExternalMAC: ExternalPortRange: LogicalIP:10.128.0.0/14 LogicalPort: Options:map[stateless:false] Type:snat}" +• +------------------------------ +Gateway Init Operations Gateway Creation Operations Shared Gateway Mode + creates an IPv6 gateway in OVN + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/gateway_test.go:314 +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="874faeb3-ac95-4ad4-9c01-5c1a3a51419e" "table"="Database" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="874faeb3-ac95-4ad4-9c01-5c1a3a51419e" "table"="Database" "model"="&{UUID:874faeb3-ac95-4ad4-9c01-5c1a3a51419e Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cd900750-d1e8-4833-845c-ec0a50dec911" "table"="Load_Balancer_Group" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cd900750-d1e8-4833-845c-ec0a50dec911" "table"="Load_Balancer_Group" "model"="&{UUID:cd900750-d1e8-4833-845c-ec0a50dec911 LoadBalancer:[] Name:clusterLBGroup}" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1aa4f56b-4953-4553-8bcf-603dd3410f5a" "table"="Logical_Switch" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1aa4f56b-4953-4553-8bcf-603dd3410f5a" "table"="Logical_Switch" "model"="&{UUID:1aa4f56b-4953-4553-8bcf-603dd3410f5a ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="30d3c52a-aa78-4d56-8aec-da8642b7ae96" "table"="Logical_Switch" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="30d3c52a-aa78-4d56-8aec-da8642b7ae96" "table"="Logical_Switch" "model"="&{UUID:30d3c52a-aa78-4d56-8aec-da8642b7ae96 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c7f951da-cb82-4509-aa3a-39bd0bc6c6af" "table"="Logical_Router" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c7f951da-cb82-4509-aa3a-39bd0bc6c6af" "table"="Logical_Router" "model"="&{UUID:c7f951da-cb82-4509-aa3a-39bd0bc6c6af Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1946eb05-6872-44b8-a947-0e0b70a3e17d" "table"="Database" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1946eb05-6872-44b8-a947-0e0b70a3e17d" "table"="Database" "model"="&{UUID:1946eb05-6872-44b8-a947-0e0b70a3e17d Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:04.968055 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:09:04.968581 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]I1208 17:09:04.969951 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router Row:map[external_ids:{GoMap:map[physical_ip:fd99::2 physical_ips:fd99::2]} load_balancer_group:{GoSet:[{GoUUID:clusterLBGroup-UUID}]} name:GR_test-node options:{GoMap:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996755}] +2021/12/08 17:09:04 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c9e978f7-202b-45ac-a838-7fc3bd8cf87b" "table"="Logical_Router" +2021/12/08 17:09:04 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c9e978f7-202b-45ac-a838-7fc3bd8cf87b" "table"="Logical_Router" "model"="&{UUID:c9e978f7-202b-45ac-a838-7fc3bd8cf87b Copp: Enabled: ExternalIDs:map[physical_ip:fd99::2 physical_ips:fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c9e978f7-202b-45ac-a838-7fc3bd8cf87b" "table"="Logical_Router" +2021/12/08 17:09:04 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c9e978f7-202b-45ac-a838-7fc3bd8cf87b" "table"="Logical_Router" "model"="&{UUID:c9e978f7-202b-45ac-a838-7fc3bd8cf87b Copp: Enabled: ExternalIDs:map[physical_ip:fd99::2 physical_ips:fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" +RESULT &[{30d3c52a-aa78-4d56-8aec-da8642b7ae96 [] [] map[] [] [] [] join map[] [] []}]I1208 17:09:05.046391 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_test-node options:{GoMap:map[router-port:rtoj-GR_test-node]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996756} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996756}]}}] Timeout:0 Where:[where column _uuid == {30d3c52a-aa78-4d56-8aec-da8642b7ae96}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ba201fc1-193d-4dbf-a2df-0bb390093faf" "table"="Logical_Switch_Port" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ba201fc1-193d-4dbf-a2df-0bb390093faf" "table"="Logical_Switch_Port" "model"="&{UUID:ba201fc1-193d-4dbf-a2df-0bb390093faf Addresses:[router] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:jtor-GR_test-node Options:map[router-port:rtoj-GR_test-node] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="30d3c52a-aa78-4d56-8aec-da8642b7ae96" "table"="Logical_Switch" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="30d3c52a-aa78-4d56-8aec-da8642b7ae96" "table"="Logical_Switch" "old"="&{UUID:30d3c52a-aa78-4d56-8aec-da8642b7ae96 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:30d3c52a-aa78-4d56-8aec-da8642b7ae96 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[ba201fc1-193d-4dbf-a2df-0bb390093faf] QOSRules:[]}" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="30d3c52a-aa78-4d56-8aec-da8642b7ae96" "table"="Logical_Switch" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="30d3c52a-aa78-4d56-8aec-da8642b7ae96" "table"="Logical_Switch" "old"="&{UUID:30d3c52a-aa78-4d56-8aec-da8642b7ae96 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:30d3c52a-aa78-4d56-8aec-da8642b7ae96 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[ba201fc1-193d-4dbf-a2df-0bb390093faf] QOSRules:[]}" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ba201fc1-193d-4dbf-a2df-0bb390093faf" "table"="Logical_Switch_Port" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ba201fc1-193d-4dbf-a2df-0bb390093faf" "table"="Logical_Switch_Port" "model"="&{UUID:ba201fc1-193d-4dbf-a2df-0bb390093faf Addresses:[router] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:jtor-GR_test-node Options:map[router-port:rtoj-GR_test-node] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +RESULT &[{c9e978f7-202b-45ac-a838-7fc3bd8cf87b map[physical_ip:fd99::2 physical_ips:fd99::2] [] [clusterLBGroup-UUID] GR_test-node [] map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [] []}]I1208 17:09:05.123279 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:87:f0:33:ca name:rtoj-GR_test-node networks:{GoSet:[fd98::3/64]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996757} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996757}]}}] Timeout:0 Where:[where column _uuid == {c9e978f7-202b-45ac-a838-7fc3bd8cf87b}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="140ed9aa-9b46-4ba8-91d1-37cf2c4f300e" "table"="Logical_Router_Port" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="140ed9aa-9b46-4ba8-91d1-37cf2c4f300e" "table"="Logical_Router_Port" "model"="&{UUID:140ed9aa-9b46-4ba8-91d1-37cf2c4f300e Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:87:f0:33:ca Name:rtoj-GR_test-node Networks:[fd98::3/64] Options:map[] Peer:}" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c9e978f7-202b-45ac-a838-7fc3bd8cf87b" "table"="Logical_Router" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c9e978f7-202b-45ac-a838-7fc3bd8cf87b" "table"="Logical_Router" "old"="&{UUID:c9e978f7-202b-45ac-a838-7fc3bd8cf87b Copp: Enabled: ExternalIDs:map[physical_ip:fd99::2 physical_ips:fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:c9e978f7-202b-45ac-a838-7fc3bd8cf87b Copp: Enabled: ExternalIDs:map[physical_ip:fd99::2 physical_ips:fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[140ed9aa-9b46-4ba8-91d1-37cf2c4f300e] StaticRoutes:[]}" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="140ed9aa-9b46-4ba8-91d1-37cf2c4f300e" "table"="Logical_Router_Port" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="140ed9aa-9b46-4ba8-91d1-37cf2c4f300e" "table"="Logical_Router_Port" "model"="&{UUID:140ed9aa-9b46-4ba8-91d1-37cf2c4f300e Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:87:f0:33:ca Name:rtoj-GR_test-node Networks:[fd98::3/64] Options:map[] Peer:}" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c9e978f7-202b-45ac-a838-7fc3bd8cf87b" "table"="Logical_Router" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c9e978f7-202b-45ac-a838-7fc3bd8cf87b" "table"="Logical_Router" "old"="&{UUID:c9e978f7-202b-45ac-a838-7fc3bd8cf87b Copp: Enabled: ExternalIDs:map[physical_ip:fd99::2 physical_ips:fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:c9e978f7-202b-45ac-a838-7fc3bd8cf87b Copp: Enabled: ExternalIDs:map[physical_ip:fd99::2 physical_ips:fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[140ed9aa-9b46-4ba8-91d1-37cf2c4f300e] StaticRoutes:[]}" +RESULT &[]RESULT &[{c9e978f7-202b-45ac-a838-7fc3bd8cf87b map[physical_ip:fd99::2 physical_ips:fd99::2] [] [clusterLBGroup-UUID] GR_test-node [] map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [140ed9aa-9b46-4ba8-91d1-37cf2c4f300e] []}]I1208 17:09:05.155451 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:fd01::/48 nexthop:fd98::1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996758} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996758}]}}] Timeout:0 Where:[where column _uuid == {c9e978f7-202b-45ac-a838-7fc3bd8cf87b}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="639581eb-f246-4cb2-91d7-57cd5703d13a" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="639581eb-f246-4cb2-91d7-57cd5703d13a" "table"="Logical_Router_Static_Route" "model"="&{UUID:639581eb-f246-4cb2-91d7-57cd5703d13a BFD: ExternalIDs:map[] IPPrefix:fd01::/48 Nexthop:fd98::1 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c9e978f7-202b-45ac-a838-7fc3bd8cf87b" "table"="Logical_Router" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c9e978f7-202b-45ac-a838-7fc3bd8cf87b" "table"="Logical_Router" "old"="&{UUID:c9e978f7-202b-45ac-a838-7fc3bd8cf87b Copp: Enabled: ExternalIDs:map[physical_ip:fd99::2 physical_ips:fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[140ed9aa-9b46-4ba8-91d1-37cf2c4f300e] StaticRoutes:[]}" "new"="&{UUID:c9e978f7-202b-45ac-a838-7fc3bd8cf87b Copp: Enabled: ExternalIDs:map[physical_ip:fd99::2 physical_ips:fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[140ed9aa-9b46-4ba8-91d1-37cf2c4f300e] StaticRoutes:[639581eb-f246-4cb2-91d7-57cd5703d13a]}" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c9e978f7-202b-45ac-a838-7fc3bd8cf87b" "table"="Logical_Router" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c9e978f7-202b-45ac-a838-7fc3bd8cf87b" "table"="Logical_Router" "old"="&{UUID:c9e978f7-202b-45ac-a838-7fc3bd8cf87b Copp: Enabled: ExternalIDs:map[physical_ip:fd99::2 physical_ips:fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[140ed9aa-9b46-4ba8-91d1-37cf2c4f300e] StaticRoutes:[]}" "new"="&{UUID:c9e978f7-202b-45ac-a838-7fc3bd8cf87b Copp: Enabled: ExternalIDs:map[physical_ip:fd99::2 physical_ips:fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[140ed9aa-9b46-4ba8-91d1-37cf2c4f300e] StaticRoutes:[639581eb-f246-4cb2-91d7-57cd5703d13a]}" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="639581eb-f246-4cb2-91d7-57cd5703d13a" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="639581eb-f246-4cb2-91d7-57cd5703d13a" "table"="Logical_Router_Static_Route" "model"="&{UUID:639581eb-f246-4cb2-91d7-57cd5703d13a BFD: ExternalIDs:map[] IPPrefix:fd01::/48 Nexthop:fd98::1 Options:map[] OutputPort: Policy:}" +RESULT &[]I1208 17:09:05.185649 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch Row:map[name:ext_test-node] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996759}] +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="46872231-35e3-4b60-b3e1-d049e4662df7" "table"="Logical_Switch" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="46872231-35e3-4b60-b3e1-d049e4662df7" "table"="Logical_Switch" "model"="&{UUID:46872231-35e3-4b60-b3e1-d049e4662df7 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="46872231-35e3-4b60-b3e1-d049e4662df7" "table"="Logical_Switch" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="46872231-35e3-4b60-b3e1-d049e4662df7" "table"="Logical_Switch" "model"="&{UUID:46872231-35e3-4b60-b3e1-d049e4662df7 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[{46872231-35e3-4b60-b3e1-d049e4662df7 [] [] map[] [] [] [] ext_test-node map[] [] []}]I1208 17:09:05.250009 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} name:INTERFACE-ID options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996760} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996760}]}}] Timeout:0 Where:[where column _uuid == {46872231-35e3-4b60-b3e1-d049e4662df7}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="579d8621-40c3-426d-86b9-0b14a7793baa" "table"="Logical_Switch_Port" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="579d8621-40c3-426d-86b9-0b14a7793baa" "table"="Logical_Switch_Port" "model"="&{UUID:579d8621-40c3-426d-86b9-0b14a7793baa Addresses:[unknown] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:INTERFACE-ID Options:map[network_name:physnet] ParentName: PortSecurity:[] Tag: TagRequest: Type:localnet Up:}" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="46872231-35e3-4b60-b3e1-d049e4662df7" "table"="Logical_Switch" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="46872231-35e3-4b60-b3e1-d049e4662df7" "table"="Logical_Switch" "old"="&{UUID:46872231-35e3-4b60-b3e1-d049e4662df7 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:46872231-35e3-4b60-b3e1-d049e4662df7 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[579d8621-40c3-426d-86b9-0b14a7793baa] QOSRules:[]}" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="579d8621-40c3-426d-86b9-0b14a7793baa" "table"="Logical_Switch_Port" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="579d8621-40c3-426d-86b9-0b14a7793baa" "table"="Logical_Switch_Port" "model"="&{UUID:579d8621-40c3-426d-86b9-0b14a7793baa Addresses:[unknown] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:INTERFACE-ID Options:map[network_name:physnet] ParentName: PortSecurity:[] Tag: TagRequest: Type:localnet Up:}" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="46872231-35e3-4b60-b3e1-d049e4662df7" "table"="Logical_Switch" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="46872231-35e3-4b60-b3e1-d049e4662df7" "table"="Logical_Switch" "old"="&{UUID:46872231-35e3-4b60-b3e1-d049e4662df7 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:46872231-35e3-4b60-b3e1-d049e4662df7 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[579d8621-40c3-426d-86b9-0b14a7793baa] QOSRules:[]}" +RESULT &[{c9e978f7-202b-45ac-a838-7fc3bd8cf87b map[physical_ip:fd99::2 physical_ips:fd99::2] [] [clusterLBGroup-UUID] GR_test-node [] map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [140ed9aa-9b46-4ba8-91d1-37cf2c4f300e] [639581eb-f246-4cb2-91d7-57cd5703d13a]}]I1208 17:09:05.331158 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:11:22:33:44:55:66 name:rtoe-GR_test-node networks:{GoSet:[fd99::2/64]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996761} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996761}]}}] Timeout:0 Where:[where column _uuid == {c9e978f7-202b-45ac-a838-7fc3bd8cf87b}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bbf85dc4-aa03-4363-8351-e4fe62f25dbc" "table"="Logical_Router_Port" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="bbf85dc4-aa03-4363-8351-e4fe62f25dbc" "table"="Logical_Router_Port" "model"="&{UUID:bbf85dc4-aa03-4363-8351-e4fe62f25dbc Enabled: ExternalIDs:map[gateway-physical-ip:yes] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:11:22:33:44:55:66 Name:rtoe-GR_test-node Networks:[fd99::2/64] Options:map[] Peer:}" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c9e978f7-202b-45ac-a838-7fc3bd8cf87b" "table"="Logical_Router" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c9e978f7-202b-45ac-a838-7fc3bd8cf87b" "table"="Logical_Router" "old"="&{UUID:c9e978f7-202b-45ac-a838-7fc3bd8cf87b Copp: Enabled: ExternalIDs:map[physical_ip:fd99::2 physical_ips:fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[140ed9aa-9b46-4ba8-91d1-37cf2c4f300e] StaticRoutes:[639581eb-f246-4cb2-91d7-57cd5703d13a]}" "new"="&{UUID:c9e978f7-202b-45ac-a838-7fc3bd8cf87b Copp: Enabled: ExternalIDs:map[physical_ip:fd99::2 physical_ips:fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[140ed9aa-9b46-4ba8-91d1-37cf2c4f300e bbf85dc4-aa03-4363-8351-e4fe62f25dbc] StaticRoutes:[639581eb-f246-4cb2-91d7-57cd5703d13a]}" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bbf85dc4-aa03-4363-8351-e4fe62f25dbc" "table"="Logical_Router_Port" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="bbf85dc4-aa03-4363-8351-e4fe62f25dbc" "table"="Logical_Router_Port" "model"="&{UUID:bbf85dc4-aa03-4363-8351-e4fe62f25dbc Enabled: ExternalIDs:map[gateway-physical-ip:yes] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:11:22:33:44:55:66 Name:rtoe-GR_test-node Networks:[fd99::2/64] Options:map[] Peer:}" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c9e978f7-202b-45ac-a838-7fc3bd8cf87b" "table"="Logical_Router" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c9e978f7-202b-45ac-a838-7fc3bd8cf87b" "table"="Logical_Router" "old"="&{UUID:c9e978f7-202b-45ac-a838-7fc3bd8cf87b Copp: Enabled: ExternalIDs:map[physical_ip:fd99::2 physical_ips:fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[140ed9aa-9b46-4ba8-91d1-37cf2c4f300e] StaticRoutes:[639581eb-f246-4cb2-91d7-57cd5703d13a]}" "new"="&{UUID:c9e978f7-202b-45ac-a838-7fc3bd8cf87b Copp: Enabled: ExternalIDs:map[physical_ip:fd99::2 physical_ips:fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[140ed9aa-9b46-4ba8-91d1-37cf2c4f300e bbf85dc4-aa03-4363-8351-e4fe62f25dbc] StaticRoutes:[639581eb-f246-4cb2-91d7-57cd5703d13a]}" +RESULT &[{46872231-35e3-4b60-b3e1-d049e4662df7 [] [] map[] [] [] [] ext_test-node map[] [579d8621-40c3-426d-86b9-0b14a7793baa] []}]I1208 17:09:05.417061 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[11:22:33:44:55:66]} name:etor-GR_test-node options:{GoMap:map[router-port:rtoe-GR_test-node]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996762} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996762}]}}] Timeout:0 Where:[where column _uuid == {46872231-35e3-4b60-b3e1-d049e4662df7}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8573f328-7f3c-4f85-8455-c69734fa3360" "table"="Logical_Switch_Port" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8573f328-7f3c-4f85-8455-c69734fa3360" "table"="Logical_Switch_Port" "model"="&{UUID:8573f328-7f3c-4f85-8455-c69734fa3360 Addresses:[11:22:33:44:55:66] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_test-node Options:map[router-port:rtoe-GR_test-node] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="46872231-35e3-4b60-b3e1-d049e4662df7" "table"="Logical_Switch" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="46872231-35e3-4b60-b3e1-d049e4662df7" "table"="Logical_Switch" "old"="&{UUID:46872231-35e3-4b60-b3e1-d049e4662df7 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[579d8621-40c3-426d-86b9-0b14a7793baa] QOSRules:[]}" "new"="&{UUID:46872231-35e3-4b60-b3e1-d049e4662df7 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[579d8621-40c3-426d-86b9-0b14a7793baa 8573f328-7f3c-4f85-8455-c69734fa3360] QOSRules:[]}" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="46872231-35e3-4b60-b3e1-d049e4662df7" "table"="Logical_Switch" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="46872231-35e3-4b60-b3e1-d049e4662df7" "table"="Logical_Switch" "old"="&{UUID:46872231-35e3-4b60-b3e1-d049e4662df7 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[579d8621-40c3-426d-86b9-0b14a7793baa] QOSRules:[]}" "new"="&{UUID:46872231-35e3-4b60-b3e1-d049e4662df7 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[579d8621-40c3-426d-86b9-0b14a7793baa 8573f328-7f3c-4f85-8455-c69734fa3360] QOSRules:[]}" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8573f328-7f3c-4f85-8455-c69734fa3360" "table"="Logical_Switch_Port" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8573f328-7f3c-4f85-8455-c69734fa3360" "table"="Logical_Switch_Port" "model"="&{UUID:8573f328-7f3c-4f85-8455-c69734fa3360 Addresses:[11:22:33:44:55:66] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_test-node Options:map[router-port:rtoe-GR_test-node] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +RESULT &[]RESULT &[{c9e978f7-202b-45ac-a838-7fc3bd8cf87b map[physical_ip:fd99::2 physical_ips:fd99::2] [] [clusterLBGroup-UUID] GR_test-node [] map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [140ed9aa-9b46-4ba8-91d1-37cf2c4f300e bbf85dc4-aa03-4363-8351-e4fe62f25dbc] [639581eb-f246-4cb2-91d7-57cd5703d13a]}]I1208 17:09:05.448206 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:::/0 nexthop:fd99::1 output_port:{GoSet:[rtoe-GR_test-node]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996763} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996763}]}}] Timeout:0 Where:[where column _uuid == {c9e978f7-202b-45ac-a838-7fc3bd8cf87b}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="474b51ba-f2ca-45b3-8e4e-6b778ac16bbe" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="474b51ba-f2ca-45b3-8e4e-6b778ac16bbe" "table"="Logical_Router_Static_Route" "model"="&{UUID:474b51ba-f2ca-45b3-8e4e-6b778ac16bbe BFD: ExternalIDs:map[] IPPrefix:::/0 Nexthop:fd99::1 Options:map[] OutputPort:0xc07c137ee0 Policy:}" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c9e978f7-202b-45ac-a838-7fc3bd8cf87b" "table"="Logical_Router" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c9e978f7-202b-45ac-a838-7fc3bd8cf87b" "table"="Logical_Router" "old"="&{UUID:c9e978f7-202b-45ac-a838-7fc3bd8cf87b Copp: Enabled: ExternalIDs:map[physical_ip:fd99::2 physical_ips:fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[140ed9aa-9b46-4ba8-91d1-37cf2c4f300e bbf85dc4-aa03-4363-8351-e4fe62f25dbc] StaticRoutes:[639581eb-f246-4cb2-91d7-57cd5703d13a]}" "new"="&{UUID:c9e978f7-202b-45ac-a838-7fc3bd8cf87b Copp: Enabled: ExternalIDs:map[physical_ip:fd99::2 physical_ips:fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[140ed9aa-9b46-4ba8-91d1-37cf2c4f300e bbf85dc4-aa03-4363-8351-e4fe62f25dbc] StaticRoutes:[639581eb-f246-4cb2-91d7-57cd5703d13a 474b51ba-f2ca-45b3-8e4e-6b778ac16bbe]}" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="474b51ba-f2ca-45b3-8e4e-6b778ac16bbe" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="474b51ba-f2ca-45b3-8e4e-6b778ac16bbe" "table"="Logical_Router_Static_Route" "model"="&{UUID:474b51ba-f2ca-45b3-8e4e-6b778ac16bbe BFD: ExternalIDs:map[] IPPrefix:::/0 Nexthop:fd99::1 Options:map[] OutputPort:0xc04eafd1a0 Policy:}" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c9e978f7-202b-45ac-a838-7fc3bd8cf87b" "table"="Logical_Router" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c9e978f7-202b-45ac-a838-7fc3bd8cf87b" "table"="Logical_Router" "old"="&{UUID:c9e978f7-202b-45ac-a838-7fc3bd8cf87b Copp: Enabled: ExternalIDs:map[physical_ip:fd99::2 physical_ips:fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[140ed9aa-9b46-4ba8-91d1-37cf2c4f300e bbf85dc4-aa03-4363-8351-e4fe62f25dbc] StaticRoutes:[639581eb-f246-4cb2-91d7-57cd5703d13a]}" "new"="&{UUID:c9e978f7-202b-45ac-a838-7fc3bd8cf87b Copp: Enabled: ExternalIDs:map[physical_ip:fd99::2 physical_ips:fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[140ed9aa-9b46-4ba8-91d1-37cf2c4f300e bbf85dc4-aa03-4363-8351-e4fe62f25dbc] StaticRoutes:[639581eb-f246-4cb2-91d7-57cd5703d13a 474b51ba-f2ca-45b3-8e4e-6b778ac16bbe]}" +RESULT &[]RESULT &[{c7f951da-cb82-4509-aa3a-39bd0bc6c6af map[] [] [] ovn_cluster_router [] map[] [] [] []}]I1208 17:09:05.481444 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:fd98::3 nexthop:fd98::3] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996764} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996764}]}}] Timeout:0 Where:[where column _uuid == {c7f951da-cb82-4509-aa3a-39bd0bc6c6af}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bcee2a15-6d97-4a03-a466-5aec9c3b4ccb" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="bcee2a15-6d97-4a03-a466-5aec9c3b4ccb" "table"="Logical_Router_Static_Route" "model"="&{UUID:bcee2a15-6d97-4a03-a466-5aec9c3b4ccb BFD: ExternalIDs:map[] IPPrefix:fd98::3 Nexthop:fd98::3 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c7f951da-cb82-4509-aa3a-39bd0bc6c6af" "table"="Logical_Router" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c7f951da-cb82-4509-aa3a-39bd0bc6c6af" "table"="Logical_Router" "old"="&{UUID:c7f951da-cb82-4509-aa3a-39bd0bc6c6af Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:c7f951da-cb82-4509-aa3a-39bd0bc6c6af Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[bcee2a15-6d97-4a03-a466-5aec9c3b4ccb]}" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bcee2a15-6d97-4a03-a466-5aec9c3b4ccb" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="bcee2a15-6d97-4a03-a466-5aec9c3b4ccb" "table"="Logical_Router_Static_Route" "model"="&{UUID:bcee2a15-6d97-4a03-a466-5aec9c3b4ccb BFD: ExternalIDs:map[] IPPrefix:fd98::3 Nexthop:fd98::3 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c7f951da-cb82-4509-aa3a-39bd0bc6c6af" "table"="Logical_Router" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c7f951da-cb82-4509-aa3a-39bd0bc6c6af" "table"="Logical_Router" "old"="&{UUID:c7f951da-cb82-4509-aa3a-39bd0bc6c6af Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:c7f951da-cb82-4509-aa3a-39bd0bc6c6af Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[bcee2a15-6d97-4a03-a466-5aec9c3b4ccb]}" +RESULT &[]RESULT &[{c7f951da-cb82-4509-aa3a-39bd0bc6c6af map[] [] [] ovn_cluster_router [] map[] [] [] [bcee2a15-6d97-4a03-a466-5aec9c3b4ccb]}]RESULT &[]RESULT &[{c7f951da-cb82-4509-aa3a-39bd0bc6c6af map[] [] [] ovn_cluster_router [] map[] [] [] [bcee2a15-6d97-4a03-a466-5aec9c3b4ccb]}]I1208 17:09:05.510026 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:fd01:0:0:2::/64 nexthop:fd98::3 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996765} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996765}]}}] Timeout:0 Where:[where column _uuid == {c7f951da-cb82-4509-aa3a-39bd0bc6c6af}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="722735eb-aadd-475d-8802-0a47810b2b36" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="722735eb-aadd-475d-8802-0a47810b2b36" "table"="Logical_Router_Static_Route" "model"="&{UUID:722735eb-aadd-475d-8802-0a47810b2b36 BFD: ExternalIDs:map[] IPPrefix:fd01:0:0:2::/64 Nexthop:fd98::3 Options:map[] OutputPort: Policy:0xc05e3756d0}" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c7f951da-cb82-4509-aa3a-39bd0bc6c6af" "table"="Logical_Router" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c7f951da-cb82-4509-aa3a-39bd0bc6c6af" "table"="Logical_Router" "old"="&{UUID:c7f951da-cb82-4509-aa3a-39bd0bc6c6af Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[bcee2a15-6d97-4a03-a466-5aec9c3b4ccb]}" "new"="&{UUID:c7f951da-cb82-4509-aa3a-39bd0bc6c6af Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[bcee2a15-6d97-4a03-a466-5aec9c3b4ccb 722735eb-aadd-475d-8802-0a47810b2b36]}" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c7f951da-cb82-4509-aa3a-39bd0bc6c6af" "table"="Logical_Router" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c7f951da-cb82-4509-aa3a-39bd0bc6c6af" "table"="Logical_Router" "old"="&{UUID:c7f951da-cb82-4509-aa3a-39bd0bc6c6af Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[bcee2a15-6d97-4a03-a466-5aec9c3b4ccb]}" "new"="&{UUID:c7f951da-cb82-4509-aa3a-39bd0bc6c6af Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[bcee2a15-6d97-4a03-a466-5aec9c3b4ccb 722735eb-aadd-475d-8802-0a47810b2b36]}" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="722735eb-aadd-475d-8802-0a47810b2b36" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="722735eb-aadd-475d-8802-0a47810b2b36" "table"="Logical_Router_Static_Route" "model"="&{UUID:722735eb-aadd-475d-8802-0a47810b2b36 BFD: ExternalIDs:map[] IPPrefix:fd01:0:0:2::/64 Nexthop:fd98::3 Options:map[] OutputPort: Policy:0xc07cb1e620}" +I1208 17:09:05.531811 19465 transact.go:41] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ip:fd99::2 logical_ip:fd01::/48 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996766} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2596996766}]}}] Timeout:0 Where:[where column _uuid == {c9e978f7-202b-45ac-a838-7fc3bd8cf87b}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9890654e-c55c-447d-be3e-d3abb5a3d0d2" "table"="NAT" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9890654e-c55c-447d-be3e-d3abb5a3d0d2" "table"="NAT" "model"="&{UUID:9890654e-c55c-447d-be3e-d3abb5a3d0d2 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[] ExternalIP:fd99::2 ExternalMAC: ExternalPortRange: LogicalIP:fd01::/48 LogicalPort: Options:map[stateless:false] Type:snat}" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c9e978f7-202b-45ac-a838-7fc3bd8cf87b" "table"="Logical_Router" +2021/12/08 17:09:05 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c9e978f7-202b-45ac-a838-7fc3bd8cf87b" "table"="Logical_Router" "old"="&{UUID:c9e978f7-202b-45ac-a838-7fc3bd8cf87b Copp: Enabled: ExternalIDs:map[physical_ip:fd99::2 physical_ips:fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[140ed9aa-9b46-4ba8-91d1-37cf2c4f300e bbf85dc4-aa03-4363-8351-e4fe62f25dbc] StaticRoutes:[639581eb-f246-4cb2-91d7-57cd5703d13a 474b51ba-f2ca-45b3-8e4e-6b778ac16bbe]}" "new"="&{UUID:c9e978f7-202b-45ac-a838-7fc3bd8cf87b Copp: Enabled: ExternalIDs:map[physical_ip:fd99::2 physical_ips:fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[9890654e-c55c-447d-be3e-d3abb5a3d0d2] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[140ed9aa-9b46-4ba8-91d1-37cf2c4f300e bbf85dc4-aa03-4363-8351-e4fe62f25dbc] StaticRoutes:[639581eb-f246-4cb2-91d7-57cd5703d13a 474b51ba-f2ca-45b3-8e4e-6b778ac16bbe]}" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9890654e-c55c-447d-be3e-d3abb5a3d0d2" "table"="NAT" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9890654e-c55c-447d-be3e-d3abb5a3d0d2" "table"="NAT" "model"="&{UUID:9890654e-c55c-447d-be3e-d3abb5a3d0d2 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[] ExternalIP:fd99::2 ExternalMAC: ExternalPortRange: LogicalIP:fd01::/48 LogicalPort: Options:map[stateless:false] Type:snat}" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c9e978f7-202b-45ac-a838-7fc3bd8cf87b" "table"="Logical_Router" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c9e978f7-202b-45ac-a838-7fc3bd8cf87b" "table"="Logical_Router" "old"="&{UUID:c9e978f7-202b-45ac-a838-7fc3bd8cf87b Copp: Enabled: ExternalIDs:map[physical_ip:fd99::2 physical_ips:fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[140ed9aa-9b46-4ba8-91d1-37cf2c4f300e bbf85dc4-aa03-4363-8351-e4fe62f25dbc] StaticRoutes:[639581eb-f246-4cb2-91d7-57cd5703d13a 474b51ba-f2ca-45b3-8e4e-6b778ac16bbe]}" "new"="&{UUID:c9e978f7-202b-45ac-a838-7fc3bd8cf87b Copp: Enabled: ExternalIDs:map[physical_ip:fd99::2 physical_ips:fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[9890654e-c55c-447d-be3e-d3abb5a3d0d2] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[140ed9aa-9b46-4ba8-91d1-37cf2c4f300e bbf85dc4-aa03-4363-8351-e4fe62f25dbc] StaticRoutes:[639581eb-f246-4cb2-91d7-57cd5703d13a 474b51ba-f2ca-45b3-8e4e-6b778ac16bbe]}" +• +------------------------------ +Gateway Init Operations Gateway Creation Operations Shared Gateway Mode + creates a dual-stack gateway in OVN + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/gateway_test.go:366 +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4ad2fa20-0d3e-4470-8867-6effe7961c39" "table"="Database" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4ad2fa20-0d3e-4470-8867-6effe7961c39" "table"="Database" "model"="&{UUID:4ad2fa20-0d3e-4470-8867-6effe7961c39 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bb22230b-42d1-4fb3-9dae-e44ae95f66aa" "table"="Load_Balancer_Group" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="bb22230b-42d1-4fb3-9dae-e44ae95f66aa" "table"="Load_Balancer_Group" "model"="&{UUID:bb22230b-42d1-4fb3-9dae-e44ae95f66aa LoadBalancer:[] Name:clusterLBGroup}" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3e580e89-798c-49f6-9f52-36d64e6f549a" "table"="Logical_Switch" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3e580e89-798c-49f6-9f52-36d64e6f549a" "table"="Logical_Switch" "model"="&{UUID:3e580e89-798c-49f6-9f52-36d64e6f549a ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="13d8b551-285a-4429-9b90-ff48886fede9" "table"="Logical_Switch" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="13d8b551-285a-4429-9b90-ff48886fede9" "table"="Logical_Switch" "model"="&{UUID:13d8b551-285a-4429-9b90-ff48886fede9 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6a5af010-65a4-466e-b594-c3521b2ff81e" "table"="Logical_Router" +2021/12/08 17:09:05 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6a5af010-65a4-466e-b594-c3521b2ff81e" "table"="Logical_Router" "model"="&{UUID:6a5af010-65a4-466e-b594-c3521b2ff81e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="52988f5a-0027-4dce-9bc0-90a7b3560d9c" "table"="Database" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="52988f5a-0027-4dce-9bc0-90a7b3560d9c" "table"="Database" "model"="&{UUID:52988f5a-0027-4dce-9bc0-90a7b3560d9c Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:06.334274 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:09:06.334790 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]I1208 17:09:06.336196 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router Row:map[external_ids:{GoMap:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2]} load_balancer_group:{GoSet:[{GoUUID:clusterLBGroup-UUID}]} name:GR_test-node options:{GoMap:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996768}] +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" "model"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" "model"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" +RESULT &[{3e580e89-798c-49f6-9f52-36d64e6f549a [] [] map[] [] [] [] join map[] [] []}]I1208 17:09:06.413472 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_test-node options:{GoMap:map[router-port:rtoj-GR_test-node]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996769} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996769}]}}] Timeout:0 Where:[where column _uuid == {3e580e89-798c-49f6-9f52-36d64e6f549a}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="84e0737e-ca20-48da-87c0-8ad2e5bbc623" "table"="Logical_Switch_Port" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="84e0737e-ca20-48da-87c0-8ad2e5bbc623" "table"="Logical_Switch_Port" "model"="&{UUID:84e0737e-ca20-48da-87c0-8ad2e5bbc623 Addresses:[router] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:jtor-GR_test-node Options:map[router-port:rtoj-GR_test-node] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3e580e89-798c-49f6-9f52-36d64e6f549a" "table"="Logical_Switch" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="3e580e89-798c-49f6-9f52-36d64e6f549a" "table"="Logical_Switch" "old"="&{UUID:3e580e89-798c-49f6-9f52-36d64e6f549a ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:3e580e89-798c-49f6-9f52-36d64e6f549a ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[84e0737e-ca20-48da-87c0-8ad2e5bbc623] QOSRules:[]}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3e580e89-798c-49f6-9f52-36d64e6f549a" "table"="Logical_Switch" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="3e580e89-798c-49f6-9f52-36d64e6f549a" "table"="Logical_Switch" "old"="&{UUID:3e580e89-798c-49f6-9f52-36d64e6f549a ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:3e580e89-798c-49f6-9f52-36d64e6f549a ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[84e0737e-ca20-48da-87c0-8ad2e5bbc623] QOSRules:[]}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="84e0737e-ca20-48da-87c0-8ad2e5bbc623" "table"="Logical_Switch_Port" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="84e0737e-ca20-48da-87c0-8ad2e5bbc623" "table"="Logical_Switch_Port" "model"="&{UUID:84e0737e-ca20-48da-87c0-8ad2e5bbc623 Addresses:[router] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:jtor-GR_test-node Options:map[router-port:rtoj-GR_test-node] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +RESULT &[{6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] [] [clusterLBGroup-UUID] GR_test-node [] map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [] []}]I1208 17:09:06.484432 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:03 name:rtoj-GR_test-node networks:{GoSet:[100.64.0.3/16 fd98::3/64]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996770} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996770}]}}] Timeout:0 Where:[where column _uuid == {6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="64927e0d-304e-46b6-81df-c8c6df63bb2a" "table"="Logical_Router_Port" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="64927e0d-304e-46b6-81df-c8c6df63bb2a" "table"="Logical_Router_Port" "model"="&{UUID:64927e0d-304e-46b6-81df-c8c6df63bb2a Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:64:40:00:03 Name:rtoj-GR_test-node Networks:[100.64.0.3/16 fd98::3/64] Options:map[] Peer:}" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" "old"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a] StaticRoutes:[]}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="64927e0d-304e-46b6-81df-c8c6df63bb2a" "table"="Logical_Router_Port" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="64927e0d-304e-46b6-81df-c8c6df63bb2a" "table"="Logical_Router_Port" "model"="&{UUID:64927e0d-304e-46b6-81df-c8c6df63bb2a Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:64:40:00:03 Name:rtoj-GR_test-node Networks:[100.64.0.3/16 fd98::3/64] Options:map[] Peer:}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" "old"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a] StaticRoutes:[]}" +RESULT &[]RESULT &[{6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] [] [clusterLBGroup-UUID] GR_test-node [] map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [64927e0d-304e-46b6-81df-c8c6df63bb2a] []}]I1208 17:09:06.519533 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996771} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996771}]}}] Timeout:0 Where:[where column _uuid == {6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="99281baf-2e00-4c55-ab70-3f918b45cfbb" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="99281baf-2e00-4c55-ab70-3f918b45cfbb" "table"="Logical_Router_Static_Route" "model"="&{UUID:99281baf-2e00-4c55-ab70-3f918b45cfbb BFD: ExternalIDs:map[] IPPrefix:10.128.0.0/14 Nexthop:100.64.0.1 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" "old"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a] StaticRoutes:[]}" "new"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a] StaticRoutes:[99281baf-2e00-4c55-ab70-3f918b45cfbb]}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" "old"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a] StaticRoutes:[]}" "new"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a] StaticRoutes:[99281baf-2e00-4c55-ab70-3f918b45cfbb]}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="99281baf-2e00-4c55-ab70-3f918b45cfbb" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="99281baf-2e00-4c55-ab70-3f918b45cfbb" "table"="Logical_Router_Static_Route" "model"="&{UUID:99281baf-2e00-4c55-ab70-3f918b45cfbb BFD: ExternalIDs:map[] IPPrefix:10.128.0.0/14 Nexthop:100.64.0.1 Options:map[] OutputPort: Policy:}" +RESULT &[]RESULT &[{6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] [] [clusterLBGroup-UUID] GR_test-node [] map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [64927e0d-304e-46b6-81df-c8c6df63bb2a] [99281baf-2e00-4c55-ab70-3f918b45cfbb]}]I1208 17:09:06.551489 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:fd01::/48 nexthop:fd98::1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996772} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996772}]}}] Timeout:0 Where:[where column _uuid == {6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b9ab028b-daec-4f4a-9667-85c602733ce1" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b9ab028b-daec-4f4a-9667-85c602733ce1" "table"="Logical_Router_Static_Route" "model"="&{UUID:b9ab028b-daec-4f4a-9667-85c602733ce1 BFD: ExternalIDs:map[] IPPrefix:fd01::/48 Nexthop:fd98::1 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" "old"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a] StaticRoutes:[99281baf-2e00-4c55-ab70-3f918b45cfbb]}" "new"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a] StaticRoutes:[99281baf-2e00-4c55-ab70-3f918b45cfbb b9ab028b-daec-4f4a-9667-85c602733ce1]}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" "old"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a] StaticRoutes:[99281baf-2e00-4c55-ab70-3f918b45cfbb]}" "new"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a] StaticRoutes:[99281baf-2e00-4c55-ab70-3f918b45cfbb b9ab028b-daec-4f4a-9667-85c602733ce1]}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b9ab028b-daec-4f4a-9667-85c602733ce1" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b9ab028b-daec-4f4a-9667-85c602733ce1" "table"="Logical_Router_Static_Route" "model"="&{UUID:b9ab028b-daec-4f4a-9667-85c602733ce1 BFD: ExternalIDs:map[] IPPrefix:fd01::/48 Nexthop:fd98::1 Options:map[] OutputPort: Policy:}" +RESULT &[]I1208 17:09:06.582091 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch Row:map[name:ext_test-node] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996773}] +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="218a0938-c110-407f-81d2-55e2cfb1c8b6" "table"="Logical_Switch" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="218a0938-c110-407f-81d2-55e2cfb1c8b6" "table"="Logical_Switch" "model"="&{UUID:218a0938-c110-407f-81d2-55e2cfb1c8b6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="218a0938-c110-407f-81d2-55e2cfb1c8b6" "table"="Logical_Switch" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="218a0938-c110-407f-81d2-55e2cfb1c8b6" "table"="Logical_Switch" "model"="&{UUID:218a0938-c110-407f-81d2-55e2cfb1c8b6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[{218a0938-c110-407f-81d2-55e2cfb1c8b6 [] [] map[] [] [] [] ext_test-node map[] [] []}]I1208 17:09:06.645938 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} name:INTERFACE-ID options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996774} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996774}]}}] Timeout:0 Where:[where column _uuid == {218a0938-c110-407f-81d2-55e2cfb1c8b6}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7c8a05af-6656-464c-8d3a-da80669f9122" "table"="Logical_Switch_Port" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7c8a05af-6656-464c-8d3a-da80669f9122" "table"="Logical_Switch_Port" "model"="&{UUID:7c8a05af-6656-464c-8d3a-da80669f9122 Addresses:[unknown] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:INTERFACE-ID Options:map[network_name:physnet] ParentName: PortSecurity:[] Tag: TagRequest: Type:localnet Up:}" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="218a0938-c110-407f-81d2-55e2cfb1c8b6" "table"="Logical_Switch" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="218a0938-c110-407f-81d2-55e2cfb1c8b6" "table"="Logical_Switch" "old"="&{UUID:218a0938-c110-407f-81d2-55e2cfb1c8b6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:218a0938-c110-407f-81d2-55e2cfb1c8b6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[7c8a05af-6656-464c-8d3a-da80669f9122] QOSRules:[]}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="218a0938-c110-407f-81d2-55e2cfb1c8b6" "table"="Logical_Switch" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="218a0938-c110-407f-81d2-55e2cfb1c8b6" "table"="Logical_Switch" "old"="&{UUID:218a0938-c110-407f-81d2-55e2cfb1c8b6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:218a0938-c110-407f-81d2-55e2cfb1c8b6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[7c8a05af-6656-464c-8d3a-da80669f9122] QOSRules:[]}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7c8a05af-6656-464c-8d3a-da80669f9122" "table"="Logical_Switch_Port" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7c8a05af-6656-464c-8d3a-da80669f9122" "table"="Logical_Switch_Port" "model"="&{UUID:7c8a05af-6656-464c-8d3a-da80669f9122 Addresses:[unknown] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:INTERFACE-ID Options:map[network_name:physnet] ParentName: PortSecurity:[] Tag: TagRequest: Type:localnet Up:}" +RESULT &[{6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] [] [clusterLBGroup-UUID] GR_test-node [] map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [64927e0d-304e-46b6-81df-c8c6df63bb2a] [99281baf-2e00-4c55-ab70-3f918b45cfbb b9ab028b-daec-4f4a-9667-85c602733ce1]}]I1208 17:09:06.725542 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:11:22:33:44:55:66 name:rtoe-GR_test-node networks:{GoSet:[169.254.33.2/24 fd99::2/64]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996775} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996775}]}}] Timeout:0 Where:[where column _uuid == {6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="db9d6f5a-76d8-4f26-8156-e515cd15f4b0" "table"="Logical_Router_Port" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="db9d6f5a-76d8-4f26-8156-e515cd15f4b0" "table"="Logical_Router_Port" "model"="&{UUID:db9d6f5a-76d8-4f26-8156-e515cd15f4b0 Enabled: ExternalIDs:map[gateway-physical-ip:yes] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:11:22:33:44:55:66 Name:rtoe-GR_test-node Networks:[169.254.33.2/24 fd99::2/64] Options:map[] Peer:}" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" "old"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a] StaticRoutes:[99281baf-2e00-4c55-ab70-3f918b45cfbb b9ab028b-daec-4f4a-9667-85c602733ce1]}" "new"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a db9d6f5a-76d8-4f26-8156-e515cd15f4b0] StaticRoutes:[99281baf-2e00-4c55-ab70-3f918b45cfbb b9ab028b-daec-4f4a-9667-85c602733ce1]}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="db9d6f5a-76d8-4f26-8156-e515cd15f4b0" "table"="Logical_Router_Port" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="db9d6f5a-76d8-4f26-8156-e515cd15f4b0" "table"="Logical_Router_Port" "model"="&{UUID:db9d6f5a-76d8-4f26-8156-e515cd15f4b0 Enabled: ExternalIDs:map[gateway-physical-ip:yes] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:11:22:33:44:55:66 Name:rtoe-GR_test-node Networks:[169.254.33.2/24 fd99::2/64] Options:map[] Peer:}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" "old"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a] StaticRoutes:[99281baf-2e00-4c55-ab70-3f918b45cfbb b9ab028b-daec-4f4a-9667-85c602733ce1]}" "new"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a db9d6f5a-76d8-4f26-8156-e515cd15f4b0] StaticRoutes:[99281baf-2e00-4c55-ab70-3f918b45cfbb b9ab028b-daec-4f4a-9667-85c602733ce1]}" +RESULT &[{218a0938-c110-407f-81d2-55e2cfb1c8b6 [] [] map[] [] [] [] ext_test-node map[] [7c8a05af-6656-464c-8d3a-da80669f9122] []}]I1208 17:09:06.813934 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[11:22:33:44:55:66]} name:etor-GR_test-node options:{GoMap:map[router-port:rtoe-GR_test-node]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996776} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996776}]}}] Timeout:0 Where:[where column _uuid == {218a0938-c110-407f-81d2-55e2cfb1c8b6}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="01374fd1-6088-4a7a-8c81-c18ed275f9cf" "table"="Logical_Switch_Port" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="01374fd1-6088-4a7a-8c81-c18ed275f9cf" "table"="Logical_Switch_Port" "model"="&{UUID:01374fd1-6088-4a7a-8c81-c18ed275f9cf Addresses:[11:22:33:44:55:66] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_test-node Options:map[router-port:rtoe-GR_test-node] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="218a0938-c110-407f-81d2-55e2cfb1c8b6" "table"="Logical_Switch" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="218a0938-c110-407f-81d2-55e2cfb1c8b6" "table"="Logical_Switch" "old"="&{UUID:218a0938-c110-407f-81d2-55e2cfb1c8b6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[7c8a05af-6656-464c-8d3a-da80669f9122] QOSRules:[]}" "new"="&{UUID:218a0938-c110-407f-81d2-55e2cfb1c8b6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[7c8a05af-6656-464c-8d3a-da80669f9122 01374fd1-6088-4a7a-8c81-c18ed275f9cf] QOSRules:[]}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="01374fd1-6088-4a7a-8c81-c18ed275f9cf" "table"="Logical_Switch_Port" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="01374fd1-6088-4a7a-8c81-c18ed275f9cf" "table"="Logical_Switch_Port" "model"="&{UUID:01374fd1-6088-4a7a-8c81-c18ed275f9cf Addresses:[11:22:33:44:55:66] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_test-node Options:map[router-port:rtoe-GR_test-node] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="218a0938-c110-407f-81d2-55e2cfb1c8b6" "table"="Logical_Switch" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="218a0938-c110-407f-81d2-55e2cfb1c8b6" "table"="Logical_Switch" "old"="&{UUID:218a0938-c110-407f-81d2-55e2cfb1c8b6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[7c8a05af-6656-464c-8d3a-da80669f9122] QOSRules:[]}" "new"="&{UUID:218a0938-c110-407f-81d2-55e2cfb1c8b6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[7c8a05af-6656-464c-8d3a-da80669f9122 01374fd1-6088-4a7a-8c81-c18ed275f9cf] QOSRules:[]}" +RESULT &[]RESULT &[{6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] [] [clusterLBGroup-UUID] GR_test-node [] map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [64927e0d-304e-46b6-81df-c8c6df63bb2a db9d6f5a-76d8-4f26-8156-e515cd15f4b0] [99281baf-2e00-4c55-ab70-3f918b45cfbb b9ab028b-daec-4f4a-9667-85c602733ce1]}]I1208 17:09:06.844719 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:0.0.0.0/0 nexthop:169.254.33.1 output_port:{GoSet:[rtoe-GR_test-node]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996777} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996777}]}}] Timeout:0 Where:[where column _uuid == {6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="519f401f-401d-4656-8300-d7cdec487790" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="519f401f-401d-4656-8300-d7cdec487790" "table"="Logical_Router_Static_Route" "model"="&{UUID:519f401f-401d-4656-8300-d7cdec487790 BFD: ExternalIDs:map[] IPPrefix:0.0.0.0/0 Nexthop:169.254.33.1 Options:map[] OutputPort:0xc08c4cbf10 Policy:}" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" "old"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a db9d6f5a-76d8-4f26-8156-e515cd15f4b0] StaticRoutes:[99281baf-2e00-4c55-ab70-3f918b45cfbb b9ab028b-daec-4f4a-9667-85c602733ce1]}" "new"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a db9d6f5a-76d8-4f26-8156-e515cd15f4b0] StaticRoutes:[99281baf-2e00-4c55-ab70-3f918b45cfbb b9ab028b-daec-4f4a-9667-85c602733ce1 519f401f-401d-4656-8300-d7cdec487790]}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" "old"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a db9d6f5a-76d8-4f26-8156-e515cd15f4b0] StaticRoutes:[99281baf-2e00-4c55-ab70-3f918b45cfbb b9ab028b-daec-4f4a-9667-85c602733ce1]}" "new"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a db9d6f5a-76d8-4f26-8156-e515cd15f4b0] StaticRoutes:[99281baf-2e00-4c55-ab70-3f918b45cfbb b9ab028b-daec-4f4a-9667-85c602733ce1 519f401f-401d-4656-8300-d7cdec487790]}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="519f401f-401d-4656-8300-d7cdec487790" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="519f401f-401d-4656-8300-d7cdec487790" "table"="Logical_Router_Static_Route" "model"="&{UUID:519f401f-401d-4656-8300-d7cdec487790 BFD: ExternalIDs:map[] IPPrefix:0.0.0.0/0 Nexthop:169.254.33.1 Options:map[] OutputPort:0xc08973a2f0 Policy:}" +RESULT &[]RESULT &[{6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] [] [clusterLBGroup-UUID] GR_test-node [] map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [64927e0d-304e-46b6-81df-c8c6df63bb2a db9d6f5a-76d8-4f26-8156-e515cd15f4b0] [99281baf-2e00-4c55-ab70-3f918b45cfbb b9ab028b-daec-4f4a-9667-85c602733ce1 519f401f-401d-4656-8300-d7cdec487790]}]I1208 17:09:06.879433 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:::/0 nexthop:fd99::1 output_port:{GoSet:[rtoe-GR_test-node]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996778} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996778}]}}] Timeout:0 Where:[where column _uuid == {6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="960ea0a9-599e-4048-82fa-893f58bc7212" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="960ea0a9-599e-4048-82fa-893f58bc7212" "table"="Logical_Router_Static_Route" "model"="&{UUID:960ea0a9-599e-4048-82fa-893f58bc7212 BFD: ExternalIDs:map[] IPPrefix:::/0 Nexthop:fd99::1 Options:map[] OutputPort:0xc08c4ef860 Policy:}" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" "old"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a db9d6f5a-76d8-4f26-8156-e515cd15f4b0] StaticRoutes:[99281baf-2e00-4c55-ab70-3f918b45cfbb b9ab028b-daec-4f4a-9667-85c602733ce1 519f401f-401d-4656-8300-d7cdec487790]}" "new"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a db9d6f5a-76d8-4f26-8156-e515cd15f4b0] StaticRoutes:[99281baf-2e00-4c55-ab70-3f918b45cfbb b9ab028b-daec-4f4a-9667-85c602733ce1 519f401f-401d-4656-8300-d7cdec487790 960ea0a9-599e-4048-82fa-893f58bc7212]}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="960ea0a9-599e-4048-82fa-893f58bc7212" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="960ea0a9-599e-4048-82fa-893f58bc7212" "table"="Logical_Router_Static_Route" "model"="&{UUID:960ea0a9-599e-4048-82fa-893f58bc7212 BFD: ExternalIDs:map[] IPPrefix:::/0 Nexthop:fd99::1 Options:map[] OutputPort:0xc08973ae60 Policy:}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" "old"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a db9d6f5a-76d8-4f26-8156-e515cd15f4b0] StaticRoutes:[99281baf-2e00-4c55-ab70-3f918b45cfbb b9ab028b-daec-4f4a-9667-85c602733ce1 519f401f-401d-4656-8300-d7cdec487790]}" "new"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a db9d6f5a-76d8-4f26-8156-e515cd15f4b0] StaticRoutes:[99281baf-2e00-4c55-ab70-3f918b45cfbb b9ab028b-daec-4f4a-9667-85c602733ce1 519f401f-401d-4656-8300-d7cdec487790 960ea0a9-599e-4048-82fa-893f58bc7212]}" +RESULT &[]RESULT &[{6a5af010-65a4-466e-b594-c3521b2ff81e map[] [] [] ovn_cluster_router [] map[] [] [] []}]I1208 17:09:06.913769 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:100.64.0.3 nexthop:100.64.0.3] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996779} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996779}]}}] Timeout:0 Where:[where column _uuid == {6a5af010-65a4-466e-b594-c3521b2ff81e}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ea48b089-426b-4203-b3c3-7eb2637249fb" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ea48b089-426b-4203-b3c3-7eb2637249fb" "table"="Logical_Router_Static_Route" "model"="&{UUID:ea48b089-426b-4203-b3c3-7eb2637249fb BFD: ExternalIDs:map[] IPPrefix:100.64.0.3 Nexthop:100.64.0.3 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6a5af010-65a4-466e-b594-c3521b2ff81e" "table"="Logical_Router" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6a5af010-65a4-466e-b594-c3521b2ff81e" "table"="Logical_Router" "old"="&{UUID:6a5af010-65a4-466e-b594-c3521b2ff81e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:6a5af010-65a4-466e-b594-c3521b2ff81e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[ea48b089-426b-4203-b3c3-7eb2637249fb]}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ea48b089-426b-4203-b3c3-7eb2637249fb" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ea48b089-426b-4203-b3c3-7eb2637249fb" "table"="Logical_Router_Static_Route" "model"="&{UUID:ea48b089-426b-4203-b3c3-7eb2637249fb BFD: ExternalIDs:map[] IPPrefix:100.64.0.3 Nexthop:100.64.0.3 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6a5af010-65a4-466e-b594-c3521b2ff81e" "table"="Logical_Router" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6a5af010-65a4-466e-b594-c3521b2ff81e" "table"="Logical_Router" "old"="&{UUID:6a5af010-65a4-466e-b594-c3521b2ff81e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:6a5af010-65a4-466e-b594-c3521b2ff81e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[ea48b089-426b-4203-b3c3-7eb2637249fb]}" +RESULT &[]RESULT &[{6a5af010-65a4-466e-b594-c3521b2ff81e map[] [] [] ovn_cluster_router [] map[] [] [] [ea48b089-426b-4203-b3c3-7eb2637249fb]}]I1208 17:09:06.941456 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:fd98::3 nexthop:fd98::3] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996780} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996780}]}}] Timeout:0 Where:[where column _uuid == {6a5af010-65a4-466e-b594-c3521b2ff81e}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c8964b33-0875-4272-8a4a-86e90188ed3f" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c8964b33-0875-4272-8a4a-86e90188ed3f" "table"="Logical_Router_Static_Route" "model"="&{UUID:c8964b33-0875-4272-8a4a-86e90188ed3f BFD: ExternalIDs:map[] IPPrefix:fd98::3 Nexthop:fd98::3 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6a5af010-65a4-466e-b594-c3521b2ff81e" "table"="Logical_Router" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6a5af010-65a4-466e-b594-c3521b2ff81e" "table"="Logical_Router" "old"="&{UUID:6a5af010-65a4-466e-b594-c3521b2ff81e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[ea48b089-426b-4203-b3c3-7eb2637249fb]}" "new"="&{UUID:6a5af010-65a4-466e-b594-c3521b2ff81e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[ea48b089-426b-4203-b3c3-7eb2637249fb c8964b33-0875-4272-8a4a-86e90188ed3f]}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c8964b33-0875-4272-8a4a-86e90188ed3f" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c8964b33-0875-4272-8a4a-86e90188ed3f" "table"="Logical_Router_Static_Route" "model"="&{UUID:c8964b33-0875-4272-8a4a-86e90188ed3f BFD: ExternalIDs:map[] IPPrefix:fd98::3 Nexthop:fd98::3 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6a5af010-65a4-466e-b594-c3521b2ff81e" "table"="Logical_Router" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6a5af010-65a4-466e-b594-c3521b2ff81e" "table"="Logical_Router" "old"="&{UUID:6a5af010-65a4-466e-b594-c3521b2ff81e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[ea48b089-426b-4203-b3c3-7eb2637249fb]}" "new"="&{UUID:6a5af010-65a4-466e-b594-c3521b2ff81e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[ea48b089-426b-4203-b3c3-7eb2637249fb c8964b33-0875-4272-8a4a-86e90188ed3f]}" +RESULT &[]RESULT &[{6a5af010-65a4-466e-b594-c3521b2ff81e map[] [] [] ovn_cluster_router [] map[] [] [] [ea48b089-426b-4203-b3c3-7eb2637249fb c8964b33-0875-4272-8a4a-86e90188ed3f]}]RESULT &[]RESULT &[{6a5af010-65a4-466e-b594-c3521b2ff81e map[] [] [] ovn_cluster_router [] map[] [] [] [ea48b089-426b-4203-b3c3-7eb2637249fb c8964b33-0875-4272-8a4a-86e90188ed3f]}]I1208 17:09:06.972587 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.130.0.0/23 nexthop:100.64.0.3 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996781} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996781}]}}] Timeout:0 Where:[where column _uuid == {6a5af010-65a4-466e-b594-c3521b2ff81e}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="46e1258f-e9c2-4a99-828a-4135b6b39330" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="46e1258f-e9c2-4a99-828a-4135b6b39330" "table"="Logical_Router_Static_Route" "model"="&{UUID:46e1258f-e9c2-4a99-828a-4135b6b39330 BFD: ExternalIDs:map[] IPPrefix:10.130.0.0/23 Nexthop:100.64.0.3 Options:map[] OutputPort: Policy:0xc08b6aeac0}" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6a5af010-65a4-466e-b594-c3521b2ff81e" "table"="Logical_Router" +2021/12/08 17:09:06 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6a5af010-65a4-466e-b594-c3521b2ff81e" "table"="Logical_Router" "old"="&{UUID:6a5af010-65a4-466e-b594-c3521b2ff81e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[ea48b089-426b-4203-b3c3-7eb2637249fb c8964b33-0875-4272-8a4a-86e90188ed3f]}" "new"="&{UUID:6a5af010-65a4-466e-b594-c3521b2ff81e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[ea48b089-426b-4203-b3c3-7eb2637249fb c8964b33-0875-4272-8a4a-86e90188ed3f 46e1258f-e9c2-4a99-828a-4135b6b39330]}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6a5af010-65a4-466e-b594-c3521b2ff81e" "table"="Logical_Router" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6a5af010-65a4-466e-b594-c3521b2ff81e" "table"="Logical_Router" "old"="&{UUID:6a5af010-65a4-466e-b594-c3521b2ff81e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[ea48b089-426b-4203-b3c3-7eb2637249fb c8964b33-0875-4272-8a4a-86e90188ed3f]}" "new"="&{UUID:6a5af010-65a4-466e-b594-c3521b2ff81e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[ea48b089-426b-4203-b3c3-7eb2637249fb c8964b33-0875-4272-8a4a-86e90188ed3f 46e1258f-e9c2-4a99-828a-4135b6b39330]}" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="46e1258f-e9c2-4a99-828a-4135b6b39330" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:06 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="46e1258f-e9c2-4a99-828a-4135b6b39330" "table"="Logical_Router_Static_Route" "model"="&{UUID:46e1258f-e9c2-4a99-828a-4135b6b39330 BFD: ExternalIDs:map[] IPPrefix:10.130.0.0/23 Nexthop:100.64.0.3 Options:map[] OutputPort: Policy:0xc08df16d30}" +RESULT &[]RESULT &[{6a5af010-65a4-466e-b594-c3521b2ff81e map[] [] [] ovn_cluster_router [] map[] [] [] [ea48b089-426b-4203-b3c3-7eb2637249fb c8964b33-0875-4272-8a4a-86e90188ed3f 46e1258f-e9c2-4a99-828a-4135b6b39330]}]RESULT &[]RESULT &[{6a5af010-65a4-466e-b594-c3521b2ff81e map[] [] [] ovn_cluster_router [] map[] [] [] [ea48b089-426b-4203-b3c3-7eb2637249fb c8964b33-0875-4272-8a4a-86e90188ed3f 46e1258f-e9c2-4a99-828a-4135b6b39330]}]I1208 17:09:07.004369 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:fd01:0:0:2::/64 nexthop:fd98::3 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996782} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996782}]}}] Timeout:0 Where:[where column _uuid == {6a5af010-65a4-466e-b594-c3521b2ff81e}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1830092c-5513-4437-bbd3-79db974e3715" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:07 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1830092c-5513-4437-bbd3-79db974e3715" "table"="Logical_Router_Static_Route" "model"="&{UUID:1830092c-5513-4437-bbd3-79db974e3715 BFD: ExternalIDs:map[] IPPrefix:fd01:0:0:2::/64 Nexthop:fd98::3 Options:map[] OutputPort: Policy:0xc09094be20}" +2021/12/08 17:09:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6a5af010-65a4-466e-b594-c3521b2ff81e" "table"="Logical_Router" +2021/12/08 17:09:07 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6a5af010-65a4-466e-b594-c3521b2ff81e" "table"="Logical_Router" "old"="&{UUID:6a5af010-65a4-466e-b594-c3521b2ff81e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[ea48b089-426b-4203-b3c3-7eb2637249fb c8964b33-0875-4272-8a4a-86e90188ed3f 46e1258f-e9c2-4a99-828a-4135b6b39330]}" "new"="&{UUID:6a5af010-65a4-466e-b594-c3521b2ff81e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[ea48b089-426b-4203-b3c3-7eb2637249fb c8964b33-0875-4272-8a4a-86e90188ed3f 46e1258f-e9c2-4a99-828a-4135b6b39330 1830092c-5513-4437-bbd3-79db974e3715]}" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6a5af010-65a4-466e-b594-c3521b2ff81e" "table"="Logical_Router" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6a5af010-65a4-466e-b594-c3521b2ff81e" "table"="Logical_Router" "old"="&{UUID:6a5af010-65a4-466e-b594-c3521b2ff81e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[ea48b089-426b-4203-b3c3-7eb2637249fb c8964b33-0875-4272-8a4a-86e90188ed3f 46e1258f-e9c2-4a99-828a-4135b6b39330]}" "new"="&{UUID:6a5af010-65a4-466e-b594-c3521b2ff81e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[ea48b089-426b-4203-b3c3-7eb2637249fb c8964b33-0875-4272-8a4a-86e90188ed3f 46e1258f-e9c2-4a99-828a-4135b6b39330 1830092c-5513-4437-bbd3-79db974e3715]}" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1830092c-5513-4437-bbd3-79db974e3715" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1830092c-5513-4437-bbd3-79db974e3715" "table"="Logical_Router_Static_Route" "model"="&{UUID:1830092c-5513-4437-bbd3-79db974e3715 BFD: ExternalIDs:map[] IPPrefix:fd01:0:0:2::/64 Nexthop:fd98::3 Options:map[] OutputPort: Policy:0xc0525b2d40}" +I1208 17:09:07.032087 19465 transact.go:41] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ip:169.254.33.2 logical_ip:10.128.0.0/14 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996783} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2596996783}]}}] Timeout:0 Where:[where column _uuid == {6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e}] Until: Durable: Comment: Lock: UUIDName:} {Op:insert Table:NAT Row:map[external_ip:fd99::2 logical_ip:fd01::/48 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996784} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2596996784}]}}] Timeout:0 Where:[where column _uuid == {6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3dc97e92-f2b6-49cb-9ea2-53c79703c1d4" "table"="NAT" +2021/12/08 17:09:07 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3dc97e92-f2b6-49cb-9ea2-53c79703c1d4" "table"="NAT" "model"="&{UUID:3dc97e92-f2b6-49cb-9ea2-53c79703c1d4 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[] ExternalIP:169.254.33.2 ExternalMAC: ExternalPortRange: LogicalIP:10.128.0.0/14 LogicalPort: Options:map[stateless:false] Type:snat}" +2021/12/08 17:09:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" +2021/12/08 17:09:07 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" "old"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a db9d6f5a-76d8-4f26-8156-e515cd15f4b0] StaticRoutes:[99281baf-2e00-4c55-ab70-3f918b45cfbb b9ab028b-daec-4f4a-9667-85c602733ce1 519f401f-401d-4656-8300-d7cdec487790 960ea0a9-599e-4048-82fa-893f58bc7212]}" "new"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[3dc97e92-f2b6-49cb-9ea2-53c79703c1d4] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a db9d6f5a-76d8-4f26-8156-e515cd15f4b0] StaticRoutes:[99281baf-2e00-4c55-ab70-3f918b45cfbb b9ab028b-daec-4f4a-9667-85c602733ce1 519f401f-401d-4656-8300-d7cdec487790 960ea0a9-599e-4048-82fa-893f58bc7212]}" +2021/12/08 17:09:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e1e6307f-be60-42c0-8b39-cf8dc4c15fa8" "table"="NAT" +2021/12/08 17:09:07 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e1e6307f-be60-42c0-8b39-cf8dc4c15fa8" "table"="NAT" "model"="&{UUID:e1e6307f-be60-42c0-8b39-cf8dc4c15fa8 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[] ExternalIP:fd99::2 ExternalMAC: ExternalPortRange: LogicalIP:fd01::/48 LogicalPort: Options:map[stateless:false] Type:snat}" +2021/12/08 17:09:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" +2021/12/08 17:09:07 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" "old"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[3dc97e92-f2b6-49cb-9ea2-53c79703c1d4] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a db9d6f5a-76d8-4f26-8156-e515cd15f4b0] StaticRoutes:[99281baf-2e00-4c55-ab70-3f918b45cfbb b9ab028b-daec-4f4a-9667-85c602733ce1 519f401f-401d-4656-8300-d7cdec487790 960ea0a9-599e-4048-82fa-893f58bc7212]}" "new"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[3dc97e92-f2b6-49cb-9ea2-53c79703c1d4 e1e6307f-be60-42c0-8b39-cf8dc4c15fa8] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a db9d6f5a-76d8-4f26-8156-e515cd15f4b0] StaticRoutes:[99281baf-2e00-4c55-ab70-3f918b45cfbb b9ab028b-daec-4f4a-9667-85c602733ce1 519f401f-401d-4656-8300-d7cdec487790 960ea0a9-599e-4048-82fa-893f58bc7212]}" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e" "table"="Logical_Router" "old"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a db9d6f5a-76d8-4f26-8156-e515cd15f4b0] StaticRoutes:[99281baf-2e00-4c55-ab70-3f918b45cfbb b9ab028b-daec-4f4a-9667-85c602733ce1 519f401f-401d-4656-8300-d7cdec487790 960ea0a9-599e-4048-82fa-893f58bc7212]}" "new"="&{UUID:6511d2e4-3b5e-4d6c-b397-eec2d27a9b0e Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[3dc97e92-f2b6-49cb-9ea2-53c79703c1d4 e1e6307f-be60-42c0-8b39-cf8dc4c15fa8] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[64927e0d-304e-46b6-81df-c8c6df63bb2a db9d6f5a-76d8-4f26-8156-e515cd15f4b0] StaticRoutes:[99281baf-2e00-4c55-ab70-3f918b45cfbb b9ab028b-daec-4f4a-9667-85c602733ce1 519f401f-401d-4656-8300-d7cdec487790 960ea0a9-599e-4048-82fa-893f58bc7212]}" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3dc97e92-f2b6-49cb-9ea2-53c79703c1d4" "table"="NAT" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3dc97e92-f2b6-49cb-9ea2-53c79703c1d4" "table"="NAT" "model"="&{UUID:3dc97e92-f2b6-49cb-9ea2-53c79703c1d4 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[] ExternalIP:169.254.33.2 ExternalMAC: ExternalPortRange: LogicalIP:10.128.0.0/14 LogicalPort: Options:map[stateless:false] Type:snat}" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e1e6307f-be60-42c0-8b39-cf8dc4c15fa8" "table"="NAT" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e1e6307f-be60-42c0-8b39-cf8dc4c15fa8" "table"="NAT" "model"="&{UUID:e1e6307f-be60-42c0-8b39-cf8dc4c15fa8 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[] ExternalIP:fd99::2 ExternalMAC: ExternalPortRange: LogicalIP:fd01::/48 LogicalPort: Options:map[stateless:false] Type:snat}" +• +------------------------------ +Gateway Init Operations Gateway Creation Operations Shared Gateway Mode + removes leftover SNAT entries during init + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/gateway_test.go:418 +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b960d19b-03a7-4fcc-b5c7-f77ee000cbfc" "table"="Database" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b960d19b-03a7-4fcc-b5c7-f77ee000cbfc" "table"="Database" "model"="&{UUID:b960d19b-03a7-4fcc-b5c7-f77ee000cbfc Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1fc57c95-d84f-4b42-8a6b-be242f27f288" "table"="Logical_Switch" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1fc57c95-d84f-4b42-8a6b-be242f27f288" "table"="Logical_Switch" "model"="&{UUID:1fc57c95-d84f-4b42-8a6b-be242f27f288 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="541e02c0-f1a0-40ba-bc8e-d3846b039a98" "table"="Logical_Switch" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="541e02c0-f1a0-40ba-bc8e-d3846b039a98" "table"="Logical_Switch" "model"="&{UUID:541e02c0-f1a0-40ba-bc8e-d3846b039a98 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bd7e7bde-1e46-44d8-ad65-3041e8a4d2ed" "table"="Load_Balancer_Group" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="bd7e7bde-1e46-44d8-ad65-3041e8a4d2ed" "table"="Load_Balancer_Group" "model"="&{UUID:bd7e7bde-1e46-44d8-ad65-3041e8a4d2ed LoadBalancer:[] Name:clusterLBGroup}" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6b181f17-77dc-4856-a188-e6cc5b0d0e7e" "table"="Logical_Router" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6b181f17-77dc-4856-a188-e6cc5b0d0e7e" "table"="Logical_Router" "model"="&{UUID:6b181f17-77dc-4856-a188-e6cc5b0d0e7e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bf656f61-60fe-4f25-b35f-b80e3b905f1d" "table"="Database" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="bf656f61-60fe-4f25-b35f-b80e3b905f1d" "table"="Database" "model"="&{UUID:bf656f61-60fe-4f25-b35f-b80e3b905f1d Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:07.849064 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:09:07.849808 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]I1208 17:09:07.851998 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router Row:map[external_ids:{GoMap:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2]} load_balancer_group:{GoSet:[{GoUUID:clusterLBGroup-UUID}]} name:GR_test-node options:{GoMap:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996787}] +2021/12/08 17:09:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d50af55b-fc2a-4f4e-a4b9-523e7685109d" "table"="Logical_Router" +2021/12/08 17:09:07 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d50af55b-fc2a-4f4e-a4b9-523e7685109d" "table"="Logical_Router" "model"="&{UUID:d50af55b-fc2a-4f4e-a4b9-523e7685109d Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d50af55b-fc2a-4f4e-a4b9-523e7685109d" "table"="Logical_Router" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d50af55b-fc2a-4f4e-a4b9-523e7685109d" "table"="Logical_Router" "model"="&{UUID:d50af55b-fc2a-4f4e-a4b9-523e7685109d Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" +RESULT &[{1fc57c95-d84f-4b42-8a6b-be242f27f288 [] [] map[] [] [] [] join map[] [] []}]I1208 17:09:07.928678 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_test-node options:{GoMap:map[router-port:rtoj-GR_test-node]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996788} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996788}]}}] Timeout:0 Where:[where column _uuid == {1fc57c95-d84f-4b42-8a6b-be242f27f288}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b318c118-fba1-44c6-b47d-6bd771f288cb" "table"="Logical_Switch_Port" +2021/12/08 17:09:07 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b318c118-fba1-44c6-b47d-6bd771f288cb" "table"="Logical_Switch_Port" "model"="&{UUID:b318c118-fba1-44c6-b47d-6bd771f288cb Addresses:[router] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:jtor-GR_test-node Options:map[router-port:rtoj-GR_test-node] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:07 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1fc57c95-d84f-4b42-8a6b-be242f27f288" "table"="Logical_Switch" +2021/12/08 17:09:07 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1fc57c95-d84f-4b42-8a6b-be242f27f288" "table"="Logical_Switch" "old"="&{UUID:1fc57c95-d84f-4b42-8a6b-be242f27f288 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:1fc57c95-d84f-4b42-8a6b-be242f27f288 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[b318c118-fba1-44c6-b47d-6bd771f288cb] QOSRules:[]}" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1fc57c95-d84f-4b42-8a6b-be242f27f288" "table"="Logical_Switch" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1fc57c95-d84f-4b42-8a6b-be242f27f288" "table"="Logical_Switch" "old"="&{UUID:1fc57c95-d84f-4b42-8a6b-be242f27f288 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:1fc57c95-d84f-4b42-8a6b-be242f27f288 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[b318c118-fba1-44c6-b47d-6bd771f288cb] QOSRules:[]}" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b318c118-fba1-44c6-b47d-6bd771f288cb" "table"="Logical_Switch_Port" +2021/12/08 17:09:07 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b318c118-fba1-44c6-b47d-6bd771f288cb" "table"="Logical_Switch_Port" "model"="&{UUID:b318c118-fba1-44c6-b47d-6bd771f288cb Addresses:[router] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:jtor-GR_test-node Options:map[router-port:rtoj-GR_test-node] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +RESULT &[{d50af55b-fc2a-4f4e-a4b9-523e7685109d map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] [] [clusterLBGroup-UUID] GR_test-node [] map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [] []}]I1208 17:09:08.009609 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:03 name:rtoj-GR_test-node networks:{GoSet:[100.64.0.3/16]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996789} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996789}]}}] Timeout:0 Where:[where column _uuid == {d50af55b-fc2a-4f4e-a4b9-523e7685109d}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="17e0ad7e-3355-4fd3-8d7f-328e188f6a4c" "table"="Logical_Router_Port" +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="17e0ad7e-3355-4fd3-8d7f-328e188f6a4c" "table"="Logical_Router_Port" "model"="&{UUID:17e0ad7e-3355-4fd3-8d7f-328e188f6a4c Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:64:40:00:03 Name:rtoj-GR_test-node Networks:[100.64.0.3/16] Options:map[] Peer:}" +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d50af55b-fc2a-4f4e-a4b9-523e7685109d" "table"="Logical_Router" +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d50af55b-fc2a-4f4e-a4b9-523e7685109d" "table"="Logical_Router" "old"="&{UUID:d50af55b-fc2a-4f4e-a4b9-523e7685109d Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:d50af55b-fc2a-4f4e-a4b9-523e7685109d Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[17e0ad7e-3355-4fd3-8d7f-328e188f6a4c] StaticRoutes:[]}" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="17e0ad7e-3355-4fd3-8d7f-328e188f6a4c" "table"="Logical_Router_Port" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="17e0ad7e-3355-4fd3-8d7f-328e188f6a4c" "table"="Logical_Router_Port" "model"="&{UUID:17e0ad7e-3355-4fd3-8d7f-328e188f6a4c Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:64:40:00:03 Name:rtoj-GR_test-node Networks:[100.64.0.3/16] Options:map[] Peer:}" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d50af55b-fc2a-4f4e-a4b9-523e7685109d" "table"="Logical_Router" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d50af55b-fc2a-4f4e-a4b9-523e7685109d" "table"="Logical_Router" "old"="&{UUID:d50af55b-fc2a-4f4e-a4b9-523e7685109d Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:d50af55b-fc2a-4f4e-a4b9-523e7685109d Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[17e0ad7e-3355-4fd3-8d7f-328e188f6a4c] StaticRoutes:[]}" +RESULT &[]RESULT &[{d50af55b-fc2a-4f4e-a4b9-523e7685109d map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] [] [clusterLBGroup-UUID] GR_test-node [] map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [17e0ad7e-3355-4fd3-8d7f-328e188f6a4c] []}]I1208 17:09:08.042479 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996790} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996790}]}}] Timeout:0 Where:[where column _uuid == {d50af55b-fc2a-4f4e-a4b9-523e7685109d}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c024e728-52a1-4b72-8a13-fc757d7078dc" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c024e728-52a1-4b72-8a13-fc757d7078dc" "table"="Logical_Router_Static_Route" "model"="&{UUID:c024e728-52a1-4b72-8a13-fc757d7078dc BFD: ExternalIDs:map[] IPPrefix:10.128.0.0/14 Nexthop:100.64.0.1 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d50af55b-fc2a-4f4e-a4b9-523e7685109d" "table"="Logical_Router" +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d50af55b-fc2a-4f4e-a4b9-523e7685109d" "table"="Logical_Router" "old"="&{UUID:d50af55b-fc2a-4f4e-a4b9-523e7685109d Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[17e0ad7e-3355-4fd3-8d7f-328e188f6a4c] StaticRoutes:[]}" "new"="&{UUID:d50af55b-fc2a-4f4e-a4b9-523e7685109d Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[17e0ad7e-3355-4fd3-8d7f-328e188f6a4c] StaticRoutes:[c024e728-52a1-4b72-8a13-fc757d7078dc]}" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d50af55b-fc2a-4f4e-a4b9-523e7685109d" "table"="Logical_Router" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d50af55b-fc2a-4f4e-a4b9-523e7685109d" "table"="Logical_Router" "old"="&{UUID:d50af55b-fc2a-4f4e-a4b9-523e7685109d Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[17e0ad7e-3355-4fd3-8d7f-328e188f6a4c] StaticRoutes:[]}" "new"="&{UUID:d50af55b-fc2a-4f4e-a4b9-523e7685109d Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[17e0ad7e-3355-4fd3-8d7f-328e188f6a4c] StaticRoutes:[c024e728-52a1-4b72-8a13-fc757d7078dc]}" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c024e728-52a1-4b72-8a13-fc757d7078dc" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c024e728-52a1-4b72-8a13-fc757d7078dc" "table"="Logical_Router_Static_Route" "model"="&{UUID:c024e728-52a1-4b72-8a13-fc757d7078dc BFD: ExternalIDs:map[] IPPrefix:10.128.0.0/14 Nexthop:100.64.0.1 Options:map[] OutputPort: Policy:}" +RESULT &[]I1208 17:09:08.072023 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch Row:map[name:ext_test-node] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996791}] +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2182db93-bb8c-47e7-8cf5-372e3bf185e4" "table"="Logical_Switch" +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2182db93-bb8c-47e7-8cf5-372e3bf185e4" "table"="Logical_Switch" "model"="&{UUID:2182db93-bb8c-47e7-8cf5-372e3bf185e4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2182db93-bb8c-47e7-8cf5-372e3bf185e4" "table"="Logical_Switch" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2182db93-bb8c-47e7-8cf5-372e3bf185e4" "table"="Logical_Switch" "model"="&{UUID:2182db93-bb8c-47e7-8cf5-372e3bf185e4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[{2182db93-bb8c-47e7-8cf5-372e3bf185e4 [] [] map[] [] [] [] ext_test-node map[] [] []}]I1208 17:09:08.135720 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} name:INTERFACE-ID options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996792} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996792}]}}] Timeout:0 Where:[where column _uuid == {2182db93-bb8c-47e7-8cf5-372e3bf185e4}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5f419b18-5c05-4d83-936a-3a5488005196" "table"="Logical_Switch_Port" +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5f419b18-5c05-4d83-936a-3a5488005196" "table"="Logical_Switch_Port" "model"="&{UUID:5f419b18-5c05-4d83-936a-3a5488005196 Addresses:[unknown] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:INTERFACE-ID Options:map[network_name:physnet] ParentName: PortSecurity:[] Tag: TagRequest: Type:localnet Up:}" +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2182db93-bb8c-47e7-8cf5-372e3bf185e4" "table"="Logical_Switch" +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2182db93-bb8c-47e7-8cf5-372e3bf185e4" "table"="Logical_Switch" "old"="&{UUID:2182db93-bb8c-47e7-8cf5-372e3bf185e4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:2182db93-bb8c-47e7-8cf5-372e3bf185e4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[5f419b18-5c05-4d83-936a-3a5488005196] QOSRules:[]}" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2182db93-bb8c-47e7-8cf5-372e3bf185e4" "table"="Logical_Switch" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2182db93-bb8c-47e7-8cf5-372e3bf185e4" "table"="Logical_Switch" "old"="&{UUID:2182db93-bb8c-47e7-8cf5-372e3bf185e4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:2182db93-bb8c-47e7-8cf5-372e3bf185e4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[5f419b18-5c05-4d83-936a-3a5488005196] QOSRules:[]}" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5f419b18-5c05-4d83-936a-3a5488005196" "table"="Logical_Switch_Port" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5f419b18-5c05-4d83-936a-3a5488005196" "table"="Logical_Switch_Port" "model"="&{UUID:5f419b18-5c05-4d83-936a-3a5488005196 Addresses:[unknown] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:INTERFACE-ID Options:map[network_name:physnet] ParentName: PortSecurity:[] Tag: TagRequest: Type:localnet Up:}" +RESULT &[{d50af55b-fc2a-4f4e-a4b9-523e7685109d map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] [] [clusterLBGroup-UUID] GR_test-node [] map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [17e0ad7e-3355-4fd3-8d7f-328e188f6a4c] [c024e728-52a1-4b72-8a13-fc757d7078dc]}]I1208 17:09:08.235588 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:11:22:33:44:55:66 name:rtoe-GR_test-node networks:{GoSet:[169.254.33.2/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996793} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996793}]}}] Timeout:0 Where:[where column _uuid == {d50af55b-fc2a-4f4e-a4b9-523e7685109d}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b801ad6a-7950-4d83-95cb-799f6872e600" "table"="Logical_Router_Port" +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b801ad6a-7950-4d83-95cb-799f6872e600" "table"="Logical_Router_Port" "model"="&{UUID:b801ad6a-7950-4d83-95cb-799f6872e600 Enabled: ExternalIDs:map[gateway-physical-ip:yes] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:11:22:33:44:55:66 Name:rtoe-GR_test-node Networks:[169.254.33.2/24] Options:map[] Peer:}" +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d50af55b-fc2a-4f4e-a4b9-523e7685109d" "table"="Logical_Router" +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d50af55b-fc2a-4f4e-a4b9-523e7685109d" "table"="Logical_Router" "old"="&{UUID:d50af55b-fc2a-4f4e-a4b9-523e7685109d Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[17e0ad7e-3355-4fd3-8d7f-328e188f6a4c] StaticRoutes:[c024e728-52a1-4b72-8a13-fc757d7078dc]}" "new"="&{UUID:d50af55b-fc2a-4f4e-a4b9-523e7685109d Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[17e0ad7e-3355-4fd3-8d7f-328e188f6a4c b801ad6a-7950-4d83-95cb-799f6872e600] StaticRoutes:[c024e728-52a1-4b72-8a13-fc757d7078dc]}" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b801ad6a-7950-4d83-95cb-799f6872e600" "table"="Logical_Router_Port" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b801ad6a-7950-4d83-95cb-799f6872e600" "table"="Logical_Router_Port" "model"="&{UUID:b801ad6a-7950-4d83-95cb-799f6872e600 Enabled: ExternalIDs:map[gateway-physical-ip:yes] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:11:22:33:44:55:66 Name:rtoe-GR_test-node Networks:[169.254.33.2/24] Options:map[] Peer:}" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d50af55b-fc2a-4f4e-a4b9-523e7685109d" "table"="Logical_Router" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d50af55b-fc2a-4f4e-a4b9-523e7685109d" "table"="Logical_Router" "old"="&{UUID:d50af55b-fc2a-4f4e-a4b9-523e7685109d Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[17e0ad7e-3355-4fd3-8d7f-328e188f6a4c] StaticRoutes:[c024e728-52a1-4b72-8a13-fc757d7078dc]}" "new"="&{UUID:d50af55b-fc2a-4f4e-a4b9-523e7685109d Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[17e0ad7e-3355-4fd3-8d7f-328e188f6a4c b801ad6a-7950-4d83-95cb-799f6872e600] StaticRoutes:[c024e728-52a1-4b72-8a13-fc757d7078dc]}" +RESULT &[{2182db93-bb8c-47e7-8cf5-372e3bf185e4 [] [] map[] [] [] [] ext_test-node map[] [5f419b18-5c05-4d83-936a-3a5488005196] []}]I1208 17:09:08.323005 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[11:22:33:44:55:66]} name:etor-GR_test-node options:{GoMap:map[router-port:rtoe-GR_test-node]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996794} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996794}]}}] Timeout:0 Where:[where column _uuid == {2182db93-bb8c-47e7-8cf5-372e3bf185e4}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="73c4ab50-a82d-406f-b103-d2549de01b63" "table"="Logical_Switch_Port" +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="73c4ab50-a82d-406f-b103-d2549de01b63" "table"="Logical_Switch_Port" "model"="&{UUID:73c4ab50-a82d-406f-b103-d2549de01b63 Addresses:[11:22:33:44:55:66] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_test-node Options:map[router-port:rtoe-GR_test-node] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2182db93-bb8c-47e7-8cf5-372e3bf185e4" "table"="Logical_Switch" +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2182db93-bb8c-47e7-8cf5-372e3bf185e4" "table"="Logical_Switch" "old"="&{UUID:2182db93-bb8c-47e7-8cf5-372e3bf185e4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[5f419b18-5c05-4d83-936a-3a5488005196] QOSRules:[]}" "new"="&{UUID:2182db93-bb8c-47e7-8cf5-372e3bf185e4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[5f419b18-5c05-4d83-936a-3a5488005196 73c4ab50-a82d-406f-b103-d2549de01b63] QOSRules:[]}" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="73c4ab50-a82d-406f-b103-d2549de01b63" "table"="Logical_Switch_Port" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="73c4ab50-a82d-406f-b103-d2549de01b63" "table"="Logical_Switch_Port" "model"="&{UUID:73c4ab50-a82d-406f-b103-d2549de01b63 Addresses:[11:22:33:44:55:66] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_test-node Options:map[router-port:rtoe-GR_test-node] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2182db93-bb8c-47e7-8cf5-372e3bf185e4" "table"="Logical_Switch" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2182db93-bb8c-47e7-8cf5-372e3bf185e4" "table"="Logical_Switch" "old"="&{UUID:2182db93-bb8c-47e7-8cf5-372e3bf185e4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[5f419b18-5c05-4d83-936a-3a5488005196] QOSRules:[]}" "new"="&{UUID:2182db93-bb8c-47e7-8cf5-372e3bf185e4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[5f419b18-5c05-4d83-936a-3a5488005196 73c4ab50-a82d-406f-b103-d2549de01b63] QOSRules:[]}" +RESULT &[]RESULT &[{d50af55b-fc2a-4f4e-a4b9-523e7685109d map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] [] [clusterLBGroup-UUID] GR_test-node [] map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [17e0ad7e-3355-4fd3-8d7f-328e188f6a4c b801ad6a-7950-4d83-95cb-799f6872e600] [c024e728-52a1-4b72-8a13-fc757d7078dc]}]I1208 17:09:08.344829 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:0.0.0.0/0 nexthop:169.254.33.1 output_port:{GoSet:[rtoe-GR_test-node]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996795} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996795}]}}] Timeout:0 Where:[where column _uuid == {d50af55b-fc2a-4f4e-a4b9-523e7685109d}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b6c62cf3-91f1-4eb2-b865-5fda8022dadb" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b6c62cf3-91f1-4eb2-b865-5fda8022dadb" "table"="Logical_Router_Static_Route" "model"="&{UUID:b6c62cf3-91f1-4eb2-b865-5fda8022dadb BFD: ExternalIDs:map[] IPPrefix:0.0.0.0/0 Nexthop:169.254.33.1 Options:map[] OutputPort:0xc01305e5d0 Policy:}" +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d50af55b-fc2a-4f4e-a4b9-523e7685109d" "table"="Logical_Router" +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d50af55b-fc2a-4f4e-a4b9-523e7685109d" "table"="Logical_Router" "old"="&{UUID:d50af55b-fc2a-4f4e-a4b9-523e7685109d Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[17e0ad7e-3355-4fd3-8d7f-328e188f6a4c b801ad6a-7950-4d83-95cb-799f6872e600] StaticRoutes:[c024e728-52a1-4b72-8a13-fc757d7078dc]}" "new"="&{UUID:d50af55b-fc2a-4f4e-a4b9-523e7685109d Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[17e0ad7e-3355-4fd3-8d7f-328e188f6a4c b801ad6a-7950-4d83-95cb-799f6872e600] StaticRoutes:[c024e728-52a1-4b72-8a13-fc757d7078dc b6c62cf3-91f1-4eb2-b865-5fda8022dadb]}" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b6c62cf3-91f1-4eb2-b865-5fda8022dadb" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b6c62cf3-91f1-4eb2-b865-5fda8022dadb" "table"="Logical_Router_Static_Route" "model"="&{UUID:b6c62cf3-91f1-4eb2-b865-5fda8022dadb BFD: ExternalIDs:map[] IPPrefix:0.0.0.0/0 Nexthop:169.254.33.1 Options:map[] OutputPort:0xc078158ee0 Policy:}" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d50af55b-fc2a-4f4e-a4b9-523e7685109d" "table"="Logical_Router" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d50af55b-fc2a-4f4e-a4b9-523e7685109d" "table"="Logical_Router" "old"="&{UUID:d50af55b-fc2a-4f4e-a4b9-523e7685109d Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[17e0ad7e-3355-4fd3-8d7f-328e188f6a4c b801ad6a-7950-4d83-95cb-799f6872e600] StaticRoutes:[c024e728-52a1-4b72-8a13-fc757d7078dc]}" "new"="&{UUID:d50af55b-fc2a-4f4e-a4b9-523e7685109d Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[17e0ad7e-3355-4fd3-8d7f-328e188f6a4c b801ad6a-7950-4d83-95cb-799f6872e600] StaticRoutes:[c024e728-52a1-4b72-8a13-fc757d7078dc b6c62cf3-91f1-4eb2-b865-5fda8022dadb]}" +RESULT &[]RESULT &[{6b181f17-77dc-4856-a188-e6cc5b0d0e7e map[] [] [] ovn_cluster_router [] map[] [] [] []}]I1208 17:09:08.372906 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:100.64.0.3 nexthop:100.64.0.3] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996796} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996796}]}}] Timeout:0 Where:[where column _uuid == {6b181f17-77dc-4856-a188-e6cc5b0d0e7e}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2a191044-1f37-4b76-ac26-0e594e7eda1a" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2a191044-1f37-4b76-ac26-0e594e7eda1a" "table"="Logical_Router_Static_Route" "model"="&{UUID:2a191044-1f37-4b76-ac26-0e594e7eda1a BFD: ExternalIDs:map[] IPPrefix:100.64.0.3 Nexthop:100.64.0.3 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6b181f17-77dc-4856-a188-e6cc5b0d0e7e" "table"="Logical_Router" +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6b181f17-77dc-4856-a188-e6cc5b0d0e7e" "table"="Logical_Router" "old"="&{UUID:6b181f17-77dc-4856-a188-e6cc5b0d0e7e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:6b181f17-77dc-4856-a188-e6cc5b0d0e7e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[2a191044-1f37-4b76-ac26-0e594e7eda1a]}" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6b181f17-77dc-4856-a188-e6cc5b0d0e7e" "table"="Logical_Router" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6b181f17-77dc-4856-a188-e6cc5b0d0e7e" "table"="Logical_Router" "old"="&{UUID:6b181f17-77dc-4856-a188-e6cc5b0d0e7e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:6b181f17-77dc-4856-a188-e6cc5b0d0e7e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[2a191044-1f37-4b76-ac26-0e594e7eda1a]}" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2a191044-1f37-4b76-ac26-0e594e7eda1a" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2a191044-1f37-4b76-ac26-0e594e7eda1a" "table"="Logical_Router_Static_Route" "model"="&{UUID:2a191044-1f37-4b76-ac26-0e594e7eda1a BFD: ExternalIDs:map[] IPPrefix:100.64.0.3 Nexthop:100.64.0.3 Options:map[] OutputPort: Policy:}" +RESULT &[]RESULT &[{6b181f17-77dc-4856-a188-e6cc5b0d0e7e map[] [] [] ovn_cluster_router [] map[] [] [] [2a191044-1f37-4b76-ac26-0e594e7eda1a]}]RESULT &[]RESULT &[{6b181f17-77dc-4856-a188-e6cc5b0d0e7e map[] [] [] ovn_cluster_router [] map[] [] [] [2a191044-1f37-4b76-ac26-0e594e7eda1a]}]I1208 17:09:08.395741 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.130.0.0/23 nexthop:100.64.0.3 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996797} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996797}]}}] Timeout:0 Where:[where column _uuid == {6b181f17-77dc-4856-a188-e6cc5b0d0e7e}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7ed35120-0cc4-4dcf-a17a-4ad2e8f03a30" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7ed35120-0cc4-4dcf-a17a-4ad2e8f03a30" "table"="Logical_Router_Static_Route" "model"="&{UUID:7ed35120-0cc4-4dcf-a17a-4ad2e8f03a30 BFD: ExternalIDs:map[] IPPrefix:10.130.0.0/23 Nexthop:100.64.0.3 Options:map[] OutputPort: Policy:0xc0d807b6f0}" +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6b181f17-77dc-4856-a188-e6cc5b0d0e7e" "table"="Logical_Router" +2021/12/08 17:09:08 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6b181f17-77dc-4856-a188-e6cc5b0d0e7e" "table"="Logical_Router" "old"="&{UUID:6b181f17-77dc-4856-a188-e6cc5b0d0e7e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[2a191044-1f37-4b76-ac26-0e594e7eda1a]}" "new"="&{UUID:6b181f17-77dc-4856-a188-e6cc5b0d0e7e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[2a191044-1f37-4b76-ac26-0e594e7eda1a 7ed35120-0cc4-4dcf-a17a-4ad2e8f03a30]}" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6b181f17-77dc-4856-a188-e6cc5b0d0e7e" "table"="Logical_Router" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6b181f17-77dc-4856-a188-e6cc5b0d0e7e" "table"="Logical_Router" "old"="&{UUID:6b181f17-77dc-4856-a188-e6cc5b0d0e7e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[2a191044-1f37-4b76-ac26-0e594e7eda1a]}" "new"="&{UUID:6b181f17-77dc-4856-a188-e6cc5b0d0e7e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[2a191044-1f37-4b76-ac26-0e594e7eda1a 7ed35120-0cc4-4dcf-a17a-4ad2e8f03a30]}" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7ed35120-0cc4-4dcf-a17a-4ad2e8f03a30" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7ed35120-0cc4-4dcf-a17a-4ad2e8f03a30" "table"="Logical_Router_Static_Route" "model"="&{UUID:7ed35120-0cc4-4dcf-a17a-4ad2e8f03a30 BFD: ExternalIDs:map[] IPPrefix:10.130.0.0/23 Nexthop:100.64.0.3 Options:map[] OutputPort: Policy:0xc091cd1920}" +• +------------------------------ +Gateway Init Operations Gateway Create Operations Local Gateway Mode + creates a dual-stack gateway in OVN + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/gateway_test.go:478 +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7015065a-b457-424a-ab14-2afbac82fec5" "table"="Database" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7015065a-b457-424a-ab14-2afbac82fec5" "table"="Database" "model"="&{UUID:7015065a-b457-424a-ab14-2afbac82fec5 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="56245625-1e3c-4e75-9d01-d18df7d0acca" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="56245625-1e3c-4e75-9d01-d18df7d0acca" "table"="Logical_Router_Static_Route" "model"="&{UUID:56245625-1e3c-4e75-9d01-d18df7d0acca BFD: ExternalIDs:map[] IPPrefix:fd01:0:0:2::/64 Nexthop:fd98::3 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="56b43791-8ee9-4d82-a5ed-0851c5c58cb2" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="56b43791-8ee9-4d82-a5ed-0851c5c58cb2" "table"="Logical_Router_Static_Route" "model"="&{UUID:56b43791-8ee9-4d82-a5ed-0851c5c58cb2 BFD: ExternalIDs:map[] IPPrefix:10.130.0.0/23 Nexthop:100.64.0.3 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="19cb554a-5d22-4bac-bd20-c659953967a6" "table"="Load_Balancer_Group" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="19cb554a-5d22-4bac-bd20-c659953967a6" "table"="Load_Balancer_Group" "model"="&{UUID:19cb554a-5d22-4bac-bd20-c659953967a6 LoadBalancer:[] Name:clusterLBGroup}" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7c3e6454-0d3d-4383-922e-77fcabb90c20" "table"="Logical_Router" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7c3e6454-0d3d-4383-922e-77fcabb90c20" "table"="Logical_Router" "model"="&{UUID:7c3e6454-0d3d-4383-922e-77fcabb90c20 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[56b43791-8ee9-4d82-a5ed-0851c5c58cb2 56245625-1e3c-4e75-9d01-d18df7d0acca]}" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3090a42c-d337-406d-ab4a-3f74c26f32e3" "table"="Logical_Switch" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3090a42c-d337-406d-ab4a-3f74c26f32e3" "table"="Logical_Switch" "model"="&{UUID:3090a42c-d337-406d-ab4a-3f74c26f32e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b5f718cd-380e-49b8-ae40-c8dc86608a07" "table"="Logical_Switch" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b5f718cd-380e-49b8-ae40-c8dc86608a07" "table"="Logical_Switch" "model"="&{UUID:b5f718cd-380e-49b8-ae40-c8dc86608a07 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="37624dc4-ab7d-4c43-a503-2b82a8b13d41" "table"="Database" +2021/12/08 17:09:08 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="37624dc4-ab7d-4c43-a503-2b82a8b13d41" "table"="Database" "model"="&{UUID:37624dc4-ab7d-4c43-a503-2b82a8b13d41 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:09.211436 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:09:09.211849 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[]I1208 17:09:09.213300 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router Row:map[external_ids:{GoMap:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2]} load_balancer_group:{GoSet:[{GoUUID:clusterLBGroup-UUID}]} name:GR_test-node options:{GoMap:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996800}] +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" "model"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" "model"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" +RESULT &[{3090a42c-d337-406d-ab4a-3f74c26f32e3 [] [] map[] [] [] [] join map[] [] []}]I1208 17:09:09.290410 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_test-node options:{GoMap:map[router-port:rtoj-GR_test-node]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996801} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996801}]}}] Timeout:0 Where:[where column _uuid == {3090a42c-d337-406d-ab4a-3f74c26f32e3}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8dddf313-a9ff-4813-a34b-f79bdda0f7a0" "table"="Logical_Switch_Port" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8dddf313-a9ff-4813-a34b-f79bdda0f7a0" "table"="Logical_Switch_Port" "model"="&{UUID:8dddf313-a9ff-4813-a34b-f79bdda0f7a0 Addresses:[router] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:jtor-GR_test-node Options:map[router-port:rtoj-GR_test-node] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3090a42c-d337-406d-ab4a-3f74c26f32e3" "table"="Logical_Switch" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="3090a42c-d337-406d-ab4a-3f74c26f32e3" "table"="Logical_Switch" "old"="&{UUID:3090a42c-d337-406d-ab4a-3f74c26f32e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:3090a42c-d337-406d-ab4a-3f74c26f32e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[8dddf313-a9ff-4813-a34b-f79bdda0f7a0] QOSRules:[]}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8dddf313-a9ff-4813-a34b-f79bdda0f7a0" "table"="Logical_Switch_Port" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8dddf313-a9ff-4813-a34b-f79bdda0f7a0" "table"="Logical_Switch_Port" "model"="&{UUID:8dddf313-a9ff-4813-a34b-f79bdda0f7a0 Addresses:[router] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:jtor-GR_test-node Options:map[router-port:rtoj-GR_test-node] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3090a42c-d337-406d-ab4a-3f74c26f32e3" "table"="Logical_Switch" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="3090a42c-d337-406d-ab4a-3f74c26f32e3" "table"="Logical_Switch" "old"="&{UUID:3090a42c-d337-406d-ab4a-3f74c26f32e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:3090a42c-d337-406d-ab4a-3f74c26f32e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[8dddf313-a9ff-4813-a34b-f79bdda0f7a0] QOSRules:[]}" +RESULT &[{2e36feb2-bc04-4a6f-99c5-27a608736460 map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] [] [clusterLBGroup-UUID] GR_test-node [] map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [] []}]I1208 17:09:09.370356 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:03 name:rtoj-GR_test-node networks:{GoSet:[100.64.0.3/16 fd98::3/64]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996802} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996802}]}}] Timeout:0 Where:[where column _uuid == {2e36feb2-bc04-4a6f-99c5-27a608736460}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="16a2d289-717c-49a4-850d-b7295a5fa329" "table"="Logical_Router_Port" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="16a2d289-717c-49a4-850d-b7295a5fa329" "table"="Logical_Router_Port" "model"="&{UUID:16a2d289-717c-49a4-850d-b7295a5fa329 Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:64:40:00:03 Name:rtoj-GR_test-node Networks:[100.64.0.3/16 fd98::3/64] Options:map[] Peer:}" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" "old"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329] StaticRoutes:[]}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" "old"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329] StaticRoutes:[]}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="16a2d289-717c-49a4-850d-b7295a5fa329" "table"="Logical_Router_Port" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="16a2d289-717c-49a4-850d-b7295a5fa329" "table"="Logical_Router_Port" "model"="&{UUID:16a2d289-717c-49a4-850d-b7295a5fa329 Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:64:40:00:03 Name:rtoj-GR_test-node Networks:[100.64.0.3/16 fd98::3/64] Options:map[] Peer:}" +RESULT &[]RESULT &[{2e36feb2-bc04-4a6f-99c5-27a608736460 map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] [] [clusterLBGroup-UUID] GR_test-node [] map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [16a2d289-717c-49a4-850d-b7295a5fa329] []}]I1208 17:09:09.405318 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.128.0.0/14 nexthop:100.64.0.1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996803} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996803}]}}] Timeout:0 Where:[where column _uuid == {2e36feb2-bc04-4a6f-99c5-27a608736460}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="464d8f35-6fb9-4e95-b1d7-b45fe3d42b99" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="464d8f35-6fb9-4e95-b1d7-b45fe3d42b99" "table"="Logical_Router_Static_Route" "model"="&{UUID:464d8f35-6fb9-4e95-b1d7-b45fe3d42b99 BFD: ExternalIDs:map[] IPPrefix:10.128.0.0/14 Nexthop:100.64.0.1 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" "old"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329] StaticRoutes:[]}" "new"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329] StaticRoutes:[464d8f35-6fb9-4e95-b1d7-b45fe3d42b99]}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="464d8f35-6fb9-4e95-b1d7-b45fe3d42b99" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="464d8f35-6fb9-4e95-b1d7-b45fe3d42b99" "table"="Logical_Router_Static_Route" "model"="&{UUID:464d8f35-6fb9-4e95-b1d7-b45fe3d42b99 BFD: ExternalIDs:map[] IPPrefix:10.128.0.0/14 Nexthop:100.64.0.1 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" "old"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329] StaticRoutes:[]}" "new"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329] StaticRoutes:[464d8f35-6fb9-4e95-b1d7-b45fe3d42b99]}" +RESULT &[]RESULT &[{2e36feb2-bc04-4a6f-99c5-27a608736460 map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] [] [clusterLBGroup-UUID] GR_test-node [] map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [16a2d289-717c-49a4-850d-b7295a5fa329] [464d8f35-6fb9-4e95-b1d7-b45fe3d42b99]}]I1208 17:09:09.438198 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:fd01::/48 nexthop:fd98::1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996804} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996804}]}}] Timeout:0 Where:[where column _uuid == {2e36feb2-bc04-4a6f-99c5-27a608736460}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2c935e03-c3d7-4912-9c1f-b0342f2cde27" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2c935e03-c3d7-4912-9c1f-b0342f2cde27" "table"="Logical_Router_Static_Route" "model"="&{UUID:2c935e03-c3d7-4912-9c1f-b0342f2cde27 BFD: ExternalIDs:map[] IPPrefix:fd01::/48 Nexthop:fd98::1 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" "old"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329] StaticRoutes:[464d8f35-6fb9-4e95-b1d7-b45fe3d42b99]}" "new"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329] StaticRoutes:[464d8f35-6fb9-4e95-b1d7-b45fe3d42b99 2c935e03-c3d7-4912-9c1f-b0342f2cde27]}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2c935e03-c3d7-4912-9c1f-b0342f2cde27" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2c935e03-c3d7-4912-9c1f-b0342f2cde27" "table"="Logical_Router_Static_Route" "model"="&{UUID:2c935e03-c3d7-4912-9c1f-b0342f2cde27 BFD: ExternalIDs:map[] IPPrefix:fd01::/48 Nexthop:fd98::1 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" "old"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329] StaticRoutes:[464d8f35-6fb9-4e95-b1d7-b45fe3d42b99]}" "new"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329] StaticRoutes:[464d8f35-6fb9-4e95-b1d7-b45fe3d42b99 2c935e03-c3d7-4912-9c1f-b0342f2cde27]}" +RESULT &[]I1208 17:09:09.468702 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch Row:map[name:ext_test-node] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996805}] +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4960c556-cdee-4e1b-8c5f-603b5330f4b6" "table"="Logical_Switch" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4960c556-cdee-4e1b-8c5f-603b5330f4b6" "table"="Logical_Switch" "model"="&{UUID:4960c556-cdee-4e1b-8c5f-603b5330f4b6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4960c556-cdee-4e1b-8c5f-603b5330f4b6" "table"="Logical_Switch" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4960c556-cdee-4e1b-8c5f-603b5330f4b6" "table"="Logical_Switch" "model"="&{UUID:4960c556-cdee-4e1b-8c5f-603b5330f4b6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[{4960c556-cdee-4e1b-8c5f-603b5330f4b6 [] [] map[] [] [] [] ext_test-node map[] [] []}]I1208 17:09:09.532134 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} name:INTERFACE-ID options:{GoMap:map[network_name:physnet]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996806} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996806}]}}] Timeout:0 Where:[where column _uuid == {4960c556-cdee-4e1b-8c5f-603b5330f4b6}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a11bfe5c-6a10-454f-bcea-5effbaba7a96" "table"="Logical_Switch_Port" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a11bfe5c-6a10-454f-bcea-5effbaba7a96" "table"="Logical_Switch_Port" "model"="&{UUID:a11bfe5c-6a10-454f-bcea-5effbaba7a96 Addresses:[unknown] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:INTERFACE-ID Options:map[network_name:physnet] ParentName: PortSecurity:[] Tag: TagRequest: Type:localnet Up:}" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4960c556-cdee-4e1b-8c5f-603b5330f4b6" "table"="Logical_Switch" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="4960c556-cdee-4e1b-8c5f-603b5330f4b6" "table"="Logical_Switch" "old"="&{UUID:4960c556-cdee-4e1b-8c5f-603b5330f4b6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:4960c556-cdee-4e1b-8c5f-603b5330f4b6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[a11bfe5c-6a10-454f-bcea-5effbaba7a96] QOSRules:[]}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a11bfe5c-6a10-454f-bcea-5effbaba7a96" "table"="Logical_Switch_Port" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a11bfe5c-6a10-454f-bcea-5effbaba7a96" "table"="Logical_Switch_Port" "model"="&{UUID:a11bfe5c-6a10-454f-bcea-5effbaba7a96 Addresses:[unknown] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:INTERFACE-ID Options:map[network_name:physnet] ParentName: PortSecurity:[] Tag: TagRequest: Type:localnet Up:}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4960c556-cdee-4e1b-8c5f-603b5330f4b6" "table"="Logical_Switch" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="4960c556-cdee-4e1b-8c5f-603b5330f4b6" "table"="Logical_Switch" "old"="&{UUID:4960c556-cdee-4e1b-8c5f-603b5330f4b6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:4960c556-cdee-4e1b-8c5f-603b5330f4b6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[a11bfe5c-6a10-454f-bcea-5effbaba7a96] QOSRules:[]}" +RESULT &[{2e36feb2-bc04-4a6f-99c5-27a608736460 map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] [] [clusterLBGroup-UUID] GR_test-node [] map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [16a2d289-717c-49a4-850d-b7295a5fa329] [464d8f35-6fb9-4e95-b1d7-b45fe3d42b99 2c935e03-c3d7-4912-9c1f-b0342f2cde27]}]I1208 17:09:09.612859 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:11:22:33:44:55:66 name:rtoe-GR_test-node networks:{GoSet:[169.254.33.2/24 fd99::2/64]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996807} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996807}]}}] Timeout:0 Where:[where column _uuid == {2e36feb2-bc04-4a6f-99c5-27a608736460}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1d60a25e-1725-4bec-bd2d-dbb02f9704e1" "table"="Logical_Router_Port" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1d60a25e-1725-4bec-bd2d-dbb02f9704e1" "table"="Logical_Router_Port" "model"="&{UUID:1d60a25e-1725-4bec-bd2d-dbb02f9704e1 Enabled: ExternalIDs:map[gateway-physical-ip:yes] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:11:22:33:44:55:66 Name:rtoe-GR_test-node Networks:[169.254.33.2/24 fd99::2/64] Options:map[] Peer:}" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" "old"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329] StaticRoutes:[464d8f35-6fb9-4e95-b1d7-b45fe3d42b99 2c935e03-c3d7-4912-9c1f-b0342f2cde27]}" "new"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329 1d60a25e-1725-4bec-bd2d-dbb02f9704e1] StaticRoutes:[464d8f35-6fb9-4e95-b1d7-b45fe3d42b99 2c935e03-c3d7-4912-9c1f-b0342f2cde27]}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" "old"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329] StaticRoutes:[464d8f35-6fb9-4e95-b1d7-b45fe3d42b99 2c935e03-c3d7-4912-9c1f-b0342f2cde27]}" "new"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329 1d60a25e-1725-4bec-bd2d-dbb02f9704e1] StaticRoutes:[464d8f35-6fb9-4e95-b1d7-b45fe3d42b99 2c935e03-c3d7-4912-9c1f-b0342f2cde27]}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1d60a25e-1725-4bec-bd2d-dbb02f9704e1" "table"="Logical_Router_Port" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1d60a25e-1725-4bec-bd2d-dbb02f9704e1" "table"="Logical_Router_Port" "model"="&{UUID:1d60a25e-1725-4bec-bd2d-dbb02f9704e1 Enabled: ExternalIDs:map[gateway-physical-ip:yes] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:11:22:33:44:55:66 Name:rtoe-GR_test-node Networks:[169.254.33.2/24 fd99::2/64] Options:map[] Peer:}" +RESULT &[{4960c556-cdee-4e1b-8c5f-603b5330f4b6 [] [] map[] [] [] [] ext_test-node map[] [a11bfe5c-6a10-454f-bcea-5effbaba7a96] []}]I1208 17:09:09.701538 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[11:22:33:44:55:66]} name:etor-GR_test-node options:{GoMap:map[router-port:rtoe-GR_test-node]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996808} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996808}]}}] Timeout:0 Where:[where column _uuid == {4960c556-cdee-4e1b-8c5f-603b5330f4b6}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5758ee89-47f4-4e45-94c9-30cf3d1ced32" "table"="Logical_Switch_Port" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5758ee89-47f4-4e45-94c9-30cf3d1ced32" "table"="Logical_Switch_Port" "model"="&{UUID:5758ee89-47f4-4e45-94c9-30cf3d1ced32 Addresses:[11:22:33:44:55:66] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_test-node Options:map[router-port:rtoe-GR_test-node] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4960c556-cdee-4e1b-8c5f-603b5330f4b6" "table"="Logical_Switch" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="4960c556-cdee-4e1b-8c5f-603b5330f4b6" "table"="Logical_Switch" "old"="&{UUID:4960c556-cdee-4e1b-8c5f-603b5330f4b6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[a11bfe5c-6a10-454f-bcea-5effbaba7a96] QOSRules:[]}" "new"="&{UUID:4960c556-cdee-4e1b-8c5f-603b5330f4b6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[a11bfe5c-6a10-454f-bcea-5effbaba7a96 5758ee89-47f4-4e45-94c9-30cf3d1ced32] QOSRules:[]}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5758ee89-47f4-4e45-94c9-30cf3d1ced32" "table"="Logical_Switch_Port" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5758ee89-47f4-4e45-94c9-30cf3d1ced32" "table"="Logical_Switch_Port" "model"="&{UUID:5758ee89-47f4-4e45-94c9-30cf3d1ced32 Addresses:[11:22:33:44:55:66] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_test-node Options:map[router-port:rtoe-GR_test-node] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4960c556-cdee-4e1b-8c5f-603b5330f4b6" "table"="Logical_Switch" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="4960c556-cdee-4e1b-8c5f-603b5330f4b6" "table"="Logical_Switch" "old"="&{UUID:4960c556-cdee-4e1b-8c5f-603b5330f4b6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[a11bfe5c-6a10-454f-bcea-5effbaba7a96] QOSRules:[]}" "new"="&{UUID:4960c556-cdee-4e1b-8c5f-603b5330f4b6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[a11bfe5c-6a10-454f-bcea-5effbaba7a96 5758ee89-47f4-4e45-94c9-30cf3d1ced32] QOSRules:[]}" +RESULT &[]RESULT &[{2e36feb2-bc04-4a6f-99c5-27a608736460 map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] [] [clusterLBGroup-UUID] GR_test-node [] map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [16a2d289-717c-49a4-850d-b7295a5fa329 1d60a25e-1725-4bec-bd2d-dbb02f9704e1] [464d8f35-6fb9-4e95-b1d7-b45fe3d42b99 2c935e03-c3d7-4912-9c1f-b0342f2cde27]}]I1208 17:09:09.732776 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:0.0.0.0/0 nexthop:169.254.33.1 output_port:{GoSet:[rtoe-GR_test-node]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996809} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996809}]}}] Timeout:0 Where:[where column _uuid == {2e36feb2-bc04-4a6f-99c5-27a608736460}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a5c6da94-fecd-4056-8748-4f5a8bea6fae" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a5c6da94-fecd-4056-8748-4f5a8bea6fae" "table"="Logical_Router_Static_Route" "model"="&{UUID:a5c6da94-fecd-4056-8748-4f5a8bea6fae BFD: ExternalIDs:map[] IPPrefix:0.0.0.0/0 Nexthop:169.254.33.1 Options:map[] OutputPort:0xc00e19a200 Policy:}" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" "old"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329 1d60a25e-1725-4bec-bd2d-dbb02f9704e1] StaticRoutes:[464d8f35-6fb9-4e95-b1d7-b45fe3d42b99 2c935e03-c3d7-4912-9c1f-b0342f2cde27]}" "new"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329 1d60a25e-1725-4bec-bd2d-dbb02f9704e1] StaticRoutes:[464d8f35-6fb9-4e95-b1d7-b45fe3d42b99 2c935e03-c3d7-4912-9c1f-b0342f2cde27 a5c6da94-fecd-4056-8748-4f5a8bea6fae]}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a5c6da94-fecd-4056-8748-4f5a8bea6fae" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a5c6da94-fecd-4056-8748-4f5a8bea6fae" "table"="Logical_Router_Static_Route" "model"="&{UUID:a5c6da94-fecd-4056-8748-4f5a8bea6fae BFD: ExternalIDs:map[] IPPrefix:0.0.0.0/0 Nexthop:169.254.33.1 Options:map[] OutputPort:0xc00d8afbe0 Policy:}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" "old"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329 1d60a25e-1725-4bec-bd2d-dbb02f9704e1] StaticRoutes:[464d8f35-6fb9-4e95-b1d7-b45fe3d42b99 2c935e03-c3d7-4912-9c1f-b0342f2cde27]}" "new"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329 1d60a25e-1725-4bec-bd2d-dbb02f9704e1] StaticRoutes:[464d8f35-6fb9-4e95-b1d7-b45fe3d42b99 2c935e03-c3d7-4912-9c1f-b0342f2cde27 a5c6da94-fecd-4056-8748-4f5a8bea6fae]}" +RESULT &[]RESULT &[{2e36feb2-bc04-4a6f-99c5-27a608736460 map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] [] [clusterLBGroup-UUID] GR_test-node [] map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [16a2d289-717c-49a4-850d-b7295a5fa329 1d60a25e-1725-4bec-bd2d-dbb02f9704e1] [464d8f35-6fb9-4e95-b1d7-b45fe3d42b99 2c935e03-c3d7-4912-9c1f-b0342f2cde27 a5c6da94-fecd-4056-8748-4f5a8bea6fae]}]I1208 17:09:09.764287 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:::/0 nexthop:fd99::1 output_port:{GoSet:[rtoe-GR_test-node]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996810} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996810}]}}] Timeout:0 Where:[where column _uuid == {2e36feb2-bc04-4a6f-99c5-27a608736460}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a9876a8c-d584-42e1-a5e9-d461b22dc17f" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a9876a8c-d584-42e1-a5e9-d461b22dc17f" "table"="Logical_Router_Static_Route" "model"="&{UUID:a9876a8c-d584-42e1-a5e9-d461b22dc17f BFD: ExternalIDs:map[] IPPrefix:::/0 Nexthop:fd99::1 Options:map[] OutputPort:0xc014adef20 Policy:}" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" "old"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329 1d60a25e-1725-4bec-bd2d-dbb02f9704e1] StaticRoutes:[464d8f35-6fb9-4e95-b1d7-b45fe3d42b99 2c935e03-c3d7-4912-9c1f-b0342f2cde27 a5c6da94-fecd-4056-8748-4f5a8bea6fae]}" "new"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329 1d60a25e-1725-4bec-bd2d-dbb02f9704e1] StaticRoutes:[464d8f35-6fb9-4e95-b1d7-b45fe3d42b99 2c935e03-c3d7-4912-9c1f-b0342f2cde27 a5c6da94-fecd-4056-8748-4f5a8bea6fae a9876a8c-d584-42e1-a5e9-d461b22dc17f]}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a9876a8c-d584-42e1-a5e9-d461b22dc17f" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a9876a8c-d584-42e1-a5e9-d461b22dc17f" "table"="Logical_Router_Static_Route" "model"="&{UUID:a9876a8c-d584-42e1-a5e9-d461b22dc17f BFD: ExternalIDs:map[] IPPrefix:::/0 Nexthop:fd99::1 Options:map[] OutputPort:0xc0553269f0 Policy:}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" "old"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329 1d60a25e-1725-4bec-bd2d-dbb02f9704e1] StaticRoutes:[464d8f35-6fb9-4e95-b1d7-b45fe3d42b99 2c935e03-c3d7-4912-9c1f-b0342f2cde27 a5c6da94-fecd-4056-8748-4f5a8bea6fae]}" "new"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329 1d60a25e-1725-4bec-bd2d-dbb02f9704e1] StaticRoutes:[464d8f35-6fb9-4e95-b1d7-b45fe3d42b99 2c935e03-c3d7-4912-9c1f-b0342f2cde27 a5c6da94-fecd-4056-8748-4f5a8bea6fae a9876a8c-d584-42e1-a5e9-d461b22dc17f]}" +RESULT &[]RESULT &[{7c3e6454-0d3d-4383-922e-77fcabb90c20 map[] [] [] ovn_cluster_router [] map[] [] [] [56b43791-8ee9-4d82-a5ed-0851c5c58cb2 56245625-1e3c-4e75-9d01-d18df7d0acca]}]I1208 17:09:09.797957 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:100.64.0.3 nexthop:100.64.0.3] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996811} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996811}]}}] Timeout:0 Where:[where column _uuid == {7c3e6454-0d3d-4383-922e-77fcabb90c20}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4144e58d-8b1d-4f54-9207-13c61fdf837e" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4144e58d-8b1d-4f54-9207-13c61fdf837e" "table"="Logical_Router_Static_Route" "model"="&{UUID:4144e58d-8b1d-4f54-9207-13c61fdf837e BFD: ExternalIDs:map[] IPPrefix:100.64.0.3 Nexthop:100.64.0.3 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7c3e6454-0d3d-4383-922e-77fcabb90c20" "table"="Logical_Router" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="7c3e6454-0d3d-4383-922e-77fcabb90c20" "table"="Logical_Router" "old"="&{UUID:7c3e6454-0d3d-4383-922e-77fcabb90c20 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[56b43791-8ee9-4d82-a5ed-0851c5c58cb2 56245625-1e3c-4e75-9d01-d18df7d0acca]}" "new"="&{UUID:7c3e6454-0d3d-4383-922e-77fcabb90c20 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[56b43791-8ee9-4d82-a5ed-0851c5c58cb2 56245625-1e3c-4e75-9d01-d18df7d0acca 4144e58d-8b1d-4f54-9207-13c61fdf837e]}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4144e58d-8b1d-4f54-9207-13c61fdf837e" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4144e58d-8b1d-4f54-9207-13c61fdf837e" "table"="Logical_Router_Static_Route" "model"="&{UUID:4144e58d-8b1d-4f54-9207-13c61fdf837e BFD: ExternalIDs:map[] IPPrefix:100.64.0.3 Nexthop:100.64.0.3 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7c3e6454-0d3d-4383-922e-77fcabb90c20" "table"="Logical_Router" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="7c3e6454-0d3d-4383-922e-77fcabb90c20" "table"="Logical_Router" "old"="&{UUID:7c3e6454-0d3d-4383-922e-77fcabb90c20 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[56b43791-8ee9-4d82-a5ed-0851c5c58cb2 56245625-1e3c-4e75-9d01-d18df7d0acca]}" "new"="&{UUID:7c3e6454-0d3d-4383-922e-77fcabb90c20 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[56b43791-8ee9-4d82-a5ed-0851c5c58cb2 56245625-1e3c-4e75-9d01-d18df7d0acca 4144e58d-8b1d-4f54-9207-13c61fdf837e]}" +RESULT &[]RESULT &[{7c3e6454-0d3d-4383-922e-77fcabb90c20 map[] [] [] ovn_cluster_router [] map[] [] [] [56b43791-8ee9-4d82-a5ed-0851c5c58cb2 56245625-1e3c-4e75-9d01-d18df7d0acca 4144e58d-8b1d-4f54-9207-13c61fdf837e]}]I1208 17:09:09.821420 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:fd98::3 nexthop:fd98::3] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996812} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996812}]}}] Timeout:0 Where:[where column _uuid == {7c3e6454-0d3d-4383-922e-77fcabb90c20}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b63d1053-7129-4d92-b3e7-d8fe9a551564" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b63d1053-7129-4d92-b3e7-d8fe9a551564" "table"="Logical_Router_Static_Route" "model"="&{UUID:b63d1053-7129-4d92-b3e7-d8fe9a551564 BFD: ExternalIDs:map[] IPPrefix:fd98::3 Nexthop:fd98::3 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7c3e6454-0d3d-4383-922e-77fcabb90c20" "table"="Logical_Router" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="7c3e6454-0d3d-4383-922e-77fcabb90c20" "table"="Logical_Router" "old"="&{UUID:7c3e6454-0d3d-4383-922e-77fcabb90c20 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[56b43791-8ee9-4d82-a5ed-0851c5c58cb2 56245625-1e3c-4e75-9d01-d18df7d0acca 4144e58d-8b1d-4f54-9207-13c61fdf837e]}" "new"="&{UUID:7c3e6454-0d3d-4383-922e-77fcabb90c20 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[56b43791-8ee9-4d82-a5ed-0851c5c58cb2 56245625-1e3c-4e75-9d01-d18df7d0acca 4144e58d-8b1d-4f54-9207-13c61fdf837e b63d1053-7129-4d92-b3e7-d8fe9a551564]}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7c3e6454-0d3d-4383-922e-77fcabb90c20" "table"="Logical_Router" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="7c3e6454-0d3d-4383-922e-77fcabb90c20" "table"="Logical_Router" "old"="&{UUID:7c3e6454-0d3d-4383-922e-77fcabb90c20 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[56b43791-8ee9-4d82-a5ed-0851c5c58cb2 56245625-1e3c-4e75-9d01-d18df7d0acca 4144e58d-8b1d-4f54-9207-13c61fdf837e]}" "new"="&{UUID:7c3e6454-0d3d-4383-922e-77fcabb90c20 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[56b43791-8ee9-4d82-a5ed-0851c5c58cb2 56245625-1e3c-4e75-9d01-d18df7d0acca 4144e58d-8b1d-4f54-9207-13c61fdf837e b63d1053-7129-4d92-b3e7-d8fe9a551564]}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b63d1053-7129-4d92-b3e7-d8fe9a551564" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b63d1053-7129-4d92-b3e7-d8fe9a551564" "table"="Logical_Router_Static_Route" "model"="&{UUID:b63d1053-7129-4d92-b3e7-d8fe9a551564 BFD: ExternalIDs:map[] IPPrefix:fd98::3 Nexthop:fd98::3 Options:map[] OutputPort: Policy:}" +RESULT &[{56b43791-8ee9-4d82-a5ed-0851c5c58cb2 map[] 10.130.0.0/23 100.64.0.3 map[] }]RESULT &[{7c3e6454-0d3d-4383-922e-77fcabb90c20 map[] [] [] ovn_cluster_router [] map[] [] [] [56b43791-8ee9-4d82-a5ed-0851c5c58cb2 56245625-1e3c-4e75-9d01-d18df7d0acca 4144e58d-8b1d-4f54-9207-13c61fdf837e b63d1053-7129-4d92-b3e7-d8fe9a551564]}]I1208 17:09:09.850552 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Static_Route Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {56b43791-8ee9-4d82-a5ed-0851c5c58cb2}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:delete Value:{GoSet:[{GoUUID:56b43791-8ee9-4d82-a5ed-0851c5c58cb2}]}}] Timeout:0 Where:[where column _uuid == {7c3e6454-0d3d-4383-922e-77fcabb90c20}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="56b43791-8ee9-4d82-a5ed-0851c5c58cb2" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="56b43791-8ee9-4d82-a5ed-0851c5c58cb2" "table"="Logical_Router_Static_Route" "model"="&{UUID:56b43791-8ee9-4d82-a5ed-0851c5c58cb2 BFD: ExternalIDs:map[] IPPrefix:10.130.0.0/23 Nexthop:100.64.0.3 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7c3e6454-0d3d-4383-922e-77fcabb90c20" "table"="Logical_Router" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="7c3e6454-0d3d-4383-922e-77fcabb90c20" "table"="Logical_Router" "old"="&{UUID:7c3e6454-0d3d-4383-922e-77fcabb90c20 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[56b43791-8ee9-4d82-a5ed-0851c5c58cb2 56245625-1e3c-4e75-9d01-d18df7d0acca 4144e58d-8b1d-4f54-9207-13c61fdf837e b63d1053-7129-4d92-b3e7-d8fe9a551564]}" "new"="&{UUID:7c3e6454-0d3d-4383-922e-77fcabb90c20 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[56245625-1e3c-4e75-9d01-d18df7d0acca 4144e58d-8b1d-4f54-9207-13c61fdf837e b63d1053-7129-4d92-b3e7-d8fe9a551564]}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7c3e6454-0d3d-4383-922e-77fcabb90c20" "table"="Logical_Router" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="7c3e6454-0d3d-4383-922e-77fcabb90c20" "table"="Logical_Router" "old"="&{UUID:7c3e6454-0d3d-4383-922e-77fcabb90c20 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[56b43791-8ee9-4d82-a5ed-0851c5c58cb2 56245625-1e3c-4e75-9d01-d18df7d0acca 4144e58d-8b1d-4f54-9207-13c61fdf837e b63d1053-7129-4d92-b3e7-d8fe9a551564]}" "new"="&{UUID:7c3e6454-0d3d-4383-922e-77fcabb90c20 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[56245625-1e3c-4e75-9d01-d18df7d0acca 4144e58d-8b1d-4f54-9207-13c61fdf837e b63d1053-7129-4d92-b3e7-d8fe9a551564]}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="56b43791-8ee9-4d82-a5ed-0851c5c58cb2" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="56b43791-8ee9-4d82-a5ed-0851c5c58cb2" "table"="Logical_Router_Static_Route" "model"="&{UUID:56b43791-8ee9-4d82-a5ed-0851c5c58cb2 BFD: ExternalIDs:map[] IPPrefix:10.130.0.0/23 Nexthop:100.64.0.3 Options:map[] OutputPort: Policy:}" +RESULT &[{56245625-1e3c-4e75-9d01-d18df7d0acca map[] fd01:0:0:2::/64 fd98::3 map[] }]RESULT &[{7c3e6454-0d3d-4383-922e-77fcabb90c20 map[] [] [] ovn_cluster_router [] map[] [] [] [56245625-1e3c-4e75-9d01-d18df7d0acca 4144e58d-8b1d-4f54-9207-13c61fdf837e b63d1053-7129-4d92-b3e7-d8fe9a551564]}]I1208 17:09:09.879908 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Static_Route Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {56245625-1e3c-4e75-9d01-d18df7d0acca}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:delete Value:{GoSet:[{GoUUID:56245625-1e3c-4e75-9d01-d18df7d0acca}]}}] Timeout:0 Where:[where column _uuid == {7c3e6454-0d3d-4383-922e-77fcabb90c20}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="56245625-1e3c-4e75-9d01-d18df7d0acca" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="56245625-1e3c-4e75-9d01-d18df7d0acca" "table"="Logical_Router_Static_Route" "model"="&{UUID:56245625-1e3c-4e75-9d01-d18df7d0acca BFD: ExternalIDs:map[] IPPrefix:fd01:0:0:2::/64 Nexthop:fd98::3 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7c3e6454-0d3d-4383-922e-77fcabb90c20" "table"="Logical_Router" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="7c3e6454-0d3d-4383-922e-77fcabb90c20" "table"="Logical_Router" "old"="&{UUID:7c3e6454-0d3d-4383-922e-77fcabb90c20 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[56245625-1e3c-4e75-9d01-d18df7d0acca 4144e58d-8b1d-4f54-9207-13c61fdf837e b63d1053-7129-4d92-b3e7-d8fe9a551564]}" "new"="&{UUID:7c3e6454-0d3d-4383-922e-77fcabb90c20 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[4144e58d-8b1d-4f54-9207-13c61fdf837e b63d1053-7129-4d92-b3e7-d8fe9a551564]}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="56245625-1e3c-4e75-9d01-d18df7d0acca" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="56245625-1e3c-4e75-9d01-d18df7d0acca" "table"="Logical_Router_Static_Route" "model"="&{UUID:56245625-1e3c-4e75-9d01-d18df7d0acca BFD: ExternalIDs:map[] IPPrefix:fd01:0:0:2::/64 Nexthop:fd98::3 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7c3e6454-0d3d-4383-922e-77fcabb90c20" "table"="Logical_Router" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="7c3e6454-0d3d-4383-922e-77fcabb90c20" "table"="Logical_Router" "old"="&{UUID:7c3e6454-0d3d-4383-922e-77fcabb90c20 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[56245625-1e3c-4e75-9d01-d18df7d0acca 4144e58d-8b1d-4f54-9207-13c61fdf837e b63d1053-7129-4d92-b3e7-d8fe9a551564]}" "new"="&{UUID:7c3e6454-0d3d-4383-922e-77fcabb90c20 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[4144e58d-8b1d-4f54-9207-13c61fdf837e b63d1053-7129-4d92-b3e7-d8fe9a551564]}" +I1208 17:09:09.908316 19465 transact.go:41] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ip:169.254.33.2 logical_ip:10.128.0.0/14 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996813} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2596996813}]}}] Timeout:0 Where:[where column _uuid == {2e36feb2-bc04-4a6f-99c5-27a608736460}] Until: Durable: Comment: Lock: UUIDName:} {Op:insert Table:NAT Row:map[external_ip:fd99::2 logical_ip:fd01::/48 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996814} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2596996814}]}}] Timeout:0 Where:[where column _uuid == {2e36feb2-bc04-4a6f-99c5-27a608736460}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="86a91880-93c2-4e4d-bd5b-519e404dd9e7" "table"="NAT" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="86a91880-93c2-4e4d-bd5b-519e404dd9e7" "table"="NAT" "model"="&{UUID:86a91880-93c2-4e4d-bd5b-519e404dd9e7 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[] ExternalIP:169.254.33.2 ExternalMAC: ExternalPortRange: LogicalIP:10.128.0.0/14 LogicalPort: Options:map[stateless:false] Type:snat}" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" "old"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329 1d60a25e-1725-4bec-bd2d-dbb02f9704e1] StaticRoutes:[464d8f35-6fb9-4e95-b1d7-b45fe3d42b99 2c935e03-c3d7-4912-9c1f-b0342f2cde27 a5c6da94-fecd-4056-8748-4f5a8bea6fae a9876a8c-d584-42e1-a5e9-d461b22dc17f]}" "new"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[86a91880-93c2-4e4d-bd5b-519e404dd9e7] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329 1d60a25e-1725-4bec-bd2d-dbb02f9704e1] StaticRoutes:[464d8f35-6fb9-4e95-b1d7-b45fe3d42b99 2c935e03-c3d7-4912-9c1f-b0342f2cde27 a5c6da94-fecd-4056-8748-4f5a8bea6fae a9876a8c-d584-42e1-a5e9-d461b22dc17f]}" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="98e02f38-1b78-44b8-aa97-18f630205b11" "table"="NAT" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="98e02f38-1b78-44b8-aa97-18f630205b11" "table"="NAT" "model"="&{UUID:98e02f38-1b78-44b8-aa97-18f630205b11 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[] ExternalIP:fd99::2 ExternalMAC: ExternalPortRange: LogicalIP:fd01::/48 LogicalPort: Options:map[stateless:false] Type:snat}" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" +2021/12/08 17:09:09 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" "old"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[86a91880-93c2-4e4d-bd5b-519e404dd9e7] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329 1d60a25e-1725-4bec-bd2d-dbb02f9704e1] StaticRoutes:[464d8f35-6fb9-4e95-b1d7-b45fe3d42b99 2c935e03-c3d7-4912-9c1f-b0342f2cde27 a5c6da94-fecd-4056-8748-4f5a8bea6fae a9876a8c-d584-42e1-a5e9-d461b22dc17f]}" "new"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[86a91880-93c2-4e4d-bd5b-519e404dd9e7 98e02f38-1b78-44b8-aa97-18f630205b11] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329 1d60a25e-1725-4bec-bd2d-dbb02f9704e1] StaticRoutes:[464d8f35-6fb9-4e95-b1d7-b45fe3d42b99 2c935e03-c3d7-4912-9c1f-b0342f2cde27 a5c6da94-fecd-4056-8748-4f5a8bea6fae a9876a8c-d584-42e1-a5e9-d461b22dc17f]}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2e36feb2-bc04-4a6f-99c5-27a608736460" "table"="Logical_Router" "old"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329 1d60a25e-1725-4bec-bd2d-dbb02f9704e1] StaticRoutes:[464d8f35-6fb9-4e95-b1d7-b45fe3d42b99 2c935e03-c3d7-4912-9c1f-b0342f2cde27 a5c6da94-fecd-4056-8748-4f5a8bea6fae a9876a8c-d584-42e1-a5e9-d461b22dc17f]}" "new"="&{UUID:2e36feb2-bc04-4a6f-99c5-27a608736460 Copp: Enabled: ExternalIDs:map[physical_ip:169.254.33.2 physical_ips:169.254.33.2,fd99::2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_test-node Nat:[86a91880-93c2-4e4d-bd5b-519e404dd9e7 98e02f38-1b78-44b8-aa97-18f630205b11] Options:map[always_learn_from_arp_request:false chassis:SYSTEM-ID dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[16a2d289-717c-49a4-850d-b7295a5fa329 1d60a25e-1725-4bec-bd2d-dbb02f9704e1] StaticRoutes:[464d8f35-6fb9-4e95-b1d7-b45fe3d42b99 2c935e03-c3d7-4912-9c1f-b0342f2cde27 a5c6da94-fecd-4056-8748-4f5a8bea6fae a9876a8c-d584-42e1-a5e9-d461b22dc17f]}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="86a91880-93c2-4e4d-bd5b-519e404dd9e7" "table"="NAT" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="86a91880-93c2-4e4d-bd5b-519e404dd9e7" "table"="NAT" "model"="&{UUID:86a91880-93c2-4e4d-bd5b-519e404dd9e7 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[] ExternalIP:169.254.33.2 ExternalMAC: ExternalPortRange: LogicalIP:10.128.0.0/14 LogicalPort: Options:map[stateless:false] Type:snat}" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="98e02f38-1b78-44b8-aa97-18f630205b11" "table"="NAT" +2021/12/08 17:09:09 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="98e02f38-1b78-44b8-aa97-18f630205b11" "table"="NAT" "model"="&{UUID:98e02f38-1b78-44b8-aa97-18f630205b11 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[] ExternalIP:fd99::2 ExternalMAC: ExternalPortRange: LogicalIP:fd01::/48 LogicalPort: Options:map[stateless:false] Type:snat}" +• +------------------------------ +Gateway Init Operations Gateway Cleanup Operations + cleans up a single-stack gateway in OVN + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/gateway_test.go:552 +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="378ea25e-d279-4146-b601-475b85b9904b" "table"="Database" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="378ea25e-d279-4146-b601-475b85b9904b" "table"="Database" "model"="&{UUID:378ea25e-d279-4146-b601-475b85b9904b Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="36cba15b-5aeb-4f87-82ed-e4212b4afae3" "table"="Load_Balancer" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="36cba15b-5aeb-4f87-82ed-e4212b4afae3" "table"="Load_Balancer" "model"="&{UUID:36cba15b-5aeb-4f87-82ed-e4212b4afae3 ExternalIDs:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:default/kubernetes] HealthCheck:[] IPPortMappings:map[] Name:Service_default/kubernetes_TCP_node_router_ovn-control-plane Options:map[] Protocol:0xc000623f70 SelectionFields:[] Vips:map[192.168.0.1:6443:1.1.1.1:1,2.2.2.2:2 [fe::1]:1:[fe::2]:1,[fe::2]:2]}" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4beb28b6-03d3-420e-a257-8647f9028537" "table"="Logical_Router_Policy" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4beb28b6-03d3-420e-a257-8647f9028537" "table"="Logical_Router_Policy" "model"="&{UUID:4beb28b6-03d3-420e-a257-8647f9028537 Action: ExternalIDs:map[] Match:ip4.src == NO DELETE && ip4.dst == nodePhysicalIP /* test-node-no */ Nexthop: Nexthops:[] Options:map[] Priority:1004}" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="064512d1-f786-452b-bddb-7ccbaf24a9d6" "table"="Logical_Router_Policy" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="064512d1-f786-452b-bddb-7ccbaf24a9d6" "table"="Logical_Router_Policy" "model"="&{UUID:064512d1-f786-452b-bddb-7ccbaf24a9d6 Action: ExternalIDs:map[] Match:inport == "rtos-test-node" && ip4.dst == nodePhysicalIP /* test-node */ Nexthop: Nexthops:[] Options:map[] Priority:1004}" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a1475a7c-7ef5-4ad2-b82c-24d241abcaed" "table"="Logical_Router_Policy" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a1475a7c-7ef5-4ad2-b82c-24d241abcaed" "table"="Logical_Router_Policy" "model"="&{UUID:a1475a7c-7ef5-4ad2-b82c-24d241abcaed Action: ExternalIDs:map[] Match:ip4.src == source && ip4.dst == nodePhysicalIP Nexthop: Nexthops:[] Options:map[] Priority:1004}" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3c3f4990-a145-4ef8-9c31-3679b745f056" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3c3f4990-a145-4ef8-9c31-3679b745f056" "table"="Logical_Router_Static_Route" "model"="&{UUID:3c3f4990-a145-4ef8-9c31-3679b745f056 BFD: ExternalIDs:map[] IPPrefix: Nexthop:100.64.0.1 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e5a583ce-0557-47ed-ac5c-8f92054f4557" "table"="Logical_Switch_Port" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e5a583ce-0557-47ed-ac5c-8f92054f4557" "table"="Logical_Switch_Port" "model"="&{UUID:e5a583ce-0557-47ed-ac5c-8f92054f4557 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:jtor-GR_test-node Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9923bb4b-b298-44da-bff4-81506d1aea20" "table"="Logical_Switch" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9923bb4b-b298-44da-bff4-81506d1aea20" "table"="Logical_Switch" "model"="&{UUID:9923bb4b-b298-44da-bff4-81506d1aea20 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="71bd3fdf-65b5-4687-934d-185c35255e72" "table"="Logical_Switch" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="71bd3fdf-65b5-4687-934d-185c35255e72" "table"="Logical_Switch" "model"="&{UUID:71bd3fdf-65b5-4687-934d-185c35255e72 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="88159edf-ba3c-49dd-8fc0-5797d7a3b443" "table"="Logical_Router_Port" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="88159edf-ba3c-49dd-8fc0-5797d7a3b443" "table"="Logical_Router_Port" "model"="&{UUID:88159edf-ba3c-49dd-8fc0-5797d7a3b443 Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC: Name:rtoj-GR_test-node Networks:[100.64.0.1/16] Options:map[] Peer:}" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d3559b2d-f6ef-47e9-b0aa-064cad77044e" "table"="Logical_Router" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d3559b2d-f6ef-47e9-b0aa-064cad77044e" "table"="Logical_Router" "model"="&{UUID:d3559b2d-f6ef-47e9-b0aa-064cad77044e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[36cba15b-5aeb-4f87-82ed-e4212b4afae3] LoadBalancerGroup:[] Name:GR_test-node Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c493cef9-8b15-4ce6-a5f6-dff1097159ec" "table"="Logical_Router" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c493cef9-8b15-4ce6-a5f6-dff1097159ec" "table"="Logical_Router" "model"="&{UUID:c493cef9-8b15-4ce6-a5f6-dff1097159ec Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[064512d1-f786-452b-bddb-7ccbaf24a9d6 a1475a7c-7ef5-4ad2-b82c-24d241abcaed 4beb28b6-03d3-420e-a257-8647f9028537] Ports:[] StaticRoutes:[3c3f4990-a145-4ef8-9c31-3679b745f056]}" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="551ceabe-cc57-47c3-aed5-dc4dbf65a86d" "table"="Database" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="551ceabe-cc57-47c3-aed5-dc4dbf65a86d" "table"="Database" "model"="&{UUID:551ceabe-cc57-47c3-aed5-dc4dbf65a86d Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:10.779345 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:09:10.779726 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[{3c3f4990-a145-4ef8-9c31-3679b745f056 map[] 100.64.0.1 map[] }]RESULT &[{c493cef9-8b15-4ce6-a5f6-dff1097159ec map[] [] [] ovn_cluster_router [] map[] [064512d1-f786-452b-bddb-7ccbaf24a9d6 a1475a7c-7ef5-4ad2-b82c-24d241abcaed 4beb28b6-03d3-420e-a257-8647f9028537] [] [3c3f4990-a145-4ef8-9c31-3679b745f056]}]I1208 17:09:10.833110 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Static_Route Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {3c3f4990-a145-4ef8-9c31-3679b745f056}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:delete Value:{GoSet:[{GoUUID:3c3f4990-a145-4ef8-9c31-3679b745f056}]}}] Timeout:0 Where:[where column _uuid == {c493cef9-8b15-4ce6-a5f6-dff1097159ec}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:10 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3c3f4990-a145-4ef8-9c31-3679b745f056" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:10 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="3c3f4990-a145-4ef8-9c31-3679b745f056" "table"="Logical_Router_Static_Route" "model"="&{UUID:3c3f4990-a145-4ef8-9c31-3679b745f056 BFD: ExternalIDs:map[] IPPrefix: Nexthop:100.64.0.1 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:10 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c493cef9-8b15-4ce6-a5f6-dff1097159ec" "table"="Logical_Router" +2021/12/08 17:09:10 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c493cef9-8b15-4ce6-a5f6-dff1097159ec" "table"="Logical_Router" "old"="&{UUID:c493cef9-8b15-4ce6-a5f6-dff1097159ec Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[064512d1-f786-452b-bddb-7ccbaf24a9d6 a1475a7c-7ef5-4ad2-b82c-24d241abcaed 4beb28b6-03d3-420e-a257-8647f9028537] Ports:[] StaticRoutes:[3c3f4990-a145-4ef8-9c31-3679b745f056]}" "new"="&{UUID:c493cef9-8b15-4ce6-a5f6-dff1097159ec Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[064512d1-f786-452b-bddb-7ccbaf24a9d6 a1475a7c-7ef5-4ad2-b82c-24d241abcaed 4beb28b6-03d3-420e-a257-8647f9028537] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c493cef9-8b15-4ce6-a5f6-dff1097159ec" "table"="Logical_Router" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c493cef9-8b15-4ce6-a5f6-dff1097159ec" "table"="Logical_Router" "old"="&{UUID:c493cef9-8b15-4ce6-a5f6-dff1097159ec Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[064512d1-f786-452b-bddb-7ccbaf24a9d6 a1475a7c-7ef5-4ad2-b82c-24d241abcaed 4beb28b6-03d3-420e-a257-8647f9028537] Ports:[] StaticRoutes:[3c3f4990-a145-4ef8-9c31-3679b745f056]}" "new"="&{UUID:c493cef9-8b15-4ce6-a5f6-dff1097159ec Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[064512d1-f786-452b-bddb-7ccbaf24a9d6 a1475a7c-7ef5-4ad2-b82c-24d241abcaed 4beb28b6-03d3-420e-a257-8647f9028537] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3c3f4990-a145-4ef8-9c31-3679b745f056" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="3c3f4990-a145-4ef8-9c31-3679b745f056" "table"="Logical_Router_Static_Route" "model"="&{UUID:3c3f4990-a145-4ef8-9c31-3679b745f056 BFD: ExternalIDs:map[] IPPrefix: Nexthop:100.64.0.1 Options:map[] OutputPort: Policy:}" +RESULT &[]I1208 17:09:10.912310 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {e5a583ce-0557-47ed-ac5c-8f92054f4557}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:10 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e5a583ce-0557-47ed-ac5c-8f92054f4557" "table"="Logical_Switch_Port" +2021/12/08 17:09:10 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="e5a583ce-0557-47ed-ac5c-8f92054f4557" "table"="Logical_Switch_Port" "model"="&{UUID:e5a583ce-0557-47ed-ac5c-8f92054f4557 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:jtor-GR_test-node Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e5a583ce-0557-47ed-ac5c-8f92054f4557" "table"="Logical_Switch_Port" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="e5a583ce-0557-47ed-ac5c-8f92054f4557" "table"="Logical_Switch_Port" "model"="&{UUID:e5a583ce-0557-47ed-ac5c-8f92054f4557 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:jtor-GR_test-node Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +RESULT &[{d3559b2d-f6ef-47e9-b0aa-064cad77044e map[] [36cba15b-5aeb-4f87-82ed-e4212b4afae3] [] GR_test-node [] map[] [] [] []}]I1208 17:09:10.978941 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {d3559b2d-f6ef-47e9-b0aa-064cad77044e}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:10 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d3559b2d-f6ef-47e9-b0aa-064cad77044e" "table"="Logical_Router" +2021/12/08 17:09:10 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="d3559b2d-f6ef-47e9-b0aa-064cad77044e" "table"="Logical_Router" "model"="&{UUID:d3559b2d-f6ef-47e9-b0aa-064cad77044e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[36cba15b-5aeb-4f87-82ed-e4212b4afae3] LoadBalancerGroup:[] Name:GR_test-node Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d3559b2d-f6ef-47e9-b0aa-064cad77044e" "table"="Logical_Router" +2021/12/08 17:09:10 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="d3559b2d-f6ef-47e9-b0aa-064cad77044e" "table"="Logical_Router" "model"="&{UUID:d3559b2d-f6ef-47e9-b0aa-064cad77044e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[36cba15b-5aeb-4f87-82ed-e4212b4afae3] LoadBalancerGroup:[] Name:GR_test-node Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +RESULT &[{71bd3fdf-65b5-4687-934d-185c35255e72 [] [] map[] [] [] [] ext_test-node map[] [] []}]I1208 17:09:10.992772 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {71bd3fdf-65b5-4687-934d-185c35255e72}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:10 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="71bd3fdf-65b5-4687-934d-185c35255e72" "table"="Logical_Switch" +2021/12/08 17:09:10 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="71bd3fdf-65b5-4687-934d-185c35255e72" "table"="Logical_Switch" "model"="&{UUID:71bd3fdf-65b5-4687-934d-185c35255e72 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="71bd3fdf-65b5-4687-934d-185c35255e72" "table"="Logical_Switch" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="71bd3fdf-65b5-4687-934d-185c35255e72" "table"="Logical_Switch" "model"="&{UUID:71bd3fdf-65b5-4687-934d-185c35255e72 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[{9923bb4b-b298-44da-bff4-81506d1aea20 [] [] map[] [] [] [] ext_ext_test-node map[] [] []}]I1208 17:09:11.005663 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {9923bb4b-b298-44da-bff4-81506d1aea20}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:11 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9923bb4b-b298-44da-bff4-81506d1aea20" "table"="Logical_Switch" +2021/12/08 17:09:11 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="9923bb4b-b298-44da-bff4-81506d1aea20" "table"="Logical_Switch" "model"="&{UUID:9923bb4b-b298-44da-bff4-81506d1aea20 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9923bb4b-b298-44da-bff4-81506d1aea20" "table"="Logical_Switch" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="9923bb4b-b298-44da-bff4-81506d1aea20" "table"="Logical_Switch" "model"="&{UUID:9923bb4b-b298-44da-bff4-81506d1aea20 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[{064512d1-f786-452b-bddb-7ccbaf24a9d6 map[] inport == "rtos-test-node" && ip4.dst == nodePhysicalIP /* test-node */ [] map[] 1004}]RESULT &[{c493cef9-8b15-4ce6-a5f6-dff1097159ec map[] [] [] ovn_cluster_router [] map[] [064512d1-f786-452b-bddb-7ccbaf24a9d6 a1475a7c-7ef5-4ad2-b82c-24d241abcaed 4beb28b6-03d3-420e-a257-8647f9028537] [] []}]I1208 17:09:11.019859 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Policy Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {064512d1-f786-452b-bddb-7ccbaf24a9d6}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:delete Value:{GoSet:[{GoUUID:064512d1-f786-452b-bddb-7ccbaf24a9d6}]}}] Timeout:0 Where:[where column _uuid == {c493cef9-8b15-4ce6-a5f6-dff1097159ec}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:11 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="064512d1-f786-452b-bddb-7ccbaf24a9d6" "table"="Logical_Router_Policy" +2021/12/08 17:09:11 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="064512d1-f786-452b-bddb-7ccbaf24a9d6" "table"="Logical_Router_Policy" "model"="&{UUID:064512d1-f786-452b-bddb-7ccbaf24a9d6 Action: ExternalIDs:map[] Match:inport == "rtos-test-node" && ip4.dst == nodePhysicalIP /* test-node */ Nexthop: Nexthops:[] Options:map[] Priority:1004}" +2021/12/08 17:09:11 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c493cef9-8b15-4ce6-a5f6-dff1097159ec" "table"="Logical_Router" +2021/12/08 17:09:11 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c493cef9-8b15-4ce6-a5f6-dff1097159ec" "table"="Logical_Router" "old"="&{UUID:c493cef9-8b15-4ce6-a5f6-dff1097159ec Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[064512d1-f786-452b-bddb-7ccbaf24a9d6 a1475a7c-7ef5-4ad2-b82c-24d241abcaed 4beb28b6-03d3-420e-a257-8647f9028537] Ports:[] StaticRoutes:[]}" "new"="&{UUID:c493cef9-8b15-4ce6-a5f6-dff1097159ec Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[a1475a7c-7ef5-4ad2-b82c-24d241abcaed 4beb28b6-03d3-420e-a257-8647f9028537] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="064512d1-f786-452b-bddb-7ccbaf24a9d6" "table"="Logical_Router_Policy" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="064512d1-f786-452b-bddb-7ccbaf24a9d6" "table"="Logical_Router_Policy" "model"="&{UUID:064512d1-f786-452b-bddb-7ccbaf24a9d6 Action: ExternalIDs:map[] Match:inport == "rtos-test-node" && ip4.dst == nodePhysicalIP /* test-node */ Nexthop: Nexthops:[] Options:map[] Priority:1004}" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c493cef9-8b15-4ce6-a5f6-dff1097159ec" "table"="Logical_Router" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c493cef9-8b15-4ce6-a5f6-dff1097159ec" "table"="Logical_Router" "old"="&{UUID:c493cef9-8b15-4ce6-a5f6-dff1097159ec Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[064512d1-f786-452b-bddb-7ccbaf24a9d6 a1475a7c-7ef5-4ad2-b82c-24d241abcaed 4beb28b6-03d3-420e-a257-8647f9028537] Ports:[] StaticRoutes:[]}" "new"="&{UUID:c493cef9-8b15-4ce6-a5f6-dff1097159ec Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[a1475a7c-7ef5-4ad2-b82c-24d241abcaed 4beb28b6-03d3-420e-a257-8647f9028537] Ports:[] StaticRoutes:[]}" +• +------------------------------ +Gateway Init Operations Gateway Cleanup Operations + cleans up a dual-stack gateway in OVN + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/gateway_test.go:669 +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="808f9264-2bf1-451a-9779-5f942c519fdb" "table"="Database" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="808f9264-2bf1-451a-9779-5f942c519fdb" "table"="Database" "model"="&{UUID:808f9264-2bf1-451a-9779-5f942c519fdb Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="aa7da38a-b2fc-4268-9f56-f9fabe5c4b3f" "table"="Logical_Router_Port" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="aa7da38a-b2fc-4268-9f56-f9fabe5c4b3f" "table"="Logical_Router_Port" "model"="&{UUID:aa7da38a-b2fc-4268-9f56-f9fabe5c4b3f Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC: Name:rtoj-GR_test-node Networks:[100.64.0.1/16 fd98::1/64] Options:map[] Peer:}" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2b4059db-401f-4a78-b555-6041ee18d1d4" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2b4059db-401f-4a78-b555-6041ee18d1d4" "table"="Logical_Router_Static_Route" "model"="&{UUID:2b4059db-401f-4a78-b555-6041ee18d1d4 BFD: ExternalIDs:map[] IPPrefix: Nexthop:100.64.0.1 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b0d4e273-3631-47ea-a6cf-b12b0c90d6ba" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b0d4e273-3631-47ea-a6cf-b12b0c90d6ba" "table"="Logical_Router_Static_Route" "model"="&{UUID:b0d4e273-3631-47ea-a6cf-b12b0c90d6ba BFD: ExternalIDs:map[] IPPrefix: Nexthop:fd98::1 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4d818e86-5885-4db2-b311-6494937c5685" "table"="Load_Balancer" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4d818e86-5885-4db2-b311-6494937c5685" "table"="Load_Balancer" "model"="&{UUID:4d818e86-5885-4db2-b311-6494937c5685 ExternalIDs:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:default/kubernetes] HealthCheck:[] IPPortMappings:map[] Name:Service_default/kubernetes_TCP_node_router_ovn-control-plane Options:map[] Protocol:0xc003e86750 SelectionFields:[] Vips:map[192.168.0.1:6443:1.1.1.1:1,2.2.2.2:2 [fe::1]:1:[fe::2]:1,[fe::2]:2]}" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="153e04bb-6d6e-411c-a194-58e6ac85145b" "table"="Logical_Router" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="153e04bb-6d6e-411c-a194-58e6ac85145b" "table"="Logical_Router" "model"="&{UUID:153e04bb-6d6e-411c-a194-58e6ac85145b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[4d818e86-5885-4db2-b311-6494937c5685] LoadBalancerGroup:[] Name:GR_test-node Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1e623b61-a7aa-41a3-87a1-98f972c1ff7b" "table"="Logical_Router" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1e623b61-a7aa-41a3-87a1-98f972c1ff7b" "table"="Logical_Router" "model"="&{UUID:1e623b61-a7aa-41a3-87a1-98f972c1ff7b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[6e9c7a94-86e6-4000-803d-5689ec120fe9 57914c7e-9d27-4c15-9771-2ae33f3a42ab 01fbabb7-52bb-4a67-bf10-119e2d5b5928] Ports:[] StaticRoutes:[2b4059db-401f-4a78-b555-6041ee18d1d4 b0d4e273-3631-47ea-a6cf-b12b0c90d6ba]}" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6e9c7a94-86e6-4000-803d-5689ec120fe9" "table"="Logical_Router_Policy" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6e9c7a94-86e6-4000-803d-5689ec120fe9" "table"="Logical_Router_Policy" "model"="&{UUID:6e9c7a94-86e6-4000-803d-5689ec120fe9 Action: ExternalIDs:map[] Match:inport == "rtos-test-node" && ip4.dst == nodePhysicalIP /* test-node */ Nexthop: Nexthops:[] Options:map[] Priority:1004}" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="57914c7e-9d27-4c15-9771-2ae33f3a42ab" "table"="Logical_Router_Policy" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="57914c7e-9d27-4c15-9771-2ae33f3a42ab" "table"="Logical_Router_Policy" "model"="&{UUID:57914c7e-9d27-4c15-9771-2ae33f3a42ab Action: ExternalIDs:map[] Match:ip4.src == source && ip4.dst == nodePhysicalIP Nexthop: Nexthops:[] Options:map[] Priority:1004}" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="01fbabb7-52bb-4a67-bf10-119e2d5b5928" "table"="Logical_Router_Policy" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="01fbabb7-52bb-4a67-bf10-119e2d5b5928" "table"="Logical_Router_Policy" "model"="&{UUID:01fbabb7-52bb-4a67-bf10-119e2d5b5928 Action: ExternalIDs:map[] Match:ip4.src == NO DELETE && ip4.dst == nodePhysicalIP /* test-node-no */ Nexthop: Nexthops:[] Options:map[] Priority:1004}" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e49b68da-bbd2-4f6a-ae67-e6e90782c778" "table"="Logical_Switch" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e49b68da-bbd2-4f6a-ae67-e6e90782c778" "table"="Logical_Switch" "model"="&{UUID:e49b68da-bbd2-4f6a-ae67-e6e90782c778 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f6e59cd4-4e7f-4135-8b8f-d54105179f63" "table"="Logical_Switch" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f6e59cd4-4e7f-4135-8b8f-d54105179f63" "table"="Logical_Switch" "model"="&{UUID:f6e59cd4-4e7f-4135-8b8f-d54105179f63 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8f75f815-fbeb-494c-861a-58297c5e8134" "table"="Logical_Switch_Port" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8f75f815-fbeb-494c-861a-58297c5e8134" "table"="Logical_Switch_Port" "model"="&{UUID:8f75f815-fbeb-494c-861a-58297c5e8134 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:jtor-GR_test-node Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d90a083e-b59e-46e9-beb0-b163b59026b6" "table"="Database" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d90a083e-b59e-46e9-beb0-b163b59026b6" "table"="Database" "model"="&{UUID:d90a083e-b59e-46e9-beb0-b163b59026b6 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:11.848013 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:09:11.848417 19465 services_controller.go:82] Setting up event handlers for endpoint slices +RESULT &[{2b4059db-401f-4a78-b555-6041ee18d1d4 map[] 100.64.0.1 map[] }]RESULT &[{1e623b61-a7aa-41a3-87a1-98f972c1ff7b map[] [] [] ovn_cluster_router [] map[] [6e9c7a94-86e6-4000-803d-5689ec120fe9 57914c7e-9d27-4c15-9771-2ae33f3a42ab 01fbabb7-52bb-4a67-bf10-119e2d5b5928] [] [2b4059db-401f-4a78-b555-6041ee18d1d4 b0d4e273-3631-47ea-a6cf-b12b0c90d6ba]}]I1208 17:09:11.902886 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Static_Route Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {2b4059db-401f-4a78-b555-6041ee18d1d4}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:delete Value:{GoSet:[{GoUUID:2b4059db-401f-4a78-b555-6041ee18d1d4}]}}] Timeout:0 Where:[where column _uuid == {1e623b61-a7aa-41a3-87a1-98f972c1ff7b}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:11 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2b4059db-401f-4a78-b555-6041ee18d1d4" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:11 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="2b4059db-401f-4a78-b555-6041ee18d1d4" "table"="Logical_Router_Static_Route" "model"="&{UUID:2b4059db-401f-4a78-b555-6041ee18d1d4 BFD: ExternalIDs:map[] IPPrefix: Nexthop:100.64.0.1 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:11 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1e623b61-a7aa-41a3-87a1-98f972c1ff7b" "table"="Logical_Router" +2021/12/08 17:09:11 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1e623b61-a7aa-41a3-87a1-98f972c1ff7b" "table"="Logical_Router" "old"="&{UUID:1e623b61-a7aa-41a3-87a1-98f972c1ff7b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[6e9c7a94-86e6-4000-803d-5689ec120fe9 57914c7e-9d27-4c15-9771-2ae33f3a42ab 01fbabb7-52bb-4a67-bf10-119e2d5b5928] Ports:[] StaticRoutes:[2b4059db-401f-4a78-b555-6041ee18d1d4 b0d4e273-3631-47ea-a6cf-b12b0c90d6ba]}" "new"="&{UUID:1e623b61-a7aa-41a3-87a1-98f972c1ff7b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[6e9c7a94-86e6-4000-803d-5689ec120fe9 57914c7e-9d27-4c15-9771-2ae33f3a42ab 01fbabb7-52bb-4a67-bf10-119e2d5b5928] Ports:[] StaticRoutes:[b0d4e273-3631-47ea-a6cf-b12b0c90d6ba]}" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2b4059db-401f-4a78-b555-6041ee18d1d4" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="2b4059db-401f-4a78-b555-6041ee18d1d4" "table"="Logical_Router_Static_Route" "model"="&{UUID:2b4059db-401f-4a78-b555-6041ee18d1d4 BFD: ExternalIDs:map[] IPPrefix: Nexthop:100.64.0.1 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1e623b61-a7aa-41a3-87a1-98f972c1ff7b" "table"="Logical_Router" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1e623b61-a7aa-41a3-87a1-98f972c1ff7b" "table"="Logical_Router" "old"="&{UUID:1e623b61-a7aa-41a3-87a1-98f972c1ff7b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[6e9c7a94-86e6-4000-803d-5689ec120fe9 57914c7e-9d27-4c15-9771-2ae33f3a42ab 01fbabb7-52bb-4a67-bf10-119e2d5b5928] Ports:[] StaticRoutes:[2b4059db-401f-4a78-b555-6041ee18d1d4 b0d4e273-3631-47ea-a6cf-b12b0c90d6ba]}" "new"="&{UUID:1e623b61-a7aa-41a3-87a1-98f972c1ff7b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[6e9c7a94-86e6-4000-803d-5689ec120fe9 57914c7e-9d27-4c15-9771-2ae33f3a42ab 01fbabb7-52bb-4a67-bf10-119e2d5b5928] Ports:[] StaticRoutes:[b0d4e273-3631-47ea-a6cf-b12b0c90d6ba]}" +RESULT &[{b0d4e273-3631-47ea-a6cf-b12b0c90d6ba map[] fd98::1 map[] }]RESULT &[{1e623b61-a7aa-41a3-87a1-98f972c1ff7b map[] [] [] ovn_cluster_router [] map[] [6e9c7a94-86e6-4000-803d-5689ec120fe9 57914c7e-9d27-4c15-9771-2ae33f3a42ab 01fbabb7-52bb-4a67-bf10-119e2d5b5928] [] [b0d4e273-3631-47ea-a6cf-b12b0c90d6ba]}]I1208 17:09:11.933606 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Static_Route Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {b0d4e273-3631-47ea-a6cf-b12b0c90d6ba}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:delete Value:{GoSet:[{GoUUID:b0d4e273-3631-47ea-a6cf-b12b0c90d6ba}]}}] Timeout:0 Where:[where column _uuid == {1e623b61-a7aa-41a3-87a1-98f972c1ff7b}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:11 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b0d4e273-3631-47ea-a6cf-b12b0c90d6ba" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:11 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="b0d4e273-3631-47ea-a6cf-b12b0c90d6ba" "table"="Logical_Router_Static_Route" "model"="&{UUID:b0d4e273-3631-47ea-a6cf-b12b0c90d6ba BFD: ExternalIDs:map[] IPPrefix: Nexthop:fd98::1 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:11 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1e623b61-a7aa-41a3-87a1-98f972c1ff7b" "table"="Logical_Router" +2021/12/08 17:09:11 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1e623b61-a7aa-41a3-87a1-98f972c1ff7b" "table"="Logical_Router" "old"="&{UUID:1e623b61-a7aa-41a3-87a1-98f972c1ff7b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[6e9c7a94-86e6-4000-803d-5689ec120fe9 57914c7e-9d27-4c15-9771-2ae33f3a42ab 01fbabb7-52bb-4a67-bf10-119e2d5b5928] Ports:[] StaticRoutes:[b0d4e273-3631-47ea-a6cf-b12b0c90d6ba]}" "new"="&{UUID:1e623b61-a7aa-41a3-87a1-98f972c1ff7b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[6e9c7a94-86e6-4000-803d-5689ec120fe9 57914c7e-9d27-4c15-9771-2ae33f3a42ab 01fbabb7-52bb-4a67-bf10-119e2d5b5928] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b0d4e273-3631-47ea-a6cf-b12b0c90d6ba" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="b0d4e273-3631-47ea-a6cf-b12b0c90d6ba" "table"="Logical_Router_Static_Route" "model"="&{UUID:b0d4e273-3631-47ea-a6cf-b12b0c90d6ba BFD: ExternalIDs:map[] IPPrefix: Nexthop:fd98::1 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1e623b61-a7aa-41a3-87a1-98f972c1ff7b" "table"="Logical_Router" +2021/12/08 17:09:11 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1e623b61-a7aa-41a3-87a1-98f972c1ff7b" "table"="Logical_Router" "old"="&{UUID:1e623b61-a7aa-41a3-87a1-98f972c1ff7b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[6e9c7a94-86e6-4000-803d-5689ec120fe9 57914c7e-9d27-4c15-9771-2ae33f3a42ab 01fbabb7-52bb-4a67-bf10-119e2d5b5928] Ports:[] StaticRoutes:[b0d4e273-3631-47ea-a6cf-b12b0c90d6ba]}" "new"="&{UUID:1e623b61-a7aa-41a3-87a1-98f972c1ff7b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[6e9c7a94-86e6-4000-803d-5689ec120fe9 57914c7e-9d27-4c15-9771-2ae33f3a42ab 01fbabb7-52bb-4a67-bf10-119e2d5b5928] Ports:[] StaticRoutes:[]}" +RESULT &[]I1208 17:09:12.013998 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {8f75f815-fbeb-494c-861a-58297c5e8134}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:12 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8f75f815-fbeb-494c-861a-58297c5e8134" "table"="Logical_Switch_Port" +2021/12/08 17:09:12 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="8f75f815-fbeb-494c-861a-58297c5e8134" "table"="Logical_Switch_Port" "model"="&{UUID:8f75f815-fbeb-494c-861a-58297c5e8134 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:jtor-GR_test-node Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8f75f815-fbeb-494c-861a-58297c5e8134" "table"="Logical_Switch_Port" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="8f75f815-fbeb-494c-861a-58297c5e8134" "table"="Logical_Switch_Port" "model"="&{UUID:8f75f815-fbeb-494c-861a-58297c5e8134 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:jtor-GR_test-node Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +RESULT &[{153e04bb-6d6e-411c-a194-58e6ac85145b map[] [4d818e86-5885-4db2-b311-6494937c5685] [] GR_test-node [] map[] [] [] []}]I1208 17:09:12.078693 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {153e04bb-6d6e-411c-a194-58e6ac85145b}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:12 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="153e04bb-6d6e-411c-a194-58e6ac85145b" "table"="Logical_Router" +2021/12/08 17:09:12 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="153e04bb-6d6e-411c-a194-58e6ac85145b" "table"="Logical_Router" "model"="&{UUID:153e04bb-6d6e-411c-a194-58e6ac85145b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[4d818e86-5885-4db2-b311-6494937c5685] LoadBalancerGroup:[] Name:GR_test-node Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="153e04bb-6d6e-411c-a194-58e6ac85145b" "table"="Logical_Router" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="153e04bb-6d6e-411c-a194-58e6ac85145b" "table"="Logical_Router" "model"="&{UUID:153e04bb-6d6e-411c-a194-58e6ac85145b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[4d818e86-5885-4db2-b311-6494937c5685] LoadBalancerGroup:[] Name:GR_test-node Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +RESULT &[{e49b68da-bbd2-4f6a-ae67-e6e90782c778 [] [] map[] [] [] [] ext_test-node map[] [] []}]I1208 17:09:12.087008 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {e49b68da-bbd2-4f6a-ae67-e6e90782c778}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:12 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e49b68da-bbd2-4f6a-ae67-e6e90782c778" "table"="Logical_Switch" +2021/12/08 17:09:12 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="e49b68da-bbd2-4f6a-ae67-e6e90782c778" "table"="Logical_Switch" "model"="&{UUID:e49b68da-bbd2-4f6a-ae67-e6e90782c778 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e49b68da-bbd2-4f6a-ae67-e6e90782c778" "table"="Logical_Switch" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="e49b68da-bbd2-4f6a-ae67-e6e90782c778" "table"="Logical_Switch" "model"="&{UUID:e49b68da-bbd2-4f6a-ae67-e6e90782c778 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[{f6e59cd4-4e7f-4135-8b8f-d54105179f63 [] [] map[] [] [] [] ext_ext_test-node map[] [] []}]I1208 17:09:12.095492 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {f6e59cd4-4e7f-4135-8b8f-d54105179f63}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:12 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f6e59cd4-4e7f-4135-8b8f-d54105179f63" "table"="Logical_Switch" +2021/12/08 17:09:12 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="f6e59cd4-4e7f-4135-8b8f-d54105179f63" "table"="Logical_Switch" "model"="&{UUID:f6e59cd4-4e7f-4135-8b8f-d54105179f63 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f6e59cd4-4e7f-4135-8b8f-d54105179f63" "table"="Logical_Switch" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="f6e59cd4-4e7f-4135-8b8f-d54105179f63" "table"="Logical_Switch" "model"="&{UUID:f6e59cd4-4e7f-4135-8b8f-d54105179f63 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_ext_test-node OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[{6e9c7a94-86e6-4000-803d-5689ec120fe9 map[] inport == "rtos-test-node" && ip4.dst == nodePhysicalIP /* test-node */ [] map[] 1004}]RESULT &[{1e623b61-a7aa-41a3-87a1-98f972c1ff7b map[] [] [] ovn_cluster_router [] map[] [6e9c7a94-86e6-4000-803d-5689ec120fe9 57914c7e-9d27-4c15-9771-2ae33f3a42ab 01fbabb7-52bb-4a67-bf10-119e2d5b5928] [] []}]I1208 17:09:12.104637 19465 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Policy Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {6e9c7a94-86e6-4000-803d-5689ec120fe9}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:delete Value:{GoSet:[{GoUUID:6e9c7a94-86e6-4000-803d-5689ec120fe9}]}}] Timeout:0 Where:[where column _uuid == {1e623b61-a7aa-41a3-87a1-98f972c1ff7b}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:12 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6e9c7a94-86e6-4000-803d-5689ec120fe9" "table"="Logical_Router_Policy" +2021/12/08 17:09:12 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="6e9c7a94-86e6-4000-803d-5689ec120fe9" "table"="Logical_Router_Policy" "model"="&{UUID:6e9c7a94-86e6-4000-803d-5689ec120fe9 Action: ExternalIDs:map[] Match:inport == "rtos-test-node" && ip4.dst == nodePhysicalIP /* test-node */ Nexthop: Nexthops:[] Options:map[] Priority:1004}" +2021/12/08 17:09:12 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1e623b61-a7aa-41a3-87a1-98f972c1ff7b" "table"="Logical_Router" +2021/12/08 17:09:12 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1e623b61-a7aa-41a3-87a1-98f972c1ff7b" "table"="Logical_Router" "old"="&{UUID:1e623b61-a7aa-41a3-87a1-98f972c1ff7b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[6e9c7a94-86e6-4000-803d-5689ec120fe9 57914c7e-9d27-4c15-9771-2ae33f3a42ab 01fbabb7-52bb-4a67-bf10-119e2d5b5928] Ports:[] StaticRoutes:[]}" "new"="&{UUID:1e623b61-a7aa-41a3-87a1-98f972c1ff7b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[57914c7e-9d27-4c15-9771-2ae33f3a42ab 01fbabb7-52bb-4a67-bf10-119e2d5b5928] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1e623b61-a7aa-41a3-87a1-98f972c1ff7b" "table"="Logical_Router" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1e623b61-a7aa-41a3-87a1-98f972c1ff7b" "table"="Logical_Router" "old"="&{UUID:1e623b61-a7aa-41a3-87a1-98f972c1ff7b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[6e9c7a94-86e6-4000-803d-5689ec120fe9 57914c7e-9d27-4c15-9771-2ae33f3a42ab 01fbabb7-52bb-4a67-bf10-119e2d5b5928] Ports:[] StaticRoutes:[]}" "new"="&{UUID:1e623b61-a7aa-41a3-87a1-98f972c1ff7b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[57914c7e-9d27-4c15-9771-2ae33f3a42ab 01fbabb7-52bb-4a67-bf10-119e2d5b5928] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6e9c7a94-86e6-4000-803d-5689ec120fe9" "table"="Logical_Router_Policy" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="6e9c7a94-86e6-4000-803d-5689ec120fe9" "table"="Logical_Router_Policy" "model"="&{UUID:6e9c7a94-86e6-4000-803d-5689ec120fe9 Action: ExternalIDs:map[] Match:inport == "rtos-test-node" && ip4.dst == nodePhysicalIP /* test-node */ Nexthop: Nexthops:[] Options:map[] Priority:1004}" +• +------------------------------ +OVN test basic functions + computes correct L4Match + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressfirewall_test.go:1255 +• +------------------------------ +OVN test basic functions + computes correct match function + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressfirewall_test.go:1309 +• +------------------------------ +OVN test basic functions + correctly parses egressFirewallRules + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/egressfirewall_test.go:1393 +• +------------------------------ +Gateway Init Operations + sets up a local gateway + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/master_test.go:843 +I1208 17:09:12.136582 19465 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.1.0.0/16 ClusterSubnets:[{CIDR:10.1.0.0/16 HostSubnetLength:24}]} +I1208 17:09:12.136784 19465 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:09:12.136865 19465 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:09:12.136909 19465 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:09:12.136945 19465 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:09:12.137044 19465 config.go:1705] Gateway config: {Mode:local Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:true DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:09:12.137102 19465 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:} +I1208 17:09:12.137154 19465 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:} +I1208 17:09:12.137211 19465 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:09:12.137277 19465 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:09:12.137608 19465 kube.go:93] Setting annotations map[k8s.ovn.org/host-addresses:["9.9.9.9"] k8s.ovn.org/l3-gateway-config:{"default":{"mode":"shared","interface-id":"br-eth0_node1","mac-address":"11:22:33:44:55:66","ip-addresses":["172.16.16.2/24"],"ip-address":"172.16.16.2/24","next-hops":["172.16.16.1"],"next-hop":"172.16.16.1","node-port-enable":"true","vlan-id":"1024"}} k8s.ovn.org/node-chassis-id:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 k8s.ovn.org/node-mgmt-port-mac-address:0a:58:0a:01:01:02 k8s.ovn.org/node-subnets:{"default":"10.1.1.0/24"}] on node node1 +I1208 17:09:12.146159 19465 reflector.go:219] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:12.146432 19465 reflector.go:219] Starting reflector *v1.Endpoints (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:12.146694 19465 reflector.go:255] Listing and watching *v1.Endpoints from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:12.146442 19465 reflector.go:255] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:12.147450 19465 reflector.go:219] Starting reflector *v1.Namespace (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:12.147774 19465 reflector.go:255] Listing and watching *v1.Namespace from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:12.149540 19465 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:12.149771 19465 reflector.go:255] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:12.149858 19465 reflector.go:219] Starting reflector *v1.NetworkPolicy (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:12.150594 19465 reflector.go:255] Listing and watching *v1.NetworkPolicy from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:12.150595 19465 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:12.151621 19465 reflector.go:255] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:12.246222 19465 shared_informer.go:270] caches populated +I1208 17:09:12.247121 19465 shared_informer.go:270] caches populated +I1208 17:09:12.247689 19465 shared_informer.go:270] caches populated +I1208 17:09:12.248587 19465 shared_informer.go:270] caches populated +I1208 17:09:12.249321 19465 shared_informer.go:270] caches populated +I1208 17:09:12.249928 19465 shared_informer.go:270] caches populated +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d5ed6dc9-f011-4ffd-9d6a-5e5e31ad7994" "table"="Database" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d5ed6dc9-f011-4ffd-9d6a-5e5e31ad7994" "table"="Database" "model"="&{UUID:d5ed6dc9-f011-4ffd-9d6a-5e5e31ad7994 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2cf16ef1-5d72-4a50-92f1-eed48f409408" "table"="Logical_Switch" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2cf16ef1-5d72-4a50-92f1-eed48f409408" "table"="Logical_Switch" "model"="&{UUID:2cf16ef1-5d72-4a50-92f1-eed48f409408 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "table"="Logical_Switch" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "table"="Logical_Switch" "model"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[subnet:10.1.1.0/24] Ports:[] QOSRules:[]}" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dc86f603-52a9-453c-8752-fc8a16ef1629" "table"="Port_Group" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="dc86f603-52a9-453c-8752-fc8a16ef1629" "table"="Port_Group" "model"="&{UUID:dc86f603-52a9-453c-8752-fc8a16ef1629 ACLs:[] ExternalIDs:map[name:clusterRtrPortGroup] Name:clusterRtrPortGroup Ports:[]}" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="12151ba4-bd14-482b-8684-73ca61aed327" "table"="Port_Group" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="12151ba4-bd14-482b-8684-73ca61aed327" "table"="Port_Group" "model"="&{UUID:12151ba4-bd14-482b-8684-73ca61aed327 ACLs:[] ExternalIDs:map[name:clusterPortGroup] Name:clusterPortGroup Ports:[]}" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e0c5ef43-4710-4b80-bde9-f6ecf2f768fb" "table"="Load_Balancer_Group" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e0c5ef43-4710-4b80-bde9-f6ecf2f768fb" "table"="Load_Balancer_Group" "model"="&{UUID:e0c5ef43-4710-4b80-bde9-f6ecf2f768fb LoadBalancer:[] Name:clusterLBGroup}" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "table"="Logical_Router" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "table"="Logical_Router" "model"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +I1208 17:09:12.433544 19465 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-6e1b8b2faf7e060046f9919816cd0641" +I1208 17:09:12.549169 19465 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:12.553946 19465 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-6e1b8b2faf7e060046f9919816cd0641" +I1208 17:09:12.561755 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="d5ed6dc9-f011-4ffd-9d6a-5e5e31ad7994" +I1208 17:09:12.562549 19465 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="d5ed6dc9-f011-4ffd-9d6a-5e5e31ad7994" "model"="&{UUID:d5ed6dc9-f011-4ffd-9d6a-5e5e31ad7994 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:09:12.596223 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Load_Balancer_Group" "uuid"="e0c5ef43-4710-4b80-bde9-f6ecf2f768fb" +I1208 17:09:12.596965 19465 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Load_Balancer_Group" "uuid"="e0c5ef43-4710-4b80-bde9-f6ecf2f768fb" "model"="&{UUID:e0c5ef43-4710-4b80-bde9-f6ecf2f768fb LoadBalancer:[] Name:clusterLBGroup}" +I1208 17:09:12.597649 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="2cf16ef1-5d72-4a50-92f1-eed48f409408" +I1208 17:09:12.598280 19465 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="2cf16ef1-5d72-4a50-92f1-eed48f409408" "model"="&{UUID:2cf16ef1-5d72-4a50-92f1-eed48f409408 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +I1208 17:09:12.599004 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" +I1208 17:09:12.599634 19465 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "model"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[subnet:10.1.1.0/24] Ports:[] QOSRules:[]}" +I1208 17:09:12.600445 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" +I1208 17:09:12.601203 19465 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "model"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +I1208 17:09:12.602005 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Port_Group" "uuid"="12151ba4-bd14-482b-8684-73ca61aed327" +I1208 17:09:12.602544 19465 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Port_Group" "uuid"="12151ba4-bd14-482b-8684-73ca61aed327" "model"="&{UUID:12151ba4-bd14-482b-8684-73ca61aed327 ACLs:[] ExternalIDs:map[name:clusterPortGroup] Name:clusterPortGroup Ports:[]}" +I1208 17:09:12.603156 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Port_Group" "uuid"="dc86f603-52a9-453c-8752-fc8a16ef1629" +I1208 17:09:12.603727 19465 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Port_Group" "uuid"="dc86f603-52a9-453c-8752-fc8a16ef1629" "model"="&{UUID:dc86f603-52a9-453c-8752-fc8a16ef1629 ACLs:[] ExternalIDs:map[name:clusterRtrPortGroup] Name:clusterRtrPortGroup Ports:[]}" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b80fa180-c087-45e7-ac49-a35f00a99e5c" "table"="Database" +2021/12/08 17:09:12 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b80fa180-c087-45e7-ac49-a35f00a99e5c" "table"="Database" "model"="&{UUID:b80fa180-c087-45e7-ac49-a35f00a99e5c Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:12.772658 19465 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="unix:///tmp/ovsdb-42f183884294c4575cc93f901b92fe6e" +I1208 17:09:12.874124 19465 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:12.879511 19465 client.go:221] "msg"="successfully connected" "database"="OVN_Southbound" "endpoint"="unix:/tmp/ovsdb-42f183884294c4575cc93f901b92fe6e" +I1208 17:09:12.887181 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Southbound" "table"="Database" "uuid"="b80fa180-c087-45e7-ac49-a35f00a99e5c" +I1208 17:09:12.887872 19465 cache.go:632] cache "msg"="creating row" "database"="OVN_Southbound" "table"="Database" "uuid"="b80fa180-c087-45e7-ac49-a35f00a99e5c" "model"="&{UUID:b80fa180-c087-45e7-ac49-a35f00a99e5c Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:12.898325 19465 services_controller.go:57] Creating event broadcaster +I1208 17:09:12.900517 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:09:12.900870 19465 services_controller.go:82] Setting up event handlers for endpoint slices +W1208 17:09:12.951737 19465 logical_switch_manager.go:480] Failed to get IPs for logical router port rtoj-GR_node1 +W1208 17:09:13.003030 19465 logical_switch_manager.go:480] Failed to get IPs for logical router port rtoj-GR_ovn_cluster_router +I1208 17:09:13.003388 19465 master.go:1360] Node node1 contains subnets: [10.1.1.0/24] +E1208 17:09:13.003619 19465 master.go:1364] network 10.1.1.0/24 does not belong to any known range +W1208 17:09:13.054728 19465 logical_switch_manager.go:480] Failed to get IPs for logical router port rtoj-GR_node1 +I1208 17:09:13.110357 19465 ovn.go:1015] Added event for Node "node1" +I1208 17:09:13.110973 19465 master.go:1009] Allocated Subnets [10.1.1.0/24] on Node node1 +I1208 17:09:13.162767 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:0a:01:01:01 name:rtos-node1 networks:{GoSet:[10.1.1.1/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996817}] +RESULT &[{9cfddbb6-094d-492f-a6fb-6a89cab0b573 map[] [] [] ovn_cluster_router [] map[] [] [] []}]I1208 17:09:13.164199 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996817}]}}] Timeout:0 Where:[where column _uuid == {9cfddbb6-094d-492f-a6fb-6a89cab0b573}] Until: Durable: Comment: Lock: UUIDName:}] +RESULT &[{c14c2cd4-3525-4616-abc8-151a125d20e3 [] [] map[] [] [] [clusterLBGroup-UUID] node1 map[subnet:10.1.1.0/24] [] []}]I1208 17:09:13.166279 19465 model_client.go:292] Update operations generated as: [{Op:update Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:clusterLBGroup-UUID}]} other_config:{GoMap:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {c14c2cd4-3525-4616-abc8-151a125d20e3}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:13.166696 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:0a:01:01:01 name:rtos-node1 networks:{GoSet:[10.1.1.1/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996817} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996817}]}}] Timeout:0 Where:[where column _uuid == {9cfddbb6-094d-492f-a6fb-6a89cab0b573}] Until: Durable: Comment: Lock: UUIDName:} {Op:update Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:clusterLBGroup-UUID}]} other_config:{GoMap:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {c14c2cd4-3525-4616-abc8-151a125d20e3}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:13.168505 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:0a:01:01:01 name:rtos-node1 networks:{GoSet:[10.1.1.1/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996817} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996817}]}}] Timeout:0 Where:[where column _uuid == {9cfddbb6-094d-492f-a6fb-6a89cab0b573}] Until: Durable: Comment: Lock: UUIDName:} {Op:update Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:clusterLBGroup-UUID}]} other_config:{GoMap:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {c14c2cd4-3525-4616-abc8-151a125d20e3}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="62f933c2-c0f4-4053-be3e-d85832c6253e" "table"="Logical_Router_Port" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="62f933c2-c0f4-4053-be3e-d85832c6253e" "table"="Logical_Router_Port" "model"="&{UUID:62f933c2-c0f4-4053-be3e-d85832c6253e Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:0a:01:01:01 Name:rtos-node1 Networks:[10.1.1.1/24] Options:map[] Peer:}" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "table"="Logical_Router" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "table"="Logical_Router" "old"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[]}" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "table"="Logical_Switch" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "table"="Logical_Switch" "old"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[subnet:10.1.1.0/24] Ports:[] QOSRules:[]}" "new"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[] QOSRules:[]}" +I1208 17:09:13.192991 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" +I1208 17:09:13.195028 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "new"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[] QOSRules:[]}" "old"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[subnet:10.1.1.0/24] Ports:[] QOSRules:[]}" +I1208 17:09:13.196384 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Port" "uuid"="62f933c2-c0f4-4053-be3e-d85832c6253e" +I1208 17:09:13.197126 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Router_Port" "uuid"="62f933c2-c0f4-4053-be3e-d85832c6253e" "model"="&{UUID:62f933c2-c0f4-4053-be3e-d85832c6253e Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:0a:01:01:01 Name:rtos-node1 Networks:[10.1.1.1/24] Options:map[] Peer:}" +I1208 17:09:13.198092 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" +I1208 17:09:13.199674 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "new"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[]}" "old"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="62f933c2-c0f4-4053-be3e-d85832c6253e" "table"="Logical_Router_Port" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="62f933c2-c0f4-4053-be3e-d85832c6253e" "table"="Logical_Router_Port" "model"="&{UUID:62f933c2-c0f4-4053-be3e-d85832c6253e Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:0a:01:01:01 Name:rtos-node1 Networks:[10.1.1.1/24] Options:map[] Peer:}" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "table"="Logical_Router" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "table"="Logical_Router" "old"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[]}" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "table"="Logical_Switch" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "table"="Logical_Switch" "old"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[subnet:10.1.1.0/24] Ports:[] QOSRules:[]}" "new"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[] QOSRules:[]}" +I1208 17:09:13.262449 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:stor-node1 options:{GoMap:map[router-port:rtos-node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996818}] +RESULT &[{c14c2cd4-3525-4616-abc8-151a125d20e3 [] [] map[] [] [] [clusterLBGroup-UUID] node1 map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] [] []}]I1208 17:09:13.264265 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996818}]}}] Timeout:0 Where:[where column _uuid == {c14c2cd4-3525-4616-abc8-151a125d20e3}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:13.264673 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:stor-node1 options:{GoMap:map[router-port:rtos-node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996818} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996818}]}}] Timeout:0 Where:[where column _uuid == {c14c2cd4-3525-4616-abc8-151a125d20e3}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:13.265935 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:stor-node1 options:{GoMap:map[router-port:rtos-node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996818} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996818}]}}] Timeout:0 Where:[where column _uuid == {c14c2cd4-3525-4616-abc8-151a125d20e3}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="866bc543-c1ed-4289-84d6-fe85d843aec5" "table"="Logical_Switch_Port" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="866bc543-c1ed-4289-84d6-fe85d843aec5" "table"="Logical_Switch_Port" "model"="&{UUID:866bc543-c1ed-4289-84d6-fe85d843aec5 Addresses:[router] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:stor-node1 Options:map[router-port:rtos-node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "table"="Logical_Switch" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "table"="Logical_Switch" "old"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[] QOSRules:[]}" "new"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[866bc543-c1ed-4289-84d6-fe85d843aec5] QOSRules:[]}" +I1208 17:09:13.285175 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="866bc543-c1ed-4289-84d6-fe85d843aec5" +I1208 17:09:13.286206 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="866bc543-c1ed-4289-84d6-fe85d843aec5" "model"="&{UUID:866bc543-c1ed-4289-84d6-fe85d843aec5 Addresses:[router] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:stor-node1 Options:map[router-port:rtos-node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +I1208 17:09:13.287240 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" +I1208 17:09:13.289076 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "new"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[866bc543-c1ed-4289-84d6-fe85d843aec5] QOSRules:[]}" "old"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[] QOSRules:[]}" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "table"="Logical_Switch" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "table"="Logical_Switch" "old"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[] QOSRules:[]}" "new"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[866bc543-c1ed-4289-84d6-fe85d843aec5] QOSRules:[]}" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="866bc543-c1ed-4289-84d6-fe85d843aec5" "table"="Logical_Switch_Port" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="866bc543-c1ed-4289-84d6-fe85d843aec5" "table"="Logical_Switch_Port" "model"="&{UUID:866bc543-c1ed-4289-84d6-fe85d843aec5 Addresses:[router] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:stor-node1 Options:map[router-port:rtos-node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +I1208 17:09:13.348951 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:866bc543-c1ed-4289-84d6-fe85d843aec5}]}}] Timeout:0 Where:[where column name == clusterRtrPortGroup] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:13.350247 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:866bc543-c1ed-4289-84d6-fe85d843aec5}]}}] Timeout:0 Where:[where column name == clusterRtrPortGroup] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dc86f603-52a9-453c-8752-fc8a16ef1629" "table"="Port_Group" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="dc86f603-52a9-453c-8752-fc8a16ef1629" "table"="Port_Group" "old"="&{UUID:dc86f603-52a9-453c-8752-fc8a16ef1629 ACLs:[] ExternalIDs:map[name:clusterRtrPortGroup] Name:clusterRtrPortGroup Ports:[]}" "new"="&{UUID:dc86f603-52a9-453c-8752-fc8a16ef1629 ACLs:[] ExternalIDs:map[name:clusterRtrPortGroup] Name:clusterRtrPortGroup Ports:[866bc543-c1ed-4289-84d6-fe85d843aec5]}" +I1208 17:09:13.361874 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Port_Group" "uuid"="dc86f603-52a9-453c-8752-fc8a16ef1629" +I1208 17:09:13.363784 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Port_Group" "uuid"="dc86f603-52a9-453c-8752-fc8a16ef1629" "new"="&{UUID:dc86f603-52a9-453c-8752-fc8a16ef1629 ACLs:[] ExternalIDs:map[name:clusterRtrPortGroup] Name:clusterRtrPortGroup Ports:[866bc543-c1ed-4289-84d6-fe85d843aec5]}" "old"="&{UUID:dc86f603-52a9-453c-8752-fc8a16ef1629 ACLs:[] ExternalIDs:map[name:clusterRtrPortGroup] Name:clusterRtrPortGroup Ports:[]}" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dc86f603-52a9-453c-8752-fc8a16ef1629" "table"="Port_Group" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="dc86f603-52a9-453c-8752-fc8a16ef1629" "table"="Port_Group" "old"="&{UUID:dc86f603-52a9-453c-8752-fc8a16ef1629 ACLs:[] ExternalIDs:map[name:clusterRtrPortGroup] Name:clusterRtrPortGroup Ports:[]}" "new"="&{UUID:dc86f603-52a9-453c-8752-fc8a16ef1629 ACLs:[] ExternalIDs:map[name:clusterRtrPortGroup] Name:clusterRtrPortGroup Ports:[866bc543-c1ed-4289-84d6-fe85d843aec5]}" +I1208 17:09:13.368106 19465 kube.go:93] Setting annotations map[k8s.ovn.org/node-subnets:{"default":"10.1.1.0/24"}] on node node1 +I1208 17:09:13.424757 19465 master.go:1175] Node node1 now has a new chassis ID, delete its stale chassis in SBDB +RESULT &[]I1208 17:09:13.477887 19465 model_client.go:292] Update operations generated as: [{Op:update Table:Logical_Router_Port Row:map[mac:0a:58:0a:01:01:01 networks:{GoSet:[10.1.1.1/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {62f933c2-c0f4-4053-be3e-d85832c6253e}] Until: Durable: Comment: Lock: UUIDName:}] +RESULT &[{9cfddbb6-094d-492f-a6fb-6a89cab0b573 map[] [] [] ovn_cluster_router [] map[] [] [62f933c2-c0f4-4053-be3e-d85832c6253e] []}]I1208 17:09:13.479124 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:62f933c2-c0f4-4053-be3e-d85832c6253e}]}}] Timeout:0 Where:[where column _uuid == {9cfddbb6-094d-492f-a6fb-6a89cab0b573}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:13.479482 19465 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Router_Port Row:map[mac:0a:58:0a:01:01:01 networks:{GoSet:[10.1.1.1/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {62f933c2-c0f4-4053-be3e-d85832c6253e}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:62f933c2-c0f4-4053-be3e-d85832c6253e}]}}] Timeout:0 Where:[where column _uuid == {9cfddbb6-094d-492f-a6fb-6a89cab0b573}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:13.480694 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Logical_Router_Port Row:map[mac:0a:58:0a:01:01:01 networks:{GoSet:[10.1.1.1/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {62f933c2-c0f4-4053-be3e-d85832c6253e}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:62f933c2-c0f4-4053-be3e-d85832c6253e}]}}] Timeout:0 Where:[where column _uuid == {9cfddbb6-094d-492f-a6fb-6a89cab0b573}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="62f933c2-c0f4-4053-be3e-d85832c6253e" "table"="Logical_Router_Port" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "table"="Logical_Router" +I1208 17:09:13.493970 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Port" "uuid"="62f933c2-c0f4-4053-be3e-d85832c6253e" +I1208 17:09:13.495612 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="62f933c2-c0f4-4053-be3e-d85832c6253e" "table"="Logical_Router_Port" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "table"="Logical_Router" +I1208 17:09:13.551847 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 name:rtos-node1-cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 priority:1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996819}] +I1208 17:09:13.604112 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:gateway_chassis Mutator:insert Value:{GoSet:[{GoUUID:u2596996819}]}}] Timeout:0 Where:[where column _uuid == {62f933c2-c0f4-4053-be3e-d85832c6253e}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:13.604697 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 name:rtos-node1-cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 priority:1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996819} {Op:mutate Table:Logical_Router_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:gateway_chassis Mutator:insert Value:{GoSet:[{GoUUID:u2596996819}]}}] Timeout:0 Where:[where column _uuid == {62f933c2-c0f4-4053-be3e-d85832c6253e}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:13.605869 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Gateway_Chassis Row:map[chassis_name:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 name:rtos-node1-cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 priority:1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996819} {Op:mutate Table:Logical_Router_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:gateway_chassis Mutator:insert Value:{GoSet:[{GoUUID:u2596996819}]}}] Timeout:0 Where:[where column _uuid == {62f933c2-c0f4-4053-be3e-d85832c6253e}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="87f8e334-a792-4759-98e6-8f3725553479" "table"="Gateway_Chassis" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="87f8e334-a792-4759-98e6-8f3725553479" "table"="Gateway_Chassis" "model"="&{UUID:87f8e334-a792-4759-98e6-8f3725553479 ChassisName:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 ExternalIDs:map[] Name:rtos-node1-cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 Options:map[] Priority:1}" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="62f933c2-c0f4-4053-be3e-d85832c6253e" "table"="Logical_Router_Port" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="62f933c2-c0f4-4053-be3e-d85832c6253e" "table"="Logical_Router_Port" "old"="&{UUID:62f933c2-c0f4-4053-be3e-d85832c6253e Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:0a:01:01:01 Name:rtos-node1 Networks:[10.1.1.1/24] Options:map[] Peer:}" "new"="&{UUID:62f933c2-c0f4-4053-be3e-d85832c6253e Enabled: ExternalIDs:map[] GatewayChassis:[87f8e334-a792-4759-98e6-8f3725553479] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:0a:01:01:01 Name:rtos-node1 Networks:[10.1.1.1/24] Options:map[] Peer:}" +I1208 17:09:13.621853 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Gateway_Chassis" "uuid"="87f8e334-a792-4759-98e6-8f3725553479" +I1208 17:09:13.622840 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Gateway_Chassis" "uuid"="87f8e334-a792-4759-98e6-8f3725553479" "model"="&{UUID:87f8e334-a792-4759-98e6-8f3725553479 ChassisName:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 ExternalIDs:map[] Name:rtos-node1-cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 Options:map[] Priority:1}" +I1208 17:09:13.623751 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Port" "uuid"="62f933c2-c0f4-4053-be3e-d85832c6253e" +I1208 17:09:13.625563 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Router_Port" "uuid"="62f933c2-c0f4-4053-be3e-d85832c6253e" "new"="&{UUID:62f933c2-c0f4-4053-be3e-d85832c6253e Enabled: ExternalIDs:map[] GatewayChassis:[87f8e334-a792-4759-98e6-8f3725553479] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:0a:01:01:01 Name:rtos-node1 Networks:[10.1.1.1/24] Options:map[] Peer:}" "old"="&{UUID:62f933c2-c0f4-4053-be3e-d85832c6253e Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:0a:01:01:01 Name:rtos-node1 Networks:[10.1.1.1/24] Options:map[] Peer:}" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="62f933c2-c0f4-4053-be3e-d85832c6253e" "table"="Logical_Router_Port" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="62f933c2-c0f4-4053-be3e-d85832c6253e" "table"="Logical_Router_Port" "old"="&{UUID:62f933c2-c0f4-4053-be3e-d85832c6253e Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:0a:01:01:01 Name:rtos-node1 Networks:[10.1.1.1/24] Options:map[] Peer:}" "new"="&{UUID:62f933c2-c0f4-4053-be3e-d85832c6253e Enabled: ExternalIDs:map[] GatewayChassis:[87f8e334-a792-4759-98e6-8f3725553479] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:0a:01:01:01 Name:rtos-node1 Networks:[10.1.1.1/24] Options:map[] Peer:}" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="87f8e334-a792-4759-98e6-8f3725553479" "table"="Gateway_Chassis" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="87f8e334-a792-4759-98e6-8f3725553479" "table"="Gateway_Chassis" "model"="&{UUID:87f8e334-a792-4759-98e6-8f3725553479 ChassisName:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 ExternalIDs:map[] Name:rtos-node1-cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 Options:map[] Priority:1}" +RESULT &[]I1208 17:09:13.632108 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport log:false match:ip4.src==10.1.1.2 priority:1001] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996820}] +RESULT &[{c14c2cd4-3525-4616-abc8-151a125d20e3 [] [] map[] [] [] [clusterLBGroup-UUID] node1 map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] [866bc543-c1ed-4289-84d6-fe85d843aec5] []}]I1208 17:09:13.633854 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2596996820}]}}] Timeout:0 Where:[where column _uuid == {c14c2cd4-3525-4616-abc8-151a125d20e3}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:13.634113 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport log:false match:ip4.src==10.1.1.2 priority:1001] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996820} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2596996820}]}}] Timeout:0 Where:[where column _uuid == {c14c2cd4-3525-4616-abc8-151a125d20e3}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:13.635355 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport log:false match:ip4.src==10.1.1.2 priority:1001] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996820} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2596996820}]}}] Timeout:0 Where:[where column _uuid == {c14c2cd4-3525-4616-abc8-151a125d20e3}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c822bab6-e8e0-42c2-a81b-48c7d89bab8f" "table"="ACL" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c822bab6-e8e0-42c2-a81b-48c7d89bab8f" "table"="ACL" "model"="&{UUID:c822bab6-e8e0-42c2-a81b-48c7d89bab8f Action:allow-related Direction:to-lport ExternalIDs:map[] Label:0 Log:false Match:ip4.src==10.1.1.2 Meter: Name: Priority:1001 Severity:}" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "table"="Logical_Switch" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "table"="Logical_Switch" "old"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[866bc543-c1ed-4289-84d6-fe85d843aec5] QOSRules:[]}" "new"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[c822bab6-e8e0-42c2-a81b-48c7d89bab8f] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[866bc543-c1ed-4289-84d6-fe85d843aec5] QOSRules:[]}" +I1208 17:09:13.653211 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="ACL" "uuid"="c822bab6-e8e0-42c2-a81b-48c7d89bab8f" +I1208 17:09:13.654228 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="ACL" "uuid"="c822bab6-e8e0-42c2-a81b-48c7d89bab8f" "model"="&{UUID:c822bab6-e8e0-42c2-a81b-48c7d89bab8f Action:allow-related Direction:to-lport ExternalIDs:map[] Label:0 Log:false Match:ip4.src==10.1.1.2 Meter: Name: Priority:1001 Severity:}" +I1208 17:09:13.655159 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" +I1208 17:09:13.657355 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "new"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[c822bab6-e8e0-42c2-a81b-48c7d89bab8f] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[866bc543-c1ed-4289-84d6-fe85d843aec5] QOSRules:[]}" "old"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[866bc543-c1ed-4289-84d6-fe85d843aec5] QOSRules:[]}" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c822bab6-e8e0-42c2-a81b-48c7d89bab8f" "table"="ACL" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c822bab6-e8e0-42c2-a81b-48c7d89bab8f" "table"="ACL" "model"="&{UUID:c822bab6-e8e0-42c2-a81b-48c7d89bab8f Action:allow-related Direction:to-lport ExternalIDs:map[] Label:0 Log:false Match:ip4.src==10.1.1.2 Meter: Name: Priority:1001 Severity:}" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "table"="Logical_Switch" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "table"="Logical_Switch" "old"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[866bc543-c1ed-4289-84d6-fe85d843aec5] QOSRules:[]}" "new"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[c822bab6-e8e0-42c2-a81b-48c7d89bab8f] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[866bc543-c1ed-4289-84d6-fe85d843aec5] QOSRules:[]}" +RESULT &[]I1208 17:09:13.664468 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.1.1.0/24 nexthop:10.1.1.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996821}] +RESULT &[{9cfddbb6-094d-492f-a6fb-6a89cab0b573 map[] [] [] ovn_cluster_router [] map[] [] [62f933c2-c0f4-4053-be3e-d85832c6253e] []}]I1208 17:09:13.665689 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996821}]}}] Timeout:0 Where:[where column _uuid == {9cfddbb6-094d-492f-a6fb-6a89cab0b573}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:13.665998 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.1.1.0/24 nexthop:10.1.1.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996821} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996821}]}}] Timeout:0 Where:[where column _uuid == {9cfddbb6-094d-492f-a6fb-6a89cab0b573}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:13.667093 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.1.1.0/24 nexthop:10.1.1.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996821} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996821}]}}] Timeout:0 Where:[where column _uuid == {9cfddbb6-094d-492f-a6fb-6a89cab0b573}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e35d830a-13e5-484a-a307-45c741286a55" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e35d830a-13e5-484a-a307-45c741286a55" "table"="Logical_Router_Static_Route" "model"="&{UUID:e35d830a-13e5-484a-a307-45c741286a55 BFD: ExternalIDs:map[] IPPrefix:10.1.1.0/24 Nexthop:10.1.1.2 Options:map[] OutputPort: Policy:0xc00eaaba50}" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "table"="Logical_Router" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "table"="Logical_Router" "old"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[]}" "new"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[e35d830a-13e5-484a-a307-45c741286a55]}" +I1208 17:09:13.682701 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Static_Route" "uuid"="e35d830a-13e5-484a-a307-45c741286a55" +I1208 17:09:13.683600 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Router_Static_Route" "uuid"="e35d830a-13e5-484a-a307-45c741286a55" "model"="&{UUID:e35d830a-13e5-484a-a307-45c741286a55 BFD: ExternalIDs:map[] IPPrefix:10.1.1.0/24 Nexthop:10.1.1.2 Options:map[] OutputPort: Policy:0xc03f838e40}" +I1208 17:09:13.684571 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" +I1208 17:09:13.686186 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "new"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[e35d830a-13e5-484a-a307-45c741286a55]}" "old"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[]}" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "table"="Logical_Router" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "table"="Logical_Router" "old"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[]}" "new"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[e35d830a-13e5-484a-a307-45c741286a55]}" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e35d830a-13e5-484a-a307-45c741286a55" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e35d830a-13e5-484a-a307-45c741286a55" "table"="Logical_Router_Static_Route" "model"="&{UUID:e35d830a-13e5-484a-a307-45c741286a55 BFD: ExternalIDs:map[] IPPrefix:10.1.1.0/24 Nexthop:10.1.1.2 Options:map[] OutputPort: Policy:0xc03f8393e0}" +I1208 17:09:13.743231 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:01:01:02 10.1.1.2]} name:k8s-node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996822}] +RESULT &[{c14c2cd4-3525-4616-abc8-151a125d20e3 [c822bab6-e8e0-42c2-a81b-48c7d89bab8f] [] map[] [] [] [clusterLBGroup-UUID] node1 map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] [866bc543-c1ed-4289-84d6-fe85d843aec5] []}]I1208 17:09:13.745002 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996822}]}}] Timeout:0 Where:[where column _uuid == {c14c2cd4-3525-4616-abc8-151a125d20e3}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:13.745356 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:01:01:02 10.1.1.2]} name:k8s-node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996822} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996822}]}}] Timeout:0 Where:[where column _uuid == {c14c2cd4-3525-4616-abc8-151a125d20e3}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:13.746523 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:01:01:02 10.1.1.2]} name:k8s-node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996822} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996822}]}}] Timeout:0 Where:[where column _uuid == {c14c2cd4-3525-4616-abc8-151a125d20e3}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ed7bfeef-85ef-4b2f-90c8-a77b2b4dcc20" "table"="Logical_Switch_Port" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ed7bfeef-85ef-4b2f-90c8-a77b2b4dcc20" "table"="Logical_Switch_Port" "model"="&{UUID:ed7bfeef-85ef-4b2f-90c8-a77b2b4dcc20 Addresses:[0a:58:0a:01:01:02 10.1.1.2] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:k8s-node1 Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "table"="Logical_Switch" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "table"="Logical_Switch" "old"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[c822bab6-e8e0-42c2-a81b-48c7d89bab8f] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[866bc543-c1ed-4289-84d6-fe85d843aec5] QOSRules:[]}" "new"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[c822bab6-e8e0-42c2-a81b-48c7d89bab8f] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[866bc543-c1ed-4289-84d6-fe85d843aec5 ed7bfeef-85ef-4b2f-90c8-a77b2b4dcc20] QOSRules:[]}" +I1208 17:09:13.763979 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" +I1208 17:09:13.766238 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "new"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[c822bab6-e8e0-42c2-a81b-48c7d89bab8f] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[866bc543-c1ed-4289-84d6-fe85d843aec5 ed7bfeef-85ef-4b2f-90c8-a77b2b4dcc20] QOSRules:[]}" "old"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[c822bab6-e8e0-42c2-a81b-48c7d89bab8f] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[866bc543-c1ed-4289-84d6-fe85d843aec5] QOSRules:[]}" +I1208 17:09:13.767661 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="ed7bfeef-85ef-4b2f-90c8-a77b2b4dcc20" +I1208 17:09:13.768503 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="ed7bfeef-85ef-4b2f-90c8-a77b2b4dcc20" "model"="&{UUID:ed7bfeef-85ef-4b2f-90c8-a77b2b4dcc20 Addresses:[0a:58:0a:01:01:02 10.1.1.2] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:k8s-node1 Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "table"="Logical_Switch" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "table"="Logical_Switch" "old"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[c822bab6-e8e0-42c2-a81b-48c7d89bab8f] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[866bc543-c1ed-4289-84d6-fe85d843aec5] QOSRules:[]}" "new"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[c822bab6-e8e0-42c2-a81b-48c7d89bab8f] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[866bc543-c1ed-4289-84d6-fe85d843aec5 ed7bfeef-85ef-4b2f-90c8-a77b2b4dcc20] QOSRules:[]}" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ed7bfeef-85ef-4b2f-90c8-a77b2b4dcc20" "table"="Logical_Switch_Port" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ed7bfeef-85ef-4b2f-90c8-a77b2b4dcc20" "table"="Logical_Switch_Port" "model"="&{UUID:ed7bfeef-85ef-4b2f-90c8-a77b2b4dcc20 Addresses:[0a:58:0a:01:01:02 10.1.1.2] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:k8s-node1 Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +I1208 17:09:13.826996 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:ed7bfeef-85ef-4b2f-90c8-a77b2b4dcc20}]}}] Timeout:0 Where:[where column name == clusterPortGroup] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:13.828159 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:ed7bfeef-85ef-4b2f-90c8-a77b2b4dcc20}]}}] Timeout:0 Where:[where column name == clusterPortGroup] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="12151ba4-bd14-482b-8684-73ca61aed327" "table"="Port_Group" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="12151ba4-bd14-482b-8684-73ca61aed327" "table"="Port_Group" "old"="&{UUID:12151ba4-bd14-482b-8684-73ca61aed327 ACLs:[] ExternalIDs:map[name:clusterPortGroup] Name:clusterPortGroup Ports:[]}" "new"="&{UUID:12151ba4-bd14-482b-8684-73ca61aed327 ACLs:[] ExternalIDs:map[name:clusterPortGroup] Name:clusterPortGroup Ports:[ed7bfeef-85ef-4b2f-90c8-a77b2b4dcc20]}" +I1208 17:09:13.839509 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Port_Group" "uuid"="12151ba4-bd14-482b-8684-73ca61aed327" +I1208 17:09:13.840961 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Port_Group" "uuid"="12151ba4-bd14-482b-8684-73ca61aed327" "new"="&{UUID:12151ba4-bd14-482b-8684-73ca61aed327 ACLs:[] ExternalIDs:map[name:clusterPortGroup] Name:clusterPortGroup Ports:[ed7bfeef-85ef-4b2f-90c8-a77b2b4dcc20]}" "old"="&{UUID:12151ba4-bd14-482b-8684-73ca61aed327 ACLs:[] ExternalIDs:map[name:clusterPortGroup] Name:clusterPortGroup Ports:[]}" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="12151ba4-bd14-482b-8684-73ca61aed327" "table"="Port_Group" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="12151ba4-bd14-482b-8684-73ca61aed327" "table"="Port_Group" "old"="&{UUID:12151ba4-bd14-482b-8684-73ca61aed327 ACLs:[] ExternalIDs:map[name:clusterPortGroup] Name:clusterPortGroup Ports:[]}" "new"="&{UUID:12151ba4-bd14-482b-8684-73ca61aed327 ACLs:[] ExternalIDs:map[name:clusterPortGroup] Name:clusterPortGroup Ports:[ed7bfeef-85ef-4b2f-90c8-a77b2b4dcc20]}" +I1208 17:09:13.947581 19465 util.go:266] Hybridoverlay port does not exist for node node1 +I1208 17:09:13.947968 19465 util.go:273] haveMP true haveHO false ManagementPortAddress 10.1.1.2/24 HybridOverlayAddressOA 10.1.1.3/24 +RESULT &[{c14c2cd4-3525-4616-abc8-151a125d20e3 [c822bab6-e8e0-42c2-a81b-48c7d89bab8f] [] map[] [] [] [clusterLBGroup-UUID] node1 map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] [866bc543-c1ed-4289-84d6-fe85d843aec5 ed7bfeef-85ef-4b2f-90c8-a77b2b4dcc20] []}]I1208 17:09:13.949691 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:other_config Mutator:delete Value:{GoSet:[exclude_ips]}}] Timeout:0 Where:[where column _uuid == {c14c2cd4-3525-4616-abc8-151a125d20e3}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:13.949995 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:other_config Mutator:delete Value:{GoSet:[exclude_ips]}}] Timeout:0 Where:[where column _uuid == {c14c2cd4-3525-4616-abc8-151a125d20e3}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:13.950789 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:other_config Mutator:delete Value:{GoSet:[exclude_ips]}}] Timeout:0 Where:[where column _uuid == {c14c2cd4-3525-4616-abc8-151a125d20e3}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "table"="Logical_Switch" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "table"="Logical_Switch" "old"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[c822bab6-e8e0-42c2-a81b-48c7d89bab8f] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[866bc543-c1ed-4289-84d6-fe85d843aec5 ed7bfeef-85ef-4b2f-90c8-a77b2b4dcc20] QOSRules:[]}" "new"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[c822bab6-e8e0-42c2-a81b-48c7d89bab8f] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[subnet:10.1.1.0/24] Ports:[866bc543-c1ed-4289-84d6-fe85d843aec5 ed7bfeef-85ef-4b2f-90c8-a77b2b4dcc20] QOSRules:[]}" +I1208 17:09:13.964977 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" +I1208 17:09:13.967392 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "new"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[c822bab6-e8e0-42c2-a81b-48c7d89bab8f] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[subnet:10.1.1.0/24] Ports:[866bc543-c1ed-4289-84d6-fe85d843aec5 ed7bfeef-85ef-4b2f-90c8-a77b2b4dcc20] QOSRules:[]}" "old"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[c822bab6-e8e0-42c2-a81b-48c7d89bab8f] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[866bc543-c1ed-4289-84d6-fe85d843aec5 ed7bfeef-85ef-4b2f-90c8-a77b2b4dcc20] QOSRules:[]}" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "table"="Logical_Switch" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c14c2cd4-3525-4616-abc8-151a125d20e3" "table"="Logical_Switch" "old"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[c822bab6-e8e0-42c2-a81b-48c7d89bab8f] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[866bc543-c1ed-4289-84d6-fe85d843aec5 ed7bfeef-85ef-4b2f-90c8-a77b2b4dcc20] QOSRules:[]}" "new"="&{UUID:c14c2cd4-3525-4616-abc8-151a125d20e3 ACLs:[c822bab6-e8e0-42c2-a81b-48c7d89bab8f] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[subnet:10.1.1.0/24] Ports:[866bc543-c1ed-4289-84d6-fe85d843aec5 ed7bfeef-85ef-4b2f-90c8-a77b2b4dcc20] QOSRules:[]}" +RESULT &[]I1208 17:09:13.975151 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Router Row:map[external_ids:{GoMap:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2]} load_balancer_group:{GoSet:[{GoUUID:clusterLBGroup-UUID}]} name:GR_node1 options:{GoMap:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996823}] +I1208 17:09:13.975734 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router Row:map[external_ids:{GoMap:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2]} load_balancer_group:{GoSet:[{GoUUID:clusterLBGroup-UUID}]} name:GR_node1 options:{GoMap:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996823}] +I1208 17:09:13.976865 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Router Row:map[external_ids:{GoMap:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2]} load_balancer_group:{GoSet:[{GoUUID:clusterLBGroup-UUID}]} name:GR_node1 options:{GoMap:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996823}]" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" +2021/12/08 17:09:13 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" "model"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" +I1208 17:09:13.993416 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" +I1208 17:09:13.994570 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "model"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" "model"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" +I1208 17:09:14.052829 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_node1 options:{GoMap:map[router-port:rtoj-GR_node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996824}] +RESULT &[{2cf16ef1-5d72-4a50-92f1-eed48f409408 [] [] map[] [] [] [] join map[] [] []}]I1208 17:09:14.054765 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996824}]}}] Timeout:0 Where:[where column _uuid == {2cf16ef1-5d72-4a50-92f1-eed48f409408}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.055147 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_node1 options:{GoMap:map[router-port:rtoj-GR_node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996824} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996824}]}}] Timeout:0 Where:[where column _uuid == {2cf16ef1-5d72-4a50-92f1-eed48f409408}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.056302 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_node1 options:{GoMap:map[router-port:rtoj-GR_node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996824} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996824}]}}] Timeout:0 Where:[where column _uuid == {2cf16ef1-5d72-4a50-92f1-eed48f409408}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1e3afe1b-6cac-4f4b-a656-02d40c069469" "table"="Logical_Switch_Port" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1e3afe1b-6cac-4f4b-a656-02d40c069469" "table"="Logical_Switch_Port" "model"="&{UUID:1e3afe1b-6cac-4f4b-a656-02d40c069469 Addresses:[router] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:jtor-GR_node1 Options:map[router-port:rtoj-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2cf16ef1-5d72-4a50-92f1-eed48f409408" "table"="Logical_Switch" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2cf16ef1-5d72-4a50-92f1-eed48f409408" "table"="Logical_Switch" "old"="&{UUID:2cf16ef1-5d72-4a50-92f1-eed48f409408 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:2cf16ef1-5d72-4a50-92f1-eed48f409408 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[1e3afe1b-6cac-4f4b-a656-02d40c069469] QOSRules:[]}" +I1208 17:09:14.075516 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="1e3afe1b-6cac-4f4b-a656-02d40c069469" +I1208 17:09:14.076702 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="1e3afe1b-6cac-4f4b-a656-02d40c069469" "model"="&{UUID:1e3afe1b-6cac-4f4b-a656-02d40c069469 Addresses:[router] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:jtor-GR_node1 Options:map[router-port:rtoj-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +I1208 17:09:14.077758 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="2cf16ef1-5d72-4a50-92f1-eed48f409408" +I1208 17:09:14.079570 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="2cf16ef1-5d72-4a50-92f1-eed48f409408" "new"="&{UUID:2cf16ef1-5d72-4a50-92f1-eed48f409408 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[1e3afe1b-6cac-4f4b-a656-02d40c069469] QOSRules:[]}" "old"="&{UUID:2cf16ef1-5d72-4a50-92f1-eed48f409408 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1e3afe1b-6cac-4f4b-a656-02d40c069469" "table"="Logical_Switch_Port" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1e3afe1b-6cac-4f4b-a656-02d40c069469" "table"="Logical_Switch_Port" "model"="&{UUID:1e3afe1b-6cac-4f4b-a656-02d40c069469 Addresses:[router] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:jtor-GR_node1 Options:map[router-port:rtoj-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2cf16ef1-5d72-4a50-92f1-eed48f409408" "table"="Logical_Switch" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2cf16ef1-5d72-4a50-92f1-eed48f409408" "table"="Logical_Switch" "old"="&{UUID:2cf16ef1-5d72-4a50-92f1-eed48f409408 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:2cf16ef1-5d72-4a50-92f1-eed48f409408 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[1e3afe1b-6cac-4f4b-a656-02d40c069469] QOSRules:[]}" +I1208 17:09:14.136723 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:02 name:rtoj-GR_node1 networks:{GoSet:[100.64.0.2/16]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996825}] +RESULT &[{4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] [] [clusterLBGroup-UUID] GR_node1 [] map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [] []}]I1208 17:09:14.138744 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996825}]}}] Timeout:0 Where:[where column _uuid == {4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.139139 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:02 name:rtoj-GR_node1 networks:{GoSet:[100.64.0.2/16]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996825} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996825}]}}] Timeout:0 Where:[where column _uuid == {4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.140224 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:02 name:rtoj-GR_node1 networks:{GoSet:[100.64.0.2/16]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996825} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996825}]}}] Timeout:0 Where:[where column _uuid == {4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="68832f25-30e9-4370-bdbc-bdd3da3f85df" "table"="Logical_Router_Port" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="68832f25-30e9-4370-bdbc-bdd3da3f85df" "table"="Logical_Router_Port" "model"="&{UUID:68832f25-30e9-4370-bdbc-bdd3da3f85df Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:64:40:00:02 Name:rtoj-GR_node1 Networks:[100.64.0.2/16] Options:map[] Peer:}" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" "old"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df] StaticRoutes:[]}" +I1208 17:09:14.157722 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" +I1208 17:09:14.160632 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "new"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df] StaticRoutes:[]}" "old"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" +I1208 17:09:14.162611 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Port" "uuid"="68832f25-30e9-4370-bdbc-bdd3da3f85df" +I1208 17:09:14.163412 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Router_Port" "uuid"="68832f25-30e9-4370-bdbc-bdd3da3f85df" "model"="&{UUID:68832f25-30e9-4370-bdbc-bdd3da3f85df Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:64:40:00:02 Name:rtoj-GR_node1 Networks:[100.64.0.2/16] Options:map[] Peer:}" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" "old"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df] StaticRoutes:[]}" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="68832f25-30e9-4370-bdbc-bdd3da3f85df" "table"="Logical_Router_Port" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="68832f25-30e9-4370-bdbc-bdd3da3f85df" "table"="Logical_Router_Port" "model"="&{UUID:68832f25-30e9-4370-bdbc-bdd3da3f85df Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:64:40:00:02 Name:rtoj-GR_node1 Networks:[100.64.0.2/16] Options:map[] Peer:}" +RESULT &[]I1208 17:09:14.173962 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.1.0.0/16 nexthop:100.64.0.1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996826}] +RESULT &[{4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] [] [clusterLBGroup-UUID] GR_node1 [] map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [68832f25-30e9-4370-bdbc-bdd3da3f85df] []}]I1208 17:09:14.176071 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996826}]}}] Timeout:0 Where:[where column _uuid == {4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.176660 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.1.0.0/16 nexthop:100.64.0.1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996826} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996826}]}}] Timeout:0 Where:[where column _uuid == {4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.177864 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.1.0.0/16 nexthop:100.64.0.1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996826} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996826}]}}] Timeout:0 Where:[where column _uuid == {4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d" "table"="Logical_Router_Static_Route" "model"="&{UUID:aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d BFD: ExternalIDs:map[] IPPrefix:10.1.0.0/16 Nexthop:100.64.0.1 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" "old"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df] StaticRoutes:[]}" "new"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df] StaticRoutes:[aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d]}" +I1208 17:09:14.196503 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Static_Route" "uuid"="aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d" +I1208 17:09:14.197462 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Router_Static_Route" "uuid"="aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d" "model"="&{UUID:aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d BFD: ExternalIDs:map[] IPPrefix:10.1.0.0/16 Nexthop:100.64.0.1 Options:map[] OutputPort: Policy:}" +I1208 17:09:14.198306 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" +I1208 17:09:14.200878 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "new"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df] StaticRoutes:[aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d]}" "old"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df] StaticRoutes:[]}" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d" "table"="Logical_Router_Static_Route" "model"="&{UUID:aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d BFD: ExternalIDs:map[] IPPrefix:10.1.0.0/16 Nexthop:100.64.0.1 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" "old"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df] StaticRoutes:[]}" "new"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df] StaticRoutes:[aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d]}" +RESULT &[]I1208 17:09:14.210507 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[name:ext_node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996827}] +I1208 17:09:14.210865 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch Row:map[name:ext_node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996827}] +I1208 17:09:14.211523 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Switch Row:map[name:ext_node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996827}]" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1b2f7a3e-60a5-49b4-bce6-bd7654dbb294" "table"="Logical_Switch" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1b2f7a3e-60a5-49b4-bce6-bd7654dbb294" "table"="Logical_Switch" "model"="&{UUID:1b2f7a3e-60a5-49b4-bce6-bd7654dbb294 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +I1208 17:09:14.219395 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="1b2f7a3e-60a5-49b4-bce6-bd7654dbb294" +I1208 17:09:14.220427 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="1b2f7a3e-60a5-49b4-bce6-bd7654dbb294" "model"="&{UUID:1b2f7a3e-60a5-49b4-bce6-bd7654dbb294 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1b2f7a3e-60a5-49b4-bce6-bd7654dbb294" "table"="Logical_Switch" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1b2f7a3e-60a5-49b4-bce6-bd7654dbb294" "table"="Logical_Switch" "model"="&{UUID:1b2f7a3e-60a5-49b4-bce6-bd7654dbb294 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +I1208 17:09:14.274953 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} name:br-eth0_node1 options:{GoMap:map[network_name:physnet]} tag_request:{GoSet:[1024]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996828}] +RESULT &[{1b2f7a3e-60a5-49b4-bce6-bd7654dbb294 [] [] map[] [] [] [] ext_node1 map[] [] []}]I1208 17:09:14.277192 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996828}]}}] Timeout:0 Where:[where column _uuid == {1b2f7a3e-60a5-49b4-bce6-bd7654dbb294}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.277590 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} name:br-eth0_node1 options:{GoMap:map[network_name:physnet]} tag_request:{GoSet:[1024]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996828} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996828}]}}] Timeout:0 Where:[where column _uuid == {1b2f7a3e-60a5-49b4-bce6-bd7654dbb294}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.278886 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} name:br-eth0_node1 options:{GoMap:map[network_name:physnet]} tag_request:{GoSet:[1024]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996828} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996828}]}}] Timeout:0 Where:[where column _uuid == {1b2f7a3e-60a5-49b4-bce6-bd7654dbb294}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3659b388-f94d-478f-8b5c-d1c19749f7f5" "table"="Logical_Switch_Port" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3659b388-f94d-478f-8b5c-d1c19749f7f5" "table"="Logical_Switch_Port" "model"="&{UUID:3659b388-f94d-478f-8b5c-d1c19749f7f5 Addresses:[unknown] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:br-eth0_node1 Options:map[network_name:physnet] ParentName: PortSecurity:[] Tag: TagRequest:0xc044703750 Type:localnet Up:}" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1b2f7a3e-60a5-49b4-bce6-bd7654dbb294" "table"="Logical_Switch" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1b2f7a3e-60a5-49b4-bce6-bd7654dbb294" "table"="Logical_Switch" "old"="&{UUID:1b2f7a3e-60a5-49b4-bce6-bd7654dbb294 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:1b2f7a3e-60a5-49b4-bce6-bd7654dbb294 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[3659b388-f94d-478f-8b5c-d1c19749f7f5] QOSRules:[]}" +I1208 17:09:14.297150 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="3659b388-f94d-478f-8b5c-d1c19749f7f5" +I1208 17:09:14.298406 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="3659b388-f94d-478f-8b5c-d1c19749f7f5" "model"="&{UUID:3659b388-f94d-478f-8b5c-d1c19749f7f5 Addresses:[unknown] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:br-eth0_node1 Options:map[network_name:physnet] ParentName: PortSecurity:[] Tag: TagRequest:0xc03f710360 Type:localnet Up:}" +I1208 17:09:14.299449 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="1b2f7a3e-60a5-49b4-bce6-bd7654dbb294" +I1208 17:09:14.301131 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="1b2f7a3e-60a5-49b4-bce6-bd7654dbb294" "new"="&{UUID:1b2f7a3e-60a5-49b4-bce6-bd7654dbb294 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[3659b388-f94d-478f-8b5c-d1c19749f7f5] QOSRules:[]}" "old"="&{UUID:1b2f7a3e-60a5-49b4-bce6-bd7654dbb294 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1b2f7a3e-60a5-49b4-bce6-bd7654dbb294" "table"="Logical_Switch" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1b2f7a3e-60a5-49b4-bce6-bd7654dbb294" "table"="Logical_Switch" "old"="&{UUID:1b2f7a3e-60a5-49b4-bce6-bd7654dbb294 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:1b2f7a3e-60a5-49b4-bce6-bd7654dbb294 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[3659b388-f94d-478f-8b5c-d1c19749f7f5] QOSRules:[]}" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3659b388-f94d-478f-8b5c-d1c19749f7f5" "table"="Logical_Switch_Port" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3659b388-f94d-478f-8b5c-d1c19749f7f5" "table"="Logical_Switch_Port" "model"="&{UUID:3659b388-f94d-478f-8b5c-d1c19749f7f5 Addresses:[unknown] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:br-eth0_node1 Options:map[network_name:physnet] ParentName: PortSecurity:[] Tag: TagRequest:0xc03f7111c8 Type:localnet Up:}" +I1208 17:09:14.358694 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:11:22:33:44:55:66 name:rtoe-GR_node1 networks:{GoSet:[172.16.16.2/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996829}] +RESULT &[{4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] [] [clusterLBGroup-UUID] GR_node1 [] map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [68832f25-30e9-4370-bdbc-bdd3da3f85df] [aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d]}]I1208 17:09:14.360871 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996829}]}}] Timeout:0 Where:[where column _uuid == {4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.361186 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:11:22:33:44:55:66 name:rtoe-GR_node1 networks:{GoSet:[172.16.16.2/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996829} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996829}]}}] Timeout:0 Where:[where column _uuid == {4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.362371 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:11:22:33:44:55:66 name:rtoe-GR_node1 networks:{GoSet:[172.16.16.2/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996829} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996829}]}}] Timeout:0 Where:[where column _uuid == {4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ac29cb71-54fc-45e4-b7ba-620fa51455d4" "table"="Logical_Router_Port" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ac29cb71-54fc-45e4-b7ba-620fa51455d4" "table"="Logical_Router_Port" "model"="&{UUID:ac29cb71-54fc-45e4-b7ba-620fa51455d4 Enabled: ExternalIDs:map[gateway-physical-ip:yes] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:11:22:33:44:55:66 Name:rtoe-GR_node1 Networks:[172.16.16.2/24] Options:map[] Peer:}" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" "old"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df] StaticRoutes:[aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d]}" "new"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df ac29cb71-54fc-45e4-b7ba-620fa51455d4] StaticRoutes:[aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d]}" +I1208 17:09:14.384355 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" +I1208 17:09:14.387297 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "new"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df ac29cb71-54fc-45e4-b7ba-620fa51455d4] StaticRoutes:[aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d]}" "old"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df] StaticRoutes:[aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d]}" +I1208 17:09:14.389509 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Port" "uuid"="ac29cb71-54fc-45e4-b7ba-620fa51455d4" +I1208 17:09:14.390390 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Router_Port" "uuid"="ac29cb71-54fc-45e4-b7ba-620fa51455d4" "model"="&{UUID:ac29cb71-54fc-45e4-b7ba-620fa51455d4 Enabled: ExternalIDs:map[gateway-physical-ip:yes] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:11:22:33:44:55:66 Name:rtoe-GR_node1 Networks:[172.16.16.2/24] Options:map[] Peer:}" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" "old"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df] StaticRoutes:[aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d]}" "new"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df ac29cb71-54fc-45e4-b7ba-620fa51455d4] StaticRoutes:[aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d]}" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ac29cb71-54fc-45e4-b7ba-620fa51455d4" "table"="Logical_Router_Port" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ac29cb71-54fc-45e4-b7ba-620fa51455d4" "table"="Logical_Router_Port" "model"="&{UUID:ac29cb71-54fc-45e4-b7ba-620fa51455d4 Enabled: ExternalIDs:map[gateway-physical-ip:yes] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:11:22:33:44:55:66 Name:rtoe-GR_node1 Networks:[172.16.16.2/24] Options:map[] Peer:}" +I1208 17:09:14.449000 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[11:22:33:44:55:66]} name:etor-GR_node1 options:{GoMap:map[router-port:rtoe-GR_node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996830}] +RESULT &[{1b2f7a3e-60a5-49b4-bce6-bd7654dbb294 [] [] map[] [] [] [] ext_node1 map[] [3659b388-f94d-478f-8b5c-d1c19749f7f5] []}]I1208 17:09:14.451183 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996830}]}}] Timeout:0 Where:[where column _uuid == {1b2f7a3e-60a5-49b4-bce6-bd7654dbb294}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.451578 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[11:22:33:44:55:66]} name:etor-GR_node1 options:{GoMap:map[router-port:rtoe-GR_node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996830} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996830}]}}] Timeout:0 Where:[where column _uuid == {1b2f7a3e-60a5-49b4-bce6-bd7654dbb294}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.452776 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[11:22:33:44:55:66]} name:etor-GR_node1 options:{GoMap:map[router-port:rtoe-GR_node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996830} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996830}]}}] Timeout:0 Where:[where column _uuid == {1b2f7a3e-60a5-49b4-bce6-bd7654dbb294}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="73994936-256c-47c3-a3cb-0b09c0c6c018" "table"="Logical_Switch_Port" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="73994936-256c-47c3-a3cb-0b09c0c6c018" "table"="Logical_Switch_Port" "model"="&{UUID:73994936-256c-47c3-a3cb-0b09c0c6c018 Addresses:[11:22:33:44:55:66] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1b2f7a3e-60a5-49b4-bce6-bd7654dbb294" "table"="Logical_Switch" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1b2f7a3e-60a5-49b4-bce6-bd7654dbb294" "table"="Logical_Switch" "old"="&{UUID:1b2f7a3e-60a5-49b4-bce6-bd7654dbb294 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[3659b388-f94d-478f-8b5c-d1c19749f7f5] QOSRules:[]}" "new"="&{UUID:1b2f7a3e-60a5-49b4-bce6-bd7654dbb294 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[3659b388-f94d-478f-8b5c-d1c19749f7f5 73994936-256c-47c3-a3cb-0b09c0c6c018] QOSRules:[]}" +I1208 17:09:14.471913 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="73994936-256c-47c3-a3cb-0b09c0c6c018" +I1208 17:09:14.473063 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="73994936-256c-47c3-a3cb-0b09c0c6c018" "model"="&{UUID:73994936-256c-47c3-a3cb-0b09c0c6c018 Addresses:[11:22:33:44:55:66] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +I1208 17:09:14.474185 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="1b2f7a3e-60a5-49b4-bce6-bd7654dbb294" +I1208 17:09:14.476096 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="1b2f7a3e-60a5-49b4-bce6-bd7654dbb294" "new"="&{UUID:1b2f7a3e-60a5-49b4-bce6-bd7654dbb294 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[3659b388-f94d-478f-8b5c-d1c19749f7f5 73994936-256c-47c3-a3cb-0b09c0c6c018] QOSRules:[]}" "old"="&{UUID:1b2f7a3e-60a5-49b4-bce6-bd7654dbb294 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[3659b388-f94d-478f-8b5c-d1c19749f7f5] QOSRules:[]}" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1b2f7a3e-60a5-49b4-bce6-bd7654dbb294" "table"="Logical_Switch" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1b2f7a3e-60a5-49b4-bce6-bd7654dbb294" "table"="Logical_Switch" "old"="&{UUID:1b2f7a3e-60a5-49b4-bce6-bd7654dbb294 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[3659b388-f94d-478f-8b5c-d1c19749f7f5] QOSRules:[]}" "new"="&{UUID:1b2f7a3e-60a5-49b4-bce6-bd7654dbb294 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[3659b388-f94d-478f-8b5c-d1c19749f7f5 73994936-256c-47c3-a3cb-0b09c0c6c018] QOSRules:[]}" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="73994936-256c-47c3-a3cb-0b09c0c6c018" "table"="Logical_Switch_Port" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="73994936-256c-47c3-a3cb-0b09c0c6c018" "table"="Logical_Switch_Port" "model"="&{UUID:73994936-256c-47c3-a3cb-0b09c0c6c018 Addresses:[11:22:33:44:55:66] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +RESULT &[]I1208 17:09:14.483522 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:0.0.0.0/0 nexthop:172.16.16.1 output_port:{GoSet:[rtoe-GR_node1]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996831}] +RESULT &[{4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] [] [clusterLBGroup-UUID] GR_node1 [] map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [68832f25-30e9-4370-bdbc-bdd3da3f85df ac29cb71-54fc-45e4-b7ba-620fa51455d4] [aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d]}]I1208 17:09:14.485854 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996831}]}}] Timeout:0 Where:[where column _uuid == {4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.486383 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:0.0.0.0/0 nexthop:172.16.16.1 output_port:{GoSet:[rtoe-GR_node1]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996831} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996831}]}}] Timeout:0 Where:[where column _uuid == {4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.487964 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:0.0.0.0/0 nexthop:172.16.16.1 output_port:{GoSet:[rtoe-GR_node1]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996831} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996831}]}}] Timeout:0 Where:[where column _uuid == {4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ed86e4cc-cb3c-4637-ab52-d601acd0b6c1" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ed86e4cc-cb3c-4637-ab52-d601acd0b6c1" "table"="Logical_Router_Static_Route" "model"="&{UUID:ed86e4cc-cb3c-4637-ab52-d601acd0b6c1 BFD: ExternalIDs:map[] IPPrefix:0.0.0.0/0 Nexthop:172.16.16.1 Options:map[] OutputPort:0xc00da75d80 Policy:}" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" "old"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df ac29cb71-54fc-45e4-b7ba-620fa51455d4] StaticRoutes:[aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d]}" "new"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df ac29cb71-54fc-45e4-b7ba-620fa51455d4] StaticRoutes:[aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d ed86e4cc-cb3c-4637-ab52-d601acd0b6c1]}" +I1208 17:09:14.510297 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Static_Route" "uuid"="ed86e4cc-cb3c-4637-ab52-d601acd0b6c1" +I1208 17:09:14.511324 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Router_Static_Route" "uuid"="ed86e4cc-cb3c-4637-ab52-d601acd0b6c1" "model"="&{UUID:ed86e4cc-cb3c-4637-ab52-d601acd0b6c1 BFD: ExternalIDs:map[] IPPrefix:0.0.0.0/0 Nexthop:172.16.16.1 Options:map[] OutputPort:0xc014dd34e0 Policy:}" +I1208 17:09:14.512164 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" +I1208 17:09:14.514989 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "new"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df ac29cb71-54fc-45e4-b7ba-620fa51455d4] StaticRoutes:[aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d ed86e4cc-cb3c-4637-ab52-d601acd0b6c1]}" "old"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df ac29cb71-54fc-45e4-b7ba-620fa51455d4] StaticRoutes:[aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d]}" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" "old"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df ac29cb71-54fc-45e4-b7ba-620fa51455d4] StaticRoutes:[aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d]}" "new"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df ac29cb71-54fc-45e4-b7ba-620fa51455d4] StaticRoutes:[aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d ed86e4cc-cb3c-4637-ab52-d601acd0b6c1]}" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ed86e4cc-cb3c-4637-ab52-d601acd0b6c1" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ed86e4cc-cb3c-4637-ab52-d601acd0b6c1" "table"="Logical_Router_Static_Route" "model"="&{UUID:ed86e4cc-cb3c-4637-ab52-d601acd0b6c1 BFD: ExternalIDs:map[] IPPrefix:0.0.0.0/0 Nexthop:172.16.16.1 Options:map[] OutputPort:0xc002bf55b0 Policy:}" +RESULT &[]I1208 17:09:14.525091 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:100.64.0.2 nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996832}] +RESULT &[{9cfddbb6-094d-492f-a6fb-6a89cab0b573 map[] [] [] ovn_cluster_router [] map[] [] [62f933c2-c0f4-4053-be3e-d85832c6253e] [e35d830a-13e5-484a-a307-45c741286a55]}]I1208 17:09:14.527240 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996832}]}}] Timeout:0 Where:[where column _uuid == {9cfddbb6-094d-492f-a6fb-6a89cab0b573}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.527772 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:100.64.0.2 nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996832} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996832}]}}] Timeout:0 Where:[where column _uuid == {9cfddbb6-094d-492f-a6fb-6a89cab0b573}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.528847 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:100.64.0.2 nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996832} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996832}]}}] Timeout:0 Where:[where column _uuid == {9cfddbb6-094d-492f-a6fb-6a89cab0b573}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0e95142c-0ab8-4dfe-a17a-fe0cd9986d75" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0e95142c-0ab8-4dfe-a17a-fe0cd9986d75" "table"="Logical_Router_Static_Route" "model"="&{UUID:0e95142c-0ab8-4dfe-a17a-fe0cd9986d75 BFD: ExternalIDs:map[] IPPrefix:100.64.0.2 Nexthop:100.64.0.2 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "table"="Logical_Router" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "table"="Logical_Router" "old"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[e35d830a-13e5-484a-a307-45c741286a55]}" "new"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[e35d830a-13e5-484a-a307-45c741286a55 0e95142c-0ab8-4dfe-a17a-fe0cd9986d75]}" +I1208 17:09:14.545065 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Static_Route" "uuid"="0e95142c-0ab8-4dfe-a17a-fe0cd9986d75" +I1208 17:09:14.545545 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Router_Static_Route" "uuid"="0e95142c-0ab8-4dfe-a17a-fe0cd9986d75" "model"="&{UUID:0e95142c-0ab8-4dfe-a17a-fe0cd9986d75 BFD: ExternalIDs:map[] IPPrefix:100.64.0.2 Nexthop:100.64.0.2 Options:map[] OutputPort: Policy:}" +I1208 17:09:14.545987 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" +I1208 17:09:14.546822 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "new"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[e35d830a-13e5-484a-a307-45c741286a55 0e95142c-0ab8-4dfe-a17a-fe0cd9986d75]}" "old"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[e35d830a-13e5-484a-a307-45c741286a55]}" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "table"="Logical_Router" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "table"="Logical_Router" "old"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[e35d830a-13e5-484a-a307-45c741286a55]}" "new"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[e35d830a-13e5-484a-a307-45c741286a55 0e95142c-0ab8-4dfe-a17a-fe0cd9986d75]}" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0e95142c-0ab8-4dfe-a17a-fe0cd9986d75" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0e95142c-0ab8-4dfe-a17a-fe0cd9986d75" "table"="Logical_Router_Static_Route" "model"="&{UUID:0e95142c-0ab8-4dfe-a17a-fe0cd9986d75 BFD: ExternalIDs:map[] IPPrefix:100.64.0.2 Nexthop:100.64.0.2 Options:map[] OutputPort: Policy:}" +RESULT &[]RESULT &[{9cfddbb6-094d-492f-a6fb-6a89cab0b573 map[] [] [] ovn_cluster_router [] map[] [] [62f933c2-c0f4-4053-be3e-d85832c6253e] [e35d830a-13e5-484a-a307-45c741286a55 0e95142c-0ab8-4dfe-a17a-fe0cd9986d75]}]I1208 17:09:14.554689 19465 transact.go:41] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ip:172.16.16.2 logical_ip:10.1.0.0/16 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996833} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2596996833}]}}] Timeout:0 Where:[where column _uuid == {4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.555458 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:NAT Row:map[external_ip:172.16.16.2 logical_ip:10.1.0.0/16 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996833} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2596996833}]}}] Timeout:0 Where:[where column _uuid == {4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4c911e57-9263-41a0-9424-4753c6c6cc65" "table"="NAT" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4c911e57-9263-41a0-9424-4753c6c6cc65" "table"="NAT" "model"="&{UUID:4c911e57-9263-41a0-9424-4753c6c6cc65 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[] ExternalIP:172.16.16.2 ExternalMAC: ExternalPortRange: LogicalIP:10.1.0.0/16 LogicalPort: Options:map[stateless:false] Type:snat}" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" "old"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df ac29cb71-54fc-45e4-b7ba-620fa51455d4] StaticRoutes:[aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d ed86e4cc-cb3c-4637-ab52-d601acd0b6c1]}" "new"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[4c911e57-9263-41a0-9424-4753c6c6cc65] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df ac29cb71-54fc-45e4-b7ba-620fa51455d4] StaticRoutes:[aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d ed86e4cc-cb3c-4637-ab52-d601acd0b6c1]}" +I1208 17:09:14.568706 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="NAT" "uuid"="4c911e57-9263-41a0-9424-4753c6c6cc65" +I1208 17:09:14.569212 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="NAT" "uuid"="4c911e57-9263-41a0-9424-4753c6c6cc65" "model"="&{UUID:4c911e57-9263-41a0-9424-4753c6c6cc65 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[] ExternalIP:172.16.16.2 ExternalMAC: ExternalPortRange: LogicalIP:10.1.0.0/16 LogicalPort: Options:map[stateless:false] Type:snat}" +I1208 17:09:14.569642 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" +I1208 17:09:14.571128 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "new"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[4c911e57-9263-41a0-9424-4753c6c6cc65] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df ac29cb71-54fc-45e4-b7ba-620fa51455d4] StaticRoutes:[aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d ed86e4cc-cb3c-4637-ab52-d601acd0b6c1]}" "old"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df ac29cb71-54fc-45e4-b7ba-620fa51455d4] StaticRoutes:[aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d ed86e4cc-cb3c-4637-ab52-d601acd0b6c1]}" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4c911e57-9263-41a0-9424-4753c6c6cc65" "table"="NAT" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4c911e57-9263-41a0-9424-4753c6c6cc65" "table"="NAT" "model"="&{UUID:4c911e57-9263-41a0-9424-4753c6c6cc65 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[] ExternalIP:172.16.16.2 ExternalMAC: ExternalPortRange: LogicalIP:10.1.0.0/16 LogicalPort: Options:map[stateless:false] Type:snat}" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" "old"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df ac29cb71-54fc-45e4-b7ba-620fa51455d4] StaticRoutes:[aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d ed86e4cc-cb3c-4637-ab52-d601acd0b6c1]}" "new"="&{UUID:4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[4c911e57-9263-41a0-9424-4753c6c6cc65] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[68832f25-30e9-4370-bdbc-bdd3da3f85df ac29cb71-54fc-45e4-b7ba-620fa51455d4] StaticRoutes:[aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d ed86e4cc-cb3c-4637-ab52-d601acd0b6c1]}" +RESULT &[]I1208 17:09:14.576431 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-node1" && ip4.dst == 172.16.16.2 /* node1 */ nexthops:{GoSet:[10.1.1.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996834}] +RESULT &[{9cfddbb6-094d-492f-a6fb-6a89cab0b573 map[] [] [] ovn_cluster_router [] map[] [] [62f933c2-c0f4-4053-be3e-d85832c6253e] [e35d830a-13e5-484a-a307-45c741286a55 0e95142c-0ab8-4dfe-a17a-fe0cd9986d75]}]I1208 17:09:14.578650 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996834}]}}] Timeout:0 Where:[where column _uuid == {9cfddbb6-094d-492f-a6fb-6a89cab0b573}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.579036 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-node1" && ip4.dst == 172.16.16.2 /* node1 */ nexthops:{GoSet:[10.1.1.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996834} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996834}]}}] Timeout:0 Where:[where column _uuid == {9cfddbb6-094d-492f-a6fb-6a89cab0b573}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.580301 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == \"rtos-node1\" && ip4.dst == 172.16.16.2 /* node1 */ nexthops:{GoSet:[10.1.1.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996834} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996834}]}}] Timeout:0 Where:[where column _uuid == {9cfddbb6-094d-492f-a6fb-6a89cab0b573}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="067c3784-b4ed-47cd-9900-e9d177720e8c" "table"="Logical_Router_Policy" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="067c3784-b4ed-47cd-9900-e9d177720e8c" "table"="Logical_Router_Policy" "model"="&{UUID:067c3784-b4ed-47cd-9900-e9d177720e8c Action:reroute ExternalIDs:map[] Match:inport == "rtos-node1" && ip4.dst == 172.16.16.2 /* node1 */ Nexthop: Nexthops:[10.1.1.2] Options:map[] Priority:1004}" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "table"="Logical_Router" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "table"="Logical_Router" "old"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[e35d830a-13e5-484a-a307-45c741286a55 0e95142c-0ab8-4dfe-a17a-fe0cd9986d75]}" "new"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[067c3784-b4ed-47cd-9900-e9d177720e8c] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[e35d830a-13e5-484a-a307-45c741286a55 0e95142c-0ab8-4dfe-a17a-fe0cd9986d75]}" +I1208 17:09:14.591793 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" +I1208 17:09:14.593856 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "new"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[067c3784-b4ed-47cd-9900-e9d177720e8c] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[e35d830a-13e5-484a-a307-45c741286a55 0e95142c-0ab8-4dfe-a17a-fe0cd9986d75]}" "old"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[e35d830a-13e5-484a-a307-45c741286a55 0e95142c-0ab8-4dfe-a17a-fe0cd9986d75]}" +I1208 17:09:14.595452 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Policy" "uuid"="067c3784-b4ed-47cd-9900-e9d177720e8c" +I1208 17:09:14.596053 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Router_Policy" "uuid"="067c3784-b4ed-47cd-9900-e9d177720e8c" "model"="&{UUID:067c3784-b4ed-47cd-9900-e9d177720e8c Action:reroute ExternalIDs:map[] Match:inport == \"rtos-node1\" && ip4.dst == 172.16.16.2 /* node1 */ Nexthop: Nexthops:[10.1.1.2] Options:map[] Priority:1004}" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="067c3784-b4ed-47cd-9900-e9d177720e8c" "table"="Logical_Router_Policy" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="067c3784-b4ed-47cd-9900-e9d177720e8c" "table"="Logical_Router_Policy" "model"="&{UUID:067c3784-b4ed-47cd-9900-e9d177720e8c Action:reroute ExternalIDs:map[] Match:inport == "rtos-node1" && ip4.dst == 172.16.16.2 /* node1 */ Nexthop: Nexthops:[10.1.1.2] Options:map[] Priority:1004}" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "table"="Logical_Router" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "table"="Logical_Router" "old"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[e35d830a-13e5-484a-a307-45c741286a55 0e95142c-0ab8-4dfe-a17a-fe0cd9986d75]}" "new"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[067c3784-b4ed-47cd-9900-e9d177720e8c] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[e35d830a-13e5-484a-a307-45c741286a55 0e95142c-0ab8-4dfe-a17a-fe0cd9986d75]}" +I1208 17:09:14.600511 19465 ovn.go:643] Iterate retry pods requested +I1208 17:09:14.600775 19465 factory.go:347] Added *v1.Node event handler 1 +I1208 17:09:14.601088 19465 ovn.go:1141] Bootstrapping existing nodes and cleaning stale nodes took 1.597841209s +I1208 17:09:14.601219 19465 ovn.go:1278] Starting OVN Service Controller: Using Endpoint Slices +I1208 17:09:14.601506 19465 services_controller.go:162] Starting controller ovn-lb-controller +I1208 17:09:14.601733 19465 services_controller.go:168] Waiting for informer caches to sync +I1208 17:09:14.601782 19465 shared_informer.go:240] Waiting for caches to sync for ovn-lb-controller +RESULT &[{4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] [] [clusterLBGroup-UUID] GR_node1 [4c911e57-9263-41a0-9424-4753c6c6cc65] map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [68832f25-30e9-4370-bdbc-bdd3da3f85df ac29cb71-54fc-45e4-b7ba-620fa51455d4] [aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d ed86e4cc-cb3c-4637-ab52-d601acd0b6c1]}]I1208 17:09:14.604048 19465 model_client.go:292] Update operations generated as: [{Op:update Table:Logical_Router Row:map[external_ids:{GoMap:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2]} load_balancer_group:{GoSet:[{GoUUID:clusterLBGroup-UUID}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.605001 19465 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Router Row:map[external_ids:{GoMap:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2]} load_balancer_group:{GoSet:[{GoUUID:clusterLBGroup-UUID}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.606333 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Logical_Router Row:map[external_ids:{GoMap:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2]} load_balancer_group:{GoSet:[{GoUUID:clusterLBGroup-UUID}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" +I1208 17:09:14.614893 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" +RESULT &[{2cf16ef1-5d72-4a50-92f1-eed48f409408 [] [] map[] [] [] [] join map[] [1e3afe1b-6cac-4f4b-a656-02d40c069469] []}]I1208 17:09:14.673318 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:1e3afe1b-6cac-4f4b-a656-02d40c069469}]}}] Timeout:0 Where:[where column _uuid == {2cf16ef1-5d72-4a50-92f1-eed48f409408}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.673888 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:1e3afe1b-6cac-4f4b-a656-02d40c069469}]}}] Timeout:0 Where:[where column _uuid == {2cf16ef1-5d72-4a50-92f1-eed48f409408}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.674571 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:1e3afe1b-6cac-4f4b-a656-02d40c069469}]}}] Timeout:0 Where:[where column _uuid == {2cf16ef1-5d72-4a50-92f1-eed48f409408}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2cf16ef1-5d72-4a50-92f1-eed48f409408" "table"="Logical_Switch" +I1208 17:09:14.684586 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="2cf16ef1-5d72-4a50-92f1-eed48f409408" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2cf16ef1-5d72-4a50-92f1-eed48f409408" "table"="Logical_Switch" +I1208 17:09:14.741073 19465 model_client.go:292] Update operations generated as: [{Op:update Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:02 networks:{GoSet:[100.64.0.2/16]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {68832f25-30e9-4370-bdbc-bdd3da3f85df}] Until: Durable: Comment: Lock: UUIDName:}] +RESULT &[{4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] [] [clusterLBGroup-UUID] GR_node1 [4c911e57-9263-41a0-9424-4753c6c6cc65] map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [68832f25-30e9-4370-bdbc-bdd3da3f85df ac29cb71-54fc-45e4-b7ba-620fa51455d4] [aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d ed86e4cc-cb3c-4637-ab52-d601acd0b6c1]}]I1208 17:09:14.743456 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:68832f25-30e9-4370-bdbc-bdd3da3f85df}]}}] Timeout:0 Where:[where column _uuid == {4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.743814 19465 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:02 networks:{GoSet:[100.64.0.2/16]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {68832f25-30e9-4370-bdbc-bdd3da3f85df}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:68832f25-30e9-4370-bdbc-bdd3da3f85df}]}}] Timeout:0 Where:[where column _uuid == {4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.744944 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:02 networks:{GoSet:[100.64.0.2/16]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {68832f25-30e9-4370-bdbc-bdd3da3f85df}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:68832f25-30e9-4370-bdbc-bdd3da3f85df}]}}] Timeout:0 Where:[where column _uuid == {4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="68832f25-30e9-4370-bdbc-bdd3da3f85df" "table"="Logical_Router_Port" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" +I1208 17:09:14.761866 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" +I1208 17:09:14.764229 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Port" "uuid"="68832f25-30e9-4370-bdbc-bdd3da3f85df" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="68832f25-30e9-4370-bdbc-bdd3da3f85df" "table"="Logical_Router_Port" +RESULT &[{aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d map[] 10.1.0.0/16 100.64.0.1 map[] }]I1208 17:09:14.772716 19465 model_client.go:292] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.1.0.0/16 nexthop:100.64.0.1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d}] Until: Durable: Comment: Lock: UUIDName:}] +RESULT &[{4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] [] [clusterLBGroup-UUID] GR_node1 [4c911e57-9263-41a0-9424-4753c6c6cc65] map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [68832f25-30e9-4370-bdbc-bdd3da3f85df ac29cb71-54fc-45e4-b7ba-620fa51455d4] [aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d ed86e4cc-cb3c-4637-ab52-d601acd0b6c1]}]I1208 17:09:14.774719 19465 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.1.0.0/16 nexthop:100.64.0.1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.775565 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.1.0.0/16 nexthop:100.64.0.1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d" "table"="Logical_Router_Static_Route" +I1208 17:09:14.785016 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Static_Route" "uuid"="aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d" "table"="Logical_Router_Static_Route" +RESULT &[{1b2f7a3e-60a5-49b4-bce6-bd7654dbb294 [] [] map[] [] [] [] ext_node1 map[] [3659b388-f94d-478f-8b5c-d1c19749f7f5 73994936-256c-47c3-a3cb-0b09c0c6c018] []}]I1208 17:09:14.844671 19465 model_client.go:292] Update operations generated as: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} options:{GoMap:map[network_name:physnet]} tag_request:{GoSet:[1024]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {3659b388-f94d-478f-8b5c-d1c19749f7f5}] Until: Durable: Comment: Lock: UUIDName:}] +RESULT &[{1b2f7a3e-60a5-49b4-bce6-bd7654dbb294 [] [] map[] [] [] [] ext_node1 map[] [3659b388-f94d-478f-8b5c-d1c19749f7f5 73994936-256c-47c3-a3cb-0b09c0c6c018] []}]I1208 17:09:14.847032 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:3659b388-f94d-478f-8b5c-d1c19749f7f5}]}}] Timeout:0 Where:[where column _uuid == {1b2f7a3e-60a5-49b4-bce6-bd7654dbb294}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.847480 19465 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} options:{GoMap:map[network_name:physnet]} tag_request:{GoSet:[1024]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {3659b388-f94d-478f-8b5c-d1c19749f7f5}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:3659b388-f94d-478f-8b5c-d1c19749f7f5}]}}] Timeout:0 Where:[where column _uuid == {1b2f7a3e-60a5-49b4-bce6-bd7654dbb294}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.848702 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} options:{GoMap:map[network_name:physnet]} tag_request:{GoSet:[1024]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {3659b388-f94d-478f-8b5c-d1c19749f7f5}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:3659b388-f94d-478f-8b5c-d1c19749f7f5}]}}] Timeout:0 Where:[where column _uuid == {1b2f7a3e-60a5-49b4-bce6-bd7654dbb294}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3659b388-f94d-478f-8b5c-d1c19749f7f5" "table"="Logical_Switch_Port" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1b2f7a3e-60a5-49b4-bce6-bd7654dbb294" "table"="Logical_Switch" +I1208 17:09:14.859791 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="1b2f7a3e-60a5-49b4-bce6-bd7654dbb294" +I1208 17:09:14.861041 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="3659b388-f94d-478f-8b5c-d1c19749f7f5" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1b2f7a3e-60a5-49b4-bce6-bd7654dbb294" "table"="Logical_Switch" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3659b388-f94d-478f-8b5c-d1c19749f7f5" "table"="Logical_Switch_Port" +I1208 17:09:14.916302 19465 model_client.go:292] Update operations generated as: [{Op:update Table:Logical_Router_Port Row:map[mac:11:22:33:44:55:66 networks:{GoSet:[172.16.16.2/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {ac29cb71-54fc-45e4-b7ba-620fa51455d4}] Until: Durable: Comment: Lock: UUIDName:}] +RESULT &[{4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] [] [clusterLBGroup-UUID] GR_node1 [4c911e57-9263-41a0-9424-4753c6c6cc65] map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [68832f25-30e9-4370-bdbc-bdd3da3f85df ac29cb71-54fc-45e4-b7ba-620fa51455d4] [aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d ed86e4cc-cb3c-4637-ab52-d601acd0b6c1]}]I1208 17:09:14.918608 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:ac29cb71-54fc-45e4-b7ba-620fa51455d4}]}}] Timeout:0 Where:[where column _uuid == {4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.918962 19465 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Router_Port Row:map[mac:11:22:33:44:55:66 networks:{GoSet:[172.16.16.2/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {ac29cb71-54fc-45e4-b7ba-620fa51455d4}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:ac29cb71-54fc-45e4-b7ba-620fa51455d4}]}}] Timeout:0 Where:[where column _uuid == {4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.920019 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Logical_Router_Port Row:map[mac:11:22:33:44:55:66 networks:{GoSet:[172.16.16.2/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {ac29cb71-54fc-45e4-b7ba-620fa51455d4}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:ac29cb71-54fc-45e4-b7ba-620fa51455d4}]}}] Timeout:0 Where:[where column _uuid == {4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ac29cb71-54fc-45e4-b7ba-620fa51455d4" "table"="Logical_Router_Port" +2021/12/08 17:09:14 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" +I1208 17:09:14.937158 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Port" "uuid"="ac29cb71-54fc-45e4-b7ba-620fa51455d4" +I1208 17:09:14.938906 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ac29cb71-54fc-45e4-b7ba-620fa51455d4" "table"="Logical_Router_Port" +2021/12/08 17:09:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b" "table"="Logical_Router" +I1208 17:09:14.996920 19465 model_client.go:292] Update operations generated as: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[11:22:33:44:55:66]} options:{GoMap:map[router-port:rtoe-GR_node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {73994936-256c-47c3-a3cb-0b09c0c6c018}] Until: Durable: Comment: Lock: UUIDName:}] +RESULT &[{1b2f7a3e-60a5-49b4-bce6-bd7654dbb294 [] [] map[] [] [] [] ext_node1 map[] [3659b388-f94d-478f-8b5c-d1c19749f7f5 73994936-256c-47c3-a3cb-0b09c0c6c018] []}]I1208 17:09:14.999117 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:73994936-256c-47c3-a3cb-0b09c0c6c018}]}}] Timeout:0 Where:[where column _uuid == {1b2f7a3e-60a5-49b4-bce6-bd7654dbb294}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:14.999514 19465 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[11:22:33:44:55:66]} options:{GoMap:map[router-port:rtoe-GR_node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {73994936-256c-47c3-a3cb-0b09c0c6c018}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:73994936-256c-47c3-a3cb-0b09c0c6c018}]}}] Timeout:0 Where:[where column _uuid == {1b2f7a3e-60a5-49b4-bce6-bd7654dbb294}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:15.000850 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[11:22:33:44:55:66]} options:{GoMap:map[router-port:rtoe-GR_node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {73994936-256c-47c3-a3cb-0b09c0c6c018}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:73994936-256c-47c3-a3cb-0b09c0c6c018}]}}] Timeout:0 Where:[where column _uuid == {1b2f7a3e-60a5-49b4-bce6-bd7654dbb294}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:15 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="73994936-256c-47c3-a3cb-0b09c0c6c018" "table"="Logical_Switch_Port" +2021/12/08 17:09:15 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1b2f7a3e-60a5-49b4-bce6-bd7654dbb294" "table"="Logical_Switch" +I1208 17:09:15.018163 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="1b2f7a3e-60a5-49b4-bce6-bd7654dbb294" +I1208 17:09:15.019782 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="73994936-256c-47c3-a3cb-0b09c0c6c018" +2021/12/08 17:09:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="73994936-256c-47c3-a3cb-0b09c0c6c018" "table"="Logical_Switch_Port" +2021/12/08 17:09:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1b2f7a3e-60a5-49b4-bce6-bd7654dbb294" "table"="Logical_Switch" +RESULT &[{ed86e4cc-cb3c-4637-ab52-d601acd0b6c1 map[] 0.0.0.0/0 172.16.16.1 map[] 0xc014f0c9c0 }]I1208 17:09:15.025330 19465 model_client.go:292] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:172.16.16.1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {ed86e4cc-cb3c-4637-ab52-d601acd0b6c1}] Until: Durable: Comment: Lock: UUIDName:}] +RESULT &[{4dcf1ee2-51d4-481e-a4b6-7adae30b0b0b map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] [] [clusterLBGroup-UUID] GR_node1 [4c911e57-9263-41a0-9424-4753c6c6cc65] map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [68832f25-30e9-4370-bdbc-bdd3da3f85df ac29cb71-54fc-45e4-b7ba-620fa51455d4] [aa33b3ea-2bee-4a65-9f05-befdbc9fdd0d ed86e4cc-cb3c-4637-ab52-d601acd0b6c1]}]I1208 17:09:15.027416 19465 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:172.16.16.1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {ed86e4cc-cb3c-4637-ab52-d601acd0b6c1}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:15.028182 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:172.16.16.1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {ed86e4cc-cb3c-4637-ab52-d601acd0b6c1}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:15 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ed86e4cc-cb3c-4637-ab52-d601acd0b6c1" "table"="Logical_Router_Static_Route" +I1208 17:09:15.034336 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Static_Route" "uuid"="ed86e4cc-cb3c-4637-ab52-d601acd0b6c1" +2021/12/08 17:09:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ed86e4cc-cb3c-4637-ab52-d601acd0b6c1" "table"="Logical_Router_Static_Route" +RESULT &[{0e95142c-0ab8-4dfe-a17a-fe0cd9986d75 map[] 100.64.0.2 100.64.0.2 map[] }]I1208 17:09:15.038823 19465 model_client.go:292] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:100.64.0.2 nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {0e95142c-0ab8-4dfe-a17a-fe0cd9986d75}] Until: Durable: Comment: Lock: UUIDName:}] +RESULT &[{9cfddbb6-094d-492f-a6fb-6a89cab0b573 map[] [] [] ovn_cluster_router [] map[] [067c3784-b4ed-47cd-9900-e9d177720e8c] [62f933c2-c0f4-4053-be3e-d85832c6253e] [e35d830a-13e5-484a-a307-45c741286a55 0e95142c-0ab8-4dfe-a17a-fe0cd9986d75]}]I1208 17:09:15.040964 19465 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:100.64.0.2 nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {0e95142c-0ab8-4dfe-a17a-fe0cd9986d75}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:15.041732 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:100.64.0.2 nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {0e95142c-0ab8-4dfe-a17a-fe0cd9986d75}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:15 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0e95142c-0ab8-4dfe-a17a-fe0cd9986d75" "table"="Logical_Router_Static_Route" +I1208 17:09:15.047885 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Static_Route" "uuid"="0e95142c-0ab8-4dfe-a17a-fe0cd9986d75" +2021/12/08 17:09:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0e95142c-0ab8-4dfe-a17a-fe0cd9986d75" "table"="Logical_Router_Static_Route" +RESULT &[]RESULT &[{9cfddbb6-094d-492f-a6fb-6a89cab0b573 map[] [] [] ovn_cluster_router [] map[] [067c3784-b4ed-47cd-9900-e9d177720e8c] [62f933c2-c0f4-4053-be3e-d85832c6253e] [e35d830a-13e5-484a-a307-45c741286a55 0e95142c-0ab8-4dfe-a17a-fe0cd9986d75]}]I1208 17:09:15.107204 19465 transact.go:41] Configuring OVN: [{Op:update Table:NAT Row:map[external_ip:172.16.16.2 logical_ip:10.1.0.0/16 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {4c911e57-9263-41a0-9424-4753c6c6cc65}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:15.108330 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:NAT Row:map[external_ip:172.16.16.2 logical_ip:10.1.0.0/16 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {4c911e57-9263-41a0-9424-4753c6c6cc65}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:15 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4c911e57-9263-41a0-9424-4753c6c6cc65" "table"="NAT" +I1208 17:09:15.115173 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="NAT" "uuid"="4c911e57-9263-41a0-9424-4753c6c6cc65" +2021/12/08 17:09:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4c911e57-9263-41a0-9424-4753c6c6cc65" "table"="NAT" +RESULT &[]I1208 17:09:15.120049 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-node1" && ip4.dst == 9.9.9.9 /* node1 */ nexthops:{GoSet:[10.1.1.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996835}] +RESULT &[{9cfddbb6-094d-492f-a6fb-6a89cab0b573 map[] [] [] ovn_cluster_router [] map[] [067c3784-b4ed-47cd-9900-e9d177720e8c] [62f933c2-c0f4-4053-be3e-d85832c6253e] [e35d830a-13e5-484a-a307-45c741286a55 0e95142c-0ab8-4dfe-a17a-fe0cd9986d75]}]I1208 17:09:15.121126 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996835}]}}] Timeout:0 Where:[where column _uuid == {9cfddbb6-094d-492f-a6fb-6a89cab0b573}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:15.121296 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-node1" && ip4.dst == 9.9.9.9 /* node1 */ nexthops:{GoSet:[10.1.1.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996835} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996835}]}}] Timeout:0 Where:[where column _uuid == {9cfddbb6-094d-492f-a6fb-6a89cab0b573}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:15.121912 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == \"rtos-node1\" && ip4.dst == 9.9.9.9 /* node1 */ nexthops:{GoSet:[10.1.1.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996835} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996835}]}}] Timeout:0 Where:[where column _uuid == {9cfddbb6-094d-492f-a6fb-6a89cab0b573}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:15 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e2c29557-8744-498b-9f92-f528554c2180" "table"="Logical_Router_Policy" +2021/12/08 17:09:15 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e2c29557-8744-498b-9f92-f528554c2180" "table"="Logical_Router_Policy" "model"="&{UUID:e2c29557-8744-498b-9f92-f528554c2180 Action:reroute ExternalIDs:map[] Match:inport == "rtos-node1" && ip4.dst == 9.9.9.9 /* node1 */ Nexthop: Nexthops:[10.1.1.2] Options:map[] Priority:1004}" +2021/12/08 17:09:15 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "table"="Logical_Router" +2021/12/08 17:09:15 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "table"="Logical_Router" "old"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[067c3784-b4ed-47cd-9900-e9d177720e8c] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[e35d830a-13e5-484a-a307-45c741286a55 0e95142c-0ab8-4dfe-a17a-fe0cd9986d75]}" "new"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[067c3784-b4ed-47cd-9900-e9d177720e8c e2c29557-8744-498b-9f92-f528554c2180] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[e35d830a-13e5-484a-a307-45c741286a55 0e95142c-0ab8-4dfe-a17a-fe0cd9986d75]}" +I1208 17:09:15.138962 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Policy" "uuid"="e2c29557-8744-498b-9f92-f528554c2180" +I1208 17:09:15.140047 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Router_Policy" "uuid"="e2c29557-8744-498b-9f92-f528554c2180" "model"="&{UUID:e2c29557-8744-498b-9f92-f528554c2180 Action:reroute ExternalIDs:map[] Match:inport == \"rtos-node1\" && ip4.dst == 9.9.9.9 /* node1 */ Nexthop: Nexthops:[10.1.1.2] Options:map[] Priority:1004}" +I1208 17:09:15.141010 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" +I1208 17:09:15.142763 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "new"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[067c3784-b4ed-47cd-9900-e9d177720e8c e2c29557-8744-498b-9f92-f528554c2180] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[e35d830a-13e5-484a-a307-45c741286a55 0e95142c-0ab8-4dfe-a17a-fe0cd9986d75]}" "old"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[067c3784-b4ed-47cd-9900-e9d177720e8c] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[e35d830a-13e5-484a-a307-45c741286a55 0e95142c-0ab8-4dfe-a17a-fe0cd9986d75]}" +2021/12/08 17:09:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e2c29557-8744-498b-9f92-f528554c2180" "table"="Logical_Router_Policy" +2021/12/08 17:09:15 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e2c29557-8744-498b-9f92-f528554c2180" "table"="Logical_Router_Policy" "model"="&{UUID:e2c29557-8744-498b-9f92-f528554c2180 Action:reroute ExternalIDs:map[] Match:inport == "rtos-node1" && ip4.dst == 9.9.9.9 /* node1 */ Nexthop: Nexthops:[10.1.1.2] Options:map[] Priority:1004}" +2021/12/08 17:09:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "table"="Logical_Router" +2021/12/08 17:09:15 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9cfddbb6-094d-492f-a6fb-6a89cab0b573" "table"="Logical_Router" "old"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[067c3784-b4ed-47cd-9900-e9d177720e8c] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[e35d830a-13e5-484a-a307-45c741286a55 0e95142c-0ab8-4dfe-a17a-fe0cd9986d75]}" "new"="&{UUID:9cfddbb6-094d-492f-a6fb-6a89cab0b573 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[067c3784-b4ed-47cd-9900-e9d177720e8c e2c29557-8744-498b-9f92-f528554c2180] Ports:[62f933c2-c0f4-4053-be3e-d85832c6253e] StaticRoutes:[e35d830a-13e5-484a-a307-45c741286a55 0e95142c-0ab8-4dfe-a17a-fe0cd9986d75]}" +I1208 17:09:15.184675 19465 shared_informer.go:266] stop requested +E1208 17:09:15.185173 19465 shared_informer.go:243] unable to sync caches for ovn-lb-controller +I1208 17:09:15.185515 19465 services_controller.go:170] Shutting down controller ovn-lb-controller +I1208 17:09:15.185764 19465 handler.go:142] Sending *v1.Node event handler 1 for removal +I1208 17:09:15.186744 19465 watch.go:183] Stopping fake watcher. +I1208 17:09:15.187215 19465 handler.go:150] Removed *v1.Node event handler 1 +I1208 17:09:15.187462 19465 reflector.go:225] Stopping reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:15.185971 19465 watch.go:183] Stopping fake watcher. +E1208 17:09:15.185886 19465 ovn.go:1287] Error running OVN Kubernetes Services controller: error syncing cache +I1208 17:09:15.187814 19465 watch.go:183] Stopping fake watcher. +•I1208 17:09:15.190791 19465 reflector.go:225] Stopping reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 + +------------------------------ +I1208 17:09:15.188277 19465 watch.go:183] Stopping fake watcher. +Gateway Init Operations + sets up a shared gateway +I1208 17:09:15.187930 19465 watch.go:183] Stopping fake watcher. + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/master_test.go:1031 +I1208 17:09:15.188511 19465 watch.go:183] Stopping fake watcher. +I1208 17:09:15.191699 19465 reflector.go:225] Stopping reflector *v1.Namespace (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:15.192432 19465 reflector.go:225] Stopping reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:15.192755 19465 reflector.go:225] Stopping reflector *v1.Endpoints (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:15.193051 19465 reflector.go:225] Stopping reflector *v1.NetworkPolicy (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:15.206805 19465 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.1.0.0/16 ClusterSubnets:[{CIDR:10.1.0.0/16 HostSubnetLength:24}]} +I1208 17:09:15.207263 19465 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:09:15.207581 19465 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:09:15.207686 19465 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:09:15.207803 19465 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:09:15.207979 19465 config.go:1705] Gateway config: {Mode:shared Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:true DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:09:15.208164 19465 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:} +I1208 17:09:15.208370 19465 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:} +I1208 17:09:15.208513 19465 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:09:15.208635 19465 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:09:15.209285 19465 kube.go:93] Setting annotations map[k8s.ovn.org/host-addresses:["9.9.9.9"] k8s.ovn.org/l3-gateway-config:{"default":{"mode":"shared","interface-id":"br-eth0_node1","mac-address":"11:22:33:44:55:66","ip-addresses":["172.16.16.2/24"],"ip-address":"172.16.16.2/24","next-hops":["172.16.16.1"],"next-hop":"172.16.16.1","node-port-enable":"true","vlan-id":"1024"}} k8s.ovn.org/node-chassis-id:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 k8s.ovn.org/node-mgmt-port-mac-address:0a:58:0a:01:01:02 k8s.ovn.org/node-subnets:{"default":"10.1.1.0/24"}] on node node1 +I1208 17:09:15.226314 19465 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:15.226738 19465 reflector.go:219] Starting reflector *v1.Endpoints (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:15.227101 19465 reflector.go:219] Starting reflector *v1.NetworkPolicy (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:15.227626 19465 reflector.go:255] Listing and watching *v1.Endpoints from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:15.226749 19465 reflector.go:255] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:15.227901 19465 reflector.go:255] Listing and watching *v1.NetworkPolicy from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:15.228241 19465 reflector.go:219] Starting reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:15.228089 19465 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:15.229562 19465 reflector.go:255] Listing and watching *v1.Service from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:15.229900 19465 reflector.go:255] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:15.228436 19465 reflector.go:219] Starting reflector *v1.Namespace (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:15.230656 19465 reflector.go:255] Listing and watching *v1.Namespace from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:15.325120 19465 shared_informer.go:270] caches populated +I1208 17:09:15.325972 19465 shared_informer.go:270] caches populated +I1208 17:09:15.326798 19465 shared_informer.go:270] caches populated +I1208 17:09:15.327549 19465 shared_informer.go:270] caches populated +I1208 17:09:15.328394 19465 shared_informer.go:270] caches populated +I1208 17:09:15.329187 19465 shared_informer.go:270] caches populated +2021/12/08 17:09:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2204b542-6d97-427f-855e-a9dc0754715d" "table"="Database" +2021/12/08 17:09:15 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2204b542-6d97-427f-855e-a9dc0754715d" "table"="Database" "model"="&{UUID:2204b542-6d97-427f-855e-a9dc0754715d Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a81fe761-83e0-4d29-8fe0-a839eb83de6e" "table"="Logical_Switch" +2021/12/08 17:09:15 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a81fe761-83e0-4d29-8fe0-a839eb83de6e" "table"="Logical_Switch" "model"="&{UUID:a81fe761-83e0-4d29-8fe0-a839eb83de6e ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "table"="Logical_Switch" +2021/12/08 17:09:15 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "table"="Logical_Switch" "model"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[subnet:10.1.1.0/24] Ports:[] QOSRules:[]}" +2021/12/08 17:09:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "table"="Logical_Router" +2021/12/08 17:09:15 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "table"="Logical_Router" "model"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2d597a22-4714-4dc2-afa1-2ae90d6aace0" "table"="Port_Group" +2021/12/08 17:09:15 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2d597a22-4714-4dc2-afa1-2ae90d6aace0" "table"="Port_Group" "model"="&{UUID:2d597a22-4714-4dc2-afa1-2ae90d6aace0 ACLs:[] ExternalIDs:map[name:clusterPortGroup] Name:clusterPortGroup Ports:[]}" +2021/12/08 17:09:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="69285bd0-66c9-4449-9655-5a29f84f96da" "table"="Port_Group" +2021/12/08 17:09:15 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="69285bd0-66c9-4449-9655-5a29f84f96da" "table"="Port_Group" "model"="&{UUID:69285bd0-66c9-4449-9655-5a29f84f96da ACLs:[] ExternalIDs:map[name:clusterRtrPortGroup] Name:clusterRtrPortGroup Ports:[]}" +2021/12/08 17:09:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4de102b7-fef2-4cc0-b4e4-8985fa4a9f9b" "table"="Load_Balancer_Group" +2021/12/08 17:09:15 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4de102b7-fef2-4cc0-b4e4-8985fa4a9f9b" "table"="Load_Balancer_Group" "model"="&{UUID:4de102b7-fef2-4cc0-b4e4-8985fa4a9f9b LoadBalancer:[] Name:clusterLBGroup}" +I1208 17:09:15.518369 19465 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-88d5b8ddbe53fd573eedaa632ad88567" +I1208 17:09:15.620471 19465 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:15.624844 19465 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-88d5b8ddbe53fd573eedaa632ad88567" +I1208 17:09:15.632349 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="2204b542-6d97-427f-855e-a9dc0754715d" +I1208 17:09:15.633233 19465 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="2204b542-6d97-427f-855e-a9dc0754715d" "model"="&{UUID:2204b542-6d97-427f-855e-a9dc0754715d Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:09:15.667246 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Port_Group" "uuid"="2d597a22-4714-4dc2-afa1-2ae90d6aace0" +I1208 17:09:15.668088 19465 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Port_Group" "uuid"="2d597a22-4714-4dc2-afa1-2ae90d6aace0" "model"="&{UUID:2d597a22-4714-4dc2-afa1-2ae90d6aace0 ACLs:[] ExternalIDs:map[name:clusterPortGroup] Name:clusterPortGroup Ports:[]}" +I1208 17:09:15.668831 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Port_Group" "uuid"="69285bd0-66c9-4449-9655-5a29f84f96da" +I1208 17:09:15.669479 19465 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Port_Group" "uuid"="69285bd0-66c9-4449-9655-5a29f84f96da" "model"="&{UUID:69285bd0-66c9-4449-9655-5a29f84f96da ACLs:[] ExternalIDs:map[name:clusterRtrPortGroup] Name:clusterRtrPortGroup Ports:[]}" +I1208 17:09:15.670083 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" +I1208 17:09:15.670789 19465 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "model"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +I1208 17:09:15.671675 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" +I1208 17:09:15.672447 19465 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "model"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[subnet:10.1.1.0/24] Ports:[] QOSRules:[]}" +I1208 17:09:15.673384 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="a81fe761-83e0-4d29-8fe0-a839eb83de6e" +I1208 17:09:15.674035 19465 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="a81fe761-83e0-4d29-8fe0-a839eb83de6e" "model"="&{UUID:a81fe761-83e0-4d29-8fe0-a839eb83de6e ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +I1208 17:09:15.674791 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Load_Balancer_Group" "uuid"="4de102b7-fef2-4cc0-b4e4-8985fa4a9f9b" +I1208 17:09:15.675292 19465 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Load_Balancer_Group" "uuid"="4de102b7-fef2-4cc0-b4e4-8985fa4a9f9b" "model"="&{UUID:4de102b7-fef2-4cc0-b4e4-8985fa4a9f9b LoadBalancer:[] Name:clusterLBGroup}" +2021/12/08 17:09:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4d43f528-3a6f-4fd4-9d0b-4213291d830a" "table"="Database" +2021/12/08 17:09:15 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4d43f528-3a6f-4fd4-9d0b-4213291d830a" "table"="Database" "model"="&{UUID:4d43f528-3a6f-4fd4-9d0b-4213291d830a Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:15.848567 19465 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="unix:///tmp/ovsdb-0ed919bd86eaea32dae961e890ad6b07" +I1208 17:09:15.950406 19465 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:15.956486 19465 client.go:221] "msg"="successfully connected" "database"="OVN_Southbound" "endpoint"="unix:/tmp/ovsdb-0ed919bd86eaea32dae961e890ad6b07" +I1208 17:09:15.964185 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Southbound" "table"="Database" "uuid"="4d43f528-3a6f-4fd4-9d0b-4213291d830a" +I1208 17:09:15.965070 19465 cache.go:632] cache "msg"="creating row" "database"="OVN_Southbound" "table"="Database" "uuid"="4d43f528-3a6f-4fd4-9d0b-4213291d830a" "model"="&{UUID:4d43f528-3a6f-4fd4-9d0b-4213291d830a Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:15.974182 19465 services_controller.go:57] Creating event broadcaster +I1208 17:09:15.975772 19465 services_controller.go:72] Setting up event handlers for services +I1208 17:09:15.976112 19465 services_controller.go:82] Setting up event handlers for endpoint slices +W1208 17:09:16.027095 19465 logical_switch_manager.go:480] Failed to get IPs for logical router port rtoj-GR_node1 +W1208 17:09:16.078313 19465 logical_switch_manager.go:480] Failed to get IPs for logical router port rtoj-GR_ovn_cluster_router +I1208 17:09:16.078905 19465 master.go:1360] Node node1 contains subnets: [10.1.1.0/24] +E1208 17:09:16.079159 19465 master.go:1364] network 10.1.1.0/24 does not belong to any known range +W1208 17:09:16.129861 19465 logical_switch_manager.go:480] Failed to get IPs for logical router port rtoj-GR_node1 +I1208 17:09:16.183449 19465 ovn.go:1015] Added event for Node "node1" +I1208 17:09:16.184271 19465 master.go:1009] Allocated Subnets [10.1.1.0/24] on Node node1 +I1208 17:09:16.235319 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:0a:01:01:01 name:rtos-node1 networks:{GoSet:[10.1.1.1/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996839}] +RESULT &[{76b8cdaf-7775-48fd-91f5-a576eec0969f map[] [] [] ovn_cluster_router [] map[] [] [] []}]I1208 17:09:16.236811 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996839}]}}] Timeout:0 Where:[where column _uuid == {76b8cdaf-7775-48fd-91f5-a576eec0969f}] Until: Durable: Comment: Lock: UUIDName:}] +RESULT &[{f5a5e910-b3e4-49db-b278-4af3f6a75c07 [] [] map[] [] [] [clusterLBGroup-UUID] node1 map[subnet:10.1.1.0/24] [] []}]I1208 17:09:16.239041 19465 model_client.go:292] Update operations generated as: [{Op:update Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:clusterLBGroup-UUID}]} other_config:{GoMap:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {f5a5e910-b3e4-49db-b278-4af3f6a75c07}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:16.239474 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:0a:01:01:01 name:rtos-node1 networks:{GoSet:[10.1.1.1/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996839} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996839}]}}] Timeout:0 Where:[where column _uuid == {76b8cdaf-7775-48fd-91f5-a576eec0969f}] Until: Durable: Comment: Lock: UUIDName:} {Op:update Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:clusterLBGroup-UUID}]} other_config:{GoMap:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {f5a5e910-b3e4-49db-b278-4af3f6a75c07}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:16.241469 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:0a:01:01:01 name:rtos-node1 networks:{GoSet:[10.1.1.1/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996839} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996839}]}}] Timeout:0 Where:[where column _uuid == {76b8cdaf-7775-48fd-91f5-a576eec0969f}] Until: Durable: Comment: Lock: UUIDName:} {Op:update Table:Logical_Switch Row:map[load_balancer_group:{GoSet:[{GoUUID:clusterLBGroup-UUID}]} other_config:{GoMap:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {f5a5e910-b3e4-49db-b278-4af3f6a75c07}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="13a982f7-6214-44f3-b5f9-16573f6232d7" "table"="Logical_Router_Port" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="13a982f7-6214-44f3-b5f9-16573f6232d7" "table"="Logical_Router_Port" "model"="&{UUID:13a982f7-6214-44f3-b5f9-16573f6232d7 Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:0a:01:01:01 Name:rtos-node1 Networks:[10.1.1.1/24] Options:map[] Peer:}" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "table"="Logical_Router" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "table"="Logical_Router" "old"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[]}" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "table"="Logical_Switch" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "table"="Logical_Switch" "old"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[subnet:10.1.1.0/24] Ports:[] QOSRules:[]}" "new"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[] QOSRules:[]}" +I1208 17:09:16.266030 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" +I1208 17:09:16.268301 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "new"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[] QOSRules:[]}" "old"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[subnet:10.1.1.0/24] Ports:[] QOSRules:[]}" +I1208 17:09:16.269803 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" +I1208 17:09:16.271420 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "new"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[]}" "old"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +I1208 17:09:16.272669 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Port" "uuid"="13a982f7-6214-44f3-b5f9-16573f6232d7" +I1208 17:09:16.273613 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Router_Port" "uuid"="13a982f7-6214-44f3-b5f9-16573f6232d7" "model"="&{UUID:13a982f7-6214-44f3-b5f9-16573f6232d7 Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:0a:01:01:01 Name:rtos-node1 Networks:[10.1.1.1/24] Options:map[] Peer:}" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="13a982f7-6214-44f3-b5f9-16573f6232d7" "table"="Logical_Router_Port" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="13a982f7-6214-44f3-b5f9-16573f6232d7" "table"="Logical_Router_Port" "model"="&{UUID:13a982f7-6214-44f3-b5f9-16573f6232d7 Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:0a:01:01:01 Name:rtos-node1 Networks:[10.1.1.1/24] Options:map[] Peer:}" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "table"="Logical_Router" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "table"="Logical_Router" "old"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[]}" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "table"="Logical_Switch" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "table"="Logical_Switch" "old"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[subnet:10.1.1.0/24] Ports:[] QOSRules:[]}" "new"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[] QOSRules:[]}" +I1208 17:09:16.333786 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:stor-node1 options:{GoMap:map[router-port:rtos-node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996840}] +RESULT &[{f5a5e910-b3e4-49db-b278-4af3f6a75c07 [] [] map[] [] [] [clusterLBGroup-UUID] node1 map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] [] []}]I1208 17:09:16.335831 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996840}]}}] Timeout:0 Where:[where column _uuid == {f5a5e910-b3e4-49db-b278-4af3f6a75c07}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:16.336199 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:stor-node1 options:{GoMap:map[router-port:rtos-node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996840} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996840}]}}] Timeout:0 Where:[where column _uuid == {f5a5e910-b3e4-49db-b278-4af3f6a75c07}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:16.337520 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:stor-node1 options:{GoMap:map[router-port:rtos-node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996840} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996840}]}}] Timeout:0 Where:[where column _uuid == {f5a5e910-b3e4-49db-b278-4af3f6a75c07}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4d92bb97-9a0b-4af6-a612-952d4114a074" "table"="Logical_Switch_Port" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4d92bb97-9a0b-4af6-a612-952d4114a074" "table"="Logical_Switch_Port" "model"="&{UUID:4d92bb97-9a0b-4af6-a612-952d4114a074 Addresses:[router] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:stor-node1 Options:map[router-port:rtos-node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "table"="Logical_Switch" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "table"="Logical_Switch" "old"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[] QOSRules:[]}" "new"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[4d92bb97-9a0b-4af6-a612-952d4114a074] QOSRules:[]}" +I1208 17:09:16.357692 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" +I1208 17:09:16.359786 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "new"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[4d92bb97-9a0b-4af6-a612-952d4114a074] QOSRules:[]}" "old"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[] QOSRules:[]}" +I1208 17:09:16.361162 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="4d92bb97-9a0b-4af6-a612-952d4114a074" +I1208 17:09:16.362057 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="4d92bb97-9a0b-4af6-a612-952d4114a074" "model"="&{UUID:4d92bb97-9a0b-4af6-a612-952d4114a074 Addresses:[router] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:stor-node1 Options:map[router-port:rtos-node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4d92bb97-9a0b-4af6-a612-952d4114a074" "table"="Logical_Switch_Port" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4d92bb97-9a0b-4af6-a612-952d4114a074" "table"="Logical_Switch_Port" "model"="&{UUID:4d92bb97-9a0b-4af6-a612-952d4114a074 Addresses:[router] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:stor-node1 Options:map[router-port:rtos-node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "table"="Logical_Switch" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "table"="Logical_Switch" "old"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[] QOSRules:[]}" "new"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[4d92bb97-9a0b-4af6-a612-952d4114a074] QOSRules:[]}" +I1208 17:09:16.420465 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:4d92bb97-9a0b-4af6-a612-952d4114a074}]}}] Timeout:0 Where:[where column name == clusterRtrPortGroup] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:16.421713 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:4d92bb97-9a0b-4af6-a612-952d4114a074}]}}] Timeout:0 Where:[where column name == clusterRtrPortGroup] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="69285bd0-66c9-4449-9655-5a29f84f96da" "table"="Port_Group" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="69285bd0-66c9-4449-9655-5a29f84f96da" "table"="Port_Group" "old"="&{UUID:69285bd0-66c9-4449-9655-5a29f84f96da ACLs:[] ExternalIDs:map[name:clusterRtrPortGroup] Name:clusterRtrPortGroup Ports:[]}" "new"="&{UUID:69285bd0-66c9-4449-9655-5a29f84f96da ACLs:[] ExternalIDs:map[name:clusterRtrPortGroup] Name:clusterRtrPortGroup Ports:[4d92bb97-9a0b-4af6-a612-952d4114a074]}" +I1208 17:09:16.433430 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Port_Group" "uuid"="69285bd0-66c9-4449-9655-5a29f84f96da" +I1208 17:09:16.435015 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Port_Group" "uuid"="69285bd0-66c9-4449-9655-5a29f84f96da" "new"="&{UUID:69285bd0-66c9-4449-9655-5a29f84f96da ACLs:[] ExternalIDs:map[name:clusterRtrPortGroup] Name:clusterRtrPortGroup Ports:[4d92bb97-9a0b-4af6-a612-952d4114a074]}" "old"="&{UUID:69285bd0-66c9-4449-9655-5a29f84f96da ACLs:[] ExternalIDs:map[name:clusterRtrPortGroup] Name:clusterRtrPortGroup Ports:[]}" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="69285bd0-66c9-4449-9655-5a29f84f96da" "table"="Port_Group" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="69285bd0-66c9-4449-9655-5a29f84f96da" "table"="Port_Group" "old"="&{UUID:69285bd0-66c9-4449-9655-5a29f84f96da ACLs:[] ExternalIDs:map[name:clusterRtrPortGroup] Name:clusterRtrPortGroup Ports:[]}" "new"="&{UUID:69285bd0-66c9-4449-9655-5a29f84f96da ACLs:[] ExternalIDs:map[name:clusterRtrPortGroup] Name:clusterRtrPortGroup Ports:[4d92bb97-9a0b-4af6-a612-952d4114a074]}" +I1208 17:09:16.439436 19465 kube.go:93] Setting annotations map[k8s.ovn.org/node-subnets:{"default":"10.1.1.0/24"}] on node node1 +I1208 17:09:16.495733 19465 master.go:1175] Node node1 now has a new chassis ID, delete its stale chassis in SBDB +RESULT &[]I1208 17:09:16.549055 19465 model_client.go:292] Update operations generated as: [{Op:update Table:Logical_Router_Port Row:map[mac:0a:58:0a:01:01:01 networks:{GoSet:[10.1.1.1/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {13a982f7-6214-44f3-b5f9-16573f6232d7}] Until: Durable: Comment: Lock: UUIDName:}] +RESULT &[{76b8cdaf-7775-48fd-91f5-a576eec0969f map[] [] [] ovn_cluster_router [] map[] [] [13a982f7-6214-44f3-b5f9-16573f6232d7] []}]I1208 17:09:16.550485 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:13a982f7-6214-44f3-b5f9-16573f6232d7}]}}] Timeout:0 Where:[where column _uuid == {76b8cdaf-7775-48fd-91f5-a576eec0969f}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:16.550780 19465 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Router_Port Row:map[mac:0a:58:0a:01:01:01 networks:{GoSet:[10.1.1.1/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {13a982f7-6214-44f3-b5f9-16573f6232d7}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:13a982f7-6214-44f3-b5f9-16573f6232d7}]}}] Timeout:0 Where:[where column _uuid == {76b8cdaf-7775-48fd-91f5-a576eec0969f}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:16.552043 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Logical_Router_Port Row:map[mac:0a:58:0a:01:01:01 networks:{GoSet:[10.1.1.1/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {13a982f7-6214-44f3-b5f9-16573f6232d7}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:13a982f7-6214-44f3-b5f9-16573f6232d7}]}}] Timeout:0 Where:[where column _uuid == {76b8cdaf-7775-48fd-91f5-a576eec0969f}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="13a982f7-6214-44f3-b5f9-16573f6232d7" "table"="Logical_Router_Port" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "table"="Logical_Router" +I1208 17:09:16.565995 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" +I1208 17:09:16.567724 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Port" "uuid"="13a982f7-6214-44f3-b5f9-16573f6232d7" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="13a982f7-6214-44f3-b5f9-16573f6232d7" "table"="Logical_Router_Port" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "table"="Logical_Router" +I1208 17:09:16.623972 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 name:rtos-node1-cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 priority:1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996841}] +I1208 17:09:16.675991 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:gateway_chassis Mutator:insert Value:{GoSet:[{GoUUID:u2596996841}]}}] Timeout:0 Where:[where column _uuid == {13a982f7-6214-44f3-b5f9-16573f6232d7}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:16.676558 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Gateway_Chassis Row:map[chassis_name:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 name:rtos-node1-cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 priority:1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996841} {Op:mutate Table:Logical_Router_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:gateway_chassis Mutator:insert Value:{GoSet:[{GoUUID:u2596996841}]}}] Timeout:0 Where:[where column _uuid == {13a982f7-6214-44f3-b5f9-16573f6232d7}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:16.677806 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Gateway_Chassis Row:map[chassis_name:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 name:rtos-node1-cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 priority:1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996841} {Op:mutate Table:Logical_Router_Port Row:map[] Rows:[] Columns:[] Mutations:[{Column:gateway_chassis Mutator:insert Value:{GoSet:[{GoUUID:u2596996841}]}}] Timeout:0 Where:[where column _uuid == {13a982f7-6214-44f3-b5f9-16573f6232d7}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f96b91ce-0b7b-4acd-a9e9-780d7f425c4f" "table"="Gateway_Chassis" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f96b91ce-0b7b-4acd-a9e9-780d7f425c4f" "table"="Gateway_Chassis" "model"="&{UUID:f96b91ce-0b7b-4acd-a9e9-780d7f425c4f ChassisName:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 ExternalIDs:map[] Name:rtos-node1-cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 Options:map[] Priority:1}" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="13a982f7-6214-44f3-b5f9-16573f6232d7" "table"="Logical_Router_Port" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="13a982f7-6214-44f3-b5f9-16573f6232d7" "table"="Logical_Router_Port" "old"="&{UUID:13a982f7-6214-44f3-b5f9-16573f6232d7 Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:0a:01:01:01 Name:rtos-node1 Networks:[10.1.1.1/24] Options:map[] Peer:}" "new"="&{UUID:13a982f7-6214-44f3-b5f9-16573f6232d7 Enabled: ExternalIDs:map[] GatewayChassis:[f96b91ce-0b7b-4acd-a9e9-780d7f425c4f] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:0a:01:01:01 Name:rtos-node1 Networks:[10.1.1.1/24] Options:map[] Peer:}" +I1208 17:09:16.694419 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Port" "uuid"="13a982f7-6214-44f3-b5f9-16573f6232d7" +I1208 17:09:16.696461 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Router_Port" "uuid"="13a982f7-6214-44f3-b5f9-16573f6232d7" "new"="&{UUID:13a982f7-6214-44f3-b5f9-16573f6232d7 Enabled: ExternalIDs:map[] GatewayChassis:[f96b91ce-0b7b-4acd-a9e9-780d7f425c4f] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:0a:01:01:01 Name:rtos-node1 Networks:[10.1.1.1/24] Options:map[] Peer:}" "old"="&{UUID:13a982f7-6214-44f3-b5f9-16573f6232d7 Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:0a:01:01:01 Name:rtos-node1 Networks:[10.1.1.1/24] Options:map[] Peer:}" +I1208 17:09:16.697848 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Gateway_Chassis" "uuid"="f96b91ce-0b7b-4acd-a9e9-780d7f425c4f" +I1208 17:09:16.698630 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Gateway_Chassis" "uuid"="f96b91ce-0b7b-4acd-a9e9-780d7f425c4f" "model"="&{UUID:f96b91ce-0b7b-4acd-a9e9-780d7f425c4f ChassisName:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 ExternalIDs:map[] Name:rtos-node1-cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 Options:map[] Priority:1}" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f96b91ce-0b7b-4acd-a9e9-780d7f425c4f" "table"="Gateway_Chassis" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f96b91ce-0b7b-4acd-a9e9-780d7f425c4f" "table"="Gateway_Chassis" "model"="&{UUID:f96b91ce-0b7b-4acd-a9e9-780d7f425c4f ChassisName:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 ExternalIDs:map[] Name:rtos-node1-cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 Options:map[] Priority:1}" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="13a982f7-6214-44f3-b5f9-16573f6232d7" "table"="Logical_Router_Port" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="13a982f7-6214-44f3-b5f9-16573f6232d7" "table"="Logical_Router_Port" "old"="&{UUID:13a982f7-6214-44f3-b5f9-16573f6232d7 Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:0a:01:01:01 Name:rtos-node1 Networks:[10.1.1.1/24] Options:map[] Peer:}" "new"="&{UUID:13a982f7-6214-44f3-b5f9-16573f6232d7 Enabled: ExternalIDs:map[] GatewayChassis:[f96b91ce-0b7b-4acd-a9e9-780d7f425c4f] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:0a:01:01:01 Name:rtos-node1 Networks:[10.1.1.1/24] Options:map[] Peer:}" +RESULT &[]I1208 17:09:16.704800 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport log:false match:ip4.src==10.1.1.2 priority:1001] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996842}] +RESULT &[{f5a5e910-b3e4-49db-b278-4af3f6a75c07 [] [] map[] [] [] [clusterLBGroup-UUID] node1 map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] [4d92bb97-9a0b-4af6-a612-952d4114a074] []}]I1208 17:09:16.706642 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2596996842}]}}] Timeout:0 Where:[where column _uuid == {f5a5e910-b3e4-49db-b278-4af3f6a75c07}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:16.706943 19465 transact.go:41] Configuring OVN: [{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport log:false match:ip4.src==10.1.1.2 priority:1001] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996842} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2596996842}]}}] Timeout:0 Where:[where column _uuid == {f5a5e910-b3e4-49db-b278-4af3f6a75c07}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:16.708205 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:ACL Row:map[action:allow-related direction:to-lport log:false match:ip4.src==10.1.1.2 priority:1001] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996842} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:acls Mutator:insert Value:{GoSet:[{GoUUID:u2596996842}]}}] Timeout:0 Where:[where column _uuid == {f5a5e910-b3e4-49db-b278-4af3f6a75c07}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="946781d0-4a8f-4b1d-aa84-207fd6a4cb28" "table"="ACL" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="946781d0-4a8f-4b1d-aa84-207fd6a4cb28" "table"="ACL" "model"="&{UUID:946781d0-4a8f-4b1d-aa84-207fd6a4cb28 Action:allow-related Direction:to-lport ExternalIDs:map[] Label:0 Log:false Match:ip4.src==10.1.1.2 Meter: Name: Priority:1001 Severity:}" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "table"="Logical_Switch" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "table"="Logical_Switch" "old"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[4d92bb97-9a0b-4af6-a612-952d4114a074] QOSRules:[]}" "new"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[946781d0-4a8f-4b1d-aa84-207fd6a4cb28] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[4d92bb97-9a0b-4af6-a612-952d4114a074] QOSRules:[]}" +I1208 17:09:16.726186 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="ACL" "uuid"="946781d0-4a8f-4b1d-aa84-207fd6a4cb28" +I1208 17:09:16.727299 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="ACL" "uuid"="946781d0-4a8f-4b1d-aa84-207fd6a4cb28" "model"="&{UUID:946781d0-4a8f-4b1d-aa84-207fd6a4cb28 Action:allow-related Direction:to-lport ExternalIDs:map[] Label:0 Log:false Match:ip4.src==10.1.1.2 Meter: Name: Priority:1001 Severity:}" +I1208 17:09:16.728187 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" +I1208 17:09:16.730132 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "new"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[946781d0-4a8f-4b1d-aa84-207fd6a4cb28] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[4d92bb97-9a0b-4af6-a612-952d4114a074] QOSRules:[]}" "old"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[4d92bb97-9a0b-4af6-a612-952d4114a074] QOSRules:[]}" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "table"="Logical_Switch" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "table"="Logical_Switch" "old"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[4d92bb97-9a0b-4af6-a612-952d4114a074] QOSRules:[]}" "new"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[946781d0-4a8f-4b1d-aa84-207fd6a4cb28] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[4d92bb97-9a0b-4af6-a612-952d4114a074] QOSRules:[]}" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="946781d0-4a8f-4b1d-aa84-207fd6a4cb28" "table"="ACL" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="946781d0-4a8f-4b1d-aa84-207fd6a4cb28" "table"="ACL" "model"="&{UUID:946781d0-4a8f-4b1d-aa84-207fd6a4cb28 Action:allow-related Direction:to-lport ExternalIDs:map[] Label:0 Log:false Match:ip4.src==10.1.1.2 Meter: Name: Priority:1001 Severity:}" +I1208 17:09:16.788366 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:01:01:02 10.1.1.2]} name:k8s-node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996843}] +RESULT &[{f5a5e910-b3e4-49db-b278-4af3f6a75c07 [946781d0-4a8f-4b1d-aa84-207fd6a4cb28] [] map[] [] [] [clusterLBGroup-UUID] node1 map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] [4d92bb97-9a0b-4af6-a612-952d4114a074] []}]I1208 17:09:16.790233 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996843}]}}] Timeout:0 Where:[where column _uuid == {f5a5e910-b3e4-49db-b278-4af3f6a75c07}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:16.790603 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:01:01:02 10.1.1.2]} name:k8s-node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996843} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996843}]}}] Timeout:0 Where:[where column _uuid == {f5a5e910-b3e4-49db-b278-4af3f6a75c07}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:16.791682 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:01:01:02 10.1.1.2]} name:k8s-node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996843} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996843}]}}] Timeout:0 Where:[where column _uuid == {f5a5e910-b3e4-49db-b278-4af3f6a75c07}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="37afa42d-d0fc-4fb4-b569-c0c3381f476d" "table"="Logical_Switch_Port" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="37afa42d-d0fc-4fb4-b569-c0c3381f476d" "table"="Logical_Switch_Port" "model"="&{UUID:37afa42d-d0fc-4fb4-b569-c0c3381f476d Addresses:[0a:58:0a:01:01:02 10.1.1.2] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:k8s-node1 Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "table"="Logical_Switch" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "table"="Logical_Switch" "old"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[946781d0-4a8f-4b1d-aa84-207fd6a4cb28] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[4d92bb97-9a0b-4af6-a612-952d4114a074] QOSRules:[]}" "new"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[946781d0-4a8f-4b1d-aa84-207fd6a4cb28] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[4d92bb97-9a0b-4af6-a612-952d4114a074 37afa42d-d0fc-4fb4-b569-c0c3381f476d] QOSRules:[]}" +I1208 17:09:16.809735 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" +I1208 17:09:16.812205 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "new"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[946781d0-4a8f-4b1d-aa84-207fd6a4cb28] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[4d92bb97-9a0b-4af6-a612-952d4114a074 37afa42d-d0fc-4fb4-b569-c0c3381f476d] QOSRules:[]}" "old"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[946781d0-4a8f-4b1d-aa84-207fd6a4cb28] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[4d92bb97-9a0b-4af6-a612-952d4114a074] QOSRules:[]}" +I1208 17:09:16.813781 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="37afa42d-d0fc-4fb4-b569-c0c3381f476d" +I1208 17:09:16.814661 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="37afa42d-d0fc-4fb4-b569-c0c3381f476d" "model"="&{UUID:37afa42d-d0fc-4fb4-b569-c0c3381f476d Addresses:[0a:58:0a:01:01:02 10.1.1.2] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:k8s-node1 Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "table"="Logical_Switch" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "table"="Logical_Switch" "old"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[946781d0-4a8f-4b1d-aa84-207fd6a4cb28] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[4d92bb97-9a0b-4af6-a612-952d4114a074] QOSRules:[]}" "new"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[946781d0-4a8f-4b1d-aa84-207fd6a4cb28] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[4d92bb97-9a0b-4af6-a612-952d4114a074 37afa42d-d0fc-4fb4-b569-c0c3381f476d] QOSRules:[]}" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="37afa42d-d0fc-4fb4-b569-c0c3381f476d" "table"="Logical_Switch_Port" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="37afa42d-d0fc-4fb4-b569-c0c3381f476d" "table"="Logical_Switch_Port" "model"="&{UUID:37afa42d-d0fc-4fb4-b569-c0c3381f476d Addresses:[0a:58:0a:01:01:02 10.1.1.2] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:k8s-node1 Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +I1208 17:09:16.873281 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:37afa42d-d0fc-4fb4-b569-c0c3381f476d}]}}] Timeout:0 Where:[where column name == clusterPortGroup] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:16.874529 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:mutate Table:Port_Group Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:37afa42d-d0fc-4fb4-b569-c0c3381f476d}]}}] Timeout:0 Where:[where column name == clusterPortGroup] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2d597a22-4714-4dc2-afa1-2ae90d6aace0" "table"="Port_Group" +2021/12/08 17:09:16 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2d597a22-4714-4dc2-afa1-2ae90d6aace0" "table"="Port_Group" "old"="&{UUID:2d597a22-4714-4dc2-afa1-2ae90d6aace0 ACLs:[] ExternalIDs:map[name:clusterPortGroup] Name:clusterPortGroup Ports:[]}" "new"="&{UUID:2d597a22-4714-4dc2-afa1-2ae90d6aace0 ACLs:[] ExternalIDs:map[name:clusterPortGroup] Name:clusterPortGroup Ports:[37afa42d-d0fc-4fb4-b569-c0c3381f476d]}" +I1208 17:09:16.885797 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Port_Group" "uuid"="2d597a22-4714-4dc2-afa1-2ae90d6aace0" +I1208 17:09:16.887171 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Port_Group" "uuid"="2d597a22-4714-4dc2-afa1-2ae90d6aace0" "new"="&{UUID:2d597a22-4714-4dc2-afa1-2ae90d6aace0 ACLs:[] ExternalIDs:map[name:clusterPortGroup] Name:clusterPortGroup Ports:[37afa42d-d0fc-4fb4-b569-c0c3381f476d]}" "old"="&{UUID:2d597a22-4714-4dc2-afa1-2ae90d6aace0 ACLs:[] ExternalIDs:map[name:clusterPortGroup] Name:clusterPortGroup Ports:[]}" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2d597a22-4714-4dc2-afa1-2ae90d6aace0" "table"="Port_Group" +2021/12/08 17:09:16 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2d597a22-4714-4dc2-afa1-2ae90d6aace0" "table"="Port_Group" "old"="&{UUID:2d597a22-4714-4dc2-afa1-2ae90d6aace0 ACLs:[] ExternalIDs:map[name:clusterPortGroup] Name:clusterPortGroup Ports:[]}" "new"="&{UUID:2d597a22-4714-4dc2-afa1-2ae90d6aace0 ACLs:[] ExternalIDs:map[name:clusterPortGroup] Name:clusterPortGroup Ports:[37afa42d-d0fc-4fb4-b569-c0c3381f476d]}" +I1208 17:09:16.992497 19465 util.go:266] Hybridoverlay port does not exist for node node1 +I1208 17:09:16.992929 19465 util.go:273] haveMP true haveHO false ManagementPortAddress 10.1.1.2/24 HybridOverlayAddressOA 10.1.1.3/24 +RESULT &[{f5a5e910-b3e4-49db-b278-4af3f6a75c07 [946781d0-4a8f-4b1d-aa84-207fd6a4cb28] [] map[] [] [] [clusterLBGroup-UUID] node1 map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] [4d92bb97-9a0b-4af6-a612-952d4114a074 37afa42d-d0fc-4fb4-b569-c0c3381f476d] []}]I1208 17:09:16.994521 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:other_config Mutator:delete Value:{GoSet:[exclude_ips]}}] Timeout:0 Where:[where column _uuid == {f5a5e910-b3e4-49db-b278-4af3f6a75c07}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:16.994809 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:other_config Mutator:delete Value:{GoSet:[exclude_ips]}}] Timeout:0 Where:[where column _uuid == {f5a5e910-b3e4-49db-b278-4af3f6a75c07}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:16.995613 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:other_config Mutator:delete Value:{GoSet:[exclude_ips]}}] Timeout:0 Where:[where column _uuid == {f5a5e910-b3e4-49db-b278-4af3f6a75c07}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "table"="Logical_Switch" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "table"="Logical_Switch" "old"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[946781d0-4a8f-4b1d-aa84-207fd6a4cb28] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[4d92bb97-9a0b-4af6-a612-952d4114a074 37afa42d-d0fc-4fb4-b569-c0c3381f476d] QOSRules:[]}" "new"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[946781d0-4a8f-4b1d-aa84-207fd6a4cb28] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[subnet:10.1.1.0/24] Ports:[4d92bb97-9a0b-4af6-a612-952d4114a074 37afa42d-d0fc-4fb4-b569-c0c3381f476d] QOSRules:[]}" +I1208 17:09:17.009632 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" +I1208 17:09:17.012118 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "new"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[946781d0-4a8f-4b1d-aa84-207fd6a4cb28] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[subnet:10.1.1.0/24] Ports:[4d92bb97-9a0b-4af6-a612-952d4114a074 37afa42d-d0fc-4fb4-b569-c0c3381f476d] QOSRules:[]}" "old"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[946781d0-4a8f-4b1d-aa84-207fd6a4cb28] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[4d92bb97-9a0b-4af6-a612-952d4114a074 37afa42d-d0fc-4fb4-b569-c0c3381f476d] QOSRules:[]}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "table"="Logical_Switch" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f5a5e910-b3e4-49db-b278-4af3f6a75c07" "table"="Logical_Switch" "old"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[946781d0-4a8f-4b1d-aa84-207fd6a4cb28] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[exclude_ips:10.1.1.2 subnet:10.1.1.0/24] Ports:[4d92bb97-9a0b-4af6-a612-952d4114a074 37afa42d-d0fc-4fb4-b569-c0c3381f476d] QOSRules:[]}" "new"="&{UUID:f5a5e910-b3e4-49db-b278-4af3f6a75c07 ACLs:[946781d0-4a8f-4b1d-aa84-207fd6a4cb28] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:node1 OtherConfig:map[subnet:10.1.1.0/24] Ports:[4d92bb97-9a0b-4af6-a612-952d4114a074 37afa42d-d0fc-4fb4-b569-c0c3381f476d] QOSRules:[]}" +RESULT &[]I1208 17:09:17.019649 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Router Row:map[external_ids:{GoMap:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2]} load_balancer_group:{GoSet:[{GoUUID:clusterLBGroup-UUID}]} name:GR_node1 options:{GoMap:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996844}] +I1208 17:09:17.020290 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router Row:map[external_ids:{GoMap:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2]} load_balancer_group:{GoSet:[{GoUUID:clusterLBGroup-UUID}]} name:GR_node1 options:{GoMap:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996844}] +I1208 17:09:17.021538 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Router Row:map[external_ids:{GoMap:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2]} load_balancer_group:{GoSet:[{GoUUID:clusterLBGroup-UUID}]} name:GR_node1 options:{GoMap:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996844}]" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" "model"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" +I1208 17:09:17.038506 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" +I1208 17:09:17.039756 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "model"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" "model"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" +I1208 17:09:17.098405 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_node1 options:{GoMap:map[router-port:rtoj-GR_node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996845}] +RESULT &[{a81fe761-83e0-4d29-8fe0-a839eb83de6e [] [] map[] [] [] [] join map[] [] []}]I1208 17:09:17.100309 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996845}]}}] Timeout:0 Where:[where column _uuid == {a81fe761-83e0-4d29-8fe0-a839eb83de6e}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.100673 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_node1 options:{GoMap:map[router-port:rtoj-GR_node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996845} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996845}]}}] Timeout:0 Where:[where column _uuid == {a81fe761-83e0-4d29-8fe0-a839eb83de6e}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.101881 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[router]} name:jtor-GR_node1 options:{GoMap:map[router-port:rtoj-GR_node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996845} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996845}]}}] Timeout:0 Where:[where column _uuid == {a81fe761-83e0-4d29-8fe0-a839eb83de6e}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b92d9085-235f-4bb2-9992-37e77fe0b565" "table"="Logical_Switch_Port" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b92d9085-235f-4bb2-9992-37e77fe0b565" "table"="Logical_Switch_Port" "model"="&{UUID:b92d9085-235f-4bb2-9992-37e77fe0b565 Addresses:[router] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:jtor-GR_node1 Options:map[router-port:rtoj-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a81fe761-83e0-4d29-8fe0-a839eb83de6e" "table"="Logical_Switch" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a81fe761-83e0-4d29-8fe0-a839eb83de6e" "table"="Logical_Switch" "old"="&{UUID:a81fe761-83e0-4d29-8fe0-a839eb83de6e ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:a81fe761-83e0-4d29-8fe0-a839eb83de6e ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[b92d9085-235f-4bb2-9992-37e77fe0b565] QOSRules:[]}" +I1208 17:09:17.120540 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="a81fe761-83e0-4d29-8fe0-a839eb83de6e" +I1208 17:09:17.122506 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="a81fe761-83e0-4d29-8fe0-a839eb83de6e" "new"="&{UUID:a81fe761-83e0-4d29-8fe0-a839eb83de6e ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[b92d9085-235f-4bb2-9992-37e77fe0b565] QOSRules:[]}" "old"="&{UUID:a81fe761-83e0-4d29-8fe0-a839eb83de6e ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" +I1208 17:09:17.123949 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="b92d9085-235f-4bb2-9992-37e77fe0b565" +I1208 17:09:17.124824 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="b92d9085-235f-4bb2-9992-37e77fe0b565" "model"="&{UUID:b92d9085-235f-4bb2-9992-37e77fe0b565 Addresses:[router] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:jtor-GR_node1 Options:map[router-port:rtoj-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b92d9085-235f-4bb2-9992-37e77fe0b565" "table"="Logical_Switch_Port" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b92d9085-235f-4bb2-9992-37e77fe0b565" "table"="Logical_Switch_Port" "model"="&{UUID:b92d9085-235f-4bb2-9992-37e77fe0b565 Addresses:[router] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:jtor-GR_node1 Options:map[router-port:rtoj-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a81fe761-83e0-4d29-8fe0-a839eb83de6e" "table"="Logical_Switch" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a81fe761-83e0-4d29-8fe0-a839eb83de6e" "table"="Logical_Switch" "old"="&{UUID:a81fe761-83e0-4d29-8fe0-a839eb83de6e ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:a81fe761-83e0-4d29-8fe0-a839eb83de6e ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:join OtherConfig:map[] Ports:[b92d9085-235f-4bb2-9992-37e77fe0b565] QOSRules:[]}" +I1208 17:09:17.182288 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:02 name:rtoj-GR_node1 networks:{GoSet:[100.64.0.2/16]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996846}] +RESULT &[{67148c23-5b51-4a46-8d06-ea9b0620c4cf map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] [] [clusterLBGroup-UUID] GR_node1 [] map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [] []}]I1208 17:09:17.184342 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996846}]}}] Timeout:0 Where:[where column _uuid == {67148c23-5b51-4a46-8d06-ea9b0620c4cf}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.184714 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:02 name:rtoj-GR_node1 networks:{GoSet:[100.64.0.2/16]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996846} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996846}]}}] Timeout:0 Where:[where column _uuid == {67148c23-5b51-4a46-8d06-ea9b0620c4cf}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.185867 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:02 name:rtoj-GR_node1 networks:{GoSet:[100.64.0.2/16]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996846} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996846}]}}] Timeout:0 Where:[where column _uuid == {67148c23-5b51-4a46-8d06-ea9b0620c4cf}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d1812b3c-37d1-477e-9262-0adf5792748d" "table"="Logical_Router_Port" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d1812b3c-37d1-477e-9262-0adf5792748d" "table"="Logical_Router_Port" "model"="&{UUID:d1812b3c-37d1-477e-9262-0adf5792748d Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:64:40:00:02 Name:rtoj-GR_node1 Networks:[100.64.0.2/16] Options:map[] Peer:}" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" "old"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d] StaticRoutes:[]}" +I1208 17:09:17.204481 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Port" "uuid"="d1812b3c-37d1-477e-9262-0adf5792748d" +I1208 17:09:17.205653 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Router_Port" "uuid"="d1812b3c-37d1-477e-9262-0adf5792748d" "model"="&{UUID:d1812b3c-37d1-477e-9262-0adf5792748d Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:64:40:00:02 Name:rtoj-GR_node1 Networks:[100.64.0.2/16] Options:map[] Peer:}" +I1208 17:09:17.206601 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" +I1208 17:09:17.209125 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "new"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d] StaticRoutes:[]}" "old"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d1812b3c-37d1-477e-9262-0adf5792748d" "table"="Logical_Router_Port" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d1812b3c-37d1-477e-9262-0adf5792748d" "table"="Logical_Router_Port" "model"="&{UUID:d1812b3c-37d1-477e-9262-0adf5792748d Enabled: ExternalIDs:map[] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:0a:58:64:40:00:02 Name:rtoj-GR_node1 Networks:[100.64.0.2/16] Options:map[] Peer:}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" "old"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d] StaticRoutes:[]}" +RESULT &[]I1208 17:09:17.219901 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.1.0.0/16 nexthop:100.64.0.1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996847}] +RESULT &[{67148c23-5b51-4a46-8d06-ea9b0620c4cf map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] [] [clusterLBGroup-UUID] GR_node1 [] map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [d1812b3c-37d1-477e-9262-0adf5792748d] []}]I1208 17:09:17.221787 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996847}]}}] Timeout:0 Where:[where column _uuid == {67148c23-5b51-4a46-8d06-ea9b0620c4cf}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.222148 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.1.0.0/16 nexthop:100.64.0.1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996847} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996847}]}}] Timeout:0 Where:[where column _uuid == {67148c23-5b51-4a46-8d06-ea9b0620c4cf}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.223149 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.1.0.0/16 nexthop:100.64.0.1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996847} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996847}]}}] Timeout:0 Where:[where column _uuid == {67148c23-5b51-4a46-8d06-ea9b0620c4cf}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5436be60-579f-4795-a84d-c55127625a66" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5436be60-579f-4795-a84d-c55127625a66" "table"="Logical_Router_Static_Route" "model"="&{UUID:5436be60-579f-4795-a84d-c55127625a66 BFD: ExternalIDs:map[] IPPrefix:10.1.0.0/16 Nexthop:100.64.0.1 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" "old"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d] StaticRoutes:[]}" "new"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d] StaticRoutes:[5436be60-579f-4795-a84d-c55127625a66]}" +I1208 17:09:17.241073 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" +I1208 17:09:17.243962 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "new"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d] StaticRoutes:[5436be60-579f-4795-a84d-c55127625a66]}" "old"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d] StaticRoutes:[]}" +I1208 17:09:17.245956 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Static_Route" "uuid"="5436be60-579f-4795-a84d-c55127625a66" +I1208 17:09:17.246724 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Router_Static_Route" "uuid"="5436be60-579f-4795-a84d-c55127625a66" "model"="&{UUID:5436be60-579f-4795-a84d-c55127625a66 BFD: ExternalIDs:map[] IPPrefix:10.1.0.0/16 Nexthop:100.64.0.1 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" "old"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d] StaticRoutes:[]}" "new"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d] StaticRoutes:[5436be60-579f-4795-a84d-c55127625a66]}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5436be60-579f-4795-a84d-c55127625a66" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5436be60-579f-4795-a84d-c55127625a66" "table"="Logical_Router_Static_Route" "model"="&{UUID:5436be60-579f-4795-a84d-c55127625a66 BFD: ExternalIDs:map[] IPPrefix:10.1.0.0/16 Nexthop:100.64.0.1 Options:map[] OutputPort: Policy:}" +RESULT &[]I1208 17:09:17.255317 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Switch Row:map[name:ext_node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996848}] +I1208 17:09:17.255788 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch Row:map[name:ext_node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996848}] +I1208 17:09:17.256578 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Switch Row:map[name:ext_node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996848}]" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9d45354c-a761-4a82-860b-f642f03ed0f5" "table"="Logical_Switch" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9d45354c-a761-4a82-860b-f642f03ed0f5" "table"="Logical_Switch" "model"="&{UUID:9d45354c-a761-4a82-860b-f642f03ed0f5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +I1208 17:09:17.264903 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="9d45354c-a761-4a82-860b-f642f03ed0f5" +I1208 17:09:17.265884 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="9d45354c-a761-4a82-860b-f642f03ed0f5" "model"="&{UUID:9d45354c-a761-4a82-860b-f642f03ed0f5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9d45354c-a761-4a82-860b-f642f03ed0f5" "table"="Logical_Switch" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9d45354c-a761-4a82-860b-f642f03ed0f5" "table"="Logical_Switch" "model"="&{UUID:9d45354c-a761-4a82-860b-f642f03ed0f5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +I1208 17:09:17.320682 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} name:br-eth0_node1 options:{GoMap:map[network_name:physnet]} tag_request:{GoSet:[1024]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996849}] +RESULT &[{9d45354c-a761-4a82-860b-f642f03ed0f5 [] [] map[] [] [] [] ext_node1 map[] [] []}]I1208 17:09:17.323040 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996849}]}}] Timeout:0 Where:[where column _uuid == {9d45354c-a761-4a82-860b-f642f03ed0f5}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.323438 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} name:br-eth0_node1 options:{GoMap:map[network_name:physnet]} tag_request:{GoSet:[1024]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996849} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996849}]}}] Timeout:0 Where:[where column _uuid == {9d45354c-a761-4a82-860b-f642f03ed0f5}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.324882 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} name:br-eth0_node1 options:{GoMap:map[network_name:physnet]} tag_request:{GoSet:[1024]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996849} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996849}]}}] Timeout:0 Where:[where column _uuid == {9d45354c-a761-4a82-860b-f642f03ed0f5}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6e33e561-180a-472a-9ca1-2005c34693f1" "table"="Logical_Switch_Port" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6e33e561-180a-472a-9ca1-2005c34693f1" "table"="Logical_Switch_Port" "model"="&{UUID:6e33e561-180a-472a-9ca1-2005c34693f1 Addresses:[unknown] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:br-eth0_node1 Options:map[network_name:physnet] ParentName: PortSecurity:[] Tag: TagRequest:0xc014e6a400 Type:localnet Up:}" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9d45354c-a761-4a82-860b-f642f03ed0f5" "table"="Logical_Switch" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9d45354c-a761-4a82-860b-f642f03ed0f5" "table"="Logical_Switch" "old"="&{UUID:9d45354c-a761-4a82-860b-f642f03ed0f5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:9d45354c-a761-4a82-860b-f642f03ed0f5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[6e33e561-180a-472a-9ca1-2005c34693f1] QOSRules:[]}" +I1208 17:09:17.344466 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="9d45354c-a761-4a82-860b-f642f03ed0f5" +I1208 17:09:17.346366 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="9d45354c-a761-4a82-860b-f642f03ed0f5" "new"="&{UUID:9d45354c-a761-4a82-860b-f642f03ed0f5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[6e33e561-180a-472a-9ca1-2005c34693f1] QOSRules:[]}" "old"="&{UUID:9d45354c-a761-4a82-860b-f642f03ed0f5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +I1208 17:09:17.347597 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="6e33e561-180a-472a-9ca1-2005c34693f1" +I1208 17:09:17.348486 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="6e33e561-180a-472a-9ca1-2005c34693f1" "model"="&{UUID:6e33e561-180a-472a-9ca1-2005c34693f1 Addresses:[unknown] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:br-eth0_node1 Options:map[network_name:physnet] ParentName: PortSecurity:[] Tag: TagRequest:0xc05397a058 Type:localnet Up:}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6e33e561-180a-472a-9ca1-2005c34693f1" "table"="Logical_Switch_Port" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6e33e561-180a-472a-9ca1-2005c34693f1" "table"="Logical_Switch_Port" "model"="&{UUID:6e33e561-180a-472a-9ca1-2005c34693f1 Addresses:[unknown] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:br-eth0_node1 Options:map[network_name:physnet] ParentName: PortSecurity:[] Tag: TagRequest:0xc052c3d288 Type:localnet Up:}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9d45354c-a761-4a82-860b-f642f03ed0f5" "table"="Logical_Switch" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9d45354c-a761-4a82-860b-f642f03ed0f5" "table"="Logical_Switch" "old"="&{UUID:9d45354c-a761-4a82-860b-f642f03ed0f5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:9d45354c-a761-4a82-860b-f642f03ed0f5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[6e33e561-180a-472a-9ca1-2005c34693f1] QOSRules:[]}" +I1208 17:09:17.405725 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:11:22:33:44:55:66 name:rtoe-GR_node1 networks:{GoSet:[172.16.16.2/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996850}] +RESULT &[{67148c23-5b51-4a46-8d06-ea9b0620c4cf map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] [] [clusterLBGroup-UUID] GR_node1 [] map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [d1812b3c-37d1-477e-9262-0adf5792748d] [5436be60-579f-4795-a84d-c55127625a66]}]I1208 17:09:17.408069 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996850}]}}] Timeout:0 Where:[where column _uuid == {67148c23-5b51-4a46-8d06-ea9b0620c4cf}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.408584 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:11:22:33:44:55:66 name:rtoe-GR_node1 networks:{GoSet:[172.16.16.2/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996850} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996850}]}}] Timeout:0 Where:[where column _uuid == {67148c23-5b51-4a46-8d06-ea9b0620c4cf}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.409887 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Router_Port Row:map[external_ids:{GoMap:map[gateway-physical-ip:yes]} mac:11:22:33:44:55:66 name:rtoe-GR_node1 networks:{GoSet:[172.16.16.2/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996850} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996850}]}}] Timeout:0 Where:[where column _uuid == {67148c23-5b51-4a46-8d06-ea9b0620c4cf}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="14357c6d-a68e-4fbf-afe5-bc45f67b1f74" "table"="Logical_Router_Port" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="14357c6d-a68e-4fbf-afe5-bc45f67b1f74" "table"="Logical_Router_Port" "model"="&{UUID:14357c6d-a68e-4fbf-afe5-bc45f67b1f74 Enabled: ExternalIDs:map[gateway-physical-ip:yes] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:11:22:33:44:55:66 Name:rtoe-GR_node1 Networks:[172.16.16.2/24] Options:map[] Peer:}" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" "old"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d] StaticRoutes:[5436be60-579f-4795-a84d-c55127625a66]}" "new"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d 14357c6d-a68e-4fbf-afe5-bc45f67b1f74] StaticRoutes:[5436be60-579f-4795-a84d-c55127625a66]}" +I1208 17:09:17.431900 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" +I1208 17:09:17.434832 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "new"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d 14357c6d-a68e-4fbf-afe5-bc45f67b1f74] StaticRoutes:[5436be60-579f-4795-a84d-c55127625a66]}" "old"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d] StaticRoutes:[5436be60-579f-4795-a84d-c55127625a66]}" +I1208 17:09:17.437121 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Port" "uuid"="14357c6d-a68e-4fbf-afe5-bc45f67b1f74" +I1208 17:09:17.438038 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Router_Port" "uuid"="14357c6d-a68e-4fbf-afe5-bc45f67b1f74" "model"="&{UUID:14357c6d-a68e-4fbf-afe5-bc45f67b1f74 Enabled: ExternalIDs:map[gateway-physical-ip:yes] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:11:22:33:44:55:66 Name:rtoe-GR_node1 Networks:[172.16.16.2/24] Options:map[] Peer:}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="14357c6d-a68e-4fbf-afe5-bc45f67b1f74" "table"="Logical_Router_Port" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="14357c6d-a68e-4fbf-afe5-bc45f67b1f74" "table"="Logical_Router_Port" "model"="&{UUID:14357c6d-a68e-4fbf-afe5-bc45f67b1f74 Enabled: ExternalIDs:map[gateway-physical-ip:yes] GatewayChassis:[] HaChassisGroup: Ipv6Prefix:[] Ipv6RaConfigs:map[] MAC:11:22:33:44:55:66 Name:rtoe-GR_node1 Networks:[172.16.16.2/24] Options:map[] Peer:}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" "old"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d] StaticRoutes:[5436be60-579f-4795-a84d-c55127625a66]}" "new"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d 14357c6d-a68e-4fbf-afe5-bc45f67b1f74] StaticRoutes:[5436be60-579f-4795-a84d-c55127625a66]}" +I1208 17:09:17.497193 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[11:22:33:44:55:66]} name:etor-GR_node1 options:{GoMap:map[router-port:rtoe-GR_node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996851}] +RESULT &[{9d45354c-a761-4a82-860b-f642f03ed0f5 [] [] map[] [] [] [] ext_node1 map[] [6e33e561-180a-472a-9ca1-2005c34693f1] []}]I1208 17:09:17.499598 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996851}]}}] Timeout:0 Where:[where column _uuid == {9d45354c-a761-4a82-860b-f642f03ed0f5}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.499945 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[11:22:33:44:55:66]} name:etor-GR_node1 options:{GoMap:map[router-port:rtoe-GR_node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996851} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996851}]}}] Timeout:0 Where:[where column _uuid == {9d45354c-a761-4a82-860b-f642f03ed0f5}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.501125 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[11:22:33:44:55:66]} name:etor-GR_node1 options:{GoMap:map[router-port:rtoe-GR_node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996851} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996851}]}}] Timeout:0 Where:[where column _uuid == {9d45354c-a761-4a82-860b-f642f03ed0f5}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7f5057ab-bb31-4960-8f61-3ea623c0d2b6" "table"="Logical_Switch_Port" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7f5057ab-bb31-4960-8f61-3ea623c0d2b6" "table"="Logical_Switch_Port" "model"="&{UUID:7f5057ab-bb31-4960-8f61-3ea623c0d2b6 Addresses:[11:22:33:44:55:66] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9d45354c-a761-4a82-860b-f642f03ed0f5" "table"="Logical_Switch" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9d45354c-a761-4a82-860b-f642f03ed0f5" "table"="Logical_Switch" "old"="&{UUID:9d45354c-a761-4a82-860b-f642f03ed0f5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[6e33e561-180a-472a-9ca1-2005c34693f1] QOSRules:[]}" "new"="&{UUID:9d45354c-a761-4a82-860b-f642f03ed0f5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[6e33e561-180a-472a-9ca1-2005c34693f1 7f5057ab-bb31-4960-8f61-3ea623c0d2b6] QOSRules:[]}" +I1208 17:09:17.520771 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="9d45354c-a761-4a82-860b-f642f03ed0f5" +I1208 17:09:17.522918 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="9d45354c-a761-4a82-860b-f642f03ed0f5" "new"="&{UUID:9d45354c-a761-4a82-860b-f642f03ed0f5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[6e33e561-180a-472a-9ca1-2005c34693f1 7f5057ab-bb31-4960-8f61-3ea623c0d2b6] QOSRules:[]}" "old"="&{UUID:9d45354c-a761-4a82-860b-f642f03ed0f5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[6e33e561-180a-472a-9ca1-2005c34693f1] QOSRules:[]}" +I1208 17:09:17.524288 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="7f5057ab-bb31-4960-8f61-3ea623c0d2b6" +I1208 17:09:17.525208 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="7f5057ab-bb31-4960-8f61-3ea623c0d2b6" "model"="&{UUID:7f5057ab-bb31-4960-8f61-3ea623c0d2b6 Addresses:[11:22:33:44:55:66] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7f5057ab-bb31-4960-8f61-3ea623c0d2b6" "table"="Logical_Switch_Port" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7f5057ab-bb31-4960-8f61-3ea623c0d2b6" "table"="Logical_Switch_Port" "model"="&{UUID:7f5057ab-bb31-4960-8f61-3ea623c0d2b6 Addresses:[11:22:33:44:55:66] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:etor-GR_node1 Options:map[router-port:rtoe-GR_node1] ParentName: PortSecurity:[] Tag: TagRequest: Type:router Up:}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9d45354c-a761-4a82-860b-f642f03ed0f5" "table"="Logical_Switch" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="9d45354c-a761-4a82-860b-f642f03ed0f5" "table"="Logical_Switch" "old"="&{UUID:9d45354c-a761-4a82-860b-f642f03ed0f5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[6e33e561-180a-472a-9ca1-2005c34693f1] QOSRules:[]}" "new"="&{UUID:9d45354c-a761-4a82-860b-f642f03ed0f5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ext_node1 OtherConfig:map[] Ports:[6e33e561-180a-472a-9ca1-2005c34693f1 7f5057ab-bb31-4960-8f61-3ea623c0d2b6] QOSRules:[]}" +RESULT &[]I1208 17:09:17.532350 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:0.0.0.0/0 nexthop:172.16.16.1 output_port:{GoSet:[rtoe-GR_node1]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996852}] +RESULT &[{67148c23-5b51-4a46-8d06-ea9b0620c4cf map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] [] [clusterLBGroup-UUID] GR_node1 [] map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [d1812b3c-37d1-477e-9262-0adf5792748d 14357c6d-a68e-4fbf-afe5-bc45f67b1f74] [5436be60-579f-4795-a84d-c55127625a66]}]I1208 17:09:17.534403 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996852}]}}] Timeout:0 Where:[where column _uuid == {67148c23-5b51-4a46-8d06-ea9b0620c4cf}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.534778 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:0.0.0.0/0 nexthop:172.16.16.1 output_port:{GoSet:[rtoe-GR_node1]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996852} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996852}]}}] Timeout:0 Where:[where column _uuid == {67148c23-5b51-4a46-8d06-ea9b0620c4cf}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.536012 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:0.0.0.0/0 nexthop:172.16.16.1 output_port:{GoSet:[rtoe-GR_node1]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996852} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996852}]}}] Timeout:0 Where:[where column _uuid == {67148c23-5b51-4a46-8d06-ea9b0620c4cf}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bba42d2c-fb0c-42ee-97b8-8f54319eef06" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="bba42d2c-fb0c-42ee-97b8-8f54319eef06" "table"="Logical_Router_Static_Route" "model"="&{UUID:bba42d2c-fb0c-42ee-97b8-8f54319eef06 BFD: ExternalIDs:map[] IPPrefix:0.0.0.0/0 Nexthop:172.16.16.1 Options:map[] OutputPort:0xc00d88f0e0 Policy:}" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" "old"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d 14357c6d-a68e-4fbf-afe5-bc45f67b1f74] StaticRoutes:[5436be60-579f-4795-a84d-c55127625a66]}" "new"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d 14357c6d-a68e-4fbf-afe5-bc45f67b1f74] StaticRoutes:[5436be60-579f-4795-a84d-c55127625a66 bba42d2c-fb0c-42ee-97b8-8f54319eef06]}" +I1208 17:09:17.554842 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" +I1208 17:09:17.557924 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "new"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d 14357c6d-a68e-4fbf-afe5-bc45f67b1f74] StaticRoutes:[5436be60-579f-4795-a84d-c55127625a66 bba42d2c-fb0c-42ee-97b8-8f54319eef06]}" "old"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d 14357c6d-a68e-4fbf-afe5-bc45f67b1f74] StaticRoutes:[5436be60-579f-4795-a84d-c55127625a66]}" +I1208 17:09:17.560074 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Static_Route" "uuid"="bba42d2c-fb0c-42ee-97b8-8f54319eef06" +I1208 17:09:17.560849 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Router_Static_Route" "uuid"="bba42d2c-fb0c-42ee-97b8-8f54319eef06" "model"="&{UUID:bba42d2c-fb0c-42ee-97b8-8f54319eef06 BFD: ExternalIDs:map[] IPPrefix:0.0.0.0/0 Nexthop:172.16.16.1 Options:map[] OutputPort:0xc0508b1000 Policy:}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" "old"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d 14357c6d-a68e-4fbf-afe5-bc45f67b1f74] StaticRoutes:[5436be60-579f-4795-a84d-c55127625a66]}" "new"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d 14357c6d-a68e-4fbf-afe5-bc45f67b1f74] StaticRoutes:[5436be60-579f-4795-a84d-c55127625a66 bba42d2c-fb0c-42ee-97b8-8f54319eef06]}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bba42d2c-fb0c-42ee-97b8-8f54319eef06" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="bba42d2c-fb0c-42ee-97b8-8f54319eef06" "table"="Logical_Router_Static_Route" "model"="&{UUID:bba42d2c-fb0c-42ee-97b8-8f54319eef06 BFD: ExternalIDs:map[] IPPrefix:0.0.0.0/0 Nexthop:172.16.16.1 Options:map[] OutputPort:0xc0508b1ea0 Policy:}" +RESULT &[]I1208 17:09:17.569582 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:100.64.0.2 nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996853}] +RESULT &[{76b8cdaf-7775-48fd-91f5-a576eec0969f map[] [] [] ovn_cluster_router [] map[] [] [13a982f7-6214-44f3-b5f9-16573f6232d7] []}]I1208 17:09:17.571711 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996853}]}}] Timeout:0 Where:[where column _uuid == {76b8cdaf-7775-48fd-91f5-a576eec0969f}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.572165 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:100.64.0.2 nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996853} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996853}]}}] Timeout:0 Where:[where column _uuid == {76b8cdaf-7775-48fd-91f5-a576eec0969f}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.573295 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:100.64.0.2 nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996853} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996853}]}}] Timeout:0 Where:[where column _uuid == {76b8cdaf-7775-48fd-91f5-a576eec0969f}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a" "table"="Logical_Router_Static_Route" "model"="&{UUID:dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a BFD: ExternalIDs:map[] IPPrefix:100.64.0.2 Nexthop:100.64.0.2 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "table"="Logical_Router" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "table"="Logical_Router" "old"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[]}" "new"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a]}" +I1208 17:09:17.589077 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" +I1208 17:09:17.591140 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "new"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a]}" "old"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[]}" +I1208 17:09:17.592462 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Static_Route" "uuid"="dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a" +I1208 17:09:17.593106 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Router_Static_Route" "uuid"="dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a" "model"="&{UUID:dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a BFD: ExternalIDs:map[] IPPrefix:100.64.0.2 Nexthop:100.64.0.2 Options:map[] OutputPort: Policy:}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "table"="Logical_Router" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "table"="Logical_Router" "old"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[]}" "new"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a]}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a" "table"="Logical_Router_Static_Route" "model"="&{UUID:dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a BFD: ExternalIDs:map[] IPPrefix:100.64.0.2 Nexthop:100.64.0.2 Options:map[] OutputPort: Policy:}" +RESULT &[]RESULT &[{76b8cdaf-7775-48fd-91f5-a576eec0969f map[] [] [] ovn_cluster_router [] map[] [] [13a982f7-6214-44f3-b5f9-16573f6232d7] [dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a]}]RESULT &[]I1208 17:09:17.603843 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.1.1.0/24 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996854}] +RESULT &[{76b8cdaf-7775-48fd-91f5-a576eec0969f map[] [] [] ovn_cluster_router [] map[] [] [13a982f7-6214-44f3-b5f9-16573f6232d7] [dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a]}]I1208 17:09:17.605990 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996854}]}}] Timeout:0 Where:[where column _uuid == {76b8cdaf-7775-48fd-91f5-a576eec0969f}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.606440 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.1.1.0/24 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996854} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996854}]}}] Timeout:0 Where:[where column _uuid == {76b8cdaf-7775-48fd-91f5-a576eec0969f}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.607547 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Router_Static_Route Row:map[ip_prefix:10.1.1.0/24 nexthop:100.64.0.2 policy:{GoSet:[src-ip]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996854} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:static_routes Mutator:insert Value:{GoSet:[{GoUUID:u2596996854}]}}] Timeout:0 Where:[where column _uuid == {76b8cdaf-7775-48fd-91f5-a576eec0969f}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ec913ec0-162a-47be-9c48-c1e547daac73" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ec913ec0-162a-47be-9c48-c1e547daac73" "table"="Logical_Router_Static_Route" "model"="&{UUID:ec913ec0-162a-47be-9c48-c1e547daac73 BFD: ExternalIDs:map[] IPPrefix:10.1.1.0/24 Nexthop:100.64.0.2 Options:map[] OutputPort: Policy:0xc014ca1640}" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "table"="Logical_Router" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "table"="Logical_Router" "old"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a]}" "new"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a ec913ec0-162a-47be-9c48-c1e547daac73]}" +I1208 17:09:17.624941 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" +I1208 17:09:17.627023 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "new"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a ec913ec0-162a-47be-9c48-c1e547daac73]}" "old"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a]}" +I1208 17:09:17.628503 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Static_Route" "uuid"="ec913ec0-162a-47be-9c48-c1e547daac73" +I1208 17:09:17.629225 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Router_Static_Route" "uuid"="ec913ec0-162a-47be-9c48-c1e547daac73" "model"="&{UUID:ec913ec0-162a-47be-9c48-c1e547daac73 BFD: ExternalIDs:map[] IPPrefix:10.1.1.0/24 Nexthop:100.64.0.2 Options:map[] OutputPort: Policy:0xc05e2c7710}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "table"="Logical_Router" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "table"="Logical_Router" "old"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a]}" "new"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a ec913ec0-162a-47be-9c48-c1e547daac73]}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ec913ec0-162a-47be-9c48-c1e547daac73" "table"="Logical_Router_Static_Route" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ec913ec0-162a-47be-9c48-c1e547daac73" "table"="Logical_Router_Static_Route" "model"="&{UUID:ec913ec0-162a-47be-9c48-c1e547daac73 BFD: ExternalIDs:map[] IPPrefix:10.1.1.0/24 Nexthop:100.64.0.2 Options:map[] OutputPort: Policy:0xc05e2c7ae0}" +I1208 17:09:17.636941 19465 transact.go:41] Configuring OVN: [{Op:insert Table:NAT Row:map[external_ip:172.16.16.2 logical_ip:10.1.0.0/16 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996855} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2596996855}]}}] Timeout:0 Where:[where column _uuid == {67148c23-5b51-4a46-8d06-ea9b0620c4cf}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.638275 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:NAT Row:map[external_ip:172.16.16.2 logical_ip:10.1.0.0/16 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996855} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:nat Mutator:insert Value:{GoSet:[{GoUUID:u2596996855}]}}] Timeout:0 Where:[where column _uuid == {67148c23-5b51-4a46-8d06-ea9b0620c4cf}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5b5f900a-7729-4ed2-b391-180ee7902f12" "table"="NAT" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5b5f900a-7729-4ed2-b391-180ee7902f12" "table"="NAT" "model"="&{UUID:5b5f900a-7729-4ed2-b391-180ee7902f12 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[] ExternalIP:172.16.16.2 ExternalMAC: ExternalPortRange: LogicalIP:10.1.0.0/16 LogicalPort: Options:map[stateless:false] Type:snat}" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" "old"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d 14357c6d-a68e-4fbf-afe5-bc45f67b1f74] StaticRoutes:[5436be60-579f-4795-a84d-c55127625a66 bba42d2c-fb0c-42ee-97b8-8f54319eef06]}" "new"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[5b5f900a-7729-4ed2-b391-180ee7902f12] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d 14357c6d-a68e-4fbf-afe5-bc45f67b1f74] StaticRoutes:[5436be60-579f-4795-a84d-c55127625a66 bba42d2c-fb0c-42ee-97b8-8f54319eef06]}" +I1208 17:09:17.660276 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="NAT" "uuid"="5b5f900a-7729-4ed2-b391-180ee7902f12" +I1208 17:09:17.661416 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="NAT" "uuid"="5b5f900a-7729-4ed2-b391-180ee7902f12" "model"="&{UUID:5b5f900a-7729-4ed2-b391-180ee7902f12 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[] ExternalIP:172.16.16.2 ExternalMAC: ExternalPortRange: LogicalIP:10.1.0.0/16 LogicalPort: Options:map[stateless:false] Type:snat}" +I1208 17:09:17.662398 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" +I1208 17:09:17.665052 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "new"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[5b5f900a-7729-4ed2-b391-180ee7902f12] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d 14357c6d-a68e-4fbf-afe5-bc45f67b1f74] StaticRoutes:[5436be60-579f-4795-a84d-c55127625a66 bba42d2c-fb0c-42ee-97b8-8f54319eef06]}" "old"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d 14357c6d-a68e-4fbf-afe5-bc45f67b1f74] StaticRoutes:[5436be60-579f-4795-a84d-c55127625a66 bba42d2c-fb0c-42ee-97b8-8f54319eef06]}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" "old"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d 14357c6d-a68e-4fbf-afe5-bc45f67b1f74] StaticRoutes:[5436be60-579f-4795-a84d-c55127625a66 bba42d2c-fb0c-42ee-97b8-8f54319eef06]}" "new"="&{UUID:67148c23-5b51-4a46-8d06-ea9b0620c4cf Copp: Enabled: ExternalIDs:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] LoadBalancer:[] LoadBalancerGroup:[clusterLBGroup-UUID] Name:GR_node1 Nat:[5b5f900a-7729-4ed2-b391-180ee7902f12] Options:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] Policies:[] Ports:[d1812b3c-37d1-477e-9262-0adf5792748d 14357c6d-a68e-4fbf-afe5-bc45f67b1f74] StaticRoutes:[5436be60-579f-4795-a84d-c55127625a66 bba42d2c-fb0c-42ee-97b8-8f54319eef06]}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5b5f900a-7729-4ed2-b391-180ee7902f12" "table"="NAT" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5b5f900a-7729-4ed2-b391-180ee7902f12" "table"="NAT" "model"="&{UUID:5b5f900a-7729-4ed2-b391-180ee7902f12 AllowedExtIPs: ExemptedExtIPs: ExternalIDs:map[] ExternalIP:172.16.16.2 ExternalMAC: ExternalPortRange: LogicalIP:10.1.0.0/16 LogicalPort: Options:map[stateless:false] Type:snat}" +RESULT &[]I1208 17:09:17.674463 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-node1" && ip4.dst == 9.9.9.9 /* node1 */ nexthops:{GoSet:[10.1.1.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996856}] +RESULT &[{76b8cdaf-7775-48fd-91f5-a576eec0969f map[] [] [] ovn_cluster_router [] map[] [] [13a982f7-6214-44f3-b5f9-16573f6232d7] [dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a ec913ec0-162a-47be-9c48-c1e547daac73]}]I1208 17:09:17.676655 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996856}]}}] Timeout:0 Where:[where column _uuid == {76b8cdaf-7775-48fd-91f5-a576eec0969f}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.676922 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-node1" && ip4.dst == 9.9.9.9 /* node1 */ nexthops:{GoSet:[10.1.1.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996856} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996856}]}}] Timeout:0 Where:[where column _uuid == {76b8cdaf-7775-48fd-91f5-a576eec0969f}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.678134 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == \"rtos-node1\" && ip4.dst == 9.9.9.9 /* node1 */ nexthops:{GoSet:[10.1.1.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996856} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996856}]}}] Timeout:0 Where:[where column _uuid == {76b8cdaf-7775-48fd-91f5-a576eec0969f}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c294c3bf-a228-4e0c-a2e4-1976571dc0cc" "table"="Logical_Router_Policy" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c294c3bf-a228-4e0c-a2e4-1976571dc0cc" "table"="Logical_Router_Policy" "model"="&{UUID:c294c3bf-a228-4e0c-a2e4-1976571dc0cc Action:reroute ExternalIDs:map[] Match:inport == "rtos-node1" && ip4.dst == 9.9.9.9 /* node1 */ Nexthop: Nexthops:[10.1.1.2] Options:map[] Priority:1004}" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "table"="Logical_Router" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "table"="Logical_Router" "old"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a ec913ec0-162a-47be-9c48-c1e547daac73]}" "new"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[c294c3bf-a228-4e0c-a2e4-1976571dc0cc] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a ec913ec0-162a-47be-9c48-c1e547daac73]}" +I1208 17:09:17.696307 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" +I1208 17:09:17.698554 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "new"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[c294c3bf-a228-4e0c-a2e4-1976571dc0cc] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a ec913ec0-162a-47be-9c48-c1e547daac73]}" "old"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a ec913ec0-162a-47be-9c48-c1e547daac73]}" +I1208 17:09:17.699939 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Policy" "uuid"="c294c3bf-a228-4e0c-a2e4-1976571dc0cc" +I1208 17:09:17.700709 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Router_Policy" "uuid"="c294c3bf-a228-4e0c-a2e4-1976571dc0cc" "model"="&{UUID:c294c3bf-a228-4e0c-a2e4-1976571dc0cc Action:reroute ExternalIDs:map[] Match:inport == \"rtos-node1\" && ip4.dst == 9.9.9.9 /* node1 */ Nexthop: Nexthops:[10.1.1.2] Options:map[] Priority:1004}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "table"="Logical_Router" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "table"="Logical_Router" "old"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a ec913ec0-162a-47be-9c48-c1e547daac73]}" "new"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[c294c3bf-a228-4e0c-a2e4-1976571dc0cc] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a ec913ec0-162a-47be-9c48-c1e547daac73]}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c294c3bf-a228-4e0c-a2e4-1976571dc0cc" "table"="Logical_Router_Policy" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c294c3bf-a228-4e0c-a2e4-1976571dc0cc" "table"="Logical_Router_Policy" "model"="&{UUID:c294c3bf-a228-4e0c-a2e4-1976571dc0cc Action:reroute ExternalIDs:map[] Match:inport == "rtos-node1" && ip4.dst == 9.9.9.9 /* node1 */ Nexthop: Nexthops:[10.1.1.2] Options:map[] Priority:1004}" +RESULT &[]I1208 17:09:17.707500 19465 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-node1" && ip4.dst == 172.16.16.2 /* node1 */ nexthops:{GoSet:[10.1.1.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996857}] +RESULT &[{76b8cdaf-7775-48fd-91f5-a576eec0969f map[] [] [] ovn_cluster_router [] map[] [c294c3bf-a228-4e0c-a2e4-1976571dc0cc] [13a982f7-6214-44f3-b5f9-16573f6232d7] [dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a ec913ec0-162a-47be-9c48-c1e547daac73]}]I1208 17:09:17.709721 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996857}]}}] Timeout:0 Where:[where column _uuid == {76b8cdaf-7775-48fd-91f5-a576eec0969f}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.710074 19465 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == "rtos-node1" && ip4.dst == 172.16.16.2 /* node1 */ nexthops:{GoSet:[10.1.1.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996857} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996857}]}}] Timeout:0 Where:[where column _uuid == {76b8cdaf-7775-48fd-91f5-a576eec0969f}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.711411 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Router_Policy Row:map[action:reroute match:inport == \"rtos-node1\" && ip4.dst == 172.16.16.2 /* node1 */ nexthops:{GoSet:[10.1.1.2]} priority:1004] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996857} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:insert Value:{GoSet:[{GoUUID:u2596996857}]}}] Timeout:0 Where:[where column _uuid == {76b8cdaf-7775-48fd-91f5-a576eec0969f}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="16924aff-4aa8-4cfb-bc8c-83a360ba1a8c" "table"="Logical_Router_Policy" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="16924aff-4aa8-4cfb-bc8c-83a360ba1a8c" "table"="Logical_Router_Policy" "model"="&{UUID:16924aff-4aa8-4cfb-bc8c-83a360ba1a8c Action:reroute ExternalIDs:map[] Match:inport == "rtos-node1" && ip4.dst == 172.16.16.2 /* node1 */ Nexthop: Nexthops:[10.1.1.2] Options:map[] Priority:1004}" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "table"="Logical_Router" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "table"="Logical_Router" "old"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[c294c3bf-a228-4e0c-a2e4-1976571dc0cc] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a ec913ec0-162a-47be-9c48-c1e547daac73]}" "new"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[c294c3bf-a228-4e0c-a2e4-1976571dc0cc 16924aff-4aa8-4cfb-bc8c-83a360ba1a8c] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a ec913ec0-162a-47be-9c48-c1e547daac73]}" +I1208 17:09:17.729346 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" +I1208 17:09:17.731734 19465 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "new"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[c294c3bf-a228-4e0c-a2e4-1976571dc0cc 16924aff-4aa8-4cfb-bc8c-83a360ba1a8c] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a ec913ec0-162a-47be-9c48-c1e547daac73]}" "old"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[c294c3bf-a228-4e0c-a2e4-1976571dc0cc] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a ec913ec0-162a-47be-9c48-c1e547daac73]}" +I1208 17:09:17.733210 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Policy" "uuid"="16924aff-4aa8-4cfb-bc8c-83a360ba1a8c" +I1208 17:09:17.733883 19465 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Router_Policy" "uuid"="16924aff-4aa8-4cfb-bc8c-83a360ba1a8c" "model"="&{UUID:16924aff-4aa8-4cfb-bc8c-83a360ba1a8c Action:reroute ExternalIDs:map[] Match:inport == \"rtos-node1\" && ip4.dst == 172.16.16.2 /* node1 */ Nexthop: Nexthops:[10.1.1.2] Options:map[] Priority:1004}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="16924aff-4aa8-4cfb-bc8c-83a360ba1a8c" "table"="Logical_Router_Policy" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="16924aff-4aa8-4cfb-bc8c-83a360ba1a8c" "table"="Logical_Router_Policy" "model"="&{UUID:16924aff-4aa8-4cfb-bc8c-83a360ba1a8c Action:reroute ExternalIDs:map[] Match:inport == "rtos-node1" && ip4.dst == 172.16.16.2 /* node1 */ Nexthop: Nexthops:[10.1.1.2] Options:map[] Priority:1004}" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "table"="Logical_Router" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="76b8cdaf-7775-48fd-91f5-a576eec0969f" "table"="Logical_Router" "old"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[c294c3bf-a228-4e0c-a2e4-1976571dc0cc] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a ec913ec0-162a-47be-9c48-c1e547daac73]}" "new"="&{UUID:76b8cdaf-7775-48fd-91f5-a576eec0969f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[c294c3bf-a228-4e0c-a2e4-1976571dc0cc 16924aff-4aa8-4cfb-bc8c-83a360ba1a8c] Ports:[13a982f7-6214-44f3-b5f9-16573f6232d7] StaticRoutes:[dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a ec913ec0-162a-47be-9c48-c1e547daac73]}" +I1208 17:09:17.740532 19465 ovn.go:643] Iterate retry pods requested +I1208 17:09:17.740968 19465 factory.go:347] Added *v1.Node event handler 1 +I1208 17:09:17.741310 19465 ovn.go:1141] Bootstrapping existing nodes and cleaning stale nodes took 1.662598585s +I1208 17:09:17.741374 19465 ovn.go:1278] Starting OVN Service Controller: Using Endpoint Slices +I1208 17:09:17.741586 19465 services_controller.go:162] Starting controller ovn-lb-controller +I1208 17:09:17.741922 19465 services_controller.go:168] Waiting for informer caches to sync +I1208 17:09:17.742031 19465 shared_informer.go:240] Waiting for caches to sync for ovn-lb-controller +RESULT &[{67148c23-5b51-4a46-8d06-ea9b0620c4cf map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] [] [clusterLBGroup-UUID] GR_node1 [5b5f900a-7729-4ed2-b391-180ee7902f12] map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [d1812b3c-37d1-477e-9262-0adf5792748d 14357c6d-a68e-4fbf-afe5-bc45f67b1f74] [5436be60-579f-4795-a84d-c55127625a66 bba42d2c-fb0c-42ee-97b8-8f54319eef06]}]I1208 17:09:17.744188 19465 model_client.go:292] Update operations generated as: [{Op:update Table:Logical_Router Row:map[external_ids:{GoMap:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2]} load_balancer_group:{GoSet:[{GoUUID:clusterLBGroup-UUID}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {67148c23-5b51-4a46-8d06-ea9b0620c4cf}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.745009 19465 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Router Row:map[external_ids:{GoMap:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2]} load_balancer_group:{GoSet:[{GoUUID:clusterLBGroup-UUID}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {67148c23-5b51-4a46-8d06-ea9b0620c4cf}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.746318 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Logical_Router Row:map[external_ids:{GoMap:map[physical_ip:172.16.16.2 physical_ips:172.16.16.2]} load_balancer_group:{GoSet:[{GoUUID:clusterLBGroup-UUID}]} options:{GoMap:map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {67148c23-5b51-4a46-8d06-ea9b0620c4cf}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" +I1208 17:09:17.760157 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" +RESULT &[{a81fe761-83e0-4d29-8fe0-a839eb83de6e [] [] map[] [] [] [] join map[] [b92d9085-235f-4bb2-9992-37e77fe0b565] []}]I1208 17:09:17.819449 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:b92d9085-235f-4bb2-9992-37e77fe0b565}]}}] Timeout:0 Where:[where column _uuid == {a81fe761-83e0-4d29-8fe0-a839eb83de6e}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.819819 19465 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:b92d9085-235f-4bb2-9992-37e77fe0b565}]}}] Timeout:0 Where:[where column _uuid == {a81fe761-83e0-4d29-8fe0-a839eb83de6e}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.820318 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:b92d9085-235f-4bb2-9992-37e77fe0b565}]}}] Timeout:0 Where:[where column _uuid == {a81fe761-83e0-4d29-8fe0-a839eb83de6e}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a81fe761-83e0-4d29-8fe0-a839eb83de6e" "table"="Logical_Switch" +I1208 17:09:17.831182 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="a81fe761-83e0-4d29-8fe0-a839eb83de6e" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a81fe761-83e0-4d29-8fe0-a839eb83de6e" "table"="Logical_Switch" +I1208 17:09:17.887727 19465 model_client.go:292] Update operations generated as: [{Op:update Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:02 networks:{GoSet:[100.64.0.2/16]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {d1812b3c-37d1-477e-9262-0adf5792748d}] Until: Durable: Comment: Lock: UUIDName:}] +RESULT &[{67148c23-5b51-4a46-8d06-ea9b0620c4cf map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] [] [clusterLBGroup-UUID] GR_node1 [5b5f900a-7729-4ed2-b391-180ee7902f12] map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [d1812b3c-37d1-477e-9262-0adf5792748d 14357c6d-a68e-4fbf-afe5-bc45f67b1f74] [5436be60-579f-4795-a84d-c55127625a66 bba42d2c-fb0c-42ee-97b8-8f54319eef06]}]I1208 17:09:17.890093 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:d1812b3c-37d1-477e-9262-0adf5792748d}]}}] Timeout:0 Where:[where column _uuid == {67148c23-5b51-4a46-8d06-ea9b0620c4cf}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.890474 19465 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:02 networks:{GoSet:[100.64.0.2/16]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {d1812b3c-37d1-477e-9262-0adf5792748d}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:d1812b3c-37d1-477e-9262-0adf5792748d}]}}] Timeout:0 Where:[where column _uuid == {67148c23-5b51-4a46-8d06-ea9b0620c4cf}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.891681 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Logical_Router_Port Row:map[mac:0a:58:64:40:00:02 networks:{GoSet:[100.64.0.2/16]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {d1812b3c-37d1-477e-9262-0adf5792748d}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:d1812b3c-37d1-477e-9262-0adf5792748d}]}}] Timeout:0 Where:[where column _uuid == {67148c23-5b51-4a46-8d06-ea9b0620c4cf}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d1812b3c-37d1-477e-9262-0adf5792748d" "table"="Logical_Router_Port" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" +I1208 17:09:17.908700 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" +I1208 17:09:17.911153 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Port" "uuid"="d1812b3c-37d1-477e-9262-0adf5792748d" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d1812b3c-37d1-477e-9262-0adf5792748d" "table"="Logical_Router_Port" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" +RESULT &[{5436be60-579f-4795-a84d-c55127625a66 map[] 10.1.0.0/16 100.64.0.1 map[] }]I1208 17:09:17.920017 19465 model_client.go:292] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.1.0.0/16 nexthop:100.64.0.1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {5436be60-579f-4795-a84d-c55127625a66}] Until: Durable: Comment: Lock: UUIDName:}] +RESULT &[{67148c23-5b51-4a46-8d06-ea9b0620c4cf map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] [] [clusterLBGroup-UUID] GR_node1 [5b5f900a-7729-4ed2-b391-180ee7902f12] map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [d1812b3c-37d1-477e-9262-0adf5792748d 14357c6d-a68e-4fbf-afe5-bc45f67b1f74] [5436be60-579f-4795-a84d-c55127625a66 bba42d2c-fb0c-42ee-97b8-8f54319eef06]}]I1208 17:09:17.922015 19465 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.1.0.0/16 nexthop:100.64.0.1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {5436be60-579f-4795-a84d-c55127625a66}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.922823 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.1.0.0/16 nexthop:100.64.0.1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {5436be60-579f-4795-a84d-c55127625a66}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:17 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5436be60-579f-4795-a84d-c55127625a66" "table"="Logical_Router_Static_Route" +I1208 17:09:17.931750 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Static_Route" "uuid"="5436be60-579f-4795-a84d-c55127625a66" +2021/12/08 17:09:17 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5436be60-579f-4795-a84d-c55127625a66" "table"="Logical_Router_Static_Route" +RESULT &[{9d45354c-a761-4a82-860b-f642f03ed0f5 [] [] map[] [] [] [] ext_node1 map[] [6e33e561-180a-472a-9ca1-2005c34693f1 7f5057ab-bb31-4960-8f61-3ea623c0d2b6] []}]I1208 17:09:17.990220 19465 model_client.go:292] Update operations generated as: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} options:{GoMap:map[network_name:physnet]} tag_request:{GoSet:[1024]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {6e33e561-180a-472a-9ca1-2005c34693f1}] Until: Durable: Comment: Lock: UUIDName:}] +RESULT &[{9d45354c-a761-4a82-860b-f642f03ed0f5 [] [] map[] [] [] [] ext_node1 map[] [6e33e561-180a-472a-9ca1-2005c34693f1 7f5057ab-bb31-4960-8f61-3ea623c0d2b6] []}]I1208 17:09:17.992445 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:6e33e561-180a-472a-9ca1-2005c34693f1}]}}] Timeout:0 Where:[where column _uuid == {9d45354c-a761-4a82-860b-f642f03ed0f5}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.992870 19465 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} options:{GoMap:map[network_name:physnet]} tag_request:{GoSet:[1024]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {6e33e561-180a-472a-9ca1-2005c34693f1}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:6e33e561-180a-472a-9ca1-2005c34693f1}]}}] Timeout:0 Where:[where column _uuid == {9d45354c-a761-4a82-860b-f642f03ed0f5}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:17.994217 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[unknown]} options:{GoMap:map[network_name:physnet]} tag_request:{GoSet:[1024]} type:localnet] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {6e33e561-180a-472a-9ca1-2005c34693f1}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:6e33e561-180a-472a-9ca1-2005c34693f1}]}}] Timeout:0 Where:[where column _uuid == {9d45354c-a761-4a82-860b-f642f03ed0f5}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:18 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6e33e561-180a-472a-9ca1-2005c34693f1" "table"="Logical_Switch_Port" +2021/12/08 17:09:18 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9d45354c-a761-4a82-860b-f642f03ed0f5" "table"="Logical_Switch" +I1208 17:09:18.011454 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="9d45354c-a761-4a82-860b-f642f03ed0f5" +I1208 17:09:18.012983 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="6e33e561-180a-472a-9ca1-2005c34693f1" +2021/12/08 17:09:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9d45354c-a761-4a82-860b-f642f03ed0f5" "table"="Logical_Switch" +2021/12/08 17:09:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6e33e561-180a-472a-9ca1-2005c34693f1" "table"="Logical_Switch_Port" +I1208 17:09:18.071032 19465 model_client.go:292] Update operations generated as: [{Op:update Table:Logical_Router_Port Row:map[mac:11:22:33:44:55:66 networks:{GoSet:[172.16.16.2/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {14357c6d-a68e-4fbf-afe5-bc45f67b1f74}] Until: Durable: Comment: Lock: UUIDName:}] +RESULT &[{67148c23-5b51-4a46-8d06-ea9b0620c4cf map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] [] [clusterLBGroup-UUID] GR_node1 [5b5f900a-7729-4ed2-b391-180ee7902f12] map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [d1812b3c-37d1-477e-9262-0adf5792748d 14357c6d-a68e-4fbf-afe5-bc45f67b1f74] [5436be60-579f-4795-a84d-c55127625a66 bba42d2c-fb0c-42ee-97b8-8f54319eef06]}]I1208 17:09:18.073320 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:14357c6d-a68e-4fbf-afe5-bc45f67b1f74}]}}] Timeout:0 Where:[where column _uuid == {67148c23-5b51-4a46-8d06-ea9b0620c4cf}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:18.073708 19465 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Router_Port Row:map[mac:11:22:33:44:55:66 networks:{GoSet:[172.16.16.2/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {14357c6d-a68e-4fbf-afe5-bc45f67b1f74}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:14357c6d-a68e-4fbf-afe5-bc45f67b1f74}]}}] Timeout:0 Where:[where column _uuid == {67148c23-5b51-4a46-8d06-ea9b0620c4cf}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:18.074644 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Logical_Router_Port Row:map[mac:11:22:33:44:55:66 networks:{GoSet:[172.16.16.2/24]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {14357c6d-a68e-4fbf-afe5-bc45f67b1f74}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:14357c6d-a68e-4fbf-afe5-bc45f67b1f74}]}}] Timeout:0 Where:[where column _uuid == {67148c23-5b51-4a46-8d06-ea9b0620c4cf}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:18 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="14357c6d-a68e-4fbf-afe5-bc45f67b1f74" "table"="Logical_Router_Port" +2021/12/08 17:09:18 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" +I1208 17:09:18.091676 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" +I1208 17:09:18.094006 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Port" "uuid"="14357c6d-a68e-4fbf-afe5-bc45f67b1f74" +2021/12/08 17:09:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="14357c6d-a68e-4fbf-afe5-bc45f67b1f74" "table"="Logical_Router_Port" +2021/12/08 17:09:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="67148c23-5b51-4a46-8d06-ea9b0620c4cf" "table"="Logical_Router" +I1208 17:09:18.152861 19465 model_client.go:292] Update operations generated as: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[11:22:33:44:55:66]} options:{GoMap:map[router-port:rtoe-GR_node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {7f5057ab-bb31-4960-8f61-3ea623c0d2b6}] Until: Durable: Comment: Lock: UUIDName:}] +RESULT &[{9d45354c-a761-4a82-860b-f642f03ed0f5 [] [] map[] [] [] [] ext_node1 map[] [6e33e561-180a-472a-9ca1-2005c34693f1 7f5057ab-bb31-4960-8f61-3ea623c0d2b6] []}]I1208 17:09:18.155168 19465 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:7f5057ab-bb31-4960-8f61-3ea623c0d2b6}]}}] Timeout:0 Where:[where column _uuid == {9d45354c-a761-4a82-860b-f642f03ed0f5}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:18.155720 19465 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[11:22:33:44:55:66]} options:{GoMap:map[router-port:rtoe-GR_node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {7f5057ab-bb31-4960-8f61-3ea623c0d2b6}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:7f5057ab-bb31-4960-8f61-3ea623c0d2b6}]}}] Timeout:0 Where:[where column _uuid == {9d45354c-a761-4a82-860b-f642f03ed0f5}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:18.157025 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Logical_Switch_Port Row:map[addresses:{GoSet:[11:22:33:44:55:66]} options:{GoMap:map[router-port:rtoe-GR_node1]} type:router] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {7f5057ab-bb31-4960-8f61-3ea623c0d2b6}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:7f5057ab-bb31-4960-8f61-3ea623c0d2b6}]}}] Timeout:0 Where:[where column _uuid == {9d45354c-a761-4a82-860b-f642f03ed0f5}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:18 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7f5057ab-bb31-4960-8f61-3ea623c0d2b6" "table"="Logical_Switch_Port" +2021/12/08 17:09:18 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9d45354c-a761-4a82-860b-f642f03ed0f5" "table"="Logical_Switch" +I1208 17:09:18.174717 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="9d45354c-a761-4a82-860b-f642f03ed0f5" +I1208 17:09:18.176222 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="7f5057ab-bb31-4960-8f61-3ea623c0d2b6" +2021/12/08 17:09:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9d45354c-a761-4a82-860b-f642f03ed0f5" "table"="Logical_Switch" +2021/12/08 17:09:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7f5057ab-bb31-4960-8f61-3ea623c0d2b6" "table"="Logical_Switch_Port" +RESULT &[{bba42d2c-fb0c-42ee-97b8-8f54319eef06 map[] 0.0.0.0/0 172.16.16.1 map[] 0xc047d85f80 }]I1208 17:09:18.183146 19465 model_client.go:292] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:172.16.16.1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {bba42d2c-fb0c-42ee-97b8-8f54319eef06}] Until: Durable: Comment: Lock: UUIDName:}] +RESULT &[{67148c23-5b51-4a46-8d06-ea9b0620c4cf map[physical_ip:172.16.16.2 physical_ips:172.16.16.2] [] [clusterLBGroup-UUID] GR_node1 [5b5f900a-7729-4ed2-b391-180ee7902f12] map[always_learn_from_arp_request:false chassis:cb9ec8fa-b409-4ef3-9f42-d9283c47aac6 dynamic_neigh_routers:true lb_force_snat_ip:router_ip snat-ct-zone:0] [] [d1812b3c-37d1-477e-9262-0adf5792748d 14357c6d-a68e-4fbf-afe5-bc45f67b1f74] [5436be60-579f-4795-a84d-c55127625a66 bba42d2c-fb0c-42ee-97b8-8f54319eef06]}]I1208 17:09:18.185068 19465 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:172.16.16.1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {bba42d2c-fb0c-42ee-97b8-8f54319eef06}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:18.185822 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Logical_Router_Static_Route Row:map[nexthop:172.16.16.1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {bba42d2c-fb0c-42ee-97b8-8f54319eef06}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:18 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bba42d2c-fb0c-42ee-97b8-8f54319eef06" "table"="Logical_Router_Static_Route" +I1208 17:09:18.194646 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Static_Route" "uuid"="bba42d2c-fb0c-42ee-97b8-8f54319eef06" +2021/12/08 17:09:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bba42d2c-fb0c-42ee-97b8-8f54319eef06" "table"="Logical_Router_Static_Route" +RESULT &[{dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a map[] 100.64.0.2 100.64.0.2 map[] }]I1208 17:09:18.199906 19465 model_client.go:292] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:100.64.0.2 nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a}] Until: Durable: Comment: Lock: UUIDName:}] +RESULT &[{76b8cdaf-7775-48fd-91f5-a576eec0969f map[] [] [] ovn_cluster_router [] map[] [c294c3bf-a228-4e0c-a2e4-1976571dc0cc 16924aff-4aa8-4cfb-bc8c-83a360ba1a8c] [13a982f7-6214-44f3-b5f9-16573f6232d7] [dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a ec913ec0-162a-47be-9c48-c1e547daac73]}]I1208 17:09:18.202023 19465 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:100.64.0.2 nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:18.203068 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:100.64.0.2 nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:18 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a" "table"="Logical_Router_Static_Route" +I1208 17:09:18.212231 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Static_Route" "uuid"="dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a" +2021/12/08 17:09:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a" "table"="Logical_Router_Static_Route" +RESULT &[]RESULT &[{76b8cdaf-7775-48fd-91f5-a576eec0969f map[] [] [] ovn_cluster_router [] map[] [c294c3bf-a228-4e0c-a2e4-1976571dc0cc 16924aff-4aa8-4cfb-bc8c-83a360ba1a8c] [13a982f7-6214-44f3-b5f9-16573f6232d7] [dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a ec913ec0-162a-47be-9c48-c1e547daac73]}]RESULT &[{ec913ec0-162a-47be-9c48-c1e547daac73 map[] 10.1.1.0/24 100.64.0.2 map[] 0xc063adb7d0}]I1208 17:09:18.219371 19465 model_client.go:292] Update operations generated as: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.1.1.0/24 nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {ec913ec0-162a-47be-9c48-c1e547daac73}] Until: Durable: Comment: Lock: UUIDName:}] +RESULT &[{76b8cdaf-7775-48fd-91f5-a576eec0969f map[] [] [] ovn_cluster_router [] map[] [c294c3bf-a228-4e0c-a2e4-1976571dc0cc 16924aff-4aa8-4cfb-bc8c-83a360ba1a8c] [13a982f7-6214-44f3-b5f9-16573f6232d7] [dba7fca7-47fd-47f4-9b59-ef4f0cb9a58a ec913ec0-162a-47be-9c48-c1e547daac73]}]I1208 17:09:18.221146 19465 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.1.1.0/24 nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {ec913ec0-162a-47be-9c48-c1e547daac73}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:18.221967 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Logical_Router_Static_Route Row:map[ip_prefix:10.1.1.0/24 nexthop:100.64.0.2] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {ec913ec0-162a-47be-9c48-c1e547daac73}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:18 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ec913ec0-162a-47be-9c48-c1e547daac73" "table"="Logical_Router_Static_Route" +I1208 17:09:18.228016 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Static_Route" "uuid"="ec913ec0-162a-47be-9c48-c1e547daac73" +2021/12/08 17:09:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ec913ec0-162a-47be-9c48-c1e547daac73" "table"="Logical_Router_Static_Route" +I1208 17:09:18.284157 19465 transact.go:41] Configuring OVN: [{Op:update Table:NAT Row:map[external_ip:172.16.16.2 logical_ip:10.1.0.0/16 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {5b5f900a-7729-4ed2-b391-180ee7902f12}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:18.285708 19465 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:NAT Row:map[external_ip:172.16.16.2 logical_ip:10.1.0.0/16 options:{GoMap:map[stateless:false]} type:snat] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {5b5f900a-7729-4ed2-b391-180ee7902f12}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:18 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5b5f900a-7729-4ed2-b391-180ee7902f12" "table"="NAT" +I1208 17:09:18.296019 19465 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="NAT" "uuid"="5b5f900a-7729-4ed2-b391-180ee7902f12" +2021/12/08 17:09:18 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5b5f900a-7729-4ed2-b391-180ee7902f12" "table"="NAT" +I1208 17:09:18.334370 19465 shared_informer.go:266] stop requested +E1208 17:09:18.334902 19465 shared_informer.go:243] unable to sync caches for ovn-lb-controller +I1208 17:09:18.335160 19465 services_controller.go:170] Shutting down controller ovn-lb-controller +I1208 17:09:18.335578 19465 watch.go:183] Stopping fake watcher. +I1208 17:09:18.335770 19465 watch.go:183] Stopping fake watcher. +I1208 17:09:18.336740 19465 reflector.go:225] Stopping reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:18.337165 19465 reflector.go:225] Stopping reflector *v1.Namespace (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:18.336981 19465 watch.go:183] Stopping fake watcher. +E1208 17:09:18.335603 19465 ovn.go:1287] Error running OVN Kubernetes Services controller: error syncing cache +I1208 17:09:18.337726 19465 handler.go:142] Sending *v1.Node event handler 1 for removal +I1208 17:09:18.340140 19465 reflector.go:225] Stopping reflector *v1.Service (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:18.335864 19465 watch.go:183] Stopping fake watcher. +•I1208 17:09:18.335888 19465 watch.go:183] Stopping fake watcher. +I1208 17:09:18.337009 19465 watch.go:183] Stopping fake watcher. +I1208 17:09:18.340784 19465 handler.go:150] Removed *v1.Node event handler 1 +I1208 17:09:18.341598 19465 reflector.go:225] Stopping reflector *v1.Endpoints (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:18.341953 19465 reflector.go:225] Stopping reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:09:18.342330 19465 reflector.go:225] Stopping reflector *v1.NetworkPolicy (0s) from k8s.io/client-go/informers/factory.go:134 + +JUnit path was configured: ./_artifacts/junit-pkg_ovn.xml + +JUnit report was created: /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/_artifacts/junit-pkg_ovn.xml + +Ran 129 of 129 Specs in 232.084 seconds +SUCCESS! -- 129 Passed | 0 Failed | 0 Pending | 0 Skipped +--- PASS: TestClusterNode (232.39s) +PASS +ok github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn 246.017s +go test -mod=vendor -test.v -race github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set -ginkgo.v -ginkgo.reportFile ./_artifacts/junit-pkg_ovn_address_set.xml +I1208 17:09:22.305320 19901 ovs.go:93] Maximum command line arguments set to: 191102 +=== RUN TestAddressSet +Running Suite: Address Set Operations Suite +=========================================== +Random Seed: 1638983362 +Will run 20 of 20 specs + +OVN Address Set operations when iterating address sets + calls the iterator function for each address set with the given prefix + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set/address_set_test.go:66 +2021/12/08 17:09:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="51a51454-8b49-482d-8283-1946245b6025" "table"="Database" +2021/12/08 17:09:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="51a51454-8b49-482d-8283-1946245b6025" "table"="Database" "model"="&{UUID:51a51454-8b49-482d-8283-1946245b6025 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="29d3c932-8dbc-4eab-91d1-e768fc3a6b19" "table"="Address_Set" +2021/12/08 17:09:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="29d3c932-8dbc-4eab-91d1-e768fc3a6b19" "table"="Address_Set" "model"="&{UUID:29d3c932-8dbc-4eab-91d1-e768fc3a6b19 Addresses:[] ExternalIDs:map[name:ns3] Name:3}" +2021/12/08 17:09:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="859654b9-5498-49d4-a215-712b74601dc1" "table"="Address_Set" +2021/12/08 17:09:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="859654b9-5498-49d4-a215-712b74601dc1" "table"="Address_Set" "model"="&{UUID:859654b9-5498-49d4-a215-712b74601dc1 Addresses:[] ExternalIDs:map[name:ns1.foo.bar] Name:1}" +2021/12/08 17:09:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="60868b96-61b0-42d9-bbef-89eab2e70373" "table"="Address_Set" +2021/12/08 17:09:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="60868b96-61b0-42d9-bbef-89eab2e70373" "table"="Address_Set" "model"="&{UUID:60868b96-61b0-42d9-bbef-89eab2e70373 Addresses:[] ExternalIDs:map[name:ns2.test.test2] Name:2}" +2021/12/08 17:09:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7ba17e78-4f5c-47f8-9857-c296e5d0d0b2" "table"="Database" +2021/12/08 17:09:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7ba17e78-4f5c-47f8-9857-c296e5d0d0b2" "table"="Database" "model"="&{UUID:7ba17e78-4f5c-47f8-9857-c296e5d0d0b2 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:22.973407 19901 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:09:22.973671 19901 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:09:22.973831 19901 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:09:22.973920 19901 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:09:22.973990 19901 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:09:22.974166 19901 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:09:22.974320 19901 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:} +I1208 17:09:22.974449 19901 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:} +I1208 17:09:22.974593 19901 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:09:22.974690 19901 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +OVN Address Set operations when creating an address set object + re-uses an existing address set and replaces IPs + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set/address_set_test.go:129 +2021/12/08 17:09:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0bfd124e-c74f-4423-ba3a-a840955083e4" "table"="Database" +2021/12/08 17:09:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0bfd124e-c74f-4423-ba3a-a840955083e4" "table"="Database" "model"="&{UUID:0bfd124e-c74f-4423-ba3a-a840955083e4 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b4808d34-cfd3-41a5-844d-c5bdc4fec5df" "table"="Address_Set" +2021/12/08 17:09:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b4808d34-cfd3-41a5-844d-c5bdc4fec5df" "table"="Address_Set" "model"="&{UUID:b4808d34-cfd3-41a5-844d-c5bdc4fec5df Addresses:[10.10.10.10] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:23.167920 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-c0766148c6648fc8f3ded15c7a6966c4" +I1208 17:09:23.257521 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:23.261275 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-c0766148c6648fc8f3ded15c7a6966c4" +I1208 17:09:23.268093 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="0bfd124e-c74f-4423-ba3a-a840955083e4" +I1208 17:09:23.268863 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="0bfd124e-c74f-4423-ba3a-a840955083e4" "model"="&{UUID:0bfd124e-c74f-4423-ba3a-a840955083e4 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:09:23.292852 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="b4808d34-cfd3-41a5-844d-c5bdc4fec5df" +I1208 17:09:23.293406 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="b4808d34-cfd3-41a5-844d-c5bdc4fec5df" "model"="&{UUID:b4808d34-cfd3-41a5-844d-c5bdc4fec5df Addresses:[10.10.10.10] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3586f040-5c24-4e68-9e10-609ffc26c83f" "table"="Database" +2021/12/08 17:09:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3586f040-5c24-4e68-9e10-609ffc26c83f" "table"="Database" "model"="&{UUID:3586f040-5c24-4e68-9e10-609ffc26c83f Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:23.466290 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="unix:///tmp/ovsdb-e91df3a5756e0a829f30bbf5f3a64595" +I1208 17:09:23.546803 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:23.556001 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Southbound" "endpoint"="unix:/tmp/ovsdb-e91df3a5756e0a829f30bbf5f3a64595" +I1208 17:09:23.564114 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Southbound" "table"="Database" "uuid"="3586f040-5c24-4e68-9e10-609ffc26c83f" +I1208 17:09:23.564622 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Southbound" "table"="Database" "uuid"="3586f040-5c24-4e68-9e10-609ffc26c83f" "model"="&{UUID:3586f040-5c24-4e68-9e10-609ffc26c83f Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:23.579334 19901 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:09:23.579650 19901 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:09:23.579765 19901 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:09:23.579856 19901 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:09:23.579926 19901 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:09:23.580087 19901 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:09:23.580223 19901 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:} +I1208 17:09:23.580404 19901 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:} +I1208 17:09:23.580531 19901 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:09:23.580656 19901 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:09:23.631585 19901 address_set.go:327] New(b4808d34-cfd3-41a5-844d-c5bdc4fec5df/foobar_v4/a16990491322166530807) already exists; updating IPs +I1208 17:09:23.631930 19901 transact.go:41] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[1.2.3.4 5.6.7.8]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {b4808d34-cfd3-41a5-844d-c5bdc4fec5df}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:23.632643 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Address_Set Row:map[addresses:{GoSet:[1.2.3.4 5.6.7.8]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {b4808d34-cfd3-41a5-844d-c5bdc4fec5df}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:23 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b4808d34-cfd3-41a5-844d-c5bdc4fec5df" "table"="Address_Set" +2021/12/08 17:09:23 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b4808d34-cfd3-41a5-844d-c5bdc4fec5df" "table"="Address_Set" "old"="&{UUID:b4808d34-cfd3-41a5-844d-c5bdc4fec5df Addresses:[10.10.10.10] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" "new"="&{UUID:b4808d34-cfd3-41a5-844d-c5bdc4fec5df Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:23.642190 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="b4808d34-cfd3-41a5-844d-c5bdc4fec5df" +I1208 17:09:23.643287 19901 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="b4808d34-cfd3-41a5-844d-c5bdc4fec5df" "new"="&{UUID:b4808d34-cfd3-41a5-844d-c5bdc4fec5df Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" "old"="&{UUID:b4808d34-cfd3-41a5-844d-c5bdc4fec5df Addresses:[10.10.10.10] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b4808d34-cfd3-41a5-844d-c5bdc4fec5df" "table"="Address_Set" +2021/12/08 17:09:23 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="b4808d34-cfd3-41a5-844d-c5bdc4fec5df" "table"="Address_Set" "old"="&{UUID:b4808d34-cfd3-41a5-844d-c5bdc4fec5df Addresses:[10.10.10.10] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" "new"="&{UUID:b4808d34-cfd3-41a5-844d-c5bdc4fec5df Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:23.646394 19901 address_set.go:367] New(b4808d34-cfd3-41a5-844d-c5bdc4fec5df/foobar_v4/a16990491322166530807) with [1.2.3.4 5.6.7.8] +• +------------------------------ +OVN Address Set operations when creating an address set object + clears an existing address set of IPs + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set/address_set_test.go:169 +2021/12/08 17:09:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="05442aa1-15f6-418e-932b-23ad7cee4fd7" "table"="Database" +2021/12/08 17:09:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="05442aa1-15f6-418e-932b-23ad7cee4fd7" "table"="Database" "model"="&{UUID:05442aa1-15f6-418e-932b-23ad7cee4fd7 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="65fd266a-f16b-4d56-8a0c-05f7b5d3dbc9" "table"="Address_Set" +2021/12/08 17:09:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="65fd266a-f16b-4d56-8a0c-05f7b5d3dbc9" "table"="Address_Set" "model"="&{UUID:65fd266a-f16b-4d56-8a0c-05f7b5d3dbc9 Addresses:[10.10.10.10] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:23.831396 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-3086dfaadd776c01e79f25d27410a70b" +I1208 17:09:23.930345 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:23.934070 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-3086dfaadd776c01e79f25d27410a70b" +I1208 17:09:23.939739 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="05442aa1-15f6-418e-932b-23ad7cee4fd7" +I1208 17:09:23.940225 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="05442aa1-15f6-418e-932b-23ad7cee4fd7" "model"="&{UUID:05442aa1-15f6-418e-932b-23ad7cee4fd7 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:09:23.961541 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="65fd266a-f16b-4d56-8a0c-05f7b5d3dbc9" +I1208 17:09:23.962268 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="65fd266a-f16b-4d56-8a0c-05f7b5d3dbc9" "model"="&{UUID:65fd266a-f16b-4d56-8a0c-05f7b5d3dbc9 Addresses:[10.10.10.10] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:24 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8169ca43-4aff-45f2-a88f-deb06e9f0b71" "table"="Database" +2021/12/08 17:09:24 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8169ca43-4aff-45f2-a88f-deb06e9f0b71" "table"="Database" "model"="&{UUID:8169ca43-4aff-45f2-a88f-deb06e9f0b71 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:24.147518 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="unix:///tmp/ovsdb-89dfe2c2d0ff6f1ed9f6737e38527f47" +I1208 17:09:24.229982 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:24.238015 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Southbound" "endpoint"="unix:/tmp/ovsdb-89dfe2c2d0ff6f1ed9f6737e38527f47" +I1208 17:09:24.251799 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Southbound" "table"="Database" "uuid"="8169ca43-4aff-45f2-a88f-deb06e9f0b71" +I1208 17:09:24.252278 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Southbound" "table"="Database" "uuid"="8169ca43-4aff-45f2-a88f-deb06e9f0b71" "model"="&{UUID:8169ca43-4aff-45f2-a88f-deb06e9f0b71 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:24.262448 19901 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:09:24.262676 19901 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:09:24.262784 19901 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:09:24.262872 19901 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:09:24.262943 19901 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:09:24.263105 19901 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:09:24.263224 19901 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:} +I1208 17:09:24.263341 19901 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:} +I1208 17:09:24.263442 19901 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:09:24.263535 19901 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:09:24.314880 19901 address_set.go:327] New(65fd266a-f16b-4d56-8a0c-05f7b5d3dbc9/foobar_v4/a16990491322166530807) already exists; updating IPs +I1208 17:09:24.315056 19901 transact.go:41] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {65fd266a-f16b-4d56-8a0c-05f7b5d3dbc9}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:24.315478 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {65fd266a-f16b-4d56-8a0c-05f7b5d3dbc9}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:24 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="65fd266a-f16b-4d56-8a0c-05f7b5d3dbc9" "table"="Address_Set" +2021/12/08 17:09:24 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="65fd266a-f16b-4d56-8a0c-05f7b5d3dbc9" "table"="Address_Set" "old"="&{UUID:65fd266a-f16b-4d56-8a0c-05f7b5d3dbc9 Addresses:[10.10.10.10] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" "new"="&{UUID:65fd266a-f16b-4d56-8a0c-05f7b5d3dbc9 Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:24.320430 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="65fd266a-f16b-4d56-8a0c-05f7b5d3dbc9" +I1208 17:09:24.321172 19901 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="65fd266a-f16b-4d56-8a0c-05f7b5d3dbc9" "new"="&{UUID:65fd266a-f16b-4d56-8a0c-05f7b5d3dbc9 Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" "old"="&{UUID:65fd266a-f16b-4d56-8a0c-05f7b5d3dbc9 Addresses:[10.10.10.10] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:24 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="65fd266a-f16b-4d56-8a0c-05f7b5d3dbc9" "table"="Address_Set" +2021/12/08 17:09:24 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="65fd266a-f16b-4d56-8a0c-05f7b5d3dbc9" "table"="Address_Set" "old"="&{UUID:65fd266a-f16b-4d56-8a0c-05f7b5d3dbc9 Addresses:[10.10.10.10] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" "new"="&{UUID:65fd266a-f16b-4d56-8a0c-05f7b5d3dbc9 Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:24.323273 19901 address_set.go:367] New(65fd266a-f16b-4d56-8a0c-05f7b5d3dbc9/foobar_v4/a16990491322166530807) with [] +• +------------------------------ +OVN Address Set operations when creating an address set object + creates a new address set and sets IPs + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set/address_set_test.go:203 +2021/12/08 17:09:24 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c8bd705c-7910-4458-9286-cd7fb9d6e177" "table"="Database" +2021/12/08 17:09:24 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c8bd705c-7910-4458-9286-cd7fb9d6e177" "table"="Database" "model"="&{UUID:c8bd705c-7910-4458-9286-cd7fb9d6e177 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:09:24.513822 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-a4dfcb2a1783d72cab3f74112b0fa7cf" +I1208 17:09:24.607069 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:24.611315 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-a4dfcb2a1783d72cab3f74112b0fa7cf" +I1208 17:09:24.618762 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="c8bd705c-7910-4458-9286-cd7fb9d6e177" +I1208 17:09:24.619156 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="c8bd705c-7910-4458-9286-cd7fb9d6e177" "model"="&{UUID:c8bd705c-7910-4458-9286-cd7fb9d6e177 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:24 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="45ed9b0e-4854-4bd2-9d07-9d6d5e4835ed" "table"="Database" +2021/12/08 17:09:24 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="45ed9b0e-4854-4bd2-9d07-9d6d5e4835ed" "table"="Database" "model"="&{UUID:45ed9b0e-4854-4bd2-9d07-9d6d5e4835ed Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:24.804885 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="unix:///tmp/ovsdb-c3664210f7b00d14aa6981c7d97e5989" +I1208 17:09:24.887877 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:24.894073 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Southbound" "endpoint"="unix:/tmp/ovsdb-c3664210f7b00d14aa6981c7d97e5989" +I1208 17:09:24.902844 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Southbound" "table"="Database" "uuid"="45ed9b0e-4854-4bd2-9d07-9d6d5e4835ed" +I1208 17:09:24.903589 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Southbound" "table"="Database" "uuid"="45ed9b0e-4854-4bd2-9d07-9d6d5e4835ed" "model"="&{UUID:45ed9b0e-4854-4bd2-9d07-9d6d5e4835ed Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:24.914358 19901 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:09:24.914594 19901 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:09:24.914704 19901 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:09:24.914795 19901 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:09:24.914878 19901 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:09:24.915036 19901 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:09:24.915147 19901 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:} +I1208 17:09:24.915263 19901 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:} +I1208 17:09:24.915363 19901 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:09:24.915452 19901 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:09:24.966838 19901 transact.go:41] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[1.2.3.4 5.6.7.8]} external_ids:{GoMap:map[name:foobar_v4]} name:a16990491322166530807] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:24.967685 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[1.2.3.4 5.6.7.8]} external_ids:{GoMap:map[name:foobar_v4]} name:a16990491322166530807] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:24 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="71a32791-8de1-4318-b5a8-6d8ca0df9636" "table"="Address_Set" +2021/12/08 17:09:24 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="71a32791-8de1-4318-b5a8-6d8ca0df9636" "table"="Address_Set" "model"="&{UUID:71a32791-8de1-4318-b5a8-6d8ca0df9636 Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:24.976761 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="71a32791-8de1-4318-b5a8-6d8ca0df9636" +I1208 17:09:24.977222 19901 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="71a32791-8de1-4318-b5a8-6d8ca0df9636" "model"="&{UUID:71a32791-8de1-4318-b5a8-6d8ca0df9636 Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:24 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="71a32791-8de1-4318-b5a8-6d8ca0df9636" "table"="Address_Set" +2021/12/08 17:09:24 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="71a32791-8de1-4318-b5a8-6d8ca0df9636" "table"="Address_Set" "model"="&{UUID:71a32791-8de1-4318-b5a8-6d8ca0df9636 Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:24.979185 19901 address_set.go:367] New(71a32791-8de1-4318-b5a8-6d8ca0df9636/foobar_v4/a16990491322166530807) with [1.2.3.4 5.6.7.8] +• +------------------------------ +OVN Address Set operations when creating an address set object + ensures an address set exists and returns it + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set/address_set_test.go:231 +2021/12/08 17:09:25 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a11e0fed-3391-4ba5-9023-fda8928a028c" "table"="Database" +2021/12/08 17:09:25 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a11e0fed-3391-4ba5-9023-fda8928a028c" "table"="Database" "model"="&{UUID:a11e0fed-3391-4ba5-9023-fda8928a028c Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:25 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8a86f6d8-7972-4253-b0bd-ddbef66e9303" "table"="Address_Set" +2021/12/08 17:09:25 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8a86f6d8-7972-4253-b0bd-ddbef66e9303" "table"="Address_Set" "model"="&{UUID:8a86f6d8-7972-4253-b0bd-ddbef66e9303 Addresses:[1.2.3.4] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:25.169407 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-7e2c10a3fd4b7ba6ac4e879ced93c399" +I1208 17:09:25.264293 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:25.268811 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-7e2c10a3fd4b7ba6ac4e879ced93c399" +I1208 17:09:25.278706 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="a11e0fed-3391-4ba5-9023-fda8928a028c" +I1208 17:09:25.279187 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="a11e0fed-3391-4ba5-9023-fda8928a028c" "model"="&{UUID:a11e0fed-3391-4ba5-9023-fda8928a028c Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:09:25.305564 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="8a86f6d8-7972-4253-b0bd-ddbef66e9303" +I1208 17:09:25.306007 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="8a86f6d8-7972-4253-b0bd-ddbef66e9303" "model"="&{UUID:8a86f6d8-7972-4253-b0bd-ddbef66e9303 Addresses:[1.2.3.4] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:25 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8402567e-24d3-4648-a0ec-b82941954119" "table"="Database" +2021/12/08 17:09:25 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8402567e-24d3-4648-a0ec-b82941954119" "table"="Database" "model"="&{UUID:8402567e-24d3-4648-a0ec-b82941954119 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:25.477886 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="unix:///tmp/ovsdb-5eb67b7a30257307940f4ec76faabe34" +I1208 17:09:25.569376 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:25.573363 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Southbound" "endpoint"="unix:/tmp/ovsdb-5eb67b7a30257307940f4ec76faabe34" +I1208 17:09:25.578537 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Southbound" "table"="Database" "uuid"="8402567e-24d3-4648-a0ec-b82941954119" +I1208 17:09:25.579049 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Southbound" "table"="Database" "uuid"="8402567e-24d3-4648-a0ec-b82941954119" "model"="&{UUID:8402567e-24d3-4648-a0ec-b82941954119 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:25.588497 19901 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:09:25.588722 19901 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:09:25.588830 19901 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:09:25.588918 19901 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:09:25.588987 19901 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:09:25.589145 19901 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:09:25.589279 19901 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:} +I1208 17:09:25.589383 19901 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:} +I1208 17:09:25.589484 19901 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:09:25.589565 19901 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +OVN Address Set operations when creating an address set object + ensures an address set exists and returns it, both ip4 and ipv6 + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set/address_set_test.go:274 +2021/12/08 17:09:25 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4c5dc70f-0bc2-4e0c-a0d8-1486dde7aca4" "table"="Database" +2021/12/08 17:09:25 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4c5dc70f-0bc2-4e0c-a0d8-1486dde7aca4" "table"="Database" "model"="&{UUID:4c5dc70f-0bc2-4e0c-a0d8-1486dde7aca4 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:25 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8a86f6d8-7972-4253-b0bd-ddbef66e9303" "table"="Address_Set" +2021/12/08 17:09:25 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8a86f6d8-7972-4253-b0bd-ddbef66e9303" "table"="Address_Set" "model"="&{UUID:8a86f6d8-7972-4253-b0bd-ddbef66e9303 Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:25 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8a86f6d8-7972-4253-b0bd-ddbef66e9304" "table"="Address_Set" +2021/12/08 17:09:25 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8a86f6d8-7972-4253-b0bd-ddbef66e9304" "table"="Address_Set" "model"="&{UUID:8a86f6d8-7972-4253-b0bd-ddbef66e9304 Addresses:[fd00:10:244:: fc00:f853:ccd:e793::4] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +I1208 17:09:25.837586 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-e8e586052e31c41a6f7b49447642a178" +I1208 17:09:25.935862 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:25.940764 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-e8e586052e31c41a6f7b49447642a178" +I1208 17:09:25.947089 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="4c5dc70f-0bc2-4e0c-a0d8-1486dde7aca4" +I1208 17:09:25.947866 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="4c5dc70f-0bc2-4e0c-a0d8-1486dde7aca4" "model"="&{UUID:4c5dc70f-0bc2-4e0c-a0d8-1486dde7aca4 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:09:25.974018 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="8a86f6d8-7972-4253-b0bd-ddbef66e9303" +I1208 17:09:25.974623 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="8a86f6d8-7972-4253-b0bd-ddbef66e9303" "model"="&{UUID:8a86f6d8-7972-4253-b0bd-ddbef66e9303 Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:25.975495 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="8a86f6d8-7972-4253-b0bd-ddbef66e9304" +I1208 17:09:25.976003 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="8a86f6d8-7972-4253-b0bd-ddbef66e9304" "model"="&{UUID:8a86f6d8-7972-4253-b0bd-ddbef66e9304 Addresses:[fd00:10:244:: fc00:f853:ccd:e793::4] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +2021/12/08 17:09:26 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ee18d579-8a65-4118-8dee-a8567b51ac54" "table"="Database" +2021/12/08 17:09:26 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ee18d579-8a65-4118-8dee-a8567b51ac54" "table"="Database" "model"="&{UUID:ee18d579-8a65-4118-8dee-a8567b51ac54 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:26.152181 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="unix:///tmp/ovsdb-2230a8605b5a601f59ea65d02e9e6c9e" +I1208 17:09:26.236663 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:26.241648 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Southbound" "endpoint"="unix:/tmp/ovsdb-2230a8605b5a601f59ea65d02e9e6c9e" +I1208 17:09:26.248159 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Southbound" "table"="Database" "uuid"="ee18d579-8a65-4118-8dee-a8567b51ac54" +I1208 17:09:26.248696 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Southbound" "table"="Database" "uuid"="ee18d579-8a65-4118-8dee-a8567b51ac54" "model"="&{UUID:ee18d579-8a65-4118-8dee-a8567b51ac54 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:26.259047 19901 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:09:26.259281 19901 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:09:26.259408 19901 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:09:26.259507 19901 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:09:26.259610 19901 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:09:26.259842 19901 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:09:26.260030 19901 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:} +I1208 17:09:26.260210 19901 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:} +I1208 17:09:26.260389 19901 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:09:26.260543 19901 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +OVN Address Set operations when creating an address set object + ensures an empty address set exists and returns it + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set/address_set_test.go:331 +2021/12/08 17:09:26 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="daca3d00-35f3-4e6f-92a4-a415f29983bc" "table"="Database" +2021/12/08 17:09:26 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="daca3d00-35f3-4e6f-92a4-a415f29983bc" "table"="Database" "model"="&{UUID:daca3d00-35f3-4e6f-92a4-a415f29983bc Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:26 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8a86f6d8-7972-4253-b0bd-ddbef66e9303" "table"="Address_Set" +2021/12/08 17:09:26 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8a86f6d8-7972-4253-b0bd-ddbef66e9303" "table"="Address_Set" "model"="&{UUID:8a86f6d8-7972-4253-b0bd-ddbef66e9303 Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:26.560837 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-e1f325f1eedb012987904b2eb51044fd" +I1208 17:09:26.668706 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:26.673754 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-e1f325f1eedb012987904b2eb51044fd" +I1208 17:09:26.678535 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="daca3d00-35f3-4e6f-92a4-a415f29983bc" +I1208 17:09:26.678831 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="daca3d00-35f3-4e6f-92a4-a415f29983bc" "model"="&{UUID:daca3d00-35f3-4e6f-92a4-a415f29983bc Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:09:26.694046 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="8a86f6d8-7972-4253-b0bd-ddbef66e9303" +I1208 17:09:26.694318 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="8a86f6d8-7972-4253-b0bd-ddbef66e9303" "model"="&{UUID:8a86f6d8-7972-4253-b0bd-ddbef66e9303 Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:26 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1157b3f8-fa71-49ef-9fc9-cc4f858553fe" "table"="Database" +2021/12/08 17:09:26 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1157b3f8-fa71-49ef-9fc9-cc4f858553fe" "table"="Database" "model"="&{UUID:1157b3f8-fa71-49ef-9fc9-cc4f858553fe Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:26.841649 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="unix:///tmp/ovsdb-95caa63f5c01acc4bcd9efcb76d8b31a" +I1208 17:09:26.949572 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:26.954558 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Southbound" "endpoint"="unix:/tmp/ovsdb-95caa63f5c01acc4bcd9efcb76d8b31a" +I1208 17:09:26.962296 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Southbound" "table"="Database" "uuid"="1157b3f8-fa71-49ef-9fc9-cc4f858553fe" +I1208 17:09:26.962886 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Southbound" "table"="Database" "uuid"="1157b3f8-fa71-49ef-9fc9-cc4f858553fe" "model"="&{UUID:1157b3f8-fa71-49ef-9fc9-cc4f858553fe Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:26.974532 19901 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:09:26.974765 19901 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:09:26.974911 19901 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:09:26.975043 19901 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:09:26.975195 19901 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:09:26.975488 19901 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:09:26.975687 19901 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:} +I1208 17:09:26.975846 19901 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:} +I1208 17:09:26.975950 19901 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:09:26.976035 19901 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +OVN Address Set operations when creating an address set object + ensures an address set exists and if not creates a new one + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set/address_set_test.go:378 +2021/12/08 17:09:27 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d7e28eb1-ff58-4aad-8be0-ac06ba283568" "table"="Database" +2021/12/08 17:09:27 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d7e28eb1-ff58-4aad-8be0-ac06ba283568" "table"="Database" "model"="&{UUID:d7e28eb1-ff58-4aad-8be0-ac06ba283568 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:09:27.272568 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-68e0645916fd42cedc1bd528cce06b8a" +I1208 17:09:27.369134 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:27.373292 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-68e0645916fd42cedc1bd528cce06b8a" +I1208 17:09:27.377403 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="d7e28eb1-ff58-4aad-8be0-ac06ba283568" +I1208 17:09:27.377858 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="d7e28eb1-ff58-4aad-8be0-ac06ba283568" "model"="&{UUID:d7e28eb1-ff58-4aad-8be0-ac06ba283568 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:27 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="026606e2-49d4-46e4-9b1c-35542ef255d3" "table"="Database" +2021/12/08 17:09:27 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="026606e2-49d4-46e4-9b1c-35542ef255d3" "table"="Database" "model"="&{UUID:026606e2-49d4-46e4-9b1c-35542ef255d3 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:27.568963 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="unix:///tmp/ovsdb-0d69602c97fccf40c93128b2c748ef68" +I1208 17:09:27.634568 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:27.638450 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Southbound" "endpoint"="unix:/tmp/ovsdb-0d69602c97fccf40c93128b2c748ef68" +I1208 17:09:27.643727 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Southbound" "table"="Database" "uuid"="026606e2-49d4-46e4-9b1c-35542ef255d3" +I1208 17:09:27.644199 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Southbound" "table"="Database" "uuid"="026606e2-49d4-46e4-9b1c-35542ef255d3" "model"="&{UUID:026606e2-49d4-46e4-9b1c-35542ef255d3 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:27.653444 19901 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:09:27.653656 19901 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:09:27.653763 19901 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:09:27.653852 19901 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:09:27.653922 19901 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:09:27.654085 19901 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:09:27.654209 19901 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:} +I1208 17:09:27.654357 19901 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:} +I1208 17:09:27.654459 19901 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:09:27.654536 19901 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:09:27.705473 19901 transact.go:41] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[name:foobar_v4]} name:a16990491322166530807] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:27.706113 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[name:foobar_v4]} name:a16990491322166530807] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:27 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="447cc515-b6b7-48fa-91d4-136b588ff0f1" "table"="Address_Set" +2021/12/08 17:09:27 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="447cc515-b6b7-48fa-91d4-136b588ff0f1" "table"="Address_Set" "model"="&{UUID:447cc515-b6b7-48fa-91d4-136b588ff0f1 Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:27.713370 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="447cc515-b6b7-48fa-91d4-136b588ff0f1" +I1208 17:09:27.713846 19901 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="447cc515-b6b7-48fa-91d4-136b588ff0f1" "model"="&{UUID:447cc515-b6b7-48fa-91d4-136b588ff0f1 Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:27 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="447cc515-b6b7-48fa-91d4-136b588ff0f1" "table"="Address_Set" +2021/12/08 17:09:27 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="447cc515-b6b7-48fa-91d4-136b588ff0f1" "table"="Address_Set" "model"="&{UUID:447cc515-b6b7-48fa-91d4-136b588ff0f1 Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +• +------------------------------ +OVN Address Set operations + destroys an address set + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set/address_set_test.go:410 +2021/12/08 17:09:27 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c9a837a5-27b4-4248-b3a3-d8a1749eb4e9" "table"="Database" +2021/12/08 17:09:27 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c9a837a5-27b4-4248-b3a3-d8a1749eb4e9" "table"="Database" "model"="&{UUID:c9a837a5-27b4-4248-b3a3-d8a1749eb4e9 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:09:27.957891 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-004709ba11d11f23a37b89236c52af08" +I1208 17:09:28.028878 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:28.032437 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-004709ba11d11f23a37b89236c52af08" +I1208 17:09:28.036713 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="c9a837a5-27b4-4248-b3a3-d8a1749eb4e9" +I1208 17:09:28.037076 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="c9a837a5-27b4-4248-b3a3-d8a1749eb4e9" "model"="&{UUID:c9a837a5-27b4-4248-b3a3-d8a1749eb4e9 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="03ff2b1e-6c3f-4f9c-ba2e-0c15602ae976" "table"="Database" +2021/12/08 17:09:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="03ff2b1e-6c3f-4f9c-ba2e-0c15602ae976" "table"="Database" "model"="&{UUID:03ff2b1e-6c3f-4f9c-ba2e-0c15602ae976 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:28.209215 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="unix:///tmp/ovsdb-e020a7356a3ab3d4ff82a3793109191a" +I1208 17:09:28.276403 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:28.285809 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Southbound" "endpoint"="unix:/tmp/ovsdb-e020a7356a3ab3d4ff82a3793109191a" +I1208 17:09:28.291331 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Southbound" "table"="Database" "uuid"="03ff2b1e-6c3f-4f9c-ba2e-0c15602ae976" +I1208 17:09:28.291820 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Southbound" "table"="Database" "uuid"="03ff2b1e-6c3f-4f9c-ba2e-0c15602ae976" "model"="&{UUID:03ff2b1e-6c3f-4f9c-ba2e-0c15602ae976 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:28.302038 19901 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:09:28.302287 19901 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:09:28.302402 19901 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:09:28.302498 19901 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:09:28.302577 19901 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:09:28.302760 19901 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:09:28.302891 19901 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:} +I1208 17:09:28.303005 19901 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:} +I1208 17:09:28.303129 19901 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:09:28.303227 19901 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:09:28.354021 19901 transact.go:41] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[1.2.3.4 5.6.7.8]} external_ids:{GoMap:map[name:foobar_v4]} name:a16990491322166530807] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:28.354883 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[1.2.3.4 5.6.7.8]} external_ids:{GoMap:map[name:foobar_v4]} name:a16990491322166530807] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:28 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5d32dbf0-24b9-486e-8ac2-ee38773bba9a" "table"="Address_Set" +2021/12/08 17:09:28 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5d32dbf0-24b9-486e-8ac2-ee38773bba9a" "table"="Address_Set" "model"="&{UUID:5d32dbf0-24b9-486e-8ac2-ee38773bba9a Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:28.364504 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="5d32dbf0-24b9-486e-8ac2-ee38773bba9a" +I1208 17:09:28.365055 19901 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="5d32dbf0-24b9-486e-8ac2-ee38773bba9a" "model"="&{UUID:5d32dbf0-24b9-486e-8ac2-ee38773bba9a Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5d32dbf0-24b9-486e-8ac2-ee38773bba9a" "table"="Address_Set" +2021/12/08 17:09:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5d32dbf0-24b9-486e-8ac2-ee38773bba9a" "table"="Address_Set" "model"="&{UUID:5d32dbf0-24b9-486e-8ac2-ee38773bba9a Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:28.367232 19901 address_set.go:367] New(5d32dbf0-24b9-486e-8ac2-ee38773bba9a/foobar_v4/a16990491322166530807) with [1.2.3.4 5.6.7.8] +I1208 17:09:28.367398 19901 address_set.go:577] destroy(5d32dbf0-24b9-486e-8ac2-ee38773bba9a/foobar_v4/a16990491322166530807) +I1208 17:09:28.367572 19901 transact.go:41] Configuring OVN: [{Op:delete Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {5d32dbf0-24b9-486e-8ac2-ee38773bba9a}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:28.368177 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:delete Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {5d32dbf0-24b9-486e-8ac2-ee38773bba9a}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:28 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5d32dbf0-24b9-486e-8ac2-ee38773bba9a" "table"="Address_Set" +2021/12/08 17:09:28 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="5d32dbf0-24b9-486e-8ac2-ee38773bba9a" "table"="Address_Set" "model"="&{UUID:5d32dbf0-24b9-486e-8ac2-ee38773bba9a Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:28.374807 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="5d32dbf0-24b9-486e-8ac2-ee38773bba9a" +I1208 17:09:28.375514 19901 cache.go:673] cache "msg"="deleting row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="5d32dbf0-24b9-486e-8ac2-ee38773bba9a" "model"="&{UUID:5d32dbf0-24b9-486e-8ac2-ee38773bba9a Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5d32dbf0-24b9-486e-8ac2-ee38773bba9a" "table"="Address_Set" +2021/12/08 17:09:28 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="5d32dbf0-24b9-486e-8ac2-ee38773bba9a" "table"="Address_Set" "model"="&{UUID:5d32dbf0-24b9-486e-8ac2-ee38773bba9a Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +• +------------------------------ +OVN Address Set operations when manipulating IPs in an address set object + adds an IP to an empty address set + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set/address_set_test.go:437 +2021/12/08 17:09:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="32919b90-8530-4e8c-92e3-b0d5fbb152d6" "table"="Database" +2021/12/08 17:09:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="32919b90-8530-4e8c-92e3-b0d5fbb152d6" "table"="Database" "model"="&{UUID:32919b90-8530-4e8c-92e3-b0d5fbb152d6 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:09:28.556460 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-449b351a8998a6664f942ac4c0dc9229" +I1208 17:09:28.651807 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:28.656665 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-449b351a8998a6664f942ac4c0dc9229" +I1208 17:09:28.662624 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="32919b90-8530-4e8c-92e3-b0d5fbb152d6" +I1208 17:09:28.663158 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="32919b90-8530-4e8c-92e3-b0d5fbb152d6" "model"="&{UUID:32919b90-8530-4e8c-92e3-b0d5fbb152d6 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:28 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="334f50c4-be55-4f6e-89aa-4c1d89a0e7a9" "table"="Database" +2021/12/08 17:09:28 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="334f50c4-be55-4f6e-89aa-4c1d89a0e7a9" "table"="Database" "model"="&{UUID:334f50c4-be55-4f6e-89aa-4c1d89a0e7a9 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:28.861244 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="unix:///tmp/ovsdb-e7be213110237e02daada9183dcddfe5" +I1208 17:09:28.950083 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:28.957032 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Southbound" "endpoint"="unix:/tmp/ovsdb-e7be213110237e02daada9183dcddfe5" +I1208 17:09:28.964821 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Southbound" "table"="Database" "uuid"="334f50c4-be55-4f6e-89aa-4c1d89a0e7a9" +I1208 17:09:28.965356 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Southbound" "table"="Database" "uuid"="334f50c4-be55-4f6e-89aa-4c1d89a0e7a9" "model"="&{UUID:334f50c4-be55-4f6e-89aa-4c1d89a0e7a9 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:28.977067 19901 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:09:28.977280 19901 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:09:28.977379 19901 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:09:28.977476 19901 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:09:28.977557 19901 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:09:28.977728 19901 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:09:28.977849 19901 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:} +I1208 17:09:28.977958 19901 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:} +I1208 17:09:28.978060 19901 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:09:28.978148 19901 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:09:29.028576 19901 transact.go:41] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[name:foobar_v4]} name:a16990491322166530807] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:29.029193 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[name:foobar_v4]} name:a16990491322166530807] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="926fe56d-5daa-4219-941e-513262e4fa86" "table"="Address_Set" +2021/12/08 17:09:29 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="926fe56d-5daa-4219-941e-513262e4fa86" "table"="Address_Set" "model"="&{UUID:926fe56d-5daa-4219-941e-513262e4fa86 Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:29.038875 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="926fe56d-5daa-4219-941e-513262e4fa86" +I1208 17:09:29.039405 19901 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="926fe56d-5daa-4219-941e-513262e4fa86" "model"="&{UUID:926fe56d-5daa-4219-941e-513262e4fa86 Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="926fe56d-5daa-4219-941e-513262e4fa86" "table"="Address_Set" +2021/12/08 17:09:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="926fe56d-5daa-4219-941e-513262e4fa86" "table"="Address_Set" "model"="&{UUID:926fe56d-5daa-4219-941e-513262e4fa86 Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:29.041364 19901 address_set.go:367] New(926fe56d-5daa-4219-941e-513262e4fa86/foobar_v4/a16990491322166530807) with [] +I1208 17:09:29.041535 19901 address_set.go:523] (926fe56d-5daa-4219-941e-513262e4fa86/foobar_v4/a16990491322166530807) adding IPs ([1.2.3.4]) to address set +I1208 17:09:29.041758 19901 transact.go:41] Configuring OVN: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[1.2.3.4]}}] Timeout:0 Where:[where column _uuid == {926fe56d-5daa-4219-941e-513262e4fa86}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:29.042513 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[1.2.3.4]}}] Timeout:0 Where:[where column _uuid == {926fe56d-5daa-4219-941e-513262e4fa86}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:29 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="926fe56d-5daa-4219-941e-513262e4fa86" "table"="Address_Set" +2021/12/08 17:09:29 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="926fe56d-5daa-4219-941e-513262e4fa86" "table"="Address_Set" "old"="&{UUID:926fe56d-5daa-4219-941e-513262e4fa86 Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" "new"="&{UUID:926fe56d-5daa-4219-941e-513262e4fa86 Addresses:[1.2.3.4] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:29.051797 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="926fe56d-5daa-4219-941e-513262e4fa86" +I1208 17:09:29.052812 19901 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="926fe56d-5daa-4219-941e-513262e4fa86" "new"="&{UUID:926fe56d-5daa-4219-941e-513262e4fa86 Addresses:[1.2.3.4] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" "old"="&{UUID:926fe56d-5daa-4219-941e-513262e4fa86 Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="926fe56d-5daa-4219-941e-513262e4fa86" "table"="Address_Set" +2021/12/08 17:09:29 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="926fe56d-5daa-4219-941e-513262e4fa86" "table"="Address_Set" "old"="&{UUID:926fe56d-5daa-4219-941e-513262e4fa86 Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" "new"="&{UUID:926fe56d-5daa-4219-941e-513262e4fa86 Addresses:[1.2.3.4] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +• +------------------------------ +OVN Address Set operations when manipulating IPs in an address set object + gets all IPs from an address set + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set/address_set_test.go:470 +2021/12/08 17:09:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5d46b401-a553-4995-9b0e-b27273dbd390" "table"="Database" +2021/12/08 17:09:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5d46b401-a553-4995-9b0e-b27273dbd390" "table"="Database" "model"="&{UUID:5d46b401-a553-4995-9b0e-b27273dbd390 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8a86f6d8-7972-4253-b0bd-ddbef66e9303" "table"="Address_Set" +2021/12/08 17:09:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8a86f6d8-7972-4253-b0bd-ddbef66e9303" "table"="Address_Set" "model"="&{UUID:8a86f6d8-7972-4253-b0bd-ddbef66e9303 Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:29.245536 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-910fb6d7b823bca11793a01586837540" +I1208 17:09:29.327571 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:29.331706 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-910fb6d7b823bca11793a01586837540" +I1208 17:09:29.336779 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="5d46b401-a553-4995-9b0e-b27273dbd390" +I1208 17:09:29.337332 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="5d46b401-a553-4995-9b0e-b27273dbd390" "model"="&{UUID:5d46b401-a553-4995-9b0e-b27273dbd390 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:09:29.354715 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="8a86f6d8-7972-4253-b0bd-ddbef66e9303" +I1208 17:09:29.355172 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="8a86f6d8-7972-4253-b0bd-ddbef66e9303" "model"="&{UUID:8a86f6d8-7972-4253-b0bd-ddbef66e9303 Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ab41869f-7435-4a3e-a9f0-1ebed822fbec" "table"="Database" +2021/12/08 17:09:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ab41869f-7435-4a3e-a9f0-1ebed822fbec" "table"="Database" "model"="&{UUID:ab41869f-7435-4a3e-a9f0-1ebed822fbec Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:29.528154 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="unix:///tmp/ovsdb-feddb112ab6bab767f673252922f9370" +I1208 17:09:29.613839 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:29.618335 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Southbound" "endpoint"="unix:/tmp/ovsdb-feddb112ab6bab767f673252922f9370" +I1208 17:09:29.624160 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Southbound" "table"="Database" "uuid"="ab41869f-7435-4a3e-a9f0-1ebed822fbec" +I1208 17:09:29.624868 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Southbound" "table"="Database" "uuid"="ab41869f-7435-4a3e-a9f0-1ebed822fbec" "model"="&{UUID:ab41869f-7435-4a3e-a9f0-1ebed822fbec Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:29.635301 19901 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:09:29.635530 19901 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:09:29.635663 19901 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:09:29.635752 19901 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:09:29.635821 19901 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:09:29.636041 19901 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:09:29.636209 19901 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:} +I1208 17:09:29.636372 19901 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:} +I1208 17:09:29.636499 19901 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:09:29.636616 19901 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +• +------------------------------ +OVN Address Set operations when manipulating IPs in an address set object + deletes an IP from an address set + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set/address_set_test.go:505 +I1208 17:09:29.759884 19901 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:09:29.760111 19901 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:09:29.760239 19901 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:09:29.760352 19901 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:09:29.760450 19901 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:09:29.760641 19901 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:09:29.760773 19901 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:} +I1208 17:09:29.760931 19901 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:} +I1208 17:09:29.761061 19901 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:09:29.761162 19901 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +2021/12/08 17:09:29 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="600e8dcd-6a45-4cad-aa86-6f00ef5308ac" "table"="Database" +2021/12/08 17:09:29 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="600e8dcd-6a45-4cad-aa86-6f00ef5308ac" "table"="Database" "model"="&{UUID:600e8dcd-6a45-4cad-aa86-6f00ef5308ac Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:09:29.936730 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-c42b78018f4d745b399588979b57421c" +I1208 17:09:30.049229 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:30.057947 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-c42b78018f4d745b399588979b57421c" +I1208 17:09:30.063518 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="600e8dcd-6a45-4cad-aa86-6f00ef5308ac" +I1208 17:09:30.063964 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="600e8dcd-6a45-4cad-aa86-6f00ef5308ac" "model"="&{UUID:600e8dcd-6a45-4cad-aa86-6f00ef5308ac Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d69fd5fd-c4a7-4872-b5ba-095682a4a74f" "table"="Database" +2021/12/08 17:09:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d69fd5fd-c4a7-4872-b5ba-095682a4a74f" "table"="Database" "model"="&{UUID:d69fd5fd-c4a7-4872-b5ba-095682a4a74f Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:30.246869 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="unix:///tmp/ovsdb-f71170f349a9aef030efefe9729e880f" +I1208 17:09:30.333502 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:30.339367 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Southbound" "endpoint"="unix:/tmp/ovsdb-f71170f349a9aef030efefe9729e880f" +I1208 17:09:30.345947 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Southbound" "table"="Database" "uuid"="d69fd5fd-c4a7-4872-b5ba-095682a4a74f" +I1208 17:09:30.346542 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Southbound" "table"="Database" "uuid"="d69fd5fd-c4a7-4872-b5ba-095682a4a74f" "model"="&{UUID:d69fd5fd-c4a7-4872-b5ba-095682a4a74f Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:30.405239 19901 transact.go:41] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[1.2.3.4]} external_ids:{GoMap:map[name:foobar_v4]} name:a16990491322166530807] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:30.405980 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[1.2.3.4]} external_ids:{GoMap:map[name:foobar_v4]} name:a16990491322166530807] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d8d381b2-97dd-4517-a900-ca3ad85c48b0" "table"="Address_Set" +2021/12/08 17:09:30 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d8d381b2-97dd-4517-a900-ca3ad85c48b0" "table"="Address_Set" "model"="&{UUID:d8d381b2-97dd-4517-a900-ca3ad85c48b0 Addresses:[1.2.3.4] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:30.414272 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="d8d381b2-97dd-4517-a900-ca3ad85c48b0" +I1208 17:09:30.414749 19901 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="d8d381b2-97dd-4517-a900-ca3ad85c48b0" "model"="&{UUID:d8d381b2-97dd-4517-a900-ca3ad85c48b0 Addresses:[1.2.3.4] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d8d381b2-97dd-4517-a900-ca3ad85c48b0" "table"="Address_Set" +2021/12/08 17:09:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d8d381b2-97dd-4517-a900-ca3ad85c48b0" "table"="Address_Set" "model"="&{UUID:d8d381b2-97dd-4517-a900-ca3ad85c48b0 Addresses:[1.2.3.4] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:30.416996 19901 address_set.go:367] New(d8d381b2-97dd-4517-a900-ca3ad85c48b0/foobar_v4/a16990491322166530807) with [1.2.3.4] +I1208 17:09:30.417151 19901 address_set.go:555] (d8d381b2-97dd-4517-a900-ca3ad85c48b0/foobar_v4/a16990491322166530807) deleting IP [1.2.3.4] from address set +I1208 17:09:30.417378 19901 transact.go:41] Configuring OVN: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:delete Value:{GoSet:[1.2.3.4]}}] Timeout:0 Where:[where column _uuid == {d8d381b2-97dd-4517-a900-ca3ad85c48b0}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:30.418023 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:delete Value:{GoSet:[1.2.3.4]}}] Timeout:0 Where:[where column _uuid == {d8d381b2-97dd-4517-a900-ca3ad85c48b0}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d8d381b2-97dd-4517-a900-ca3ad85c48b0" "table"="Address_Set" +2021/12/08 17:09:30 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d8d381b2-97dd-4517-a900-ca3ad85c48b0" "table"="Address_Set" "old"="&{UUID:d8d381b2-97dd-4517-a900-ca3ad85c48b0 Addresses:[1.2.3.4] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" "new"="&{UUID:d8d381b2-97dd-4517-a900-ca3ad85c48b0 Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:30.425434 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="d8d381b2-97dd-4517-a900-ca3ad85c48b0" +I1208 17:09:30.426475 19901 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="d8d381b2-97dd-4517-a900-ca3ad85c48b0" "new"="&{UUID:d8d381b2-97dd-4517-a900-ca3ad85c48b0 Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" "old"="&{UUID:d8d381b2-97dd-4517-a900-ca3ad85c48b0 Addresses:[1.2.3.4] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d8d381b2-97dd-4517-a900-ca3ad85c48b0" "table"="Address_Set" +2021/12/08 17:09:30 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d8d381b2-97dd-4517-a900-ca3ad85c48b0" "table"="Address_Set" "old"="&{UUID:d8d381b2-97dd-4517-a900-ca3ad85c48b0 Addresses:[1.2.3.4] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" "new"="&{UUID:d8d381b2-97dd-4517-a900-ca3ad85c48b0 Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:30.430135 19901 address_set.go:555] (d8d381b2-97dd-4517-a900-ca3ad85c48b0/foobar_v4/a16990491322166530807) deleting IP [1.2.3.4] from address set +I1208 17:09:30.430423 19901 transact.go:41] Configuring OVN: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:delete Value:{GoSet:[1.2.3.4]}}] Timeout:0 Where:[where column _uuid == {d8d381b2-97dd-4517-a900-ca3ad85c48b0}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:30.431127 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:delete Value:{GoSet:[1.2.3.4]}}] Timeout:0 Where:[where column _uuid == {d8d381b2-97dd-4517-a900-ca3ad85c48b0}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:30 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d8d381b2-97dd-4517-a900-ca3ad85c48b0" "table"="Address_Set" +I1208 17:09:30.437568 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="d8d381b2-97dd-4517-a900-ca3ad85c48b0" +2021/12/08 17:09:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d8d381b2-97dd-4517-a900-ca3ad85c48b0" "table"="Address_Set" +• +------------------------------ +OVN Address Set operations when manipulating IPs in an address set object + sets an already set addressSet + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set/address_set_test.go:539 +I1208 17:09:30.455978 19901 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:09:30.456230 19901 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:09:30.456378 19901 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:09:30.456481 19901 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:09:30.456576 19901 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:09:30.456751 19901 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:09:30.456881 19901 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:} +I1208 17:09:30.457026 19901 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:} +I1208 17:09:30.457177 19901 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:09:30.457323 19901 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +2021/12/08 17:09:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d3464554-8d8b-4df5-ae78-9dac3234da6e" "table"="Database" +2021/12/08 17:09:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d3464554-8d8b-4df5-ae78-9dac3234da6e" "table"="Database" "model"="&{UUID:d3464554-8d8b-4df5-ae78-9dac3234da6e Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:09:30.634894 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-3502d652c45b1fdc8e902f2c19e29876" +I1208 17:09:30.732302 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:30.736991 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-3502d652c45b1fdc8e902f2c19e29876" +I1208 17:09:30.744229 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="d3464554-8d8b-4df5-ae78-9dac3234da6e" +I1208 17:09:30.744858 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="d3464554-8d8b-4df5-ae78-9dac3234da6e" "model"="&{UUID:d3464554-8d8b-4df5-ae78-9dac3234da6e Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:30 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="34137984-2d73-44eb-b110-9a8a27877033" "table"="Database" +2021/12/08 17:09:30 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="34137984-2d73-44eb-b110-9a8a27877033" "table"="Database" "model"="&{UUID:34137984-2d73-44eb-b110-9a8a27877033 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:30.956509 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="unix:///tmp/ovsdb-94885d2d3af05a4918301d2fe7686ead" +I1208 17:09:31.043453 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:31.048703 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Southbound" "endpoint"="unix:/tmp/ovsdb-94885d2d3af05a4918301d2fe7686ead" +I1208 17:09:31.054662 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Southbound" "table"="Database" "uuid"="34137984-2d73-44eb-b110-9a8a27877033" +I1208 17:09:31.055028 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Southbound" "table"="Database" "uuid"="34137984-2d73-44eb-b110-9a8a27877033" "model"="&{UUID:34137984-2d73-44eb-b110-9a8a27877033 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:31.114883 19901 transact.go:41] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[1.2.3.4]} external_ids:{GoMap:map[name:foobar_v4]} name:a16990491322166530807] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:31.115570 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[1.2.3.4]} external_ids:{GoMap:map[name:foobar_v4]} name:a16990491322166530807] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:31 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f4f35d64-fbe2-462d-8092-3166ab3f4f57" "table"="Address_Set" +2021/12/08 17:09:31 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f4f35d64-fbe2-462d-8092-3166ab3f4f57" "table"="Address_Set" "model"="&{UUID:f4f35d64-fbe2-462d-8092-3166ab3f4f57 Addresses:[1.2.3.4] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:31.126074 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="f4f35d64-fbe2-462d-8092-3166ab3f4f57" +I1208 17:09:31.126565 19901 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="f4f35d64-fbe2-462d-8092-3166ab3f4f57" "model"="&{UUID:f4f35d64-fbe2-462d-8092-3166ab3f4f57 Addresses:[1.2.3.4] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f4f35d64-fbe2-462d-8092-3166ab3f4f57" "table"="Address_Set" +2021/12/08 17:09:31 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f4f35d64-fbe2-462d-8092-3166ab3f4f57" "table"="Address_Set" "model"="&{UUID:f4f35d64-fbe2-462d-8092-3166ab3f4f57 Addresses:[1.2.3.4] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:31.128572 19901 address_set.go:367] New(f4f35d64-fbe2-462d-8092-3166ab3f4f57/foobar_v4/a16990491322166530807) with [1.2.3.4] +I1208 17:09:31.128902 19901 transact.go:41] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[2.3.4.5 7.8.9.10]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {f4f35d64-fbe2-462d-8092-3166ab3f4f57}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:31.129503 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Address_Set Row:map[addresses:{GoSet:[2.3.4.5 7.8.9.10]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {f4f35d64-fbe2-462d-8092-3166ab3f4f57}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:31 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f4f35d64-fbe2-462d-8092-3166ab3f4f57" "table"="Address_Set" +2021/12/08 17:09:31 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f4f35d64-fbe2-462d-8092-3166ab3f4f57" "table"="Address_Set" "old"="&{UUID:f4f35d64-fbe2-462d-8092-3166ab3f4f57 Addresses:[1.2.3.4] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" "new"="&{UUID:f4f35d64-fbe2-462d-8092-3166ab3f4f57 Addresses:[2.3.4.5 7.8.9.10] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:31.140003 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="f4f35d64-fbe2-462d-8092-3166ab3f4f57" +I1208 17:09:31.141091 19901 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="f4f35d64-fbe2-462d-8092-3166ab3f4f57" "new"="&{UUID:f4f35d64-fbe2-462d-8092-3166ab3f4f57 Addresses:[2.3.4.5 7.8.9.10] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" "old"="&{UUID:f4f35d64-fbe2-462d-8092-3166ab3f4f57 Addresses:[1.2.3.4] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f4f35d64-fbe2-462d-8092-3166ab3f4f57" "table"="Address_Set" +2021/12/08 17:09:31 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f4f35d64-fbe2-462d-8092-3166ab3f4f57" "table"="Address_Set" "old"="&{UUID:f4f35d64-fbe2-462d-8092-3166ab3f4f57 Addresses:[1.2.3.4] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" "new"="&{UUID:f4f35d64-fbe2-462d-8092-3166ab3f4f57 Addresses:[2.3.4.5 7.8.9.10] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +• +------------------------------ +OVN Address Set operations Dual stack : when creating an address set object + re-uses an existing dual stack address set and replaces IPs + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set/address_set_test.go:577 +I1208 17:09:31.158918 19901 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:09:31.159146 19901 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:09:31.159328 19901 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:09:31.159435 19901 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:09:31.159517 19901 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:09:31.159721 19901 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:09:31.159848 19901 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:} +I1208 17:09:31.159963 19901 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:} +I1208 17:09:31.160077 19901 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:09:31.160167 19901 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +2021/12/08 17:09:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f1702080-707f-45f6-a21e-22ea64450306" "table"="Database" +2021/12/08 17:09:31 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f1702080-707f-45f6-a21e-22ea64450306" "table"="Database" "model"="&{UUID:f1702080-707f-45f6-a21e-22ea64450306 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:09:31.337125 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-15c6dfb0e6c6f5b39aee17f3e5729011" +I1208 17:09:31.432646 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:31.436618 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-15c6dfb0e6c6f5b39aee17f3e5729011" +I1208 17:09:31.441727 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="f1702080-707f-45f6-a21e-22ea64450306" +I1208 17:09:31.442365 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="f1702080-707f-45f6-a21e-22ea64450306" "model"="&{UUID:f1702080-707f-45f6-a21e-22ea64450306 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2741bbaa-9f39-4316-a412-3d48e739321d" "table"="Database" +2021/12/08 17:09:31 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2741bbaa-9f39-4316-a412-3d48e739321d" "table"="Database" "model"="&{UUID:2741bbaa-9f39-4316-a412-3d48e739321d Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:31.637401 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="unix:///tmp/ovsdb-f6839afc42cdc44185b2413c149b3190" +I1208 17:09:31.720701 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:31.724391 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Southbound" "endpoint"="unix:/tmp/ovsdb-f6839afc42cdc44185b2413c149b3190" +I1208 17:09:31.730009 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Southbound" "table"="Database" "uuid"="2741bbaa-9f39-4316-a412-3d48e739321d" +I1208 17:09:31.730536 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Southbound" "table"="Database" "uuid"="2741bbaa-9f39-4316-a412-3d48e739321d" "model"="&{UUID:2741bbaa-9f39-4316-a412-3d48e739321d Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:31.788232 19901 transact.go:41] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[1.2.3.4 5.6.7.8]} external_ids:{GoMap:map[name:foobar_v4]} name:a16990491322166530807] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:31.788934 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[1.2.3.4 5.6.7.8]} external_ids:{GoMap:map[name:foobar_v4]} name:a16990491322166530807] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:31 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="71bc3fd0-dea4-4cfd-8b18-ce5894c081ba" "table"="Address_Set" +2021/12/08 17:09:31 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="71bc3fd0-dea4-4cfd-8b18-ce5894c081ba" "table"="Address_Set" "model"="&{UUID:71bc3fd0-dea4-4cfd-8b18-ce5894c081ba Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:31.805499 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="71bc3fd0-dea4-4cfd-8b18-ce5894c081ba" +I1208 17:09:31.806431 19901 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="71bc3fd0-dea4-4cfd-8b18-ce5894c081ba" "model"="&{UUID:71bc3fd0-dea4-4cfd-8b18-ce5894c081ba Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="71bc3fd0-dea4-4cfd-8b18-ce5894c081ba" "table"="Address_Set" +2021/12/08 17:09:31 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="71bc3fd0-dea4-4cfd-8b18-ce5894c081ba" "table"="Address_Set" "model"="&{UUID:71bc3fd0-dea4-4cfd-8b18-ce5894c081ba Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:31.812371 19901 address_set.go:367] New(71bc3fd0-dea4-4cfd-8b18-ce5894c081ba/foobar_v4/a16990491322166530807) with [1.2.3.4 5.6.7.8] +I1208 17:09:31.863786 19901 transact.go:41] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[2001:db8::1 2001:db8::2]} external_ids:{GoMap:map[name:foobar_v6]} name:a16990493521189787229] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:31.864521 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[2001:db8::1 2001:db8::2]} external_ids:{GoMap:map[name:foobar_v6]} name:a16990493521189787229] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:31 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f31a386c-0ccc-4a27-b11a-bac8a62a4bd6" "table"="Address_Set" +2021/12/08 17:09:31 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f31a386c-0ccc-4a27-b11a-bac8a62a4bd6" "table"="Address_Set" "model"="&{UUID:f31a386c-0ccc-4a27-b11a-bac8a62a4bd6 Addresses:[2001:db8::1 2001:db8::2] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +I1208 17:09:31.873611 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="f31a386c-0ccc-4a27-b11a-bac8a62a4bd6" +I1208 17:09:31.874139 19901 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="f31a386c-0ccc-4a27-b11a-bac8a62a4bd6" "model"="&{UUID:f31a386c-0ccc-4a27-b11a-bac8a62a4bd6 Addresses:[2001:db8::1 2001:db8::2] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +2021/12/08 17:09:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f31a386c-0ccc-4a27-b11a-bac8a62a4bd6" "table"="Address_Set" +2021/12/08 17:09:31 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f31a386c-0ccc-4a27-b11a-bac8a62a4bd6" "table"="Address_Set" "model"="&{UUID:f31a386c-0ccc-4a27-b11a-bac8a62a4bd6 Addresses:[2001:db8::1 2001:db8::2] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +I1208 17:09:31.876163 19901 address_set.go:367] New(f31a386c-0ccc-4a27-b11a-bac8a62a4bd6/foobar_v6/a16990493521189787229) with [2001:db8::1 2001:db8::2] +• +------------------------------ +OVN Address Set operations Dual stack : when creating an address set object + clears an existing address set of dual stack IPs + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set/address_set_test.go:619 +I1208 17:09:31.891669 19901 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:09:31.891905 19901 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:09:31.892046 19901 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:09:31.892146 19901 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:09:31.892229 19901 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:09:31.892449 19901 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:09:31.892609 19901 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:} +I1208 17:09:31.892771 19901 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:} +I1208 17:09:31.892887 19901 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:09:31.892971 19901 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +2021/12/08 17:09:31 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="806552e8-a35b-47d9-9d8f-c3efb2da0ef9" "table"="Database" +2021/12/08 17:09:31 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="806552e8-a35b-47d9-9d8f-c3efb2da0ef9" "table"="Database" "model"="&{UUID:806552e8-a35b-47d9-9d8f-c3efb2da0ef9 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:09:32.066782 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-182d71b5032ef8cb1a6b504b3aa8eee7" +I1208 17:09:32.161009 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:32.165583 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-182d71b5032ef8cb1a6b504b3aa8eee7" +I1208 17:09:32.170742 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="806552e8-a35b-47d9-9d8f-c3efb2da0ef9" +I1208 17:09:32.171285 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="806552e8-a35b-47d9-9d8f-c3efb2da0ef9" "model"="&{UUID:806552e8-a35b-47d9-9d8f-c3efb2da0ef9 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:32 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6d640b95-48cc-40f7-a842-46eb0cb70424" "table"="Database" +2021/12/08 17:09:32 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6d640b95-48cc-40f7-a842-46eb0cb70424" "table"="Database" "model"="&{UUID:6d640b95-48cc-40f7-a842-46eb0cb70424 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:32.368169 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="unix:///tmp/ovsdb-f76f4f2bfde38504bd17bfb6379bda5e" +I1208 17:09:32.453442 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:32.457824 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Southbound" "endpoint"="unix:/tmp/ovsdb-f76f4f2bfde38504bd17bfb6379bda5e" +I1208 17:09:32.463869 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Southbound" "table"="Database" "uuid"="6d640b95-48cc-40f7-a842-46eb0cb70424" +I1208 17:09:32.464408 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Southbound" "table"="Database" "uuid"="6d640b95-48cc-40f7-a842-46eb0cb70424" "model"="&{UUID:6d640b95-48cc-40f7-a842-46eb0cb70424 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:32.522940 19901 transact.go:41] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[1.2.3.4 5.6.7.8]} external_ids:{GoMap:map[name:foobar_v4]} name:a16990491322166530807] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:32.523756 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[1.2.3.4 5.6.7.8]} external_ids:{GoMap:map[name:foobar_v4]} name:a16990491322166530807] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:32 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ef0b9cfc-6890-48e5-b7b0-6cb673b45f4e" "table"="Address_Set" +2021/12/08 17:09:32 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ef0b9cfc-6890-48e5-b7b0-6cb673b45f4e" "table"="Address_Set" "model"="&{UUID:ef0b9cfc-6890-48e5-b7b0-6cb673b45f4e Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:32.532912 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="ef0b9cfc-6890-48e5-b7b0-6cb673b45f4e" +I1208 17:09:32.533487 19901 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="ef0b9cfc-6890-48e5-b7b0-6cb673b45f4e" "model"="&{UUID:ef0b9cfc-6890-48e5-b7b0-6cb673b45f4e Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:32 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ef0b9cfc-6890-48e5-b7b0-6cb673b45f4e" "table"="Address_Set" +2021/12/08 17:09:32 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ef0b9cfc-6890-48e5-b7b0-6cb673b45f4e" "table"="Address_Set" "model"="&{UUID:ef0b9cfc-6890-48e5-b7b0-6cb673b45f4e Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:32.536095 19901 address_set.go:367] New(ef0b9cfc-6890-48e5-b7b0-6cb673b45f4e/foobar_v4/a16990491322166530807) with [1.2.3.4 5.6.7.8] +I1208 17:09:32.586747 19901 transact.go:41] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[2001:db8::1 2001:db8::2]} external_ids:{GoMap:map[name:foobar_v6]} name:a16990493521189787229] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:32.587591 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[2001:db8::1 2001:db8::2]} external_ids:{GoMap:map[name:foobar_v6]} name:a16990493521189787229] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:32 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3fc21e85-973b-46d7-b875-a0e60b3cfc11" "table"="Address_Set" +2021/12/08 17:09:32 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3fc21e85-973b-46d7-b875-a0e60b3cfc11" "table"="Address_Set" "model"="&{UUID:3fc21e85-973b-46d7-b875-a0e60b3cfc11 Addresses:[2001:db8::1 2001:db8::2] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +I1208 17:09:32.596854 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="3fc21e85-973b-46d7-b875-a0e60b3cfc11" +I1208 17:09:32.597513 19901 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="3fc21e85-973b-46d7-b875-a0e60b3cfc11" "model"="&{UUID:3fc21e85-973b-46d7-b875-a0e60b3cfc11 Addresses:[2001:db8::1 2001:db8::2] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +2021/12/08 17:09:32 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3fc21e85-973b-46d7-b875-a0e60b3cfc11" "table"="Address_Set" +2021/12/08 17:09:32 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3fc21e85-973b-46d7-b875-a0e60b3cfc11" "table"="Address_Set" "model"="&{UUID:3fc21e85-973b-46d7-b875-a0e60b3cfc11 Addresses:[2001:db8::1 2001:db8::2] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +I1208 17:09:32.600433 19901 address_set.go:367] New(3fc21e85-973b-46d7-b875-a0e60b3cfc11/foobar_v6/a16990493521189787229) with [2001:db8::1 2001:db8::2] +I1208 17:09:32.652278 19901 address_set.go:327] New(ef0b9cfc-6890-48e5-b7b0-6cb673b45f4e/foobar_v4/a16990491322166530807) already exists; updating IPs +I1208 17:09:32.652570 19901 transact.go:41] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {ef0b9cfc-6890-48e5-b7b0-6cb673b45f4e}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:32.653182 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {ef0b9cfc-6890-48e5-b7b0-6cb673b45f4e}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:32 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ef0b9cfc-6890-48e5-b7b0-6cb673b45f4e" "table"="Address_Set" +2021/12/08 17:09:32 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="ef0b9cfc-6890-48e5-b7b0-6cb673b45f4e" "table"="Address_Set" "old"="&{UUID:ef0b9cfc-6890-48e5-b7b0-6cb673b45f4e Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" "new"="&{UUID:ef0b9cfc-6890-48e5-b7b0-6cb673b45f4e Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:32.661705 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="ef0b9cfc-6890-48e5-b7b0-6cb673b45f4e" +I1208 17:09:32.662880 19901 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="ef0b9cfc-6890-48e5-b7b0-6cb673b45f4e" "new"="&{UUID:ef0b9cfc-6890-48e5-b7b0-6cb673b45f4e Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" "old"="&{UUID:ef0b9cfc-6890-48e5-b7b0-6cb673b45f4e Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:32 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ef0b9cfc-6890-48e5-b7b0-6cb673b45f4e" "table"="Address_Set" +2021/12/08 17:09:32 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="ef0b9cfc-6890-48e5-b7b0-6cb673b45f4e" "table"="Address_Set" "old"="&{UUID:ef0b9cfc-6890-48e5-b7b0-6cb673b45f4e Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" "new"="&{UUID:ef0b9cfc-6890-48e5-b7b0-6cb673b45f4e Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:32.665773 19901 address_set.go:367] New(ef0b9cfc-6890-48e5-b7b0-6cb673b45f4e/foobar_v4/a16990491322166530807) with [] +I1208 17:09:32.716855 19901 address_set.go:327] New(3fc21e85-973b-46d7-b875-a0e60b3cfc11/foobar_v6/a16990493521189787229) already exists; updating IPs +I1208 17:09:32.717186 19901 transact.go:41] Configuring OVN: [{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {3fc21e85-973b-46d7-b875-a0e60b3cfc11}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:32.717859 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Address_Set Row:map[addresses:{GoSet:[]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {3fc21e85-973b-46d7-b875-a0e60b3cfc11}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:32 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3fc21e85-973b-46d7-b875-a0e60b3cfc11" "table"="Address_Set" +2021/12/08 17:09:32 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="3fc21e85-973b-46d7-b875-a0e60b3cfc11" "table"="Address_Set" "old"="&{UUID:3fc21e85-973b-46d7-b875-a0e60b3cfc11 Addresses:[2001:db8::1 2001:db8::2] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" "new"="&{UUID:3fc21e85-973b-46d7-b875-a0e60b3cfc11 Addresses:[] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +I1208 17:09:32.726143 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="3fc21e85-973b-46d7-b875-a0e60b3cfc11" +I1208 17:09:32.727268 19901 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="3fc21e85-973b-46d7-b875-a0e60b3cfc11" "new"="&{UUID:3fc21e85-973b-46d7-b875-a0e60b3cfc11 Addresses:[] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" "old"="&{UUID:3fc21e85-973b-46d7-b875-a0e60b3cfc11 Addresses:[2001:db8::1 2001:db8::2] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +2021/12/08 17:09:32 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3fc21e85-973b-46d7-b875-a0e60b3cfc11" "table"="Address_Set" +2021/12/08 17:09:32 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="3fc21e85-973b-46d7-b875-a0e60b3cfc11" "table"="Address_Set" "old"="&{UUID:3fc21e85-973b-46d7-b875-a0e60b3cfc11 Addresses:[2001:db8::1 2001:db8::2] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" "new"="&{UUID:3fc21e85-973b-46d7-b875-a0e60b3cfc11 Addresses:[] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +I1208 17:09:32.730141 19901 address_set.go:367] New(3fc21e85-973b-46d7-b875-a0e60b3cfc11/foobar_v6/a16990493521189787229) with [] +• +------------------------------ +OVN Address Set operations Dual stack : when creating an address set object + creates a new address set and sets dual stack IPs + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set/address_set_test.go:662 +I1208 17:09:32.746672 19901 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:09:32.746904 19901 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:09:32.747016 19901 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:09:32.747103 19901 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:09:32.747189 19901 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:09:32.747373 19901 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:09:32.747488 19901 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:} +I1208 17:09:32.747601 19901 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:} +I1208 17:09:32.747700 19901 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:09:32.747780 19901 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +2021/12/08 17:09:32 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b707175f-0cec-430a-85c0-d151c5ecbdf5" "table"="Database" +2021/12/08 17:09:32 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b707175f-0cec-430a-85c0-d151c5ecbdf5" "table"="Database" "model"="&{UUID:b707175f-0cec-430a-85c0-d151c5ecbdf5 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:09:32.928945 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-fb513cd2c4b14e8ccc6c4fd55bb4bc5c" +I1208 17:09:33.017775 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:33.026941 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-fb513cd2c4b14e8ccc6c4fd55bb4bc5c" +I1208 17:09:33.034792 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="b707175f-0cec-430a-85c0-d151c5ecbdf5" +I1208 17:09:33.035282 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="b707175f-0cec-430a-85c0-d151c5ecbdf5" "model"="&{UUID:b707175f-0cec-430a-85c0-d151c5ecbdf5 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:33 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cd81f268-87da-47b1-8937-716da66eea2c" "table"="Database" +2021/12/08 17:09:33 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cd81f268-87da-47b1-8937-716da66eea2c" "table"="Database" "model"="&{UUID:cd81f268-87da-47b1-8937-716da66eea2c Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:33.227289 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="unix:///tmp/ovsdb-2c05266e975dd5a27bf5c5542370034d" +I1208 17:09:33.310948 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:33.316113 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Southbound" "endpoint"="unix:/tmp/ovsdb-2c05266e975dd5a27bf5c5542370034d" +I1208 17:09:33.321301 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Southbound" "table"="Database" "uuid"="cd81f268-87da-47b1-8937-716da66eea2c" +I1208 17:09:33.321899 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Southbound" "table"="Database" "uuid"="cd81f268-87da-47b1-8937-716da66eea2c" "model"="&{UUID:cd81f268-87da-47b1-8937-716da66eea2c Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:33.379485 19901 transact.go:41] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[1.2.3.4 5.6.7.8]} external_ids:{GoMap:map[name:foobar_v4]} name:a16990491322166530807] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:33.380284 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[1.2.3.4 5.6.7.8]} external_ids:{GoMap:map[name:foobar_v4]} name:a16990491322166530807] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:33 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="964b7774-e67d-4600-be30-a0b39b52cd4b" "table"="Address_Set" +2021/12/08 17:09:33 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="964b7774-e67d-4600-be30-a0b39b52cd4b" "table"="Address_Set" "model"="&{UUID:964b7774-e67d-4600-be30-a0b39b52cd4b Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:33.389102 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="964b7774-e67d-4600-be30-a0b39b52cd4b" +I1208 17:09:33.389669 19901 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="964b7774-e67d-4600-be30-a0b39b52cd4b" "model"="&{UUID:964b7774-e67d-4600-be30-a0b39b52cd4b Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:33 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="964b7774-e67d-4600-be30-a0b39b52cd4b" "table"="Address_Set" +2021/12/08 17:09:33 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="964b7774-e67d-4600-be30-a0b39b52cd4b" "table"="Address_Set" "model"="&{UUID:964b7774-e67d-4600-be30-a0b39b52cd4b Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:33.391933 19901 address_set.go:367] New(964b7774-e67d-4600-be30-a0b39b52cd4b/foobar_v4/a16990491322166530807) with [1.2.3.4 5.6.7.8] +I1208 17:09:33.442716 19901 transact.go:41] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[2001:db8::1 2001:db8::2]} external_ids:{GoMap:map[name:foobar_v6]} name:a16990493521189787229] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:33.443503 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[2001:db8::1 2001:db8::2]} external_ids:{GoMap:map[name:foobar_v6]} name:a16990493521189787229] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:33 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="76fb7508-fc2c-4b3f-a398-82d53cde3d1a" "table"="Address_Set" +2021/12/08 17:09:33 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="76fb7508-fc2c-4b3f-a398-82d53cde3d1a" "table"="Address_Set" "model"="&{UUID:76fb7508-fc2c-4b3f-a398-82d53cde3d1a Addresses:[2001:db8::1 2001:db8::2] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +I1208 17:09:33.452337 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="76fb7508-fc2c-4b3f-a398-82d53cde3d1a" +I1208 17:09:33.452937 19901 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="76fb7508-fc2c-4b3f-a398-82d53cde3d1a" "model"="&{UUID:76fb7508-fc2c-4b3f-a398-82d53cde3d1a Addresses:[2001:db8::1 2001:db8::2] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +2021/12/08 17:09:33 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="76fb7508-fc2c-4b3f-a398-82d53cde3d1a" "table"="Address_Set" +2021/12/08 17:09:33 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="76fb7508-fc2c-4b3f-a398-82d53cde3d1a" "table"="Address_Set" "model"="&{UUID:76fb7508-fc2c-4b3f-a398-82d53cde3d1a Addresses:[2001:db8::1 2001:db8::2] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +I1208 17:09:33.455072 19901 address_set.go:367] New(76fb7508-fc2c-4b3f-a398-82d53cde3d1a/foobar_v6/a16990493521189787229) with [2001:db8::1 2001:db8::2] +• +------------------------------ +OVN Address Set operations + destroys an dual stack address set + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set/address_set_test.go:705 +I1208 17:09:33.472709 19901 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:09:33.472966 19901 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:09:33.473075 19901 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:09:33.473163 19901 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:09:33.473231 19901 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:09:33.473412 19901 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:09:33.473530 19901 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:} +I1208 17:09:33.473682 19901 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:} +I1208 17:09:33.473811 19901 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:09:33.473912 19901 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +2021/12/08 17:09:33 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f4272edc-5da0-4079-8e43-ee97363b6927" "table"="Database" +2021/12/08 17:09:33 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f4272edc-5da0-4079-8e43-ee97363b6927" "table"="Database" "model"="&{UUID:f4272edc-5da0-4079-8e43-ee97363b6927 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:09:33.650552 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-a0fd3c59806fe46235ec59ab5e730f8b" +I1208 17:09:33.742268 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:33.746120 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-a0fd3c59806fe46235ec59ab5e730f8b" +I1208 17:09:33.751284 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="f4272edc-5da0-4079-8e43-ee97363b6927" +I1208 17:09:33.751825 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="f4272edc-5da0-4079-8e43-ee97363b6927" "model"="&{UUID:f4272edc-5da0-4079-8e43-ee97363b6927 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:33 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6ce9d4b2-9504-4eae-ad14-4e6419b624c1" "table"="Database" +2021/12/08 17:09:33 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6ce9d4b2-9504-4eae-ad14-4e6419b624c1" "table"="Database" "model"="&{UUID:6ce9d4b2-9504-4eae-ad14-4e6419b624c1 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:33.946534 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="unix:///tmp/ovsdb-db536581a6b2b8fc992c2e8f0da80c0d" +I1208 17:09:34.031127 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:34.035383 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Southbound" "endpoint"="unix:/tmp/ovsdb-db536581a6b2b8fc992c2e8f0da80c0d" +I1208 17:09:34.041058 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Southbound" "table"="Database" "uuid"="6ce9d4b2-9504-4eae-ad14-4e6419b624c1" +I1208 17:09:34.041921 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Southbound" "table"="Database" "uuid"="6ce9d4b2-9504-4eae-ad14-4e6419b624c1" "model"="&{UUID:6ce9d4b2-9504-4eae-ad14-4e6419b624c1 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:34.100307 19901 transact.go:41] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[1.2.3.4 5.6.7.8]} external_ids:{GoMap:map[name:foobar_v4]} name:a16990491322166530807] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:34.101095 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[1.2.3.4 5.6.7.8]} external_ids:{GoMap:map[name:foobar_v4]} name:a16990491322166530807] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:34 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2dd55d20-bfdf-4830-bfff-3d2c701e4f32" "table"="Address_Set" +2021/12/08 17:09:34 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2dd55d20-bfdf-4830-bfff-3d2c701e4f32" "table"="Address_Set" "model"="&{UUID:2dd55d20-bfdf-4830-bfff-3d2c701e4f32 Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:34.110122 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="2dd55d20-bfdf-4830-bfff-3d2c701e4f32" +I1208 17:09:34.110647 19901 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="2dd55d20-bfdf-4830-bfff-3d2c701e4f32" "model"="&{UUID:2dd55d20-bfdf-4830-bfff-3d2c701e4f32 Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2dd55d20-bfdf-4830-bfff-3d2c701e4f32" "table"="Address_Set" +2021/12/08 17:09:34 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2dd55d20-bfdf-4830-bfff-3d2c701e4f32" "table"="Address_Set" "model"="&{UUID:2dd55d20-bfdf-4830-bfff-3d2c701e4f32 Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:34.113304 19901 address_set.go:367] New(2dd55d20-bfdf-4830-bfff-3d2c701e4f32/foobar_v4/a16990491322166530807) with [1.2.3.4 5.6.7.8] +I1208 17:09:34.164418 19901 transact.go:41] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[2001:db8::1 2001:db8::2]} external_ids:{GoMap:map[name:foobar_v6]} name:a16990493521189787229] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:34.165153 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[2001:db8::1 2001:db8::2]} external_ids:{GoMap:map[name:foobar_v6]} name:a16990493521189787229] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:34 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4f5bcd1f-8065-4247-baf3-b655a998f7b4" "table"="Address_Set" +2021/12/08 17:09:34 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4f5bcd1f-8065-4247-baf3-b655a998f7b4" "table"="Address_Set" "model"="&{UUID:4f5bcd1f-8065-4247-baf3-b655a998f7b4 Addresses:[2001:db8::1 2001:db8::2] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +I1208 17:09:34.173837 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="4f5bcd1f-8065-4247-baf3-b655a998f7b4" +I1208 17:09:34.174375 19901 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="4f5bcd1f-8065-4247-baf3-b655a998f7b4" "model"="&{UUID:4f5bcd1f-8065-4247-baf3-b655a998f7b4 Addresses:[2001:db8::1 2001:db8::2] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +2021/12/08 17:09:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4f5bcd1f-8065-4247-baf3-b655a998f7b4" "table"="Address_Set" +2021/12/08 17:09:34 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4f5bcd1f-8065-4247-baf3-b655a998f7b4" "table"="Address_Set" "model"="&{UUID:4f5bcd1f-8065-4247-baf3-b655a998f7b4 Addresses:[2001:db8::1 2001:db8::2] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +I1208 17:09:34.176536 19901 address_set.go:367] New(4f5bcd1f-8065-4247-baf3-b655a998f7b4/foobar_v6/a16990493521189787229) with [2001:db8::1 2001:db8::2] +I1208 17:09:34.177959 19901 address_set.go:577] destroy(2dd55d20-bfdf-4830-bfff-3d2c701e4f32/foobar_v4/a16990491322166530807) +I1208 17:09:34.178152 19901 transact.go:41] Configuring OVN: [{Op:delete Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {2dd55d20-bfdf-4830-bfff-3d2c701e4f32}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:34.178787 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:delete Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {2dd55d20-bfdf-4830-bfff-3d2c701e4f32}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:34 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2dd55d20-bfdf-4830-bfff-3d2c701e4f32" "table"="Address_Set" +2021/12/08 17:09:34 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="2dd55d20-bfdf-4830-bfff-3d2c701e4f32" "table"="Address_Set" "model"="&{UUID:2dd55d20-bfdf-4830-bfff-3d2c701e4f32 Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:34.184449 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="2dd55d20-bfdf-4830-bfff-3d2c701e4f32" +I1208 17:09:34.185151 19901 cache.go:673] cache "msg"="deleting row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="2dd55d20-bfdf-4830-bfff-3d2c701e4f32" "model"="&{UUID:2dd55d20-bfdf-4830-bfff-3d2c701e4f32 Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2dd55d20-bfdf-4830-bfff-3d2c701e4f32" "table"="Address_Set" +2021/12/08 17:09:34 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="2dd55d20-bfdf-4830-bfff-3d2c701e4f32" "table"="Address_Set" "model"="&{UUID:2dd55d20-bfdf-4830-bfff-3d2c701e4f32 Addresses:[1.2.3.4 5.6.7.8] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:34.186996 19901 address_set.go:577] destroy(4f5bcd1f-8065-4247-baf3-b655a998f7b4/foobar_v6/a16990493521189787229) +I1208 17:09:34.187239 19901 transact.go:41] Configuring OVN: [{Op:delete Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {4f5bcd1f-8065-4247-baf3-b655a998f7b4}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:34.187858 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:delete Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {4f5bcd1f-8065-4247-baf3-b655a998f7b4}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:34 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4f5bcd1f-8065-4247-baf3-b655a998f7b4" "table"="Address_Set" +2021/12/08 17:09:34 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="4f5bcd1f-8065-4247-baf3-b655a998f7b4" "table"="Address_Set" "model"="&{UUID:4f5bcd1f-8065-4247-baf3-b655a998f7b4 Addresses:[2001:db8::1 2001:db8::2] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +I1208 17:09:34.193810 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="4f5bcd1f-8065-4247-baf3-b655a998f7b4" +I1208 17:09:34.194909 19901 cache.go:673] cache "msg"="deleting row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="4f5bcd1f-8065-4247-baf3-b655a998f7b4" "model"="&{UUID:4f5bcd1f-8065-4247-baf3-b655a998f7b4 Addresses:[2001:db8::1 2001:db8::2] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +2021/12/08 17:09:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4f5bcd1f-8065-4247-baf3-b655a998f7b4" "table"="Address_Set" +2021/12/08 17:09:34 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="4f5bcd1f-8065-4247-baf3-b655a998f7b4" "table"="Address_Set" "model"="&{UUID:4f5bcd1f-8065-4247-baf3-b655a998f7b4 Addresses:[2001:db8::1 2001:db8::2] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +• +------------------------------ +OVN Address Set operations Dual Stack : when manipulating IPs in an address set object + adds IP to an empty dual stack address set + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set/address_set_test.go:752 +I1208 17:09:34.225334 19901 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:09:34.225649 19901 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:09:34.225774 19901 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:09:34.225874 19901 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:09:34.225975 19901 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:09:34.226176 19901 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:09:34.226345 19901 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:} +I1208 17:09:34.226497 19901 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:} +I1208 17:09:34.226620 19901 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:09:34.226714 19901 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +2021/12/08 17:09:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="da6d918b-6195-4aae-b6e7-b482d2a3e86e" "table"="Database" +2021/12/08 17:09:34 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="da6d918b-6195-4aae-b6e7-b482d2a3e86e" "table"="Database" "model"="&{UUID:da6d918b-6195-4aae-b6e7-b482d2a3e86e Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:09:34.396965 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-cbc4b37dfc7fca43739d25bf5c7ba69a" +I1208 17:09:34.489862 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:34.493567 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-cbc4b37dfc7fca43739d25bf5c7ba69a" +I1208 17:09:34.499424 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="da6d918b-6195-4aae-b6e7-b482d2a3e86e" +I1208 17:09:34.499972 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="da6d918b-6195-4aae-b6e7-b482d2a3e86e" "model"="&{UUID:da6d918b-6195-4aae-b6e7-b482d2a3e86e Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4008cd5a-1530-4154-a671-318799781db8" "table"="Database" +2021/12/08 17:09:34 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4008cd5a-1530-4154-a671-318799781db8" "table"="Database" "model"="&{UUID:4008cd5a-1530-4154-a671-318799781db8 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:34.657959 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="unix:///tmp/ovsdb-f0f4d6820ac34e29e251bf3693c17044" +I1208 17:09:34.719872 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:34.724086 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Southbound" "endpoint"="unix:/tmp/ovsdb-f0f4d6820ac34e29e251bf3693c17044" +I1208 17:09:34.728506 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Southbound" "table"="Database" "uuid"="4008cd5a-1530-4154-a671-318799781db8" +I1208 17:09:34.729076 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Southbound" "table"="Database" "uuid"="4008cd5a-1530-4154-a671-318799781db8" "model"="&{UUID:4008cd5a-1530-4154-a671-318799781db8 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:34.787161 19901 transact.go:41] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[name:foobar_v4]} name:a16990491322166530807] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:34.787871 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[name:foobar_v4]} name:a16990491322166530807] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:34 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="12b38381-88cc-4320-96f0-33ad31df2c33" "table"="Address_Set" +2021/12/08 17:09:34 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="12b38381-88cc-4320-96f0-33ad31df2c33" "table"="Address_Set" "model"="&{UUID:12b38381-88cc-4320-96f0-33ad31df2c33 Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:34.794817 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="12b38381-88cc-4320-96f0-33ad31df2c33" +I1208 17:09:34.795395 19901 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="12b38381-88cc-4320-96f0-33ad31df2c33" "model"="&{UUID:12b38381-88cc-4320-96f0-33ad31df2c33 Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="12b38381-88cc-4320-96f0-33ad31df2c33" "table"="Address_Set" +2021/12/08 17:09:34 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="12b38381-88cc-4320-96f0-33ad31df2c33" "table"="Address_Set" "model"="&{UUID:12b38381-88cc-4320-96f0-33ad31df2c33 Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:34.798519 19901 address_set.go:367] New(12b38381-88cc-4320-96f0-33ad31df2c33/foobar_v4/a16990491322166530807) with [] +I1208 17:09:34.849457 19901 transact.go:41] Configuring OVN: [{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[name:foobar_v6]} name:a16990493521189787229] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:34.850146 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Address_Set Row:map[external_ids:{GoMap:map[name:foobar_v6]} name:a16990493521189787229] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:34 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6f3f79a2-1418-44d8-b9b1-bf6621dad48d" "table"="Address_Set" +2021/12/08 17:09:34 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6f3f79a2-1418-44d8-b9b1-bf6621dad48d" "table"="Address_Set" "model"="&{UUID:6f3f79a2-1418-44d8-b9b1-bf6621dad48d Addresses:[] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +I1208 17:09:34.857996 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="6f3f79a2-1418-44d8-b9b1-bf6621dad48d" +I1208 17:09:34.858548 19901 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="6f3f79a2-1418-44d8-b9b1-bf6621dad48d" "model"="&{UUID:6f3f79a2-1418-44d8-b9b1-bf6621dad48d Addresses:[] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +2021/12/08 17:09:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6f3f79a2-1418-44d8-b9b1-bf6621dad48d" "table"="Address_Set" +2021/12/08 17:09:34 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6f3f79a2-1418-44d8-b9b1-bf6621dad48d" "table"="Address_Set" "model"="&{UUID:6f3f79a2-1418-44d8-b9b1-bf6621dad48d Addresses:[] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +I1208 17:09:34.860608 19901 address_set.go:367] New(6f3f79a2-1418-44d8-b9b1-bf6621dad48d/foobar_v6/a16990493521189787229) with [] +I1208 17:09:34.861666 19901 address_set.go:523] (6f3f79a2-1418-44d8-b9b1-bf6621dad48d/foobar_v6/a16990493521189787229) adding IPs ([2001:db8::1]) to address set +I1208 17:09:34.861910 19901 transact.go:41] Configuring OVN: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[2001:db8::1]}}] Timeout:0 Where:[where column _uuid == {6f3f79a2-1418-44d8-b9b1-bf6621dad48d}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:34.862552 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[2001:db8::1]}}] Timeout:0 Where:[where column _uuid == {6f3f79a2-1418-44d8-b9b1-bf6621dad48d}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:34 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6f3f79a2-1418-44d8-b9b1-bf6621dad48d" "table"="Address_Set" +2021/12/08 17:09:34 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6f3f79a2-1418-44d8-b9b1-bf6621dad48d" "table"="Address_Set" "old"="&{UUID:6f3f79a2-1418-44d8-b9b1-bf6621dad48d Addresses:[] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" "new"="&{UUID:6f3f79a2-1418-44d8-b9b1-bf6621dad48d Addresses:[2001:db8::1] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +I1208 17:09:34.869982 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="6f3f79a2-1418-44d8-b9b1-bf6621dad48d" +I1208 17:09:34.871064 19901 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="6f3f79a2-1418-44d8-b9b1-bf6621dad48d" "new"="&{UUID:6f3f79a2-1418-44d8-b9b1-bf6621dad48d Addresses:[2001:db8::1] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" "old"="&{UUID:6f3f79a2-1418-44d8-b9b1-bf6621dad48d Addresses:[] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +2021/12/08 17:09:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6f3f79a2-1418-44d8-b9b1-bf6621dad48d" "table"="Address_Set" +2021/12/08 17:09:34 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="6f3f79a2-1418-44d8-b9b1-bf6621dad48d" "table"="Address_Set" "old"="&{UUID:6f3f79a2-1418-44d8-b9b1-bf6621dad48d Addresses:[] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" "new"="&{UUID:6f3f79a2-1418-44d8-b9b1-bf6621dad48d Addresses:[2001:db8::1] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +I1208 17:09:34.874345 19901 address_set.go:523] (12b38381-88cc-4320-96f0-33ad31df2c33/foobar_v4/a16990491322166530807) adding IPs ([1.2.3.4]) to address set +I1208 17:09:34.874590 19901 transact.go:41] Configuring OVN: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[1.2.3.4]}}] Timeout:0 Where:[where column _uuid == {12b38381-88cc-4320-96f0-33ad31df2c33}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:34.875307 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[1.2.3.4]}}] Timeout:0 Where:[where column _uuid == {12b38381-88cc-4320-96f0-33ad31df2c33}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:34 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="12b38381-88cc-4320-96f0-33ad31df2c33" "table"="Address_Set" +2021/12/08 17:09:34 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="12b38381-88cc-4320-96f0-33ad31df2c33" "table"="Address_Set" "old"="&{UUID:12b38381-88cc-4320-96f0-33ad31df2c33 Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" "new"="&{UUID:12b38381-88cc-4320-96f0-33ad31df2c33 Addresses:[1.2.3.4] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:34.883106 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="12b38381-88cc-4320-96f0-33ad31df2c33" +I1208 17:09:34.884149 19901 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="12b38381-88cc-4320-96f0-33ad31df2c33" "new"="&{UUID:12b38381-88cc-4320-96f0-33ad31df2c33 Addresses:[1.2.3.4] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" "old"="&{UUID:12b38381-88cc-4320-96f0-33ad31df2c33 Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="12b38381-88cc-4320-96f0-33ad31df2c33" "table"="Address_Set" +2021/12/08 17:09:34 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="12b38381-88cc-4320-96f0-33ad31df2c33" "table"="Address_Set" "old"="&{UUID:12b38381-88cc-4320-96f0-33ad31df2c33 Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" "new"="&{UUID:12b38381-88cc-4320-96f0-33ad31df2c33 Addresses:[1.2.3.4] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:34.888340 19901 address_set.go:523] (12b38381-88cc-4320-96f0-33ad31df2c33/foobar_v4/a16990491322166530807) adding IPs ([1.2.3.4]) to address set +I1208 17:09:34.888578 19901 transact.go:41] Configuring OVN: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[1.2.3.4]}}] Timeout:0 Where:[where column _uuid == {12b38381-88cc-4320-96f0-33ad31df2c33}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:34.889290 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:insert Value:{GoSet:[1.2.3.4]}}] Timeout:0 Where:[where column _uuid == {12b38381-88cc-4320-96f0-33ad31df2c33}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:34 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="12b38381-88cc-4320-96f0-33ad31df2c33" "table"="Address_Set" +I1208 17:09:34.896089 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="12b38381-88cc-4320-96f0-33ad31df2c33" +2021/12/08 17:09:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="12b38381-88cc-4320-96f0-33ad31df2c33" "table"="Address_Set" +• +------------------------------ +OVN Address Set operations Dual Stack : when manipulating IPs in an address set object + deletes an IP from an dual stack address set + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set/address_set_test.go:810 +I1208 17:09:34.912346 19901 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:09:34.912597 19901 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:09:34.912728 19901 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:09:34.912826 19901 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:09:34.912909 19901 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:09:34.913076 19901 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:09:34.913208 19901 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:} +I1208 17:09:34.913351 19901 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:} +I1208 17:09:34.913464 19901 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:09:34.913559 19901 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +2021/12/08 17:09:34 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dece1af9-36c0-4693-bd74-b11bdaffad20" "table"="Database" +2021/12/08 17:09:34 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="dece1af9-36c0-4693-bd74-b11bdaffad20" "table"="Database" "model"="&{UUID:dece1af9-36c0-4693-bd74-b11bdaffad20 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:09:35.097048 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-c2230107f02a350a0b60bac27412f6cf" +I1208 17:09:35.190876 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:35.194978 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-c2230107f02a350a0b60bac27412f6cf" +I1208 17:09:35.200702 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="dece1af9-36c0-4693-bd74-b11bdaffad20" +I1208 17:09:35.201239 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="dece1af9-36c0-4693-bd74-b11bdaffad20" "model"="&{UUID:dece1af9-36c0-4693-bd74-b11bdaffad20 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e0c2c8d6-f5a8-4763-be77-6e061c7c1dfa" "table"="Database" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e0c2c8d6-f5a8-4763-be77-6e061c7c1dfa" "table"="Database" "model"="&{UUID:e0c2c8d6-f5a8-4763-be77-6e061c7c1dfa Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:35.404056 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="unix:///tmp/ovsdb-6bf7ed38a4126ca297f5dc2987fd950a" +I1208 17:09:35.482552 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:35.488006 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Southbound" "endpoint"="unix:/tmp/ovsdb-6bf7ed38a4126ca297f5dc2987fd950a" +I1208 17:09:35.494722 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Southbound" "table"="Database" "uuid"="e0c2c8d6-f5a8-4763-be77-6e061c7c1dfa" +I1208 17:09:35.495230 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Southbound" "table"="Database" "uuid"="e0c2c8d6-f5a8-4763-be77-6e061c7c1dfa" "model"="&{UUID:e0c2c8d6-f5a8-4763-be77-6e061c7c1dfa Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:35.555897 19901 transact.go:41] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[1.2.3.4]} external_ids:{GoMap:map[name:foobar_v4]} name:a16990491322166530807] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:35.557023 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[1.2.3.4]} external_ids:{GoMap:map[name:foobar_v4]} name:a16990491322166530807] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:35 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d" "table"="Address_Set" +2021/12/08 17:09:35 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d" "table"="Address_Set" "model"="&{UUID:4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d Addresses:[1.2.3.4] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:35.566418 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d" +I1208 17:09:35.566941 19901 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d" "model"="&{UUID:4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d Addresses:[1.2.3.4] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d" "table"="Address_Set" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d" "table"="Address_Set" "model"="&{UUID:4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d Addresses:[1.2.3.4] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:35.569425 19901 address_set.go:367] New(4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d/foobar_v4/a16990491322166530807) with [1.2.3.4] +I1208 17:09:35.620655 19901 transact.go:41] Configuring OVN: [{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[2001:db8::1]} external_ids:{GoMap:map[name:foobar_v6]} name:a16990493521189787229] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:35.621351 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Address_Set Row:map[addresses:{GoSet:[2001:db8::1]} external_ids:{GoMap:map[name:foobar_v6]} name:a16990493521189787229] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:35 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bf884cd1-8e2a-4187-82db-d0bba2748a72" "table"="Address_Set" +2021/12/08 17:09:35 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="bf884cd1-8e2a-4187-82db-d0bba2748a72" "table"="Address_Set" "model"="&{UUID:bf884cd1-8e2a-4187-82db-d0bba2748a72 Addresses:[2001:db8::1] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +I1208 17:09:35.629999 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="bf884cd1-8e2a-4187-82db-d0bba2748a72" +I1208 17:09:35.630696 19901 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="bf884cd1-8e2a-4187-82db-d0bba2748a72" "model"="&{UUID:bf884cd1-8e2a-4187-82db-d0bba2748a72 Addresses:[2001:db8::1] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bf884cd1-8e2a-4187-82db-d0bba2748a72" "table"="Address_Set" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="bf884cd1-8e2a-4187-82db-d0bba2748a72" "table"="Address_Set" "model"="&{UUID:bf884cd1-8e2a-4187-82db-d0bba2748a72 Addresses:[2001:db8::1] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +I1208 17:09:35.633266 19901 address_set.go:367] New(bf884cd1-8e2a-4187-82db-d0bba2748a72/foobar_v6/a16990493521189787229) with [2001:db8::1] +I1208 17:09:35.634465 19901 address_set.go:555] (bf884cd1-8e2a-4187-82db-d0bba2748a72/foobar_v6/a16990493521189787229) deleting IP [2001:db8::1] from address set +I1208 17:09:35.634687 19901 transact.go:41] Configuring OVN: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:delete Value:{GoSet:[2001:db8::1]}}] Timeout:0 Where:[where column _uuid == {bf884cd1-8e2a-4187-82db-d0bba2748a72}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:35.635384 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:delete Value:{GoSet:[2001:db8::1]}}] Timeout:0 Where:[where column _uuid == {bf884cd1-8e2a-4187-82db-d0bba2748a72}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:35 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bf884cd1-8e2a-4187-82db-d0bba2748a72" "table"="Address_Set" +2021/12/08 17:09:35 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="bf884cd1-8e2a-4187-82db-d0bba2748a72" "table"="Address_Set" "old"="&{UUID:bf884cd1-8e2a-4187-82db-d0bba2748a72 Addresses:[2001:db8::1] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" "new"="&{UUID:bf884cd1-8e2a-4187-82db-d0bba2748a72 Addresses:[] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +I1208 17:09:35.645960 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="bf884cd1-8e2a-4187-82db-d0bba2748a72" +I1208 17:09:35.647033 19901 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="bf884cd1-8e2a-4187-82db-d0bba2748a72" "new"="&{UUID:bf884cd1-8e2a-4187-82db-d0bba2748a72 Addresses:[] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" "old"="&{UUID:bf884cd1-8e2a-4187-82db-d0bba2748a72 Addresses:[2001:db8::1] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bf884cd1-8e2a-4187-82db-d0bba2748a72" "table"="Address_Set" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="bf884cd1-8e2a-4187-82db-d0bba2748a72" "table"="Address_Set" "old"="&{UUID:bf884cd1-8e2a-4187-82db-d0bba2748a72 Addresses:[2001:db8::1] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" "new"="&{UUID:bf884cd1-8e2a-4187-82db-d0bba2748a72 Addresses:[] ExternalIDs:map[name:foobar_v6] Name:a16990493521189787229}" +I1208 17:09:35.650931 19901 address_set.go:555] (4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d/foobar_v4/a16990491322166530807) deleting IP [1.2.3.4] from address set +I1208 17:09:35.651184 19901 transact.go:41] Configuring OVN: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:delete Value:{GoSet:[1.2.3.4]}}] Timeout:0 Where:[where column _uuid == {4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:35.651871 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:delete Value:{GoSet:[1.2.3.4]}}] Timeout:0 Where:[where column _uuid == {4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:35 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d" "table"="Address_Set" +2021/12/08 17:09:35 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d" "table"="Address_Set" "old"="&{UUID:4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d Addresses:[1.2.3.4] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" "new"="&{UUID:4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:35.662199 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d" +I1208 17:09:35.663292 19901 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d" "new"="&{UUID:4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" "old"="&{UUID:4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d Addresses:[1.2.3.4] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d" "table"="Address_Set" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d" "table"="Address_Set" "old"="&{UUID:4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d Addresses:[1.2.3.4] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" "new"="&{UUID:4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d Addresses:[] ExternalIDs:map[name:foobar_v4] Name:a16990491322166530807}" +I1208 17:09:35.667190 19901 address_set.go:555] (4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d/foobar_v4/a16990491322166530807) deleting IP [1.2.3.4] from address set +I1208 17:09:35.667450 19901 transact.go:41] Configuring OVN: [{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:delete Value:{GoSet:[1.2.3.4]}}] Timeout:0 Where:[where column _uuid == {4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:35.668144 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:mutate Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[{Column:addresses Mutator:delete Value:{GoSet:[1.2.3.4]}}] Timeout:0 Where:[where column _uuid == {4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:35 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d" "table"="Address_Set" +I1208 17:09:35.676225 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4b0f5de7-0bb9-4181-a47a-1e1b9ba27d2d" "table"="Address_Set" +• +------------------------------ +OVN Address Set operations Dual Stack : when cleaning up old address sets + destroys address sets in old non dual stack format + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set/address_set_test.go:873 +I1208 17:09:35.693076 19901 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:09:35.693331 19901 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:09:35.693522 19901 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:09:35.693642 19901 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:09:35.693736 19901 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:09:35.693955 19901 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:09:35.694100 19901 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:} +I1208 17:09:35.694284 19901 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:} +I1208 17:09:35.694417 19901 config.go:1708] Hybrid Overlay config: {Enabled:false RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:09:35.694521 19901 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d1e335cc-8a8d-4c09-a807-37f5c20b7ba4" "table"="Database" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d1e335cc-8a8d-4c09-a807-37f5c20b7ba4" "table"="Database" "model"="&{UUID:d1e335cc-8a8d-4c09-a807-37f5c20b7ba4 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a15da812-e76e-495e-b88d-27f903136694" "table"="Address_Set" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a15da812-e76e-495e-b88d-27f903136694" "table"="Address_Set" "model"="&{UUID:a15da812-e76e-495e-b88d-27f903136694 Addresses:[] ExternalIDs:map[name:as3] Name:a16670630481061176602}" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6a98d677-44e5-4afc-8986-9e69c2d12c4a" "table"="Address_Set" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6a98d677-44e5-4afc-8986-9e69c2d12c4a" "table"="Address_Set" "model"="&{UUID:6a98d677-44e5-4afc-8986-9e69c2d12c4a Addresses:[] ExternalIDs:map[name:as3_v4] Name:a6070836718103122701}" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="69128013-a734-4494-9a97-b4cc0633c3b3" "table"="Address_Set" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="69128013-a734-4494-9a97-b4cc0633c3b3" "table"="Address_Set" "model"="&{UUID:69128013-a734-4494-9a97-b4cc0633c3b3 Addresses:[] ExternalIDs:map[name:as5_v6] Name:a8489900615242557277}" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b8371533-a7c4-496b-8370-351a98c4d483" "table"="Address_Set" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b8371533-a7c4-496b-8370-351a98c4d483" "table"="Address_Set" "model"="&{UUID:b8371533-a7c4-496b-8370-351a98c4d483 Addresses:[] ExternalIDs:map[name:as1] Name:a16670628282037920180}" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="80ae00a6-b3ab-4be9-8dad-23d17a540cc9" "table"="Address_Set" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="80ae00a6-b3ab-4be9-8dad-23d17a540cc9" "table"="Address_Set" "model"="&{UUID:80ae00a6-b3ab-4be9-8dad-23d17a540cc9 Addresses:[] ExternalIDs:map[name:as2] Name:a16670631580572804813}" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="648bf743-a562-4b96-8d56-d9eab249f843" "table"="Address_Set" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="648bf743-a562-4b96-8d56-d9eab249f843" "table"="Address_Set" "model"="&{UUID:648bf743-a562-4b96-8d56-d9eab249f843 Addresses:[] ExternalIDs:map[name:as4] Name:a16670624983503035547}" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="48a82d84-d57a-4afa-bc71-81cd462412ff" "table"="Address_Set" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="48a82d84-d57a-4afa-bc71-81cd462412ff" "table"="Address_Set" "model"="&{UUID:48a82d84-d57a-4afa-bc71-81cd462412ff Addresses:[] ExternalIDs:map[name:as1_v4] Name:a8902382554201298947}" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8854fbe3-37f4-488b-9945-f1d40ffbd61a" "table"="Address_Set" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8854fbe3-37f4-488b-9945-f1d40ffbd61a" "table"="Address_Set" "model"="&{UUID:8854fbe3-37f4-488b-9945-f1d40ffbd61a Addresses:[] ExternalIDs:map[name:as2_v6] Name:a9335080060206315618}" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4965d4b9-96ff-4666-a1dc-d8b91b80115b" "table"="Address_Set" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4965d4b9-96ff-4666-a1dc-d8b91b80115b" "table"="Address_Set" "model"="&{UUID:4965d4b9-96ff-4666-a1dc-d8b91b80115b Addresses:[] ExternalIDs:map[name:as3_v6] Name:a6070834519079866279}" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e9a10ba1-b99d-49a6-8194-3838eed5c3bb" "table"="Address_Set" +2021/12/08 17:09:35 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e9a10ba1-b99d-49a6-8194-3838eed5c3bb" "table"="Address_Set" "model"="&{UUID:e9a10ba1-b99d-49a6-8194-3838eed5c3bb Addresses:[] ExternalIDs:map[name:as5_v4] Name:a8489898416219300855}" +I1208 17:09:35.872939 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-e20d5a62f90c40447c7cb1778439cbc1" +I1208 17:09:35.969223 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:35.975886 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-e20d5a62f90c40447c7cb1778439cbc1" +I1208 17:09:35.983712 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="d1e335cc-8a8d-4c09-a807-37f5c20b7ba4" +I1208 17:09:35.984162 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="d1e335cc-8a8d-4c09-a807-37f5c20b7ba4" "model"="&{UUID:d1e335cc-8a8d-4c09-a807-37f5c20b7ba4 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:09:36.021142 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="69128013-a734-4494-9a97-b4cc0633c3b3" +I1208 17:09:36.021638 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="69128013-a734-4494-9a97-b4cc0633c3b3" "model"="&{UUID:69128013-a734-4494-9a97-b4cc0633c3b3 Addresses:[] ExternalIDs:map[name:as5_v6] Name:a8489900615242557277}" +I1208 17:09:36.022214 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="6a98d677-44e5-4afc-8986-9e69c2d12c4a" +I1208 17:09:36.022697 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="6a98d677-44e5-4afc-8986-9e69c2d12c4a" "model"="&{UUID:6a98d677-44e5-4afc-8986-9e69c2d12c4a Addresses:[] ExternalIDs:map[name:as3_v4] Name:a6070836718103122701}" +I1208 17:09:36.023238 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="8854fbe3-37f4-488b-9945-f1d40ffbd61a" +I1208 17:09:36.023698 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="8854fbe3-37f4-488b-9945-f1d40ffbd61a" "model"="&{UUID:8854fbe3-37f4-488b-9945-f1d40ffbd61a Addresses:[] ExternalIDs:map[name:as2_v6] Name:a9335080060206315618}" +I1208 17:09:36.024241 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="48a82d84-d57a-4afa-bc71-81cd462412ff" +I1208 17:09:36.024717 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="48a82d84-d57a-4afa-bc71-81cd462412ff" "model"="&{UUID:48a82d84-d57a-4afa-bc71-81cd462412ff Addresses:[] ExternalIDs:map[name:as1_v4] Name:a8902382554201298947}" +I1208 17:09:36.025213 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="4965d4b9-96ff-4666-a1dc-d8b91b80115b" +I1208 17:09:36.025652 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="4965d4b9-96ff-4666-a1dc-d8b91b80115b" "model"="&{UUID:4965d4b9-96ff-4666-a1dc-d8b91b80115b Addresses:[] ExternalIDs:map[name:as3_v6] Name:a6070834519079866279}" +I1208 17:09:36.026134 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="648bf743-a562-4b96-8d56-d9eab249f843" +I1208 17:09:36.026622 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="648bf743-a562-4b96-8d56-d9eab249f843" "model"="&{UUID:648bf743-a562-4b96-8d56-d9eab249f843 Addresses:[] ExternalIDs:map[name:as4] Name:a16670624983503035547}" +I1208 17:09:36.027068 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="80ae00a6-b3ab-4be9-8dad-23d17a540cc9" +I1208 17:09:36.027542 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="80ae00a6-b3ab-4be9-8dad-23d17a540cc9" "model"="&{UUID:80ae00a6-b3ab-4be9-8dad-23d17a540cc9 Addresses:[] ExternalIDs:map[name:as2] Name:a16670631580572804813}" +I1208 17:09:36.028014 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="a15da812-e76e-495e-b88d-27f903136694" +I1208 17:09:36.028503 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="a15da812-e76e-495e-b88d-27f903136694" "model"="&{UUID:a15da812-e76e-495e-b88d-27f903136694 Addresses:[] ExternalIDs:map[name:as3] Name:a16670630481061176602}" +I1208 17:09:36.029042 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="b8371533-a7c4-496b-8370-351a98c4d483" +I1208 17:09:36.029530 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="b8371533-a7c4-496b-8370-351a98c4d483" "model"="&{UUID:b8371533-a7c4-496b-8370-351a98c4d483 Addresses:[] ExternalIDs:map[name:as1] Name:a16670628282037920180}" +I1208 17:09:36.030042 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="e9a10ba1-b99d-49a6-8194-3838eed5c3bb" +I1208 17:09:36.030558 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="e9a10ba1-b99d-49a6-8194-3838eed5c3bb" "model"="&{UUID:e9a10ba1-b99d-49a6-8194-3838eed5c3bb Addresses:[] ExternalIDs:map[name:as5_v4] Name:a8489898416219300855}" +2021/12/08 17:09:36 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f2570647-6fd5-4b28-b3de-f2e842807191" "table"="Database" +2021/12/08 17:09:36 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f2570647-6fd5-4b28-b3de-f2e842807191" "table"="Database" "model"="&{UUID:f2570647-6fd5-4b28-b3de-f2e842807191 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:36.215079 19901 client.go:267] "msg"="trying to connect" "database"="OVN_Southbound" "endpoint"="unix:///tmp/ovsdb-2aa985b7209ac8d86fef04816d6e3e87" +I1208 17:09:36.266993 19901 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:09:36.270822 19901 client.go:221] "msg"="successfully connected" "database"="OVN_Southbound" "endpoint"="unix:/tmp/ovsdb-2aa985b7209ac8d86fef04816d6e3e87" +I1208 17:09:36.276107 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Southbound" "table"="Database" "uuid"="f2570647-6fd5-4b28-b3de-f2e842807191" +I1208 17:09:36.276681 19901 cache.go:632] cache "msg"="creating row" "database"="OVN_Southbound" "table"="Database" "uuid"="f2570647-6fd5-4b28-b3de-f2e842807191" "model"="&{UUID:f2570647-6fd5-4b28-b3de-f2e842807191 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Southbound Schema: Sid:}" +I1208 17:09:36.285570 19901 address_set_cleanup.go:44] Removing old spec address set as1 +I1208 17:09:36.285746 19901 transact.go:41] Configuring OVN: [{Op:delete Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column name == a16670628282037920180] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:36.286328 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:delete Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column name == a16670628282037920180] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:36 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b8371533-a7c4-496b-8370-351a98c4d483" "table"="Address_Set" +2021/12/08 17:09:36 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="b8371533-a7c4-496b-8370-351a98c4d483" "table"="Address_Set" "model"="&{UUID:b8371533-a7c4-496b-8370-351a98c4d483 Addresses:[] ExternalIDs:map[name:as1] Name:a16670628282037920180}" +I1208 17:09:36.293159 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="b8371533-a7c4-496b-8370-351a98c4d483" +I1208 17:09:36.293823 19901 cache.go:673] cache "msg"="deleting row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="b8371533-a7c4-496b-8370-351a98c4d483" "model"="&{UUID:b8371533-a7c4-496b-8370-351a98c4d483 Addresses:[] ExternalIDs:map[name:as1] Name:a16670628282037920180}" +2021/12/08 17:09:36 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b8371533-a7c4-496b-8370-351a98c4d483" "table"="Address_Set" +2021/12/08 17:09:36 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="b8371533-a7c4-496b-8370-351a98c4d483" "table"="Address_Set" "model"="&{UUID:b8371533-a7c4-496b-8370-351a98c4d483 Addresses:[] ExternalIDs:map[name:as1] Name:a16670628282037920180}" +I1208 17:09:36.295626 19901 address_set_cleanup.go:44] Removing old spec address set as3 +I1208 17:09:36.295803 19901 transact.go:41] Configuring OVN: [{Op:delete Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column name == a16670630481061176602] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:36.296388 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:delete Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column name == a16670630481061176602] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:36 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a15da812-e76e-495e-b88d-27f903136694" "table"="Address_Set" +2021/12/08 17:09:36 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="a15da812-e76e-495e-b88d-27f903136694" "table"="Address_Set" "model"="&{UUID:a15da812-e76e-495e-b88d-27f903136694 Addresses:[] ExternalIDs:map[name:as3] Name:a16670630481061176602}" +I1208 17:09:36.302690 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="a15da812-e76e-495e-b88d-27f903136694" +I1208 17:09:36.303245 19901 cache.go:673] cache "msg"="deleting row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="a15da812-e76e-495e-b88d-27f903136694" "model"="&{UUID:a15da812-e76e-495e-b88d-27f903136694 Addresses:[] ExternalIDs:map[name:as3] Name:a16670630481061176602}" +2021/12/08 17:09:36 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a15da812-e76e-495e-b88d-27f903136694" "table"="Address_Set" +2021/12/08 17:09:36 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="a15da812-e76e-495e-b88d-27f903136694" "table"="Address_Set" "model"="&{UUID:a15da812-e76e-495e-b88d-27f903136694 Addresses:[] ExternalIDs:map[name:as3] Name:a16670630481061176602}" +I1208 17:09:36.304741 19901 address_set_cleanup.go:44] Removing old spec address set as2 +I1208 17:09:36.304903 19901 transact.go:41] Configuring OVN: [{Op:delete Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column name == a16670631580572804813] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:09:36.305482 19901 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:delete Table:Address_Set Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column name == a16670631580572804813] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:09:36 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="80ae00a6-b3ab-4be9-8dad-23d17a540cc9" "table"="Address_Set" +2021/12/08 17:09:36 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="80ae00a6-b3ab-4be9-8dad-23d17a540cc9" "table"="Address_Set" "model"="&{UUID:80ae00a6-b3ab-4be9-8dad-23d17a540cc9 Addresses:[] ExternalIDs:map[name:as2] Name:a16670631580572804813}" +I1208 17:09:36.311961 19901 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="80ae00a6-b3ab-4be9-8dad-23d17a540cc9" +I1208 17:09:36.312599 19901 cache.go:673] cache "msg"="deleting row" "database"="OVN_Northbound" "table"="Address_Set" "uuid"="80ae00a6-b3ab-4be9-8dad-23d17a540cc9" "model"="&{UUID:80ae00a6-b3ab-4be9-8dad-23d17a540cc9 Addresses:[] ExternalIDs:map[name:as2] Name:a16670631580572804813}" +2021/12/08 17:09:36 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="80ae00a6-b3ab-4be9-8dad-23d17a540cc9" "table"="Address_Set" +2021/12/08 17:09:36 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="80ae00a6-b3ab-4be9-8dad-23d17a540cc9" "table"="Address_Set" "model"="&{UUID:80ae00a6-b3ab-4be9-8dad-23d17a540cc9 Addresses:[] ExternalIDs:map[name:as2] Name:a16670631580572804813}" +W1208 17:09:36.314149 19901 address_set_cleanup.go:51] Found an orphan old spec address set as4, ignoring +• +JUnit path was configured: ./_artifacts/junit-pkg_ovn_address_set.xml + +JUnit report was created: /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set/_artifacts/junit-pkg_ovn_address_set.xml + +Ran 20 of 20 Specs in 13.974 seconds +SUCCESS! -- 20 Passed | 0 Failed | 0 Pending | 0 Skipped +--- PASS: TestAddressSet (14.01s) +PASS +ok github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set 14.536s +go test -mod=vendor -test.v -race github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/controller/services +I1208 17:09:40.612143 20298 ovs.go:93] Maximum command line arguments set to: 191102 +=== RUN Test_buildServiceLBConfigs +=== RUN Test_buildServiceLBConfigs/0_v4_clusterip,_one_port,_no_endpoints +=== RUN Test_buildServiceLBConfigs/1_v4_clusterip,_one_port,_endpoints +=== RUN Test_buildServiceLBConfigs/2_v4_clusterip,_two_tcp_ports,_endpoints +=== RUN Test_buildServiceLBConfigs/3_v4_clusterip,_one_tcp,_one_udp_port,_endpoints +=== RUN Test_buildServiceLBConfigs/4_dual-stack_clusterip,_one_port,_endpoints +=== RUN Test_buildServiceLBConfigs/5_dual-stack_clusterip,_one_port,_endpoints,_external_ips_+_lb_status +=== RUN Test_buildServiceLBConfigs/6_dual-stack_clusterip,_one_port,_endpoints,_external_ips_+_lb_status,_ExternalTrafficPolicy +=== RUN Test_buildServiceLBConfigs/7_dual-stack_clusterip,_one_port,_endpoints,_nodePort +=== RUN Test_buildServiceLBConfigs/8_dual-stack_clusterip,_one_port,_endpoints,_nodePort,_hostNetwork +=== RUN Test_buildServiceLBConfigs/9_dual-stack_clusterip,_one_port,_endpoints,_nodePort,_hostNetwork,_ExternalTrafficPolicy=Local +=== RUN Test_buildServiceLBConfigs/10_dual-stack_clusterip,_one_port,_endpoints,_hostNetwork +--- PASS: Test_buildServiceLBConfigs (0.00s) + --- PASS: Test_buildServiceLBConfigs/0_v4_clusterip,_one_port,_no_endpoints (0.00s) + --- PASS: Test_buildServiceLBConfigs/1_v4_clusterip,_one_port,_endpoints (0.00s) + --- PASS: Test_buildServiceLBConfigs/2_v4_clusterip,_two_tcp_ports,_endpoints (0.00s) + --- PASS: Test_buildServiceLBConfigs/3_v4_clusterip,_one_tcp,_one_udp_port,_endpoints (0.00s) + --- PASS: Test_buildServiceLBConfigs/4_dual-stack_clusterip,_one_port,_endpoints (0.00s) + --- PASS: Test_buildServiceLBConfigs/5_dual-stack_clusterip,_one_port,_endpoints,_external_ips_+_lb_status (0.00s) + --- PASS: Test_buildServiceLBConfigs/6_dual-stack_clusterip,_one_port,_endpoints,_external_ips_+_lb_status,_ExternalTrafficPolicy (0.00s) + --- PASS: Test_buildServiceLBConfigs/7_dual-stack_clusterip,_one_port,_endpoints,_nodePort (0.00s) + --- PASS: Test_buildServiceLBConfigs/8_dual-stack_clusterip,_one_port,_endpoints,_nodePort,_hostNetwork (0.00s) + --- PASS: Test_buildServiceLBConfigs/9_dual-stack_clusterip,_one_port,_endpoints,_nodePort,_hostNetwork,_ExternalTrafficPolicy=Local (0.00s) + --- PASS: Test_buildServiceLBConfigs/10_dual-stack_clusterip,_one_port,_endpoints,_hostNetwork (0.00s) +=== RUN Test_buildClusterLBs +=== RUN Test_buildClusterLBs/0_two_tcp_services,_single_stack +=== RUN Test_buildClusterLBs/1_tcp_/_udp_services,_single_stack +=== RUN Test_buildClusterLBs/2_dual_stack +--- PASS: Test_buildClusterLBs (0.00s) + --- PASS: Test_buildClusterLBs/0_two_tcp_services,_single_stack (0.00s) + --- PASS: Test_buildClusterLBs/1_tcp_/_udp_services,_single_stack (0.00s) + --- PASS: Test_buildClusterLBs/2_dual_stack (0.00s) +=== RUN Test_buildPerNodeLBs +=== RUN Test_buildPerNodeLBs/0_host-network_pod +=== RUN Test_buildPerNodeLBs/1_nodeport_service,_standard_pod +=== RUN Test_buildPerNodeLBs/2_nodeport_service,_host-network_pod +=== RUN Test_buildPerNodeLBs/3_nodeport_service,_host-network_pod,_ExternalTrafficPolicy +--- PASS: Test_buildPerNodeLBs (0.00s) + --- PASS: Test_buildPerNodeLBs/0_host-network_pod (0.00s) + --- PASS: Test_buildPerNodeLBs/1_nodeport_service,_standard_pod (0.00s) + --- PASS: Test_buildPerNodeLBs/2_nodeport_service,_host-network_pod (0.00s) + --- PASS: Test_buildPerNodeLBs/3_nodeport_service,_host-network_pod,_ExternalTrafficPolicy (0.00s) +=== RUN TestSyncServices +=== RUN TestSyncServices/0_create_service_from_Single_Stack_Service_without_endpoints +2021/12/08 17:09:40 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="423e9517-69c5-4197-b266-4f364778f5b9" "table"="Database" +2021/12/08 17:09:40 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="423e9517-69c5-4197-b266-4f364778f5b9" "table"="Database" "model"="&{UUID:423e9517-69c5-4197-b266-4f364778f5b9 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:40 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e1ac3702-0b75-44a7-b4b6-b8513534d74e" "table"="Logical_Router" +2021/12/08 17:09:40 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e1ac3702-0b75-44a7-b4b6-b8513534d74e" "table"="Logical_Router" "model"="&{UUID:e1ac3702-0b75-44a7-b4b6-b8513534d74e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:gr-node-a Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:40 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="60592391-5177-4072-a864-160d355f486f" "table"="Logical_Router" +2021/12/08 17:09:40 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="60592391-5177-4072-a864-160d355f486f" "table"="Logical_Router" "model"="&{UUID:60592391-5177-4072-a864-160d355f486f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:gr-node-b Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:40 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4f6c531e-2b78-4485-b613-f76c07d904d6" "table"="Logical_Switch" +2021/12/08 17:09:40 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4f6c531e-2b78-4485-b613-f76c07d904d6" "table"="Logical_Switch" "model"="&{UUID:4f6c531e-2b78-4485-b613-f76c07d904d6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:switch-node-a OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:40 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2f830f5d-ade0-45a2-b14d-af22b055afa0" "table"="Logical_Switch" +2021/12/08 17:09:40 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2f830f5d-ade0-45a2-b14d-af22b055afa0" "table"="Logical_Switch" "model"="&{UUID:2f830f5d-ade0-45a2-b14d-af22b055afa0 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:switch-node-b OtherConfig:map[] Ports:[] QOSRules:[]}" +I1208 17:09:40.940224 20298 services_controller.go:72] Setting up event handlers for services +I1208 17:09:40.940542 20298 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:09:40.941081 20298 services_controller.go:246] Processing sync for service testns/foo +I1208 17:09:40.996415 20298 transact.go:41] Configuring OVN: [{Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo]} name:Service_testns/foo_TCP_cluster options:{GoMap:map[event:false reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[192.168.1.1:80:]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996163} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2596996163}]}}] Timeout:0 Where:[where column _uuid == {4f6c531e-2b78-4485-b613-f76c07d904d6}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2596996163}]}}] Timeout:0 Where:[where column _uuid == {2f830f5d-ade0-45a2-b14d-af22b055afa0}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2596996163}]}}] Timeout:0 Where:[where column _uuid == {e1ac3702-0b75-44a7-b4b6-b8513534d74e}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2596996163}]}}] Timeout:0 Where:[where column _uuid == {60592391-5177-4072-a864-160d355f486f}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:41 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e4f05031-e2db-489f-8606-e56eee808888" "table"="Load_Balancer" +2021/12/08 17:09:41 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e4f05031-e2db-489f-8606-e56eee808888" "table"="Load_Balancer" "model"="&{UUID:e4f05031-e2db-489f-8606-e56eee808888 ExternalIDs:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo] HealthCheck:[] IPPortMappings:map[] Name:Service_testns/foo_TCP_cluster Options:map[event:false reject:true skip_snat:false] Protocol:0xc0004d2f30 SelectionFields:[] Vips:map[192.168.1.1:80:]}" +2021/12/08 17:09:41 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4f6c531e-2b78-4485-b613-f76c07d904d6" "table"="Logical_Switch" +2021/12/08 17:09:41 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="4f6c531e-2b78-4485-b613-f76c07d904d6" "table"="Logical_Switch" "old"="&{UUID:4f6c531e-2b78-4485-b613-f76c07d904d6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:switch-node-a OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:4f6c531e-2b78-4485-b613-f76c07d904d6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[e4f05031-e2db-489f-8606-e56eee808888] LoadBalancerGroup:[] Name:switch-node-a OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:41 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2f830f5d-ade0-45a2-b14d-af22b055afa0" "table"="Logical_Switch" +2021/12/08 17:09:41 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2f830f5d-ade0-45a2-b14d-af22b055afa0" "table"="Logical_Switch" "old"="&{UUID:2f830f5d-ade0-45a2-b14d-af22b055afa0 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:switch-node-b OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:2f830f5d-ade0-45a2-b14d-af22b055afa0 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[e4f05031-e2db-489f-8606-e56eee808888] LoadBalancerGroup:[] Name:switch-node-b OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:41 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e1ac3702-0b75-44a7-b4b6-b8513534d74e" "table"="Logical_Router" +2021/12/08 17:09:41 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="e1ac3702-0b75-44a7-b4b6-b8513534d74e" "table"="Logical_Router" "old"="&{UUID:e1ac3702-0b75-44a7-b4b6-b8513534d74e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:gr-node-a Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:e1ac3702-0b75-44a7-b4b6-b8513534d74e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[e4f05031-e2db-489f-8606-e56eee808888] LoadBalancerGroup:[] Name:gr-node-a Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:41 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="60592391-5177-4072-a864-160d355f486f" "table"="Logical_Router" +2021/12/08 17:09:41 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="60592391-5177-4072-a864-160d355f486f" "table"="Logical_Router" "old"="&{UUID:60592391-5177-4072-a864-160d355f486f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:gr-node-b Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:60592391-5177-4072-a864-160d355f486f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[e4f05031-e2db-489f-8606-e56eee808888] LoadBalancerGroup:[] Name:gr-node-b Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4f6c531e-2b78-4485-b613-f76c07d904d6" "table"="Logical_Switch" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="4f6c531e-2b78-4485-b613-f76c07d904d6" "table"="Logical_Switch" "old"="&{UUID:4f6c531e-2b78-4485-b613-f76c07d904d6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:switch-node-a OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:4f6c531e-2b78-4485-b613-f76c07d904d6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[e4f05031-e2db-489f-8606-e56eee808888] LoadBalancerGroup:[] Name:switch-node-a OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2f830f5d-ade0-45a2-b14d-af22b055afa0" "table"="Logical_Switch" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="2f830f5d-ade0-45a2-b14d-af22b055afa0" "table"="Logical_Switch" "old"="&{UUID:2f830f5d-ade0-45a2-b14d-af22b055afa0 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:switch-node-b OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:2f830f5d-ade0-45a2-b14d-af22b055afa0 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[e4f05031-e2db-489f-8606-e56eee808888] LoadBalancerGroup:[] Name:switch-node-b OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e1ac3702-0b75-44a7-b4b6-b8513534d74e" "table"="Logical_Router" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="e1ac3702-0b75-44a7-b4b6-b8513534d74e" "table"="Logical_Router" "old"="&{UUID:e1ac3702-0b75-44a7-b4b6-b8513534d74e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:gr-node-a Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:e1ac3702-0b75-44a7-b4b6-b8513534d74e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[e4f05031-e2db-489f-8606-e56eee808888] LoadBalancerGroup:[] Name:gr-node-a Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="60592391-5177-4072-a864-160d355f486f" "table"="Logical_Router" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="60592391-5177-4072-a864-160d355f486f" "table"="Logical_Router" "old"="&{UUID:60592391-5177-4072-a864-160d355f486f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:gr-node-b Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:60592391-5177-4072-a864-160d355f486f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[e4f05031-e2db-489f-8606-e56eee808888] LoadBalancerGroup:[] Name:gr-node-b Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e4f05031-e2db-489f-8606-e56eee808888" "table"="Load_Balancer" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e4f05031-e2db-489f-8606-e56eee808888" "table"="Load_Balancer" "model"="&{UUID:e4f05031-e2db-489f-8606-e56eee808888 ExternalIDs:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo] HealthCheck:[] IPPortMappings:map[] Name:Service_testns/foo_TCP_cluster Options:map[event:false reject:true skip_snat:false] Protocol:0xc00032e380 SelectionFields:[] Vips:map[192.168.1.1:80:]}" +=== RUN TestSyncServices/1_update_service_without_endpoints +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="eb81cc49-9ba8-442a-a9d0-3806dece1cfd" "table"="Database" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="eb81cc49-9ba8-442a-a9d0-3806dece1cfd" "table"="Database" "model"="&{UUID:eb81cc49-9ba8-442a-a9d0-3806dece1cfd Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="00d434e1-ae8f-4806-80f3-f2ff4cb2fe99" "table"="Logical_Switch" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="00d434e1-ae8f-4806-80f3-f2ff4cb2fe99" "table"="Logical_Switch" "model"="&{UUID:00d434e1-ae8f-4806-80f3-f2ff4cb2fe99 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:switch-node-b OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="395c3704-4cd3-4675-afb5-ca392d0c5b2b" "table"="Logical_Switch" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="395c3704-4cd3-4675-afb5-ca392d0c5b2b" "table"="Logical_Switch" "model"="&{UUID:395c3704-4cd3-4675-afb5-ca392d0c5b2b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[30dbea68-763e-4850-a053-aaf070bf6d12] LoadBalancerGroup:[] Name:wrong-switch OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="df565edd-9aff-4f94-bfa6-135df59890f4" "table"="Logical_Switch" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="df565edd-9aff-4f94-bfa6-135df59890f4" "table"="Logical_Switch" "model"="&{UUID:df565edd-9aff-4f94-bfa6-135df59890f4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:switch-node-a OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="30dbea68-763e-4850-a053-aaf070bf6d12" "table"="Load_Balancer" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="30dbea68-763e-4850-a053-aaf070bf6d12" "table"="Load_Balancer" "model"="&{UUID:30dbea68-763e-4850-a053-aaf070bf6d12 ExternalIDs:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo] HealthCheck:[] IPPortMappings:map[] Name:Service_testns/foo_TCP_cluster Options:map[event:false reject:true skip_snat:false] Protocol:0xc000416c50 SelectionFields:[] Vips:map[192.168.0.1:6443:]}" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a3fd64a5-070f-41e6-b11d-29e342232e93" "table"="Logical_Router" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="a3fd64a5-070f-41e6-b11d-29e342232e93" "table"="Logical_Router" "model"="&{UUID:a3fd64a5-070f-41e6-b11d-29e342232e93 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[30dbea68-763e-4850-a053-aaf070bf6d12] LoadBalancerGroup:[] Name:gr-node-c Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ebc13857-9160-4c33-a859-148bf8faadc2" "table"="Logical_Router" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ebc13857-9160-4c33-a859-148bf8faadc2" "table"="Logical_Router" "model"="&{UUID:ebc13857-9160-4c33-a859-148bf8faadc2 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[30dbea68-763e-4850-a053-aaf070bf6d12] LoadBalancerGroup:[] Name:gr-node-a Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="560113b0-8e11-4b7c-a92e-5ebce11bea04" "table"="Logical_Router" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="560113b0-8e11-4b7c-a92e-5ebce11bea04" "table"="Logical_Router" "model"="&{UUID:560113b0-8e11-4b7c-a92e-5ebce11bea04 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:gr-node-b Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +I1208 17:09:41.393310 20298 services_controller.go:72] Setting up event handlers for services +I1208 17:09:41.393515 20298 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:09:41.393778 20298 services_controller.go:246] Processing sync for service testns/foo +I1208 17:09:41.453745 20298 transact.go:41] Configuring OVN: [{Op:update Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo]} name:Service_testns/foo_TCP_cluster options:{GoMap:map[event:false reject:true skip_snat:false]} protocol:{GoSet:[tcp]} selection_fields:{GoSet:[]} vips:{GoMap:map[192.168.1.1:80:]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {30dbea68-763e-4850-a053-aaf070bf6d12}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:30dbea68-763e-4850-a053-aaf070bf6d12}]}}] Timeout:0 Where:[where column _uuid == {df565edd-9aff-4f94-bfa6-135df59890f4}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:30dbea68-763e-4850-a053-aaf070bf6d12}]}}] Timeout:0 Where:[where column _uuid == {00d434e1-ae8f-4806-80f3-f2ff4cb2fe99}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:delete Value:{GoSet:[{GoUUID:30dbea68-763e-4850-a053-aaf070bf6d12}]}}] Timeout:0 Where:[where column _uuid == {395c3704-4cd3-4675-afb5-ca392d0c5b2b}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:30dbea68-763e-4850-a053-aaf070bf6d12}]}}] Timeout:0 Where:[where column _uuid == {560113b0-8e11-4b7c-a92e-5ebce11bea04}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:delete Value:{GoSet:[{GoUUID:30dbea68-763e-4850-a053-aaf070bf6d12}]}}] Timeout:0 Where:[where column _uuid == {a3fd64a5-070f-41e6-b11d-29e342232e93}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:41 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="30dbea68-763e-4850-a053-aaf070bf6d12" "table"="Load_Balancer" +2021/12/08 17:09:41 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="30dbea68-763e-4850-a053-aaf070bf6d12" "table"="Load_Balancer" "old"="&{UUID:30dbea68-763e-4850-a053-aaf070bf6d12 ExternalIDs:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo] HealthCheck:[] IPPortMappings:map[] Name:Service_testns/foo_TCP_cluster Options:map[event:false reject:true skip_snat:false] Protocol:0xc0002ac010 SelectionFields:[] Vips:map[192.168.0.1:6443:]}" "new"="&{UUID:30dbea68-763e-4850-a053-aaf070bf6d12 ExternalIDs:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo] HealthCheck:[] IPPortMappings:map[] Name:Service_testns/foo_TCP_cluster Options:map[event:false reject:true skip_snat:false] Protocol:0xc0002ac210 SelectionFields:[] Vips:map[192.168.1.1:80:]}" +2021/12/08 17:09:41 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="df565edd-9aff-4f94-bfa6-135df59890f4" "table"="Logical_Switch" +2021/12/08 17:09:41 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="df565edd-9aff-4f94-bfa6-135df59890f4" "table"="Logical_Switch" "old"="&{UUID:df565edd-9aff-4f94-bfa6-135df59890f4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:switch-node-a OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:df565edd-9aff-4f94-bfa6-135df59890f4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[30dbea68-763e-4850-a053-aaf070bf6d12] LoadBalancerGroup:[] Name:switch-node-a OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:41 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="00d434e1-ae8f-4806-80f3-f2ff4cb2fe99" "table"="Logical_Switch" +2021/12/08 17:09:41 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="00d434e1-ae8f-4806-80f3-f2ff4cb2fe99" "table"="Logical_Switch" "old"="&{UUID:00d434e1-ae8f-4806-80f3-f2ff4cb2fe99 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:switch-node-b OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:00d434e1-ae8f-4806-80f3-f2ff4cb2fe99 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[30dbea68-763e-4850-a053-aaf070bf6d12] LoadBalancerGroup:[] Name:switch-node-b OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:41 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="395c3704-4cd3-4675-afb5-ca392d0c5b2b" "table"="Logical_Switch" +2021/12/08 17:09:41 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="395c3704-4cd3-4675-afb5-ca392d0c5b2b" "table"="Logical_Switch" "old"="&{UUID:395c3704-4cd3-4675-afb5-ca392d0c5b2b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[30dbea68-763e-4850-a053-aaf070bf6d12] LoadBalancerGroup:[] Name:wrong-switch OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:395c3704-4cd3-4675-afb5-ca392d0c5b2b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:wrong-switch OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:41 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="560113b0-8e11-4b7c-a92e-5ebce11bea04" "table"="Logical_Router" +2021/12/08 17:09:41 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="560113b0-8e11-4b7c-a92e-5ebce11bea04" "table"="Logical_Router" "old"="&{UUID:560113b0-8e11-4b7c-a92e-5ebce11bea04 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:gr-node-b Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:560113b0-8e11-4b7c-a92e-5ebce11bea04 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[30dbea68-763e-4850-a053-aaf070bf6d12] LoadBalancerGroup:[] Name:gr-node-b Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:41 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a3fd64a5-070f-41e6-b11d-29e342232e93" "table"="Logical_Router" +2021/12/08 17:09:41 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a3fd64a5-070f-41e6-b11d-29e342232e93" "table"="Logical_Router" "old"="&{UUID:a3fd64a5-070f-41e6-b11d-29e342232e93 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[30dbea68-763e-4850-a053-aaf070bf6d12] LoadBalancerGroup:[] Name:gr-node-c Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:a3fd64a5-070f-41e6-b11d-29e342232e93 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:gr-node-c Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="560113b0-8e11-4b7c-a92e-5ebce11bea04" "table"="Logical_Router" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="560113b0-8e11-4b7c-a92e-5ebce11bea04" "table"="Logical_Router" "old"="&{UUID:560113b0-8e11-4b7c-a92e-5ebce11bea04 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:gr-node-b Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:560113b0-8e11-4b7c-a92e-5ebce11bea04 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[30dbea68-763e-4850-a053-aaf070bf6d12] LoadBalancerGroup:[] Name:gr-node-b Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="a3fd64a5-070f-41e6-b11d-29e342232e93" "table"="Logical_Router" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="a3fd64a5-070f-41e6-b11d-29e342232e93" "table"="Logical_Router" "old"="&{UUID:a3fd64a5-070f-41e6-b11d-29e342232e93 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[30dbea68-763e-4850-a053-aaf070bf6d12] LoadBalancerGroup:[] Name:gr-node-c Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:a3fd64a5-070f-41e6-b11d-29e342232e93 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:gr-node-c Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="df565edd-9aff-4f94-bfa6-135df59890f4" "table"="Logical_Switch" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="df565edd-9aff-4f94-bfa6-135df59890f4" "table"="Logical_Switch" "old"="&{UUID:df565edd-9aff-4f94-bfa6-135df59890f4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:switch-node-a OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:df565edd-9aff-4f94-bfa6-135df59890f4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[30dbea68-763e-4850-a053-aaf070bf6d12] LoadBalancerGroup:[] Name:switch-node-a OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="00d434e1-ae8f-4806-80f3-f2ff4cb2fe99" "table"="Logical_Switch" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="00d434e1-ae8f-4806-80f3-f2ff4cb2fe99" "table"="Logical_Switch" "old"="&{UUID:00d434e1-ae8f-4806-80f3-f2ff4cb2fe99 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:switch-node-b OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:00d434e1-ae8f-4806-80f3-f2ff4cb2fe99 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[30dbea68-763e-4850-a053-aaf070bf6d12] LoadBalancerGroup:[] Name:switch-node-b OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="395c3704-4cd3-4675-afb5-ca392d0c5b2b" "table"="Logical_Switch" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="395c3704-4cd3-4675-afb5-ca392d0c5b2b" "table"="Logical_Switch" "old"="&{UUID:395c3704-4cd3-4675-afb5-ca392d0c5b2b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[30dbea68-763e-4850-a053-aaf070bf6d12] LoadBalancerGroup:[] Name:wrong-switch OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:395c3704-4cd3-4675-afb5-ca392d0c5b2b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:wrong-switch OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="30dbea68-763e-4850-a053-aaf070bf6d12" "table"="Load_Balancer" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="30dbea68-763e-4850-a053-aaf070bf6d12" "table"="Load_Balancer" "old"="&{UUID:30dbea68-763e-4850-a053-aaf070bf6d12 ExternalIDs:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo] HealthCheck:[] IPPortMappings:map[] Name:Service_testns/foo_TCP_cluster Options:map[event:false reject:true skip_snat:false] Protocol:0xc000417a60 SelectionFields:[] Vips:map[192.168.0.1:6443:]}" "new"="&{UUID:30dbea68-763e-4850-a053-aaf070bf6d12 ExternalIDs:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo] HealthCheck:[] IPPortMappings:map[] Name:Service_testns/foo_TCP_cluster Options:map[event:false reject:true skip_snat:false] Protocol:0xc000417bd0 SelectionFields:[] Vips:map[192.168.1.1:80:]}" +=== RUN TestSyncServices/2_remove_service_from_legacy_load_balancers +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d70607d2-c23e-42e1-9d2a-c9d3ef53fb5f" "table"="Database" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d70607d2-c23e-42e1-9d2a-c9d3ef53fb5f" "table"="Database" "model"="&{UUID:d70607d2-c23e-42e1-9d2a-c9d3ef53fb5f Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d429ce50-caf5-4d23-83d6-c00c6bbe8c33" "table"="Logical_Router" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d429ce50-caf5-4d23-83d6-c00c6bbe8c33" "table"="Logical_Router" "model"="&{UUID:d429ce50-caf5-4d23-83d6-c00c6bbe8c33 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[37e6fcfe-952a-4ef4-aa54-33db0149f02a] LoadBalancerGroup:[] Name:gr-node-a Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="959e5fcd-b6ab-4621-a0a4-6449f1d2bd5c" "table"="Logical_Router" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="959e5fcd-b6ab-4621-a0a4-6449f1d2bd5c" "table"="Logical_Router" "model"="&{UUID:959e5fcd-b6ab-4621-a0a4-6449f1d2bd5c Copp: Enabled: ExternalIDs:map[] LoadBalancer:[37e6fcfe-952a-4ef4-aa54-33db0149f02a] LoadBalancerGroup:[] Name:gr-node-b Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="37e6fcfe-952a-4ef4-aa54-33db0149f02a" "table"="Load_Balancer" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="37e6fcfe-952a-4ef4-aa54-33db0149f02a" "table"="Load_Balancer" "model"="&{UUID:37e6fcfe-952a-4ef4-aa54-33db0149f02a ExternalIDs:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo] HealthCheck:[] IPPortMappings:map[] Name:Service_testns/foo_TCP_cluster Options:map[event:false reject:true skip_snat:false] Protocol:0xc00031db70 SelectionFields:[] Vips:map[192.168.0.1:6443:]}" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8a9b53d8-f3d3-4119-9fb3-3d1c05999422" "table"="Load_Balancer" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8a9b53d8-f3d3-4119-9fb3-3d1c05999422" "table"="Load_Balancer" "model"="&{UUID:8a9b53d8-f3d3-4119-9fb3-3d1c05999422 ExternalIDs:map[TCP_lb_gateway_router:] HealthCheck:[] IPPortMappings:map[] Name: Options:map[] Protocol:0xc00031de70 SelectionFields:[] Vips:map[192.168.1.1:80:]}" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3fe3b39b-3c90-4fc3-bc8f-564c6b8a0bf0" "table"="Logical_Switch" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3fe3b39b-3c90-4fc3-bc8f-564c6b8a0bf0" "table"="Logical_Switch" "model"="&{UUID:3fe3b39b-3c90-4fc3-bc8f-564c6b8a0bf0 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[37e6fcfe-952a-4ef4-aa54-33db0149f02a] LoadBalancerGroup:[] Name:switch-node-b OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2c3f058a-b132-4308-a58e-3e13c7837076" "table"="Logical_Switch" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2c3f058a-b132-4308-a58e-3e13c7837076" "table"="Logical_Switch" "model"="&{UUID:2c3f058a-b132-4308-a58e-3e13c7837076 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[37e6fcfe-952a-4ef4-aa54-33db0149f02a] LoadBalancerGroup:[] Name:switch-node-a OtherConfig:map[] Ports:[] QOSRules:[]}" +I1208 17:09:41.873874 20298 services_controller.go:72] Setting up event handlers for services +I1208 17:09:41.874152 20298 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:09:41.874586 20298 services_controller.go:246] Processing sync for service testns/foo +I1208 17:09:41.928402 20298 transact.go:41] Configuring OVN: [{Op:update Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo]} name:Service_testns/foo_TCP_cluster options:{GoMap:map[event:false reject:true skip_snat:false]} protocol:{GoSet:[tcp]} selection_fields:{GoSet:[]} vips:{GoMap:map[192.168.1.1:80:]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {37e6fcfe-952a-4ef4-aa54-33db0149f02a}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:41 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="37e6fcfe-952a-4ef4-aa54-33db0149f02a" "table"="Load_Balancer" +2021/12/08 17:09:41 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="37e6fcfe-952a-4ef4-aa54-33db0149f02a" "table"="Load_Balancer" "old"="&{UUID:37e6fcfe-952a-4ef4-aa54-33db0149f02a ExternalIDs:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo] HealthCheck:[] IPPortMappings:map[] Name:Service_testns/foo_TCP_cluster Options:map[event:false reject:true skip_snat:false] Protocol:0xc00158c6d0 SelectionFields:[] Vips:map[192.168.0.1:6443:]}" "new"="&{UUID:37e6fcfe-952a-4ef4-aa54-33db0149f02a ExternalIDs:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo] HealthCheck:[] IPPortMappings:map[] Name:Service_testns/foo_TCP_cluster Options:map[event:false reject:true skip_snat:false] Protocol:0xc00158c840 SelectionFields:[] Vips:map[192.168.1.1:80:]}" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="37e6fcfe-952a-4ef4-aa54-33db0149f02a" "table"="Load_Balancer" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="37e6fcfe-952a-4ef4-aa54-33db0149f02a" "table"="Load_Balancer" "old"="&{UUID:37e6fcfe-952a-4ef4-aa54-33db0149f02a ExternalIDs:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo] HealthCheck:[] IPPortMappings:map[] Name:Service_testns/foo_TCP_cluster Options:map[event:false reject:true skip_snat:false] Protocol:0xc0004d3df0 SelectionFields:[] Vips:map[192.168.0.1:6443:]}" "new"="&{UUID:37e6fcfe-952a-4ef4-aa54-33db0149f02a ExternalIDs:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo] HealthCheck:[] IPPortMappings:map[] Name:Service_testns/foo_TCP_cluster Options:map[event:false reject:true skip_snat:false] Protocol:0xc0004d3f90 SelectionFields:[] Vips:map[192.168.1.1:80:]}" +I1208 17:09:41.951862 20298 transact.go:41] Configuring OVN: [{Op:mutate Table:Load_Balancer Row:map[] Rows:[] Columns:[] Mutations:[{Column:vips Mutator:delete Value:{GoSet:[192.168.1.1:80]}}] Timeout:0 Where:[where column _uuid == {8a9b53d8-f3d3-4119-9fb3-3d1c05999422}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:41 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8a9b53d8-f3d3-4119-9fb3-3d1c05999422" "table"="Load_Balancer" +2021/12/08 17:09:41 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="8a9b53d8-f3d3-4119-9fb3-3d1c05999422" "table"="Load_Balancer" "old"="&{UUID:8a9b53d8-f3d3-4119-9fb3-3d1c05999422 ExternalIDs:map[TCP_lb_gateway_router:] HealthCheck:[] IPPortMappings:map[] Name: Options:map[] Protocol:0xc000ab8740 SelectionFields:[] Vips:map[192.168.1.1:80:]}" "new"="&{UUID:8a9b53d8-f3d3-4119-9fb3-3d1c05999422 ExternalIDs:map[TCP_lb_gateway_router:] HealthCheck:[] IPPortMappings:map[] Name: Options:map[] Protocol:0xc000ab87e0 SelectionFields:[] Vips:map[]}" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8a9b53d8-f3d3-4119-9fb3-3d1c05999422" "table"="Load_Balancer" +2021/12/08 17:09:41 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="8a9b53d8-f3d3-4119-9fb3-3d1c05999422" "table"="Load_Balancer" "old"="&{UUID:8a9b53d8-f3d3-4119-9fb3-3d1c05999422 ExternalIDs:map[TCP_lb_gateway_router:] HealthCheck:[] IPPortMappings:map[] Name: Options:map[] Protocol:0xc00158d910 SelectionFields:[] Vips:map[192.168.1.1:80:]}" "new"="&{UUID:8a9b53d8-f3d3-4119-9fb3-3d1c05999422 ExternalIDs:map[TCP_lb_gateway_router:] HealthCheck:[] IPPortMappings:map[] Name: Options:map[] Protocol:0xc00158d9e0 SelectionFields:[] Vips:map[]}" +=== RUN TestSyncServices/3_transition_to_endpoints,_create_nodeport +2021/12/08 17:09:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="72f22d18-fd1d-4a25-9893-3f263ea7c702" "table"="Database" +2021/12/08 17:09:42 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="72f22d18-fd1d-4a25-9893-3f263ea7c702" "table"="Database" "model"="&{UUID:72f22d18-fd1d-4a25-9893-3f263ea7c702 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="99e8ec64-2be3-474a-b593-be9b971c7bc8" "table"="Load_Balancer" +2021/12/08 17:09:42 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="99e8ec64-2be3-474a-b593-be9b971c7bc8" "table"="Load_Balancer" "model"="&{UUID:99e8ec64-2be3-474a-b593-be9b971c7bc8 ExternalIDs:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo] HealthCheck:[] IPPortMappings:map[] Name:Service_testns/foo_TCP_cluster Options:map[event:false reject:true skip_snat:false] Protocol:0xc000433280 SelectionFields:[] Vips:map[192.168.0.1:6443:]}" +2021/12/08 17:09:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c963952b-a35d-4c2b-aa7a-76ea3803e9a2" "table"="Logical_Router" +2021/12/08 17:09:42 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c963952b-a35d-4c2b-aa7a-76ea3803e9a2" "table"="Logical_Router" "model"="&{UUID:c963952b-a35d-4c2b-aa7a-76ea3803e9a2 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[99e8ec64-2be3-474a-b593-be9b971c7bc8] LoadBalancerGroup:[] Name:gr-node-a Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c9e6672e-bc08-446d-b7e4-f50cface453e" "table"="Logical_Router" +2021/12/08 17:09:42 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c9e6672e-bc08-446d-b7e4-f50cface453e" "table"="Logical_Router" "model"="&{UUID:c9e6672e-bc08-446d-b7e4-f50cface453e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[99e8ec64-2be3-474a-b593-be9b971c7bc8] LoadBalancerGroup:[] Name:gr-node-b Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f6233a60-98ce-48d0-8377-97d94a0f39f2" "table"="Logical_Switch" +2021/12/08 17:09:42 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f6233a60-98ce-48d0-8377-97d94a0f39f2" "table"="Logical_Switch" "model"="&{UUID:f6233a60-98ce-48d0-8377-97d94a0f39f2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[99e8ec64-2be3-474a-b593-be9b971c7bc8] LoadBalancerGroup:[] Name:switch-node-a OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d3b66cc8-0dac-4294-8780-15de6d3342a2" "table"="Logical_Switch" +2021/12/08 17:09:42 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d3b66cc8-0dac-4294-8780-15de6d3342a2" "table"="Logical_Switch" "model"="&{UUID:d3b66cc8-0dac-4294-8780-15de6d3342a2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[99e8ec64-2be3-474a-b593-be9b971c7bc8] LoadBalancerGroup:[] Name:switch-node-b OtherConfig:map[] Ports:[] QOSRules:[]}" +I1208 17:09:42.302720 20298 services_controller.go:72] Setting up event handlers for services +I1208 17:09:42.303017 20298 services_controller.go:82] Setting up event handlers for endpoint slices +I1208 17:09:42.303314 20298 services_controller.go:246] Processing sync for service testns/foo +I1208 17:09:42.361633 20298 transact.go:41] Configuring OVN: [{Op:update Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo]} name:Service_testns/foo_TCP_cluster options:{GoMap:map[event:false reject:true skip_snat:false]} protocol:{GoSet:[tcp]} selection_fields:{GoSet:[]} vips:{GoMap:map[192.168.1.1:80:10.128.0.2:3456,10.128.1.2:3456]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {99e8ec64-2be3-474a-b593-be9b971c7bc8}] Until: Durable: Comment: Lock: UUIDName:} {Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo]} name:Service_testns/foo_TCP_node_router+switch_node-a options:{GoMap:map[event:false reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[10.0.0.1:8989:10.128.0.2:3456,10.128.1.2:3456]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996164} {Op:insert Table:Load_Balancer Row:map[external_ids:{GoMap:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo]} name:Service_testns/foo_TCP_node_router+switch_node-b options:{GoMap:map[event:false reject:true skip_snat:false]} protocol:{GoSet:[tcp]} vips:{GoMap:map[10.0.0.2:8989:10.128.0.2:3456,10.128.1.2:3456]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996165} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2596996164}]}}] Timeout:0 Where:[where column _uuid == {f6233a60-98ce-48d0-8377-97d94a0f39f2}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2596996165}]}}] Timeout:0 Where:[where column _uuid == {d3b66cc8-0dac-4294-8780-15de6d3342a2}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2596996164}]}}] Timeout:0 Where:[where column _uuid == {c963952b-a35d-4c2b-aa7a-76ea3803e9a2}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:load_balancer Mutator:insert Value:{GoSet:[{GoUUID:u2596996165}]}}] Timeout:0 Where:[where column _uuid == {c9e6672e-bc08-446d-b7e4-f50cface453e}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:09:42 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="99e8ec64-2be3-474a-b593-be9b971c7bc8" "table"="Load_Balancer" +2021/12/08 17:09:42 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="99e8ec64-2be3-474a-b593-be9b971c7bc8" "table"="Load_Balancer" "old"="&{UUID:99e8ec64-2be3-474a-b593-be9b971c7bc8 ExternalIDs:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo] HealthCheck:[] IPPortMappings:map[] Name:Service_testns/foo_TCP_cluster Options:map[event:false reject:true skip_snat:false] Protocol:0xc00031dc10 SelectionFields:[] Vips:map[192.168.0.1:6443:]}" "new"="&{UUID:99e8ec64-2be3-474a-b593-be9b971c7bc8 ExternalIDs:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo] HealthCheck:[] IPPortMappings:map[] Name:Service_testns/foo_TCP_cluster Options:map[event:false reject:true skip_snat:false] Protocol:0xc00031dd80 SelectionFields:[] Vips:map[192.168.1.1:80:10.128.0.2:3456,10.128.1.2:3456]}" +2021/12/08 17:09:42 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="fdc5990b-fe25-4b49-8387-4ad539dfde3f" "table"="Load_Balancer" +2021/12/08 17:09:42 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="fdc5990b-fe25-4b49-8387-4ad539dfde3f" "table"="Load_Balancer" "model"="&{UUID:fdc5990b-fe25-4b49-8387-4ad539dfde3f ExternalIDs:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo] HealthCheck:[] IPPortMappings:map[] Name:Service_testns/foo_TCP_node_router+switch_node-a Options:map[event:false reject:true skip_snat:false] Protocol:0xc0015d46a0 SelectionFields:[] Vips:map[10.0.0.1:8989:10.128.0.2:3456,10.128.1.2:3456]}" +2021/12/08 17:09:42 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ccd7b497-a7e1-4e8f-beaa-7a0eb8cbd6c3" "table"="Load_Balancer" +2021/12/08 17:09:42 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ccd7b497-a7e1-4e8f-beaa-7a0eb8cbd6c3" "table"="Load_Balancer" "model"="&{UUID:ccd7b497-a7e1-4e8f-beaa-7a0eb8cbd6c3 ExternalIDs:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo] HealthCheck:[] IPPortMappings:map[] Name:Service_testns/foo_TCP_node_router+switch_node-b Options:map[event:false reject:true skip_snat:false] Protocol:0xc0015d4af0 SelectionFields:[] Vips:map[10.0.0.2:8989:10.128.0.2:3456,10.128.1.2:3456]}" +2021/12/08 17:09:42 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f6233a60-98ce-48d0-8377-97d94a0f39f2" "table"="Logical_Switch" +2021/12/08 17:09:42 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f6233a60-98ce-48d0-8377-97d94a0f39f2" "table"="Logical_Switch" "old"="&{UUID:f6233a60-98ce-48d0-8377-97d94a0f39f2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[99e8ec64-2be3-474a-b593-be9b971c7bc8] LoadBalancerGroup:[] Name:switch-node-a OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:f6233a60-98ce-48d0-8377-97d94a0f39f2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[99e8ec64-2be3-474a-b593-be9b971c7bc8 fdc5990b-fe25-4b49-8387-4ad539dfde3f] LoadBalancerGroup:[] Name:switch-node-a OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:42 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d3b66cc8-0dac-4294-8780-15de6d3342a2" "table"="Logical_Switch" +2021/12/08 17:09:42 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d3b66cc8-0dac-4294-8780-15de6d3342a2" "table"="Logical_Switch" "old"="&{UUID:d3b66cc8-0dac-4294-8780-15de6d3342a2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[99e8ec64-2be3-474a-b593-be9b971c7bc8] LoadBalancerGroup:[] Name:switch-node-b OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:d3b66cc8-0dac-4294-8780-15de6d3342a2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[99e8ec64-2be3-474a-b593-be9b971c7bc8 ccd7b497-a7e1-4e8f-beaa-7a0eb8cbd6c3] LoadBalancerGroup:[] Name:switch-node-b OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:42 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c963952b-a35d-4c2b-aa7a-76ea3803e9a2" "table"="Logical_Router" +2021/12/08 17:09:42 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c963952b-a35d-4c2b-aa7a-76ea3803e9a2" "table"="Logical_Router" "old"="&{UUID:c963952b-a35d-4c2b-aa7a-76ea3803e9a2 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[99e8ec64-2be3-474a-b593-be9b971c7bc8] LoadBalancerGroup:[] Name:gr-node-a Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:c963952b-a35d-4c2b-aa7a-76ea3803e9a2 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[99e8ec64-2be3-474a-b593-be9b971c7bc8 fdc5990b-fe25-4b49-8387-4ad539dfde3f] LoadBalancerGroup:[] Name:gr-node-a Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:42 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c9e6672e-bc08-446d-b7e4-f50cface453e" "table"="Logical_Router" +2021/12/08 17:09:42 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c9e6672e-bc08-446d-b7e4-f50cface453e" "table"="Logical_Router" "old"="&{UUID:c9e6672e-bc08-446d-b7e4-f50cface453e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[99e8ec64-2be3-474a-b593-be9b971c7bc8] LoadBalancerGroup:[] Name:gr-node-b Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:c9e6672e-bc08-446d-b7e4-f50cface453e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[99e8ec64-2be3-474a-b593-be9b971c7bc8 ccd7b497-a7e1-4e8f-beaa-7a0eb8cbd6c3] LoadBalancerGroup:[] Name:gr-node-b Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="99e8ec64-2be3-474a-b593-be9b971c7bc8" "table"="Load_Balancer" +2021/12/08 17:09:42 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="99e8ec64-2be3-474a-b593-be9b971c7bc8" "table"="Load_Balancer" "old"="&{UUID:99e8ec64-2be3-474a-b593-be9b971c7bc8 ExternalIDs:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo] HealthCheck:[] IPPortMappings:map[] Name:Service_testns/foo_TCP_cluster Options:map[event:false reject:true skip_snat:false] Protocol:0xc0004d38b0 SelectionFields:[] Vips:map[192.168.0.1:6443:]}" "new"="&{UUID:99e8ec64-2be3-474a-b593-be9b971c7bc8 ExternalIDs:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo] HealthCheck:[] IPPortMappings:map[] Name:Service_testns/foo_TCP_cluster Options:map[event:false reject:true skip_snat:false] Protocol:0xc0004d3b60 SelectionFields:[] Vips:map[192.168.1.1:80:10.128.0.2:3456,10.128.1.2:3456]}" +2021/12/08 17:09:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="fdc5990b-fe25-4b49-8387-4ad539dfde3f" "table"="Load_Balancer" +2021/12/08 17:09:42 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="fdc5990b-fe25-4b49-8387-4ad539dfde3f" "table"="Load_Balancer" "model"="&{UUID:fdc5990b-fe25-4b49-8387-4ad539dfde3f ExternalIDs:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo] HealthCheck:[] IPPortMappings:map[] Name:Service_testns/foo_TCP_node_router+switch_node-a Options:map[event:false reject:true skip_snat:false] Protocol:0xc0033004b0 SelectionFields:[] Vips:map[10.0.0.1:8989:10.128.0.2:3456,10.128.1.2:3456]}" +2021/12/08 17:09:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ccd7b497-a7e1-4e8f-beaa-7a0eb8cbd6c3" "table"="Load_Balancer" +2021/12/08 17:09:42 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ccd7b497-a7e1-4e8f-beaa-7a0eb8cbd6c3" "table"="Load_Balancer" "model"="&{UUID:ccd7b497-a7e1-4e8f-beaa-7a0eb8cbd6c3 ExternalIDs:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:testns/foo] HealthCheck:[] IPPortMappings:map[] Name:Service_testns/foo_TCP_node_router+switch_node-b Options:map[event:false reject:true skip_snat:false] Protocol:0xc0033007a0 SelectionFields:[] Vips:map[10.0.0.2:8989:10.128.0.2:3456,10.128.1.2:3456]}" +2021/12/08 17:09:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c9e6672e-bc08-446d-b7e4-f50cface453e" "table"="Logical_Router" +2021/12/08 17:09:42 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c9e6672e-bc08-446d-b7e4-f50cface453e" "table"="Logical_Router" "old"="&{UUID:c9e6672e-bc08-446d-b7e4-f50cface453e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[99e8ec64-2be3-474a-b593-be9b971c7bc8] LoadBalancerGroup:[] Name:gr-node-b Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:c9e6672e-bc08-446d-b7e4-f50cface453e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[99e8ec64-2be3-474a-b593-be9b971c7bc8 ccd7b497-a7e1-4e8f-beaa-7a0eb8cbd6c3] LoadBalancerGroup:[] Name:gr-node-b Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c963952b-a35d-4c2b-aa7a-76ea3803e9a2" "table"="Logical_Router" +2021/12/08 17:09:42 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c963952b-a35d-4c2b-aa7a-76ea3803e9a2" "table"="Logical_Router" "old"="&{UUID:c963952b-a35d-4c2b-aa7a-76ea3803e9a2 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[99e8ec64-2be3-474a-b593-be9b971c7bc8] LoadBalancerGroup:[] Name:gr-node-a Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "new"="&{UUID:c963952b-a35d-4c2b-aa7a-76ea3803e9a2 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[99e8ec64-2be3-474a-b593-be9b971c7bc8 fdc5990b-fe25-4b49-8387-4ad539dfde3f] LoadBalancerGroup:[] Name:gr-node-a Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f6233a60-98ce-48d0-8377-97d94a0f39f2" "table"="Logical_Switch" +2021/12/08 17:09:42 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f6233a60-98ce-48d0-8377-97d94a0f39f2" "table"="Logical_Switch" "old"="&{UUID:f6233a60-98ce-48d0-8377-97d94a0f39f2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[99e8ec64-2be3-474a-b593-be9b971c7bc8] LoadBalancerGroup:[] Name:switch-node-a OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:f6233a60-98ce-48d0-8377-97d94a0f39f2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[99e8ec64-2be3-474a-b593-be9b971c7bc8 fdc5990b-fe25-4b49-8387-4ad539dfde3f] LoadBalancerGroup:[] Name:switch-node-a OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:42 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d3b66cc8-0dac-4294-8780-15de6d3342a2" "table"="Logical_Switch" +2021/12/08 17:09:42 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="d3b66cc8-0dac-4294-8780-15de6d3342a2" "table"="Logical_Switch" "old"="&{UUID:d3b66cc8-0dac-4294-8780-15de6d3342a2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[99e8ec64-2be3-474a-b593-be9b971c7bc8] LoadBalancerGroup:[] Name:switch-node-b OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:d3b66cc8-0dac-4294-8780-15de6d3342a2 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[99e8ec64-2be3-474a-b593-be9b971c7bc8 ccd7b497-a7e1-4e8f-beaa-7a0eb8cbd6c3] LoadBalancerGroup:[] Name:switch-node-b OtherConfig:map[] Ports:[] QOSRules:[]}" +--- PASS: TestSyncServices (1.83s) + --- PASS: TestSyncServices/0_create_service_from_Single_Stack_Service_without_endpoints (0.41s) + --- PASS: TestSyncServices/1_update_service_without_endpoints (0.48s) + --- PASS: TestSyncServices/2_remove_service_from_legacy_load_balancers (0.44s) + --- PASS: TestSyncServices/3_transition_to_endpoints,_create_nodeport (0.49s) +=== RUN TestServiceNeedsIdling +=== RUN TestServiceNeedsIdling/delete_endpoint_slice_with_no_service +=== RUN TestServiceNeedsIdling/delete_endpoint_slice_with_no_service#01 +=== RUN TestServiceNeedsIdling/delete_endpoint_slice_with_no_service#02 +--- PASS: TestServiceNeedsIdling (0.00s) + --- PASS: TestServiceNeedsIdling/delete_endpoint_slice_with_no_service (0.00s) + --- PASS: TestServiceNeedsIdling/delete_endpoint_slice_with_no_service#01 (0.00s) + --- PASS: TestServiceNeedsIdling/delete_endpoint_slice_with_no_service#02 (0.00s) +PASS +ok github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/controller/services 2.382s +go test -mod=vendor -test.v -race github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/controller/unidling +I1208 17:09:45.194891 20684 ovs.go:93] Maximum command line arguments set to: 191102 +=== RUN Test_extractEmptyLBBackendsEvents +=== RUN Test_extractEmptyLBBackendsEvents/loadbalancer_empty_event +=== RUN Test_extractEmptyLBBackendsEvents/no_events +--- PASS: Test_extractEmptyLBBackendsEvents (0.00s) + --- PASS: Test_extractEmptyLBBackendsEvents/loadbalancer_empty_event (0.00s) + --- PASS: Test_extractEmptyLBBackendsEvents/no_events (0.00s) +PASS +ok github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/controller/unidling 0.479s +go test -mod=vendor -test.v -race github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/gateway +=== RUN TestGetOvnGateways +=== RUN TestGetOvnGateways/return_multiple_gateways +2021/12/08 17:09:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="bbff96b4-d34f-4bd6-9933-4eae41df58cd" "table"="Database" +2021/12/08 17:09:46 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="bbff96b4-d34f-4bd6-9933-4eae41df58cd" "table"="Database" "model"="&{UUID:bbff96b4-d34f-4bd6-9933-4eae41df58cd Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="78e857e0-1378-4bcc-85ee-f0242fcbb2eb" "table"="Logical_Router" +2021/12/08 17:09:46 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="78e857e0-1378-4bcc-85ee-f0242fcbb2eb" "table"="Logical_Router" "model"="&{UUID:78e857e0-1378-4bcc-85ee-f0242fcbb2eb Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_ovn-control-plane Nat:[] Options:map[chassis:something] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e43ab70e-df86-4507-a3c2-574b9e59226f" "table"="Logical_Router" +2021/12/08 17:09:46 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e43ab70e-df86-4507-a3c2-574b9e59226f" "table"="Logical_Router" "model"="&{UUID:e43ab70e-df86-4507-a3c2-574b9e59226f Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_ovn-worker Nat:[] Options:map[chassis:something] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0b60a74e-b519-465e-a7fb-980d10e0fb90" "table"="Logical_Router" +2021/12/08 17:09:46 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0b60a74e-b519-465e-a7fb-980d10e0fb90" "table"="Logical_Router" "model"="&{UUID:0b60a74e-b519-465e-a7fb-980d10e0fb90 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_ovn-worker2 Nat:[] Options:map[chassis:something] Policies:[] Ports:[] StaticRoutes:[]}" +=== RUN TestGetOvnGateways/return_no_gateway_because_chassis_is_"null" +2021/12/08 17:09:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c5fe8896-d7d0-41df-99fd-c016b61bea1e" "table"="Database" +2021/12/08 17:09:46 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c5fe8896-d7d0-41df-99fd-c016b61bea1e" "table"="Database" "model"="&{UUID:c5fe8896-d7d0-41df-99fd-c016b61bea1e Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:46 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3c8962bf-b6a1-4967-81a4-5da90948e25e" "table"="Logical_Router" +2021/12/08 17:09:46 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3c8962bf-b6a1-4967-81a4-5da90948e25e" "table"="Logical_Router" "model"="&{UUID:3c8962bf-b6a1-4967-81a4-5da90948e25e Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_ovn-control-plane Nat:[] Options:map[chassis:null] Policies:[] Ports:[] StaticRoutes:[]}" +=== RUN TestGetOvnGateways/return_no_gateway_because_no_logical_routers +2021/12/08 17:09:47 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3c389745-8496-4541-97a9-bb26fdd0d5f3" "table"="Database" +2021/12/08 17:09:47 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3c389745-8496-4541-97a9-bb26fdd0d5f3" "table"="Database" "model"="&{UUID:3c389745-8496-4541-97a9-bb26fdd0d5f3 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +--- PASS: TestGetOvnGateways (0.97s) + --- PASS: TestGetOvnGateways/return_multiple_gateways (0.33s) + --- PASS: TestGetOvnGateways/return_no_gateway_because_chassis_is_"null" (0.32s) + --- PASS: TestGetOvnGateways/return_no_gateway_because_no_logical_routers (0.32s) +=== RUN TestGetGatewayPhysicalIPs +=== RUN TestGetGatewayPhysicalIPs/multiple_gateways +2021/12/08 17:09:47 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="14299e9b-0ece-4113-93d6-4ed023a4825d" "table"="Database" +2021/12/08 17:09:47 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="14299e9b-0ece-4113-93d6-4ed023a4825d" "table"="Database" "model"="&{UUID:14299e9b-0ece-4113-93d6-4ed023a4825d Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:47 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="373b4309-b535-4e53-bd1e-9bfc45fdaa41" "table"="Logical_Router" +2021/12/08 17:09:47 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="373b4309-b535-4e53-bd1e-9bfc45fdaa41" "table"="Logical_Router" "model"="&{UUID:373b4309-b535-4e53-bd1e-9bfc45fdaa41 Copp: Enabled: ExternalIDs:map[physical_ips:172.19.0.3,fc00:f853:ccd:e793::3] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_ovn-control-plane Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +=== RUN TestGetGatewayPhysicalIPs/one_gateway +2021/12/08 17:09:47 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="29ae5078-b885-44fa-87a6-a3e705863dc5" "table"="Database" +2021/12/08 17:09:47 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="29ae5078-b885-44fa-87a6-a3e705863dc5" "table"="Database" "model"="&{UUID:29ae5078-b885-44fa-87a6-a3e705863dc5 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:47 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="494567b7-56c8-42ab-8451-dcd99aca3195" "table"="Logical_Router" +2021/12/08 17:09:47 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="494567b7-56c8-42ab-8451-dcd99aca3195" "table"="Logical_Router" "model"="&{UUID:494567b7-56c8-42ab-8451-dcd99aca3195 Copp: Enabled: ExternalIDs:map[physical_ip:172.19.0.3 physical_ips:] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_ovn-control-plane Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +=== RUN TestGetGatewayPhysicalIPs/no_gateway_because_of_unset_values +2021/12/08 17:09:48 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ab760b73-9b85-47a6-9304-76c90147b2e9" "table"="Database" +2021/12/08 17:09:48 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ab760b73-9b85-47a6-9304-76c90147b2e9" "table"="Database" "model"="&{UUID:ab760b73-9b85-47a6-9304-76c90147b2e9 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:48 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="72594d9d-b456-4f67-a020-c080c516ff77" "table"="Logical_Router" +2021/12/08 17:09:48 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="72594d9d-b456-4f67-a020-c080c516ff77" "table"="Logical_Router" "model"="&{UUID:72594d9d-b456-4f67-a020-c080c516ff77 Copp: Enabled: ExternalIDs:map[physical_ip: physical_ips:] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_ovn-control-plane Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +=== RUN TestGetGatewayPhysicalIPs/no_gateway_because_of_inexistant_external_ids +2021/12/08 17:09:48 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ca9ddc5c-9c52-4041-9b03-e9c4780b3b76" "table"="Database" +2021/12/08 17:09:48 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ca9ddc5c-9c52-4041-9b03-e9c4780b3b76" "table"="Database" "model"="&{UUID:ca9ddc5c-9c52-4041-9b03-e9c4780b3b76 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:48 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1319ee30-6665-47d8-8f22-41a18966fb50" "table"="Logical_Router" +2021/12/08 17:09:48 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1319ee30-6665-47d8-8f22-41a18966fb50" "table"="Logical_Router" "model"="&{UUID:1319ee30-6665-47d8-8f22-41a18966fb50 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:GR_ovn-control-plane Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +--- PASS: TestGetGatewayPhysicalIPs (1.19s) + --- PASS: TestGetGatewayPhysicalIPs/multiple_gateways (0.30s) + --- PASS: TestGetGatewayPhysicalIPs/one_gateway (0.30s) + --- PASS: TestGetGatewayPhysicalIPs/no_gateway_because_of_unset_values (0.30s) + --- PASS: TestGetGatewayPhysicalIPs/no_gateway_because_of_inexistant_external_ids (0.28s) +PASS +ok github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/gateway 2.229s +go test -mod=vendor -test.v -race github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/ipallocator +=== RUN TestAllocate + allocator_test.go:84: base: [255 255 192 168 1 1] + allocator_test.go:84: base: [32 1 13 184 0 1 0 0 0 0 0 0 0 0 0 1] + allocator_test.go:84: base: [38 5 177 0 2 131 0 1 0 0 0 0 0 0 0 1] +--- PASS: TestAllocate (6.45s) +=== RUN TestAllocateTiny +--- PASS: TestAllocateTiny (0.00s) +=== RUN TestAllocateSmall + allocator_test.go:223: allocated: map[192.168.1.241:{} 192.168.1.242:{}] +--- PASS: TestAllocateSmall (0.00s) +=== RUN TestForEach +--- PASS: TestForEach (0.00s) +PASS +ok github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/ipallocator 6.487s +go test -mod=vendor -test.v -race github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/ipallocator/allocator +=== RUN TestAllocate +--- PASS: TestAllocate (0.00s) +=== RUN TestAllocateMax +--- PASS: TestAllocateMax (0.00s) +=== RUN TestAllocateError +--- PASS: TestAllocateError (0.00s) +=== RUN TestRelease +--- PASS: TestRelease (0.00s) +=== RUN TestForEach +--- PASS: TestForEach (0.00s) +=== RUN TestSnapshotAndRestore +--- PASS: TestSnapshotAndRestore (0.00s) +=== RUN TestContiguousAllocation +--- PASS: TestContiguousAllocation (0.00s) +=== RUN TestRoundRobinAllocation +--- PASS: TestRoundRobinAllocation (0.00s) +=== RUN TestRoundRobinAllocationOrdering +--- PASS: TestRoundRobinAllocationOrdering (0.00s) +=== RUN TestRoundRobinAllocate +--- PASS: TestRoundRobinAllocate (0.00s) +=== RUN TestRoundRobinAllocateMax +--- PASS: TestRoundRobinAllocateMax (0.00s) +=== RUN TestRoundRobinAllocateError +--- PASS: TestRoundRobinAllocateError (0.00s) +=== RUN TestRoundRobinRelease +--- PASS: TestRoundRobinRelease (0.00s) +=== RUN TestRoundRobinWrapAround +--- PASS: TestRoundRobinWrapAround (0.00s) +=== RUN TestRoundRobinForEach +--- PASS: TestRoundRobinForEach (0.00s) +=== RUN TestRoundRobinSnapshotAndRestore +--- PASS: TestRoundRobinSnapshotAndRestore (0.00s) +=== RUN TestBitCount +--- PASS: TestBitCount (0.00s) +=== RUN TestCountBits +--- PASS: TestCountBits (0.00s) +PASS +ok github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/ipallocator/allocator 0.034s +go test -mod=vendor -test.v -race github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/loadbalancer +I1208 17:09:59.307505 21944 ovs.go:93] Maximum command line arguments set to: 191102 +=== RUN TestNewCache +2021/12/08 17:09:59 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6360515e-7b0c-4714-9d41-a46130873d04" "table"="Database" +2021/12/08 17:09:59 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6360515e-7b0c-4714-9d41-a46130873d04" "table"="Database" "model"="&{UUID:6360515e-7b0c-4714-9d41-a46130873d04 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:09:59 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b8d552d2-cdaa-47e4-b3a7-1b686abbacc4" "table"="Logical_Router" +2021/12/08 17:09:59 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b8d552d2-cdaa-47e4-b3a7-1b686abbacc4" "table"="Logical_Router" "model"="&{UUID:b8d552d2-cdaa-47e4-b3a7-1b686abbacc4 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[7dc190c4-c615-467f-af83-9856d832c9a0] LoadBalancerGroup:[] Name:GR_ovn-worker2 Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:59 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9a71b229-5b27-4ee9-a93e-1b269dc9e5d2" "table"="Logical_Router" +2021/12/08 17:09:59 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9a71b229-5b27-4ee9-a93e-1b269dc9e5d2" "table"="Logical_Router" "model"="&{UUID:9a71b229-5b27-4ee9-a93e-1b269dc9e5d2 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[7dc190c4-c615-467f-af83-9856d832c9a0] LoadBalancerGroup:[] Name:GR_ovn-worker Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:59 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="64e7d9fc-1c0e-4253-9642-754cb978a843" "table"="Logical_Router" +2021/12/08 17:09:59 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="64e7d9fc-1c0e-4253-9642-754cb978a843" "table"="Logical_Router" "model"="&{UUID:64e7d9fc-1c0e-4253-9642-754cb978a843 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:59 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="51fd8ec2-dc3d-43cb-a0d0-7f320f74ca95" "table"="Logical_Router" +2021/12/08 17:09:59 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="51fd8ec2-dc3d-43cb-a0d0-7f320f74ca95" "table"="Logical_Router" "model"="&{UUID:51fd8ec2-dc3d-43cb-a0d0-7f320f74ca95 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[cb6ebcb0-c12d-4404-ada7-5aa2b898f06b] LoadBalancerGroup:[] Name:GR_ovn-control-plane Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +2021/12/08 17:09:59 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7dc190c4-c615-467f-af83-9856d832c9a0" "table"="Load_Balancer" +2021/12/08 17:09:59 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7dc190c4-c615-467f-af83-9856d832c9a0" "table"="Load_Balancer" "model"="&{UUID:7dc190c4-c615-467f-af83-9856d832c9a0 ExternalIDs:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:default/kubernetes] HealthCheck:[] IPPortMappings:map[] Name:Service_default/kubernetes_TCP_node_switch_ovn-control-plane_merged Options:map[] Protocol:0xc0000a7860 SelectionFields:[] Vips:map[192.168.0.1:6443:1.1.1.1:1,2.2.2.2:2 [ff::1]:1:[fe::2]:1,[fe::2]:2]}" +2021/12/08 17:09:59 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cb6ebcb0-c12d-4404-ada7-5aa2b898f06b" "table"="Load_Balancer" +2021/12/08 17:09:59 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cb6ebcb0-c12d-4404-ada7-5aa2b898f06b" "table"="Load_Balancer" "model"="&{UUID:cb6ebcb0-c12d-4404-ada7-5aa2b898f06b ExternalIDs:map[k8s.ovn.org/kind:Service k8s.ovn.org/owner:default/kubernetes] HealthCheck:[] IPPortMappings:map[] Name:Service_default/kubernetes_TCP_node_router_ovn-control-plane Options:map[] Protocol:0xc0000a7ad0 SelectionFields:[] Vips:map[192.168.0.1:6443:1.1.1.1:1,2.2.2.2:2 [fe::1]:1:[fe::2]:1,[fe::2]:2]}" +2021/12/08 17:09:59 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="2454de20-eaef-4d97-938b-73cffd3b0671" "table"="Logical_Switch" +2021/12/08 17:09:59 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="2454de20-eaef-4d97-938b-73cffd3b0671" "table"="Logical_Switch" "model"="&{UUID:2454de20-eaef-4d97-938b-73cffd3b0671 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[cb6ebcb0-c12d-4404-ada7-5aa2b898f06b] LoadBalancerGroup:[] Name:ovn-worker2 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:59 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0f2d4b8f-794c-4127-9811-d5b5ffe30310" "table"="Logical_Switch" +2021/12/08 17:09:59 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0f2d4b8f-794c-4127-9811-d5b5ffe30310" "table"="Logical_Switch" "model"="&{UUID:0f2d4b8f-794c-4127-9811-d5b5ffe30310 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[7dc190c4-c615-467f-af83-9856d832c9a0] LoadBalancerGroup:[] Name:ovn-control-plane OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:09:59 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5ac99f73-67c0-47c3-8cf7-381fec99ac92" "table"="Logical_Switch" +2021/12/08 17:09:59 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5ac99f73-67c0-47c3-8cf7-381fec99ac92" "table"="Logical_Switch" "model"="&{UUID:5ac99f73-67c0-47c3-8cf7-381fec99ac92 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[7dc190c4-c615-467f-af83-9856d832c9a0] LoadBalancerGroup:[] Name:ovn-worker OtherConfig:map[] Ports:[] QOSRules:[]}" +--- PASS: TestNewCache (0.39s) +PASS +ok github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/loadbalancer 0.864s +go test -mod=vendor -test.v -race github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/logical_switch_manager -ginkgo.v -ginkgo.reportFile ./_artifacts/junit-pkg_ovn_logical_switch_manager.xml +I1208 17:10:02.537550 22341 ovs.go:93] Maximum command line arguments set to: 191102 +testing: warning: no tests to run +PASS +ok github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/logical_switch_manager 0.478s [no tests to run] +go test -mod=vendor -test.v -race github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/subnetallocator +=== RUN TestAllocateSubnetIPv4 +--- PASS: TestAllocateSubnetIPv4 (0.01s) +=== RUN TestAllocateSubnetIPv6 +--- PASS: TestAllocateSubnetIPv6 (0.01s) +=== RUN TestAllocateSubnetLargeHostBitsIPv4 +--- PASS: TestAllocateSubnetLargeHostBitsIPv4 (0.00s) +=== RUN TestAllocateSubnetLargeHostBitsIPv6 +--- PASS: TestAllocateSubnetLargeHostBitsIPv6 (0.01s) +=== RUN TestAllocateSubnetLargeSubnetBitsIPv4 +--- PASS: TestAllocateSubnetLargeSubnetBitsIPv4 (0.01s) +=== RUN TestAllocateSubnetLargeSubnetBitsIPv6 +--- PASS: TestAllocateSubnetLargeSubnetBitsIPv6 (0.01s) +=== RUN TestAllocateSubnetOverlappingIPv4 +--- PASS: TestAllocateSubnetOverlappingIPv4 (0.00s) +=== RUN TestAllocateSubnetNoSubnetBitsIPv4 +--- PASS: TestAllocateSubnetNoSubnetBitsIPv4 (0.00s) +=== RUN TestAllocateSubnetNoSubnetBitsIPv6 +--- PASS: TestAllocateSubnetNoSubnetBitsIPv6 (0.00s) +=== RUN TestAllocateSubnetInvalidHostBitsOrCIDR +--- PASS: TestAllocateSubnetInvalidHostBitsOrCIDR (0.00s) +=== RUN TestMarkAllocatedNetwork +--- PASS: TestMarkAllocatedNetwork (0.00s) +=== RUN TestAllocateReleaseSubnet +--- PASS: TestAllocateReleaseSubnet (0.00s) +=== RUN TestMultipleSubnets +--- PASS: TestMultipleSubnets (0.00s) +=== RUN TestDualStack +--- PASS: TestDualStack (0.00s) +PASS +ok github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/subnetallocator 0.073s +go test -mod=vendor -test.v -race github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovndbmanager +I1208 17:10:06.025390 22983 ovs.go:93] Maximum command line arguments set to: 191102 +=== RUN TestElectionTimer +=== RUN TestElectionTimer/0:Follower,_not_trying_to_change +=== RUN TestElectionTimer/1:leader,_timer_doesn't_change +=== RUN TestElectionTimer/2:leader,_timer_must_change +=== RUN TestElectionTimer/3:leader,_timer_must_change_but_desired_is_more_than_double +--- PASS: TestElectionTimer (0.00s) + --- PASS: TestElectionTimer/0:Follower,_not_trying_to_change (0.00s) + --- PASS: TestElectionTimer/1:leader,_timer_doesn't_change (0.00s) + --- PASS: TestElectionTimer/2:leader,_timer_must_change (0.00s) + --- PASS: TestElectionTimer/3:leader,_timer_must_change_but_desired_is_more_than_double (0.00s) +PASS +ok github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovndbmanager 0.498s +go test -mod=vendor -test.v -race github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util -ginkgo.v -ginkgo.reportFile ./_artifacts/junit-pkg_util.xml +I1208 17:10:12.797280 23352 ovs.go:93] Maximum command line arguments set to: 191102 +=== RUN TestNewDNS +=== RUN TestNewDNS/0:fails_to_read_config_file_ + dns_test.go:54: cannot initialize the resolver: mock error + dns_test.go:60: PASS: ClientConfigFromFile(mock.AnythingOfTypeArgument) +=== RUN TestNewDNS/1:positive_test_case + dns_test.go:54: &{{0 0} map[] [] } + dns_test.go:60: PASS: ClientConfigFromFile(mock.AnythingOfTypeArgument) + dns_test.go:60: PASS: ClientConfigFromFile(mock.AnythingOfTypeArgument) +--- PASS: TestNewDNS (0.00s) + --- PASS: TestNewDNS/0:fails_to_read_config_file_ (0.00s) + --- PASS: TestNewDNS/1:positive_test_case (0.00s) +=== RUN TestGetIPsAndMinTTL +=== RUN TestGetIPsAndMinTTL/0:call_to_Exchange_fails_IPv4_only +W1208 17:10:12.800071 23352 dns.go:155] Failed to query nameserver: 127.0.0.1 with address: 127.0.0.1:1 for domain: www.test.com, err: mock error + dns_test.go:121: [] IPv4 or IPv6 addr not found for domain: "www.test.com", nameservers: [127.0.0.1] + dns_test.go:127: PASS: SetQuestion(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + dns_test.go:127: PASS: Fqdn(mock.AnythingOfTypeArgument) + dns_test.go:127: PASS: Exchange(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestGetIPsAndMinTTL/1:Exchange_returns_correctly_but_Rcode_!=_RcodeSuccess_IPv4_only +W1208 17:10:12.801390 23352 dns.go:159] Failed to get a valid answer: 2 from nameserver: 127.0.0.1 for domain: www.test.com + dns_test.go:121: [] IPv4 or IPv6 addr not found for domain: "www.test.com", nameservers: [127.0.0.1] + dns_test.go:127: PASS: SetQuestion(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + dns_test.go:127: PASS: Fqdn(mock.AnythingOfTypeArgument) + dns_test.go:127: PASS: Exchange(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + dns_test.go:127: PASS: SetQuestion(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + dns_test.go:127: PASS: Fqdn(mock.AnythingOfTypeArgument) + dns_test.go:127: PASS: Exchange(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestGetIPsAndMinTTL (0.00s) + --- PASS: TestGetIPsAndMinTTL/0:call_to_Exchange_fails_IPv4_only (0.00s) + --- PASS: TestGetIPsAndMinTTL/1:Exchange_returns_correctly_but_Rcode_!=_RcodeSuccess_IPv4_only (0.00s) +=== RUN TestUpdate +=== RUN TestUpdate/0:value_not_in_DNS_map +=== RUN TestUpdate/1:error_returned_from_getIPsAndMinTTL +W1208 17:10:12.803501 23352 dns.go:155] Failed to query nameserver: 1.1.1.1 with address: 1.1.1.1:1234 for domain: www.testing.com, err: mock error +=== RUN TestUpdate/2:Update_Succeeds_but_the_old_and_new_IP_sets_are_the_same_ +=== RUN TestUpdate/3:Update_Succeeds_and_the_IP_address_has_changed_ +--- PASS: TestUpdate (0.00s) + --- PASS: TestUpdate/0:value_not_in_DNS_map (0.00s) + --- PASS: TestUpdate/1:error_returned_from_getIPsAndMinTTL (0.00s) + --- PASS: TestUpdate/2:Update_Succeeds_but_the_old_and_new_IP_sets_are_the_same_ (0.00s) + --- PASS: TestUpdate/3:Update_Succeeds_and_the_IP_address_has_changed_ (0.00s) +=== RUN TestAdd +=== RUN TestAdd/0:Add_fails +=== RUN TestAdd/1:Add_succeeds_ +--- PASS: TestAdd (0.00s) + --- PASS: TestAdd/0:Add_fails (0.00s) + --- PASS: TestAdd/1:Add_succeeds_ (0.00s) +=== RUN TestNewClientset +=== RUN TestNewClientset/0:error:_cover_code_path_-->_config.KubernetesConfig.Kubeconfig_!=_`` + kube_test.go:97: unable to create kubernetes rest config, err: stat blah: no such file or directory +=== RUN TestNewClientset/1:error:_missing_token_for_https + kube_test.go:97: unable to create kubernetes rest config, err: TLS-secured apiservers require token and CA certificate +=== RUN TestNewClientset/2:error:_CAData_invalid_for_https_config + kube_test.go:97: unable to create kubernetes rest config, err: data does not contain any valid RSA or ECDSA certificates +=== RUN TestNewClientset/3:success:_config_input_valid_https + kube_test.go:97: &{0xc000300160 0xc000125d60 0xc000125d30} +=== RUN TestNewClientset/4:success:_cover_code_path_-->_config.APIServer_==_http + kube_test.go:97: &{0xc000462840 0xc0000a70f0 0xc0000a70c0} +=== RUN TestNewClientset/5:error:_cover_code_path_that_assumes_client_running_inside_container_environment + kube_test.go:97: unable to create kubernetes rest config, err: unable to load in-cluster configuration, KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT must be defined +--- PASS: TestNewClientset (0.01s) + --- PASS: TestNewClientset/0:error:_cover_code_path_-->_config.KubernetesConfig.Kubeconfig_!=_`` (0.00s) + --- PASS: TestNewClientset/1:error:_missing_token_for_https (0.00s) + --- PASS: TestNewClientset/2:error:_CAData_invalid_for_https_config (0.00s) + --- PASS: TestNewClientset/3:success:_config_input_valid_https (0.00s) + --- PASS: TestNewClientset/4:success:_cover_code_path_-->_config.APIServer_==_http (0.00s) + --- PASS: TestNewClientset/5:error:_cover_code_path_that_assumes_client_running_inside_container_environment (0.00s) +=== RUN TestIsClusterIPSet +=== RUN TestIsClusterIPSet/0:false:_test_when_ClusterIP_set_to_ClusterIPNone +=== RUN TestIsClusterIPSet/1:false:_test_when_ClusterIP_set_to_empty_string +=== RUN TestIsClusterIPSet/2:true:_test_when_ClusterIP_set_to_NON-empty_string +--- PASS: TestIsClusterIPSet (0.00s) + --- PASS: TestIsClusterIPSet/0:false:_test_when_ClusterIP_set_to_ClusterIPNone (0.00s) + --- PASS: TestIsClusterIPSet/1:false:_test_when_ClusterIP_set_to_empty_string (0.00s) + --- PASS: TestIsClusterIPSet/2:true:_test_when_ClusterIP_set_to_NON-empty_string (0.00s) +=== RUN TestValidateProtocol +=== RUN TestValidateProtocol/0:valid_protocol_SCTP +=== RUN TestValidateProtocol/1:invalid_protocol_->_blah +--- PASS: TestValidateProtocol (0.00s) + --- PASS: TestValidateProtocol/0:valid_protocol_SCTP (0.00s) + --- PASS: TestValidateProtocol/1:invalid_protocol_->_blah (0.00s) +=== RUN TestServiceTypeHasClusterIP +=== RUN TestServiceTypeHasClusterIP/0:true:_test_when_Type_set_to_`ClusterIP` +=== RUN TestServiceTypeHasClusterIP/1:true:_test_when_Type_set_to_`NodePort` +=== RUN TestServiceTypeHasClusterIP/2:true:_test_when_Type_set_to_`LoadBalancer` +=== RUN TestServiceTypeHasClusterIP/3:false:_test_when_Type_set_to_`loadbalancer` +--- PASS: TestServiceTypeHasClusterIP (0.00s) + --- PASS: TestServiceTypeHasClusterIP/0:true:_test_when_Type_set_to_`ClusterIP` (0.00s) + --- PASS: TestServiceTypeHasClusterIP/1:true:_test_when_Type_set_to_`NodePort` (0.00s) + --- PASS: TestServiceTypeHasClusterIP/2:true:_test_when_Type_set_to_`LoadBalancer` (0.00s) + --- PASS: TestServiceTypeHasClusterIP/3:false:_test_when_Type_set_to_`loadbalancer` (0.00s) +=== RUN TestServiceTypeHasNodePort +=== RUN TestServiceTypeHasNodePort/0:true:_test_when_Type_set_to_`ClusterIP` +=== RUN TestServiceTypeHasNodePort/1:true:_test_when_Type_set_to_`NodePort` +=== RUN TestServiceTypeHasNodePort/2:true:_test_when_Type_set_to_`LoadBalancer` +--- PASS: TestServiceTypeHasNodePort (0.00s) + --- PASS: TestServiceTypeHasNodePort/0:true:_test_when_Type_set_to_`ClusterIP` (0.00s) + --- PASS: TestServiceTypeHasNodePort/1:true:_test_when_Type_set_to_`NodePort` (0.00s) + --- PASS: TestServiceTypeHasNodePort/2:true:_test_when_Type_set_to_`LoadBalancer` (0.00s) +=== RUN TestGetNodePrimaryIP +=== RUN TestGetNodePrimaryIP/0:error:_node_has_neither_external_nor_internal_IP + kube_test.go:322: doesn't have an address with type InternalIP or ExternalIP +=== RUN TestGetNodePrimaryIP/1:success:_node's_internal_IP_returned + kube_test.go:322: IntIP +=== RUN TestGetNodePrimaryIP/2:success:_node's_external_IP_returned + kube_test.go:322: ExtIP +--- PASS: TestGetNodePrimaryIP (0.00s) + --- PASS: TestGetNodePrimaryIP/0:error:_node_has_neither_external_nor_internal_IP (0.00s) + --- PASS: TestGetNodePrimaryIP/1:success:_node's_internal_IP_returned (0.00s) + --- PASS: TestGetNodePrimaryIP/2:success:_node's_external_IP_returned (0.00s) +=== RUN Test_GetNodePrimaryIP +--- PASS: Test_GetNodePrimaryIP (0.00s) +=== RUN Test_getLbEndpoints +=== RUN Test_getLbEndpoints/empty_slices +=== RUN Test_getLbEndpoints/slices_with_endpoints +=== RUN Test_getLbEndpoints/slices_with_different_port_name +=== RUN Test_getLbEndpoints/slices_and_service_without_port_name +=== RUN Test_getLbEndpoints/slices_with_different_IP_family +=== RUN Test_getLbEndpoints/multiples_slices_with_duplicate_endpoints +--- PASS: Test_getLbEndpoints (0.00s) + --- PASS: Test_getLbEndpoints/empty_slices (0.00s) + --- PASS: Test_getLbEndpoints/slices_with_endpoints (0.00s) + --- PASS: Test_getLbEndpoints/slices_with_different_port_name (0.00s) + --- PASS: Test_getLbEndpoints/slices_and_service_without_port_name (0.00s) + --- PASS: Test_getLbEndpoints/slices_with_different_IP_family (0.00s) + --- PASS: Test_getLbEndpoints/multiples_slices_with_duplicate_endpoints (0.00s) +=== RUN TestPodScheduled +=== RUN TestPodScheduled/0:Pod_is_scheduled_to_a_node + kube_test.go:674: true +=== RUN TestPodScheduled/1:Pod_is_not_scheduled_to_a_node + kube_test.go:674: false +--- PASS: TestPodScheduled (0.00s) + --- PASS: TestPodScheduled/0:Pod_is_scheduled_to_a_node (0.00s) + --- PASS: TestPodScheduled/1:Pod_is_not_scheduled_to_a_node (0.00s) +=== RUN TestExternalIDsForObject +--- PASS: TestExternalIDsForObject (0.00s) +=== RUN TestGetFamily +=== RUN TestGetFamily/0:valid_IPv4_input + net_linux_unit_test.go:37: 2 +=== RUN TestGetFamily/1:valid_IPv6_input + net_linux_unit_test.go:37: 10 +--- PASS: TestGetFamily (0.00s) + --- PASS: TestGetFamily/0:valid_IPv4_input (0.00s) + --- PASS: TestGetFamily/1:valid_IPv6_input (0.00s) +=== RUN TestLinkSetUp +=== RUN TestLinkSetUp/0:fails_to_look_up_link + net_linux_unit_test.go:86: failed to lookup link invalidIfaceName: mock error + net_linux_unit_test.go:92: PASS: LinkByName(mock.AnythingOfTypeArgument) +=== RUN TestLinkSetUp/1:fails_to_set_the_link + net_linux_unit_test.go:86: failed to set the link testIfaceName up: mock error + net_linux_unit_test.go:92: PASS: LinkByName(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:92: PASS: LinkByName(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:92: PASS: LinkSetUp(mock.AnythingOfTypeArgument) +=== RUN TestLinkSetUp/2:sets_up_the_link_successfully + net_linux_unit_test.go:86: &{{[] [] map[] {0 0}}} + net_linux_unit_test.go:92: PASS: LinkByName(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:92: PASS: LinkByName(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:92: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:92: PASS: LinkByName(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:92: PASS: LinkSetUp(mock.AnythingOfTypeArgument) +--- PASS: TestLinkSetUp (0.00s) + --- PASS: TestLinkSetUp/0:fails_to_look_up_link (0.00s) + --- PASS: TestLinkSetUp/1:fails_to_set_the_link (0.00s) + --- PASS: TestLinkSetUp/2:sets_up_the_link_successfully (0.00s) +=== RUN TestLinkAddrFlush +=== RUN TestLinkAddrFlush/0:fail_to_list_addresses_for_link + net_linux_unit_test.go:187: failed to list addresses for the link testIfaceName: mock error + net_linux_unit_test.go:193: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:194: PASS: Attrs() +=== RUN TestLinkAddrFlush/1:fail_to_delete_addresses_on_link + net_linux_unit_test.go:187: failed to delete address 192.168.1.15 on link testIfaceName: mock error + net_linux_unit_test.go:193: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:193: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:193: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:194: PASS: Attrs() + net_linux_unit_test.go:194: PASS: Attrs() +=== RUN TestLinkAddrFlush/2:Link_address_flushed_successfully + net_linux_unit_test.go:187: + net_linux_unit_test.go:193: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:193: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:193: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:193: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:193: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:194: PASS: Attrs() + net_linux_unit_test.go:194: PASS: Attrs() +=== RUN TestLinkAddrFlush/3:IPv6_link-local_address_is_not_flushed + net_linux_unit_test.go:187: + net_linux_unit_test.go:193: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:193: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:193: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:193: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:193: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:193: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:194: PASS: Attrs() + net_linux_unit_test.go:194: PASS: Attrs() +--- PASS: TestLinkAddrFlush (0.01s) + --- PASS: TestLinkAddrFlush/0:fail_to_list_addresses_for_link (0.00s) + --- PASS: TestLinkAddrFlush/1:fail_to_delete_addresses_on_link (0.00s) + --- PASS: TestLinkAddrFlush/2:Link_address_flushed_successfully (0.00s) + --- PASS: TestLinkAddrFlush/3:IPv6_link-local_address_is_not_flushed (0.00s) +=== RUN TestLinkAddrExist +=== RUN TestLinkAddrExist/0:AddrList_call_returns_error_for_given_link + net_linux_unit_test.go:260: false failed to list addresses for the link testIfaceName: mock error + net_linux_unit_test.go:266: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:267: PASS: Attrs() +=== RUN TestLinkAddrExist/1:Given_address_is_present_on_the_link + net_linux_unit_test.go:260: true + net_linux_unit_test.go:266: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:266: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:267: PASS: Attrs() +=== RUN TestLinkAddrExist/2:Given_address_is_NOT_present_on_the_link + net_linux_unit_test.go:260: false + net_linux_unit_test.go:266: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:266: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:266: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:267: PASS: Attrs() +--- PASS: TestLinkAddrExist (0.00s) + --- PASS: TestLinkAddrExist/0:AddrList_call_returns_error_for_given_link (0.00s) + --- PASS: TestLinkAddrExist/1:Given_address_is_present_on_the_link (0.00s) + --- PASS: TestLinkAddrExist/2:Given_address_is_NOT_present_on_the_link (0.00s) +=== RUN TestLinkAddrAdd +=== RUN TestLinkAddrAdd/0:setting__address_on_link_errors_out + net_linux_unit_test.go:325: failed to add address on link testIfaceName: mock error + net_linux_unit_test.go:331: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:332: PASS: Attrs() +=== RUN TestLinkAddrAdd/1:test_code_path_where_error_is_returned_when_attempting_to_set_new_address_on_link + net_linux_unit_test.go:325: failed to add address 192.168.1.15/24 on link testIfaceName: mock error + net_linux_unit_test.go:331: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:331: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:332: PASS: Attrs() + net_linux_unit_test.go:332: PASS: Attrs() +=== RUN TestLinkAddrAdd/2:setting_new_address_on_link_succeeds + net_linux_unit_test.go:325: + net_linux_unit_test.go:331: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:331: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:331: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:332: PASS: Attrs() + net_linux_unit_test.go:332: PASS: Attrs() +--- PASS: TestLinkAddrAdd (0.00s) + --- PASS: TestLinkAddrAdd/0:setting__address_on_link_errors_out (0.00s) + --- PASS: TestLinkAddrAdd/1:test_code_path_where_error_is_returned_when_attempting_to_set_new_address_on_link (0.00s) + --- PASS: TestLinkAddrAdd/2:setting_new_address_on_link_succeeds (0.00s) +=== RUN TestLinkRoutesDel +=== RUN TestLinkRoutesDel/0:fails_to_get_routes_for_link + net_linux_unit_test.go:463: failed to get all the routes for link testIfaceName: mock error + net_linux_unit_test.go:469: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:470: PASS: Attrs() +=== RUN TestLinkRoutesDel/1:subnet_input_is_nil_and_error_returned_is_nil + net_linux_unit_test.go:463: + net_linux_unit_test.go:469: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:469: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:470: PASS: Attrs() +=== RUN TestLinkRoutesDel/2:route_delete_fails + net_linux_unit_test.go:463: failed to delete route '192.168.1.0/24 via ' for link testIfaceName : mock error + + net_linux_unit_test.go:469: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:469: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:469: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:469: PASS: RouteDel(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:470: PASS: Attrs() + net_linux_unit_test.go:470: PASS: Attrs() +=== RUN TestLinkRoutesDel/3:route_delete_succeeds + net_linux_unit_test.go:463: + net_linux_unit_test.go:469: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:469: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:469: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:469: PASS: RouteDel(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:469: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:469: PASS: RouteDel(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:470: PASS: Attrs() + net_linux_unit_test.go:470: PASS: Attrs() +=== RUN TestLinkRoutesDel/4:default_route_delete_succeeds + net_linux_unit_test.go:463: + net_linux_unit_test.go:469: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:469: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:469: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:469: PASS: RouteDel(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:469: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:469: PASS: RouteDel(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:469: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:469: PASS: RouteDel(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:470: PASS: Attrs() + net_linux_unit_test.go:470: PASS: Attrs() +=== RUN TestLinkRoutesDel/5:delete_all_routes_for_a_link + net_linux_unit_test.go:463: + net_linux_unit_test.go:469: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:469: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:469: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:469: PASS: RouteDel(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:469: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:469: PASS: RouteDel(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:469: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:469: PASS: RouteDel(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:469: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:469: PASS: RouteDel(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:470: PASS: Attrs() + net_linux_unit_test.go:470: PASS: Attrs() +--- PASS: TestLinkRoutesDel (0.02s) + --- PASS: TestLinkRoutesDel/0:fails_to_get_routes_for_link (0.00s) + --- PASS: TestLinkRoutesDel/1:subnet_input_is_nil_and_error_returned_is_nil (0.00s) + --- PASS: TestLinkRoutesDel/2:route_delete_fails (0.00s) + --- PASS: TestLinkRoutesDel/3:route_delete_succeeds (0.00s) + --- PASS: TestLinkRoutesDel/4:default_route_delete_succeeds (0.00s) + --- PASS: TestLinkRoutesDel/5:delete_all_routes_for_a_link (0.00s) +=== RUN TestLinkRoutesAdd +=== RUN TestLinkRoutesAdd/0:Route_add_fails + net_linux_unit_test.go:526: failed to add route for subnet 10.18.20.0/24 via gateway 192.168.0.1 with mtu 0: mock error + net_linux_unit_test.go:532: PASS: RouteAdd(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:533: PASS: Attrs() +=== RUN TestLinkRoutesAdd/1:Route_add_succeeds + net_linux_unit_test.go:526: + net_linux_unit_test.go:532: PASS: RouteAdd(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:532: PASS: RouteAdd(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:533: PASS: Attrs() + net_linux_unit_test.go:533: PASS: Attrs() +=== RUN TestLinkRoutesAdd/2:LinkRoutesAdd()_returns_NO_error_when_subnets_input_list_is_empty + net_linux_unit_test.go:526: + net_linux_unit_test.go:532: PASS: RouteAdd(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:532: PASS: RouteAdd(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:533: PASS: Attrs() + net_linux_unit_test.go:533: PASS: Attrs() +--- PASS: TestLinkRoutesAdd (0.00s) + --- PASS: TestLinkRoutesAdd/0:Route_add_fails (0.00s) + --- PASS: TestLinkRoutesAdd/1:Route_add_succeeds (0.00s) + --- PASS: TestLinkRoutesAdd/2:LinkRoutesAdd()_returns_NO_error_when_subnets_input_list_is_empty (0.00s) +=== RUN TestLinkRoutesAddOrUpdateMTU +=== RUN TestLinkRoutesAddOrUpdateMTU/0:Route_get_fails + net_linux_unit_test.go:629: failed to get routes for subnet 10.18.20.0/24 + net_linux_unit_test.go:635: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:636: PASS: Attrs() +=== RUN TestLinkRoutesAddOrUpdateMTU/1:Route_does_not_exist_and_is_added + net_linux_unit_test.go:629: + net_linux_unit_test.go:635: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:635: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:635: PASS: RouteAdd(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:636: PASS: Attrs() + net_linux_unit_test.go:636: PASS: Attrs() + net_linux_unit_test.go:636: PASS: Attrs() +=== RUN TestLinkRoutesAddOrUpdateMTU/2:Route_exists,_has_the_same_mtu_and_is_not_updated + net_linux_unit_test.go:629: + net_linux_unit_test.go:635: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:635: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:635: PASS: RouteAdd(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:635: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:636: PASS: Attrs() + net_linux_unit_test.go:636: PASS: Attrs() + net_linux_unit_test.go:636: PASS: Attrs() + net_linux_unit_test.go:636: PASS: Attrs() +=== RUN TestLinkRoutesAddOrUpdateMTU/3:Route_exists,_has_different_mtu_and_is_updated + net_linux_unit_test.go:629: + net_linux_unit_test.go:635: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:635: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:635: PASS: RouteAdd(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:635: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:635: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:635: PASS: RouteReplace(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:636: PASS: Attrs() + net_linux_unit_test.go:636: PASS: Attrs() + net_linux_unit_test.go:636: PASS: Attrs() + net_linux_unit_test.go:636: PASS: Attrs() + net_linux_unit_test.go:636: PASS: Attrs() +=== RUN TestLinkRoutesAddOrUpdateMTU/4:LinkRoutesAddOrUpdateMTU()_returns_NO_error_when_subnets_input_list_is_empty + net_linux_unit_test.go:629: + net_linux_unit_test.go:635: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:635: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:635: PASS: RouteAdd(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:635: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:635: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:635: PASS: RouteReplace(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:636: PASS: Attrs() + net_linux_unit_test.go:636: PASS: Attrs() + net_linux_unit_test.go:636: PASS: Attrs() + net_linux_unit_test.go:636: PASS: Attrs() + net_linux_unit_test.go:636: PASS: Attrs() +--- PASS: TestLinkRoutesAddOrUpdateMTU (0.02s) + --- PASS: TestLinkRoutesAddOrUpdateMTU/0:Route_get_fails (0.00s) + --- PASS: TestLinkRoutesAddOrUpdateMTU/1:Route_does_not_exist_and_is_added (0.00s) + --- PASS: TestLinkRoutesAddOrUpdateMTU/2:Route_exists,_has_the_same_mtu_and_is_not_updated (0.00s) + --- PASS: TestLinkRoutesAddOrUpdateMTU/3:Route_exists,_has_different_mtu_and_is_updated (0.00s) + --- PASS: TestLinkRoutesAddOrUpdateMTU/4:LinkRoutesAddOrUpdateMTU()_returns_NO_error_when_subnets_input_list_is_empty (0.00s) +=== RUN TestLinkRouteExists +=== RUN TestLinkRouteExists/0:tests_code_path_when_RouteListFiltered()_returns_error + net_linux_unit_test.go:732: false failed to get routes for subnet 192.168.0.0/24 + net_linux_unit_test.go:741: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:742: PASS: Attrs() +=== RUN TestLinkRouteExists/1:tests_code_path_when_RouteListFiltered()_returns_empty_routes_list + net_linux_unit_test.go:732: false + net_linux_unit_test.go:741: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:741: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:742: PASS: Attrs() + net_linux_unit_test.go:742: PASS: Attrs() +=== RUN TestLinkRouteExists/2:gateway_IP_input_is_nil + net_linux_unit_test.go:732: false + net_linux_unit_test.go:741: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:741: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:741: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:742: PASS: Attrs() + net_linux_unit_test.go:742: PASS: Attrs() + net_linux_unit_test.go:742: PASS: Attrs() +=== RUN TestLinkRouteExists/3:tests_code_path_where_route_GW_IP_DOES_NOT_MATCH_with_input_GW_IP + net_linux_unit_test.go:732: false + net_linux_unit_test.go:741: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:741: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:741: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:741: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:742: PASS: Attrs() + net_linux_unit_test.go:742: PASS: Attrs() + net_linux_unit_test.go:742: PASS: Attrs() + net_linux_unit_test.go:742: PASS: Attrs() +=== RUN TestLinkRouteExists/4:tests_code_path_where_route_GW_IP_MATCHES_with_input_GW_IP + net_linux_unit_test.go:732: true + net_linux_unit_test.go:741: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:741: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:741: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:741: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:741: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:742: PASS: Attrs() + net_linux_unit_test.go:742: PASS: Attrs() + net_linux_unit_test.go:742: PASS: Attrs() + net_linux_unit_test.go:742: PASS: Attrs() + net_linux_unit_test.go:742: PASS: Attrs() +--- PASS: TestLinkRouteExists (0.01s) + --- PASS: TestLinkRouteExists/0:tests_code_path_when_RouteListFiltered()_returns_error (0.00s) + --- PASS: TestLinkRouteExists/1:tests_code_path_when_RouteListFiltered()_returns_empty_routes_list (0.00s) + --- PASS: TestLinkRouteExists/2:gateway_IP_input_is_nil (0.00s) + --- PASS: TestLinkRouteExists/3:tests_code_path_where_route_GW_IP_DOES_NOT_MATCH_with_input_GW_IP (0.00s) + --- PASS: TestLinkRouteExists/4:tests_code_path_where_route_GW_IP_MATCHES_with_input_GW_IP (0.00s) +=== RUN TestLinkNeighAdd +=== RUN TestLinkNeighAdd/0:test_code_path_where_adding_neighbor_returns_an_error + net_linux_unit_test.go:791: failed to add neighbour entry : mock error + net_linux_unit_test.go:797: PASS: NeighAdd(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:798: PASS: Attrs() +=== RUN TestLinkNeighAdd/1:test_code_path_where_adding_neighbor_returns_success + net_linux_unit_test.go:791: + net_linux_unit_test.go:797: PASS: NeighAdd(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:797: PASS: NeighAdd(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:798: PASS: Attrs() + net_linux_unit_test.go:798: PASS: Attrs() +--- PASS: TestLinkNeighAdd (0.00s) + --- PASS: TestLinkNeighAdd/0:test_code_path_where_adding_neighbor_returns_an_error (0.00s) + --- PASS: TestLinkNeighAdd/1:test_code_path_where_adding_neighbor_returns_success (0.00s) +=== RUN TestLinkNeighExists +=== RUN TestLinkNeighExists/0:test_path_when_NeighList()_returns_error + net_linux_unit_test.go:889: false failed to get the list of neighbour entries for link testIfaceName + net_linux_unit_test.go:900: PASS: NeighList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:901: PASS: Attrs() + net_linux_unit_test.go:901: PASS: Attrs() +=== RUN TestLinkNeighExists/1:test_path_when_NeighList()_returns_empty_list_and_no_error + net_linux_unit_test.go:889: false + net_linux_unit_test.go:900: PASS: NeighList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:900: PASS: NeighList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:901: PASS: Attrs() + net_linux_unit_test.go:901: PASS: Attrs() + net_linux_unit_test.go:901: PASS: Attrs() +=== RUN TestLinkNeighExists/2:test_path_where_MAC/IP_binding_is_established + net_linux_unit_test.go:889: true + net_linux_unit_test.go:900: PASS: NeighList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:900: PASS: NeighList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:900: PASS: NeighList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:901: PASS: Attrs() + net_linux_unit_test.go:901: PASS: Attrs() + net_linux_unit_test.go:901: PASS: Attrs() + net_linux_unit_test.go:901: PASS: Attrs() +=== RUN TestLinkNeighExists/3:test_path_where_MAC/IP_bindings_DOES_NOT_exist + net_linux_unit_test.go:889: false + net_linux_unit_test.go:900: PASS: NeighList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:900: PASS: NeighList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:900: PASS: NeighList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:900: PASS: NeighList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:901: PASS: Attrs() + net_linux_unit_test.go:901: PASS: Attrs() + net_linux_unit_test.go:901: PASS: Attrs() + net_linux_unit_test.go:901: PASS: Attrs() + net_linux_unit_test.go:901: PASS: Attrs() +--- PASS: TestLinkNeighExists (0.01s) + --- PASS: TestLinkNeighExists/0:test_path_when_NeighList()_returns_error (0.00s) + --- PASS: TestLinkNeighExists/1:test_path_when_NeighList()_returns_empty_list_and_no_error (0.00s) + --- PASS: TestLinkNeighExists/2:test_path_where_MAC/IP_binding_is_established (0.00s) + --- PASS: TestLinkNeighExists/3:test_path_where_MAC/IP_bindings_DOES_NOT_exist (0.00s) +=== RUN TestDeleteConntrack +=== RUN TestDeleteConntrack/0:Invalid_IP_address_code_input +=== RUN TestDeleteConntrack/1:Valid_IPv4_address_input + net_linux_unit_test.go:982: PASS: ConntrackDeleteFilter(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestDeleteConntrack/2:Valid_IPv6_address_input + net_linux_unit_test.go:982: PASS: ConntrackDeleteFilter(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:982: PASS: ConntrackDeleteFilter(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestDeleteConntrack/3:Valid_IPv4_address_input_with_UDP_protocol + net_linux_unit_test.go:982: PASS: ConntrackDeleteFilter(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:982: PASS: ConntrackDeleteFilter(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:982: PASS: ConntrackDeleteFilter(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestDeleteConntrack/4:Valid_IPv4_address_input_with_SCTP_protocol + net_linux_unit_test.go:982: PASS: ConntrackDeleteFilter(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:982: PASS: ConntrackDeleteFilter(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:982: PASS: ConntrackDeleteFilter(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:982: PASS: ConntrackDeleteFilter(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestDeleteConntrack/5:Valid_IPv4_address_input_with_valid_port_input_and_NO_layer_4_protocol_input + net_linux_unit_test.go:982: PASS: ConntrackDeleteFilter(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:982: PASS: ConntrackDeleteFilter(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:982: PASS: ConntrackDeleteFilter(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:982: PASS: ConntrackDeleteFilter(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestDeleteConntrack/6:Valid_IPv6_address_input_with_valid_port_input_and_valid_Layer_4_protocol + net_linux_unit_test.go:982: PASS: ConntrackDeleteFilter(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:982: PASS: ConntrackDeleteFilter(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:982: PASS: ConntrackDeleteFilter(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:982: PASS: ConntrackDeleteFilter(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:982: PASS: ConntrackDeleteFilter(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestDeleteConntrack (0.01s) + --- PASS: TestDeleteConntrack/0:Invalid_IP_address_code_input (0.00s) + --- PASS: TestDeleteConntrack/1:Valid_IPv4_address_input (0.00s) + --- PASS: TestDeleteConntrack/2:Valid_IPv6_address_input (0.00s) + --- PASS: TestDeleteConntrack/3:Valid_IPv4_address_input_with_UDP_protocol (0.00s) + --- PASS: TestDeleteConntrack/4:Valid_IPv4_address_input_with_SCTP_protocol (0.00s) + --- PASS: TestDeleteConntrack/5:Valid_IPv4_address_input_with_valid_port_input_and_NO_layer_4_protocol_input (0.00s) + --- PASS: TestDeleteConntrack/6:Valid_IPv6_address_input_with_valid_port_input_and_valid_Layer_4_protocol (0.00s) +=== RUN TestGetIPv6OnSubnet +=== RUN TestGetIPv6OnSubnet/0:tests_code_path_when_LinkByName()_returns_error + net_linux_unit_test.go:1084: failed to lookup link testIfaceName: mock error + net_linux_unit_test.go:1093: PASS: LinkByName(mock.AnythingOfTypeArgument) +=== RUN TestGetIPv6OnSubnet/1:tests_code_path_when_RouteListFiltered()_returns_error + net_linux_unit_test.go:1084: failed to get on-link routes for ip 2620:52:0:11c::20/128 and iface testIfaceName + net_linux_unit_test.go:1093: PASS: LinkByName(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:1093: PASS: LinkByName(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:1093: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:1094: PASS: Attrs() +=== RUN TestGetIPv6OnSubnet/2:provided_address_does_not_have_128_prefix + net_linux_unit_test.go:1084: 2620:52:0:11c::20/64 + net_linux_unit_test.go:1093: PASS: LinkByName(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:1093: PASS: LinkByName(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:1093: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:1094: PASS: Attrs() +=== RUN TestGetIPv6OnSubnet/3:provided_address_is_not_ipv6 + net_linux_unit_test.go:1084: 192.169.1.12/32 + net_linux_unit_test.go:1093: PASS: LinkByName(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:1093: PASS: LinkByName(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:1093: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:1094: PASS: Attrs() +=== RUN TestGetIPv6OnSubnet/4:returns_address_on_broadest_subnet_found + net_linux_unit_test.go:1084: 2620:52:0:11c::20/32 + net_linux_unit_test.go:1093: PASS: LinkByName(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:1093: PASS: LinkByName(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:1093: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:1093: PASS: LinkByName(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:1093: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:1094: PASS: Attrs() + net_linux_unit_test.go:1094: PASS: Attrs() +=== RUN TestGetIPv6OnSubnet/5:returns_address_on_broadest_subnet_found_irrespective_of_order + net_linux_unit_test.go:1084: 2620:52:0:11c::20/32 + net_linux_unit_test.go:1093: PASS: LinkByName(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:1093: PASS: LinkByName(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:1093: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:1093: PASS: LinkByName(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:1093: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:1093: PASS: LinkByName(mock.AnythingOfTypeArgument) + net_linux_unit_test.go:1093: PASS: RouteListFiltered(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_linux_unit_test.go:1094: PASS: Attrs() + net_linux_unit_test.go:1094: PASS: Attrs() + net_linux_unit_test.go:1094: PASS: Attrs() +--- PASS: TestGetIPv6OnSubnet (0.02s) + --- PASS: TestGetIPv6OnSubnet/0:tests_code_path_when_LinkByName()_returns_error (0.00s) + --- PASS: TestGetIPv6OnSubnet/1:tests_code_path_when_RouteListFiltered()_returns_error (0.00s) + --- PASS: TestGetIPv6OnSubnet/2:provided_address_does_not_have_128_prefix (0.00s) + --- PASS: TestGetIPv6OnSubnet/3:provided_address_is_not_ipv6 (0.00s) + --- PASS: TestGetIPv6OnSubnet/4:returns_address_on_broadest_subnet_found (0.00s) + --- PASS: TestGetIPv6OnSubnet/5:returns_address_on_broadest_subnet_found_irrespective_of_order (0.00s) +=== RUN TestGetMTUOfInterfaceWithAddress +=== RUN TestGetMTUOfInterfaceWithAddress/0:Should_return_error_on_AddrList_failure + net_linux_unit_test.go:1175: PASS: AddrList(,int) +=== RUN TestGetMTUOfInterfaceWithAddress/1:Should_return_error_on_no_address_on_the_system + net_linux_unit_test.go:1175: PASS: AddrList(,int) +=== RUN TestGetMTUOfInterfaceWithAddress/2:Should_return_error_if_the_address_is_found_but_index_is_not_found_ + net_linux_unit_test.go:1175: PASS: AddrList(,int) + net_linux_unit_test.go:1175: PASS: LinkByIndex(int) +=== RUN TestGetMTUOfInterfaceWithAddress/3:Should_return_MTU_if_the_address_and_link_index_is_found_ + net_linux_unit_test.go:1175: PASS: AddrList(,int) + net_linux_unit_test.go:1175: PASS: LinkByIndex(int) + net_linux_unit_test.go:1176: PASS: Attrs() + net_linux_unit_test.go:1176: PASS: Attrs() +--- PASS: TestGetMTUOfInterfaceWithAddress (0.01s) + --- PASS: TestGetMTUOfInterfaceWithAddress/0:Should_return_error_on_AddrList_failure (0.00s) + --- PASS: TestGetMTUOfInterfaceWithAddress/1:Should_return_error_on_no_address_on_the_system (0.00s) + --- PASS: TestGetMTUOfInterfaceWithAddress/2:Should_return_error_if_the_address_is_found_but_index_is_not_found_ (0.00s) + --- PASS: TestGetMTUOfInterfaceWithAddress/3:Should_return_MTU_if_the_address_and_link_index_is_found_ (0.00s) +=== RUN TestNextIP +=== RUN TestNextIP/0:test_increment_of_fourth_octet + net_unit_test.go:58: 255.255.255.255 +=== RUN TestNextIP/1:test_increment_of_third_octet + net_unit_test.go:58: 255.255.255.0 +=== RUN TestNextIP/2:test_increment_of_second_octet + net_unit_test.go:58: 255.255.0.0 +=== RUN TestNextIP/3:test_increment_of_first_octet + net_unit_test.go:58: 255.0.0.0 +=== RUN TestNextIP/4:IPv6:_test_increment_of_eight_hextet + net_unit_test.go:58: 2001:db8::1:0 +=== RUN TestNextIP/5:IPv6:_test_increment_of_first_hextet + net_unit_test.go:58: ffff:: +--- PASS: TestNextIP (0.00s) + --- PASS: TestNextIP/0:test_increment_of_fourth_octet (0.00s) + --- PASS: TestNextIP/1:test_increment_of_third_octet (0.00s) + --- PASS: TestNextIP/2:test_increment_of_second_octet (0.00s) + --- PASS: TestNextIP/3:test_increment_of_first_octet (0.00s) + --- PASS: TestNextIP/4:IPv6:_test_increment_of_eight_hextet (0.00s) + --- PASS: TestNextIP/5:IPv6:_test_increment_of_first_hextet (0.00s) +=== RUN TestGetPortAddresses +=== RUN TestGetPortAddresses/0:test_path_where_client.Get(lsp)_returns_ErrNotFound +2021/12/08 17:10:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9b476270-09b8-410b-9f7b-4c360963a024" "table"="Database" +2021/12/08 17:10:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9b476270-09b8-410b-9f7b-4c360963a024" "table"="Database" "model"="&{UUID:9b476270-09b8-410b-9f7b-4c360963a024 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +=== RUN TestGetPortAddresses/1:test_path_where_lsp.DynamicAddresses_is_a_zero_length_string_and_len(addresses)==0 +2021/12/08 17:10:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="e8be7708-ca9d-46c2-8850-e8bcce7b9d75" "table"="Database" +2021/12/08 17:10:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="e8be7708-ca9d-46c2-8850-e8bcce7b9d75" "table"="Database" "model"="&{UUID:e8be7708-ca9d-46c2-8850-e8bcce7b9d75 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:10:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="30bae7f7-c21b-4787-8ed7-fd7dfc607dc4" "table"="Logical_Switch_Port" +2021/12/08 17:10:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="30bae7f7-c21b-4787-8ed7-fd7dfc607dc4" "table"="Logical_Switch_Port" "model"="&{UUID:30bae7f7-c21b-4787-8ed7-fd7dfc607dc4 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses:0xc000ef5bb0 Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-pod Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +=== RUN TestGetPortAddresses/2:test_path_where_lsp.DynamicAddresses_is_non-zero_length_string_and_value_of_first_address_in_addresses_list_is_set_to_dynamic +2021/12/08 17:10:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f01f570d-a095-4f5f-9eae-d21041717862" "table"="Database" +2021/12/08 17:10:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f01f570d-a095-4f5f-9eae-d21041717862" "table"="Database" "model"="&{UUID:f01f570d-a095-4f5f-9eae-d21041717862 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:10:13 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ba328086-3fb8-4b98-b9cb-09a6b6fcf54b" "table"="Logical_Switch_Port" +2021/12/08 17:10:13 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ba328086-3fb8-4b98-b9cb-09a6b6fcf54b" "table"="Logical_Switch_Port" "model"="&{UUID:ba328086-3fb8-4b98-b9cb-09a6b6fcf54b Addresses:[dynamic] Dhcpv4Options: Dhcpv6Options: DynamicAddresses:0xc00051d840 Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-pod Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +=== RUN TestGetPortAddresses/3:test_code_path_where_port_has_MAC_but_no_IPs +2021/12/08 17:10:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0929b958-ad10-4568-9330-86af67d35c30" "table"="Database" +2021/12/08 17:10:14 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0929b958-ad10-4568-9330-86af67d35c30" "table"="Database" "model"="&{UUID:0929b958-ad10-4568-9330-86af67d35c30 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:10:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ffe8f04d-a4c6-4bde-98c2-c305b3d5f02f" "table"="Logical_Switch_Port" +2021/12/08 17:10:14 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ffe8f04d-a4c6-4bde-98c2-c305b3d5f02f" "table"="Logical_Switch_Port" "model"="&{UUID:ffe8f04d-a4c6-4bde-98c2-c305b3d5f02f Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses:0xc00078ba70 Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-pod Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +=== RUN TestGetPortAddresses/4:test_the_code_path_where_ParseMAC_fails +2021/12/08 17:10:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7d14fea0-f8c2-4815-a633-cf891b9e9df9" "table"="Database" +2021/12/08 17:10:14 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7d14fea0-f8c2-4815-a633-cf891b9e9df9" "table"="Database" "model"="&{UUID:7d14fea0-f8c2-4815-a633-cf891b9e9df9 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:10:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="27d40f53-ce68-4185-97b0-49a59c05aeb3" "table"="Logical_Switch_Port" +2021/12/08 17:10:14 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="27d40f53-ce68-4185-97b0-49a59c05aeb3" "table"="Logical_Switch_Port" "model"="&{UUID:27d40f53-ce68-4185-97b0-49a59c05aeb3 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses:0xc0010db620 Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-pod Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +=== RUN TestGetPortAddresses/5:test_code_path_where_IP_address_parsing_fails +2021/12/08 17:10:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="7926471d-5300-4e06-9e8b-a115ae0f4cd3" "table"="Database" +2021/12/08 17:10:14 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="7926471d-5300-4e06-9e8b-a115ae0f4cd3" "table"="Database" "model"="&{UUID:7926471d-5300-4e06-9e8b-a115ae0f4cd3 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:10:14 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="af60ae7d-3083-48a6-9981-92306e0df103" "table"="Logical_Switch_Port" +2021/12/08 17:10:14 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="af60ae7d-3083-48a6-9981-92306e0df103" "table"="Logical_Switch_Port" "model"="&{UUID:af60ae7d-3083-48a6-9981-92306e0df103 Addresses:[06:c6:d4:fb:fb:ba NOTIP] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-pod Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +=== RUN TestGetPortAddresses/6:test_success_path_with_len(lsp.Addresses)_>_0_and_lsp.DynamicAddresses_=_nil +2021/12/08 17:10:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dd469f55-8416-4219-87d9-789e1c1df308" "table"="Database" +2021/12/08 17:10:15 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="dd469f55-8416-4219-87d9-789e1c1df308" "table"="Database" "model"="&{UUID:dd469f55-8416-4219-87d9-789e1c1df308 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:10:15 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="074610a3-da1c-4a31-9156-49ed5db9b258" "table"="Logical_Switch_Port" +2021/12/08 17:10:15 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="074610a3-da1c-4a31-9156-49ed5db9b258" "table"="Logical_Switch_Port" "model"="&{UUID:074610a3-da1c-4a31-9156-49ed5db9b258 Addresses:[06:c6:d4:fb:fb:ba 10.244.2.2] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:test-pod Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +--- PASS: TestGetPortAddresses (2.52s) + --- PASS: TestGetPortAddresses/0:test_path_where_client.Get(lsp)_returns_ErrNotFound (0.36s) + --- PASS: TestGetPortAddresses/1:test_path_where_lsp.DynamicAddresses_is_a_zero_length_string_and_len(addresses)==0 (0.37s) + --- PASS: TestGetPortAddresses/2:test_path_where_lsp.DynamicAddresses_is_non-zero_length_string_and_value_of_first_address_in_addresses_list_is_set_to_dynamic (0.38s) + --- PASS: TestGetPortAddresses/3:test_code_path_where_port_has_MAC_but_no_IPs (0.37s) + --- PASS: TestGetPortAddresses/4:test_the_code_path_where_ParseMAC_fails (0.32s) + --- PASS: TestGetPortAddresses/5:test_code_path_where_IP_address_parsing_fails (0.35s) + --- PASS: TestGetPortAddresses/6:test_success_path_with_len(lsp.Addresses)_>_0_and_lsp.DynamicAddresses_=_nil (0.36s) +=== RUN TestGetOVSPortMACAddress +=== RUN TestGetOVSPortMACAddress/0:tests_code_path_when_RunOVSVsctl_returns_error + net_unit_test.go:233: failed to get MAC address for "TEST_PORT", stderr: "", error: executable file not found in $PATH + net_unit_test.go:237: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_unit_test.go:238: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestGetOVSPortMACAddress/1:tests_code_path_when_MAC_address_returned_is_[] + net_unit_test.go:233: no mac_address found for "TEST_PORT" + net_unit_test.go:237: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_unit_test.go:237: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_unit_test.go:238: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_unit_test.go:238: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestGetOVSPortMACAddress/2:tests_code_path_when_Valid_MAC_address_is_returned + net_unit_test.go:233: 00:00:a9:fe:21:01 + net_unit_test.go:237: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_unit_test.go:237: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_unit_test.go:237: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_unit_test.go:238: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_unit_test.go:238: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + net_unit_test.go:238: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestGetOVSPortMACAddress (0.01s) + --- PASS: TestGetOVSPortMACAddress/0:tests_code_path_when_RunOVSVsctl_returns_error (0.00s) + --- PASS: TestGetOVSPortMACAddress/1:tests_code_path_when_MAC_address_returned_is_[] (0.00s) + --- PASS: TestGetOVSPortMACAddress/2:tests_code_path_when_Valid_MAC_address_is_returned (0.01s) +=== RUN TestIPFamilyName +=== RUN TestIPFamilyName/0:verify_bool_value_`true`_maps_to_IPv6 + net_unit_test.go:263: IPv6 +=== RUN TestIPFamilyName/1:verify_bool_value_`false`_maps_to_IPv4 + net_unit_test.go:263: IPv4 +--- PASS: TestIPFamilyName (0.00s) + --- PASS: TestIPFamilyName/0:verify_bool_value_`true`_maps_to_IPv6 (0.00s) + --- PASS: TestIPFamilyName/1:verify_bool_value_`false`_maps_to_IPv4 (0.00s) +=== RUN TestMatchIPFamily +=== RUN TestMatchIPFamily/0:negative:_attempt_to_get_IPv6_from_an_empty_IP_list + net_unit_test.go:310: [] no IPv6 IP available +=== RUN TestMatchIPFamily/1:negative:_attempt_to_get_IPv4_from_an_empty_IP_list + net_unit_test.go:310: [] no IPv4 IP available +=== RUN TestMatchIPFamily/2:negative:_attempt_to_get_IPv4_from_IPv6-only_list + net_unit_test.go:310: [] no IPv4 IP available +=== RUN TestMatchIPFamily/3:positive:_retrieve_IPv6_valid_address + net_unit_test.go:310: [fd01::1] +=== RUN TestMatchIPFamily/4:positive:_retrieve_IPv4_valid_address + net_unit_test.go:310: [192.168.1.0] +--- PASS: TestMatchIPFamily (0.00s) + --- PASS: TestMatchIPFamily/0:negative:_attempt_to_get_IPv6_from_an_empty_IP_list (0.00s) + --- PASS: TestMatchIPFamily/1:negative:_attempt_to_get_IPv4_from_an_empty_IP_list (0.00s) + --- PASS: TestMatchIPFamily/2:negative:_attempt_to_get_IPv4_from_IPv6-only_list (0.00s) + --- PASS: TestMatchIPFamily/3:positive:_retrieve_IPv6_valid_address (0.00s) + --- PASS: TestMatchIPFamily/4:positive:_retrieve_IPv4_valid_address (0.00s) +=== RUN TestMatchIPNetFamily +=== RUN TestMatchIPNetFamily/0:negative:_attempt_to_get_IPv6_from_an_empty_IP_list + net_unit_test.go:361: no IPv6 value available +=== RUN TestMatchIPNetFamily/1:negative:_attempt_to_get_IPv4_from_an_empty_IP_list + net_unit_test.go:361: no IPv4 value available +=== RUN TestMatchIPNetFamily/2:negative:_attempt_to_get_IPv4_from_IPv6-only_list + net_unit_test.go:361: no IPv4 value available +=== RUN TestMatchIPNetFamily/3:positive:_retrieve_IPv6_valid_address + net_unit_test.go:361: fd01::1/64 +=== RUN TestMatchIPNetFamily/4:positive:_retrieve_IPv4_valid_address + net_unit_test.go:361: 192.168.1.0/24 +--- PASS: TestMatchIPNetFamily (0.00s) + --- PASS: TestMatchIPNetFamily/0:negative:_attempt_to_get_IPv6_from_an_empty_IP_list (0.00s) + --- PASS: TestMatchIPNetFamily/1:negative:_attempt_to_get_IPv4_from_an_empty_IP_list (0.00s) + --- PASS: TestMatchIPNetFamily/2:negative:_attempt_to_get_IPv4_from_IPv6-only_list (0.00s) + --- PASS: TestMatchIPNetFamily/3:positive:_retrieve_IPv6_valid_address (0.00s) + --- PASS: TestMatchIPNetFamily/4:positive:_retrieve_IPv4_valid_address (0.00s) +=== RUN TestJoinHostPortInt32 +=== RUN TestJoinHostPortInt32/0:empty_string_for_host_name_and_a_negative_port_number + net_unit_test.go:405: :-25 +=== RUN TestJoinHostPortInt32/1:valid_non-zero_length_string_for_host_name + net_unit_test.go:405: hostname:22 +=== RUN TestJoinHostPortInt32/2:valid_IPv4_address_as_host_name + net_unit_test.go:405: 192.168.1.15:22 +=== RUN TestJoinHostPortInt32/3:valid_IPv6_address_as_host_name + net_unit_test.go:405: [fd01::1234]:22 +--- PASS: TestJoinHostPortInt32 (0.00s) + --- PASS: TestJoinHostPortInt32/0:empty_string_for_host_name_and_a_negative_port_number (0.00s) + --- PASS: TestJoinHostPortInt32/1:valid_non-zero_length_string_for_host_name (0.00s) + --- PASS: TestJoinHostPortInt32/2:valid_IPv4_address_as_host_name (0.00s) + --- PASS: TestJoinHostPortInt32/3:valid_IPv6_address_as_host_name (0.00s) +=== RUN TestIPAddrToHWAddr +=== RUN TestIPAddrToHWAddr/0:test_IPv4_instance_of_net.IP + net_unit_test.go:432: 0a:58:c0:a8:01:05 +=== RUN TestIPAddrToHWAddr/1:test_IPv6_instance_of_net.IP + net_unit_test.go:432: 0a:58:11:37:a6:26 +--- PASS: TestIPAddrToHWAddr (0.00s) + --- PASS: TestIPAddrToHWAddr/0:test_IPv4_instance_of_net.IP (0.00s) + --- PASS: TestIPAddrToHWAddr/1:test_IPv6_instance_of_net.IP (0.00s) +=== RUN TestJoinIPs +=== RUN TestJoinIPs/0:an_empty_net.IPNet_list_with_','_separator + net_unit_test.go:466: +=== RUN TestJoinIPs/1:single_item_in_net.IPNet_list_with_`;`_separator + net_unit_test.go:466: 192.168.1.5 +=== RUN TestJoinIPs/2:two_items_in_net.IPNet_list_with_`;`_separator + net_unit_test.go:466: 192.168.1.5;192.168.1.6 +--- PASS: TestJoinIPs (0.00s) + --- PASS: TestJoinIPs/0:an_empty_net.IPNet_list_with_','_separator (0.00s) + --- PASS: TestJoinIPs/1:single_item_in_net.IPNet_list_with_`;`_separator (0.00s) + --- PASS: TestJoinIPs/2:two_items_in_net.IPNet_list_with_`;`_separator (0.00s) +=== RUN TestJoinIPNets +=== RUN TestJoinIPNets/0:an_empty_net.IPNet_list_with_','_separator + net_unit_test.go:500: +=== RUN TestJoinIPNets/1:single_item_in_net.IPNet_list_with_`;`_separator + net_unit_test.go:500: 192.168.1.5/24 +=== RUN TestJoinIPNets/2:two_items_in_net.IPNet_list_with_`;`_separator + net_unit_test.go:500: 192.168.1.5/24;192.168.1.6/24 +--- PASS: TestJoinIPNets (0.00s) + --- PASS: TestJoinIPNets/0:an_empty_net.IPNet_list_with_','_separator (0.00s) + --- PASS: TestJoinIPNets/1:single_item_in_net.IPNet_list_with_`;`_separator (0.00s) + --- PASS: TestJoinIPNets/2:two_items_in_net.IPNet_list_with_`;`_separator (0.00s) +=== RUN TestJoinIPNetIPs +=== RUN TestJoinIPNetIPs/0:an_empty_net.IPNet_list_with_','_separator + net_unit_test.go:534: +=== RUN TestJoinIPNetIPs/1:single_item_in_net.IPNet_list_with_`;`_separator + net_unit_test.go:534: 192.168.1.5 +=== RUN TestJoinIPNetIPs/2:two_items_in_net.IPNet_list_with_`;`_separator + net_unit_test.go:534: 192.168.1.5;192.168.1.6 +--- PASS: TestJoinIPNetIPs (0.00s) + --- PASS: TestJoinIPNetIPs/0:an_empty_net.IPNet_list_with_','_separator (0.00s) + --- PASS: TestJoinIPNetIPs/1:single_item_in_net.IPNet_list_with_`;`_separator (0.00s) + --- PASS: TestJoinIPNetIPs/2:two_items_in_net.IPNet_list_with_`;`_separator (0.00s) +=== RUN TestGetNicName +=== RUN TestGetNicName/0:empty_string_as_inputBrName + nicstobridge_test.go:151: failed to get list of ports on bridge "":, stderr: "", error: test error + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestGetNicName/1:test_code_path_when_`ovs-vsctl_get_Port_port_Interfaces`_returns_error + nicstobridge_test.go:151: failed to get port "port1" on bridge "testPortName":, stderr: "", error: mock error + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestGetNicName/2:test_code_path_when_`ovs-vsctl_get_Interface_ifaceId_Type`_returns_error + nicstobridge_test.go:151: failed to get Interface "080841d8-4e12-4003-b0ac-36fefd63bae1" Type on bridge "testPortName":, stderr: "", error: mock error + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestGetNicName/3:test_code_path_when_`ovs-vsctl_get_Interface_ifaceId_Type`_returns_`system` + nicstobridge_test.go:151: port1 + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestGetNicName/4:test_code_path_when_`ovs-vsctl_br-get-external-id`_returns_error + nicstobridge_test.go:151: failed to get the bridge-uplink for the bridge "testPortName":, stderr: "", error: mock error + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestGetNicName/5:test_code_path_when_input_bridge_name_has_prefix_`br`_and_stdout_is_empty + nicstobridge_test.go:151: Name + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestGetNicName/6:test_code_path_when_input_bridge_name_has_NO_prefix_`br` + nicstobridge_test.go:151: someoutput + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:158: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:159: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestGetNicName (0.14s) + --- PASS: TestGetNicName/0:empty_string_as_inputBrName (0.00s) + --- PASS: TestGetNicName/1:test_code_path_when_`ovs-vsctl_get_Port_port_Interfaces`_returns_error (0.01s) + --- PASS: TestGetNicName/2:test_code_path_when_`ovs-vsctl_get_Interface_ifaceId_Type`_returns_error (0.01s) + --- PASS: TestGetNicName/3:test_code_path_when_`ovs-vsctl_get_Interface_ifaceId_Type`_returns_`system` (0.02s) + --- PASS: TestGetNicName/4:test_code_path_when_`ovs-vsctl_br-get-external-id`_returns_error (0.02s) + --- PASS: TestGetNicName/5:test_code_path_when_input_bridge_name_has_prefix_`br`_and_stdout_is_empty (0.04s) + --- PASS: TestGetNicName/6:test_code_path_when_input_bridge_name_has_NO_prefix_`br` (0.03s) +=== RUN TestSaveIPAddress +=== RUN TestSaveIPAddress/0:empty_address_list,_LinkSetup(newLink)_succeeds + nicstobridge_test.go:235: + nicstobridge_test.go:241: PASS: LinkSetUp(mock.AnythingOfTypeArgument) +=== RUN TestSaveIPAddress/1:deleting_address_from_old_link_errors_out +E1208 17:10:15.638579 23352 nicstobridge.go:104] Remove addr from "testIfaceName" failed: mock error + nicstobridge_test.go:235: mock error + nicstobridge_test.go:241: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:241: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:242: PASS: Attrs() +=== RUN TestSaveIPAddress/2:adding_address_to_new_link_errors_out +E1208 17:10:15.641439 23352 nicstobridge.go:111] Add addr "192.168.1.15/24 testIfaceName" to newLink "testIfaceName" failed: mock error + nicstobridge_test.go:235: mock error + nicstobridge_test.go:241: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:241: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:241: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:241: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:242: PASS: Attrs() + nicstobridge_test.go:242: PASS: Attrs() +=== RUN TestSaveIPAddress/3:saving_IP_address_to_new_link_succeeds +I1208 17:10:15.646580 23352 nicstobridge.go:114] Successfully saved addr "192.168.1.15/24 testIfaceName" to newLink "testIfaceName" + nicstobridge_test.go:235: + nicstobridge_test.go:241: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:241: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:241: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:241: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:241: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:241: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:241: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:242: PASS: Attrs() + nicstobridge_test.go:242: PASS: Attrs() + nicstobridge_test.go:242: PASS: Attrs() +--- PASS: TestSaveIPAddress (0.01s) + --- PASS: TestSaveIPAddress/0:empty_address_list,_LinkSetup(newLink)_succeeds (0.00s) + --- PASS: TestSaveIPAddress/1:deleting_address_from_old_link_errors_out (0.00s) + --- PASS: TestSaveIPAddress/2:adding_address_to_new_link_errors_out (0.00s) + --- PASS: TestSaveIPAddress/3:saving_IP_address_to_new_link_succeeds (0.01s) +=== RUN TestDelAddRoute +=== RUN TestDelAddRoute/0:test_path_where_RouteDel()_fails +E1208 17:10:15.652561 23352 nicstobridge.go:125] Remove route from "testIfaceName" failed: mock error + nicstobridge_test.go:310: mock error + nicstobridge_test.go:316: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:317: PASS: Attrs() +=== RUN TestDelAddRoute/1:test_path_where_RouteAdd()_fails +E1208 17:10:15.656218 23352 nicstobridge.go:132] Add route to newLink "" failed: mock error + nicstobridge_test.go:310: mock error + nicstobridge_test.go:316: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:316: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:316: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:317: PASS: Attrs() + nicstobridge_test.go:317: PASS: Attrs() + nicstobridge_test.go:317: PASS: Attrs() +=== RUN TestDelAddRoute/2:test_success_path +I1208 17:10:15.659905 23352 nicstobridge.go:136] Successfully saved route "{Ifindex: 1 Dst: 192.168.1.0/24 Src: Gw: Flags: [] Table: 0}" + nicstobridge_test.go:310: + nicstobridge_test.go:316: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:316: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:316: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:316: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:316: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:317: PASS: Attrs() + nicstobridge_test.go:317: PASS: Attrs() + nicstobridge_test.go:317: PASS: Attrs() + nicstobridge_test.go:317: PASS: Attrs() +--- PASS: TestDelAddRoute (0.01s) + --- PASS: TestDelAddRoute/0:test_path_where_RouteDel()_fails (0.00s) + --- PASS: TestDelAddRoute/1:test_path_where_RouteAdd()_fails (0.00s) + --- PASS: TestDelAddRoute/2:test_success_path (0.00s) +=== RUN TestSaveRoute +=== RUN TestSaveRoute/0:providing_empty_routes_should_return_no_error + nicstobridge_test.go:394: +=== RUN TestSaveRoute/1:test_error_path_for_GCE_special_case +E1208 17:10:15.664547 23352 nicstobridge.go:125] Remove route from "testIfaceName" failed: mock error + nicstobridge_test.go:394: mock error + nicstobridge_test.go:400: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:401: PASS: Attrs() +=== RUN TestSaveRoute/2:test_error_path_for_when_adding_default_gateway +E1208 17:10:15.666856 23352 nicstobridge.go:125] Remove route from "testIfaceName" failed: mock error + nicstobridge_test.go:394: mock error + nicstobridge_test.go:400: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:400: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:401: PASS: Attrs() + nicstobridge_test.go:401: PASS: Attrs() +=== RUN TestSaveRoute/3:test_success_path +I1208 17:10:15.670318 23352 nicstobridge.go:136] Successfully saved route "{Ifindex: 0 Dst: Src: Gw: 10.10.10.1 Flags: [] Table: 0}" + nicstobridge_test.go:394: + nicstobridge_test.go:400: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:400: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:400: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:400: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:401: PASS: Attrs() + nicstobridge_test.go:401: PASS: Attrs() + nicstobridge_test.go:401: PASS: Attrs() +--- PASS: TestSaveRoute (0.01s) + --- PASS: TestSaveRoute/0:providing_empty_routes_should_return_no_error (0.00s) + --- PASS: TestSaveRoute/1:test_error_path_for_GCE_special_case (0.00s) + --- PASS: TestSaveRoute/2:test_error_path_for_when_adding_default_gateway (0.00s) + --- PASS: TestSaveRoute/3:test_success_path (0.00s) +=== RUN TestNicToBridge +=== RUN TestNicToBridge/0:invalid_interface_name_fails_to_return_a_link + nicstobridge_test.go:559: mock error + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) +=== RUN TestNicToBridge/1:RunOVSVsctl_fails_to_create_OVS_bridge +E1208 17:10:15.678109 23352 nicstobridge.go:241] Failed to create OVS bridge, stdout: "", stderr: "", error: RunOVSVsctl error + nicstobridge_test.go:559: RunOVSVsctl error + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:570: PASS: Attrs() +=== RUN TestNicToBridge/2:IP_address_retrieval_for_link_fails +I1208 17:10:15.689318 23352 nicstobridge.go:244] Successfully created OVS bridge "breth0" +W1208 17:10:15.689597 23352 nicstobridge.go:194] Failed to parse file /etc/default/openvswitch-switch (open /etc/default/openvswitch-switch: no such file or directory) + nicstobridge_test.go:559: mock error + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:570: PASS: Attrs() + nicstobridge_test.go:570: PASS: Attrs() +=== RUN TestNicToBridge/3:Route_retrieval_for_link_fails +I1208 17:10:15.703622 23352 nicstobridge.go:244] Successfully created OVS bridge "breth0" +W1208 17:10:15.703769 23352 nicstobridge.go:194] Failed to parse file /etc/default/openvswitch-switch (open /etc/default/openvswitch-switch: no such file or directory) + nicstobridge_test.go:559: mock error + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:570: PASS: Attrs() + nicstobridge_test.go:570: PASS: Attrs() + nicstobridge_test.go:570: PASS: Attrs() +=== RUN TestNicToBridge/4:Retrieving_link_by_bridge_name_fails +I1208 17:10:15.722143 23352 nicstobridge.go:244] Successfully created OVS bridge "br" +W1208 17:10:15.722343 23352 nicstobridge.go:194] Failed to parse file /etc/default/openvswitch-switch (open /etc/default/openvswitch-switch: no such file or directory) + nicstobridge_test.go:559: mock error + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:570: PASS: Attrs() + nicstobridge_test.go:570: PASS: Attrs() + nicstobridge_test.go:570: PASS: Attrs() + nicstobridge_test.go:570: PASS: Attrs() +=== RUN TestNicToBridge/5:Saving_IP_address_to_bridge_fails +I1208 17:10:15.752512 23352 nicstobridge.go:244] Successfully created OVS bridge "br" +W1208 17:10:15.752715 23352 nicstobridge.go:194] Failed to parse file /etc/default/openvswitch-switch (open /etc/default/openvswitch-switch: no such file or directory) + nicstobridge_test.go:559: mock error + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:570: PASS: Attrs() + nicstobridge_test.go:570: PASS: Attrs() + nicstobridge_test.go:570: PASS: Attrs() + nicstobridge_test.go:570: PASS: Attrs() + nicstobridge_test.go:570: PASS: Attrs() +=== RUN TestNicToBridge/6:Saving_routes_to_bridge_fails +I1208 17:10:15.792766 23352 nicstobridge.go:244] Successfully created OVS bridge "br" +W1208 17:10:15.792970 23352 nicstobridge.go:194] Failed to parse file /etc/default/openvswitch-switch (open /etc/default/openvswitch-switch: no such file or directory) +E1208 17:10:15.800325 23352 nicstobridge.go:125] Remove route from "testIfaceName" failed: mock error + nicstobridge_test.go:559: mock error + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:570: PASS: Attrs() + nicstobridge_test.go:570: PASS: Attrs() + nicstobridge_test.go:570: PASS: Attrs() + nicstobridge_test.go:570: PASS: Attrs() + nicstobridge_test.go:570: PASS: Attrs() + nicstobridge_test.go:570: PASS: Attrs() + nicstobridge_test.go:570: PASS: Attrs() +=== RUN TestNicToBridge/7:IP_address_and_Routes_of_interface_to_OVS_bridge_succeeds +I1208 17:10:15.836428 23352 nicstobridge.go:244] Successfully created OVS bridge "br" +W1208 17:10:15.836576 23352 nicstobridge.go:194] Failed to parse file /etc/default/openvswitch-switch (open /etc/default/openvswitch-switch: no such file or directory) +I1208 17:10:15.842887 23352 nicstobridge.go:136] Successfully saved route "{Ifindex: 0 Dst: Src: Gw: 10.10.10.1 Flags: [] Table: 0}" + nicstobridge_test.go:559: br + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:567: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:568: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:569: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:570: PASS: Attrs() + nicstobridge_test.go:570: PASS: Attrs() + nicstobridge_test.go:570: PASS: Attrs() + nicstobridge_test.go:570: PASS: Attrs() + nicstobridge_test.go:570: PASS: Attrs() + nicstobridge_test.go:570: PASS: Attrs() + nicstobridge_test.go:570: PASS: Attrs() + nicstobridge_test.go:570: PASS: Attrs() + nicstobridge_test.go:570: PASS: Attrs() +--- PASS: TestNicToBridge (0.19s) + --- PASS: TestNicToBridge/0:invalid_interface_name_fails_to_return_a_link (0.00s) + --- PASS: TestNicToBridge/1:RunOVSVsctl_fails_to_create_OVS_bridge (0.01s) + --- PASS: TestNicToBridge/2:IP_address_retrieval_for_link_fails (0.02s) + --- PASS: TestNicToBridge/3:Route_retrieval_for_link_fails (0.01s) + --- PASS: TestNicToBridge/4:Retrieving_link_by_bridge_name_fails (0.03s) + --- PASS: TestNicToBridge/5:Saving_IP_address_to_bridge_fails (0.04s) + --- PASS: TestNicToBridge/6:Saving_routes_to_bridge_fails (0.05s) + --- PASS: TestNicToBridge/7:IP_address_and_Routes_of_interface_to_OVS_bridge_succeeds (0.04s) +=== RUN TestBridgeToNic +=== RUN TestBridgeToNic/0:invalid_bridge_name_fails_to_return_a_link + nicstobridge_test.go:1157: mock error + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) +=== RUN TestBridgeToNic/1:IP_address_retrieval_for_link_fails + nicstobridge_test.go:1157: mock error + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestBridgeToNic/2:Route_retrieval_for_link_fails + nicstobridge_test.go:1157: mock error + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestBridgeToNic/3:Nic_Name_retrieval_using_bridge_name_fails + nicstobridge_test.go:1157: failed to get list of ports on bridge "breth0":, stderr: "", error: mock error + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestBridgeToNic/4:retrieving_interface_link_using_nic_name_fails + nicstobridge_test.go:1157: mock error + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) +=== RUN TestBridgeToNic/5:saving_IP_address_to_iface_fails +I1208 17:10:15.906527 23352 nicstobridge.go:114] Successfully saved addr "192.168.1.15/24 testIfaceName" to newLink "testIfaceName" + nicstobridge_test.go:1157: mock error + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1166: PASS: Attrs() +=== RUN TestBridgeToNic/6:saving_routes_to_iface_fails +I1208 17:10:15.930144 23352 nicstobridge.go:114] Successfully saved addr "192.168.1.15/24 testIfaceName" to newLink "testIfaceName" +E1208 17:10:15.931611 23352 nicstobridge.go:132] Add route to newLink "testIfaceName" failed: mock error + nicstobridge_test.go:1157: mock error + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() +=== RUN TestBridgeToNic/7:list-ifaces_(via_RunOVSVsctl)_for_given_bridge_errors_out +I1208 17:10:15.957456 23352 nicstobridge.go:114] Successfully saved addr "192.168.1.15/24 testIfaceName" to newLink "testIfaceName" +I1208 17:10:15.959212 23352 nicstobridge.go:136] Successfully saved route "{Ifindex: 0 Dst: Src: Gw: 10.10.10.1 Flags: [] Table: 0}" +E1208 17:10:15.962079 23352 nicstobridge.go:320] Failed to get interfaces for OVS bridge: "breth0", stderr: "", error: mock error + nicstobridge_test.go:1157: mock error + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() +=== RUN TestBridgeToNic/8:determining_iface_type_fails +I1208 17:10:15.994704 23352 nicstobridge.go:114] Successfully saved addr "192.168.1.15/24 testIfaceName" to newLink "testIfaceName" +I1208 17:10:15.996676 23352 nicstobridge.go:136] Successfully saved route "{Ifindex: 0 Dst: Src: Gw: 10.10.10.1 Flags: [] Table: 0}" +W1208 17:10:16.004164 23352 nicstobridge.go:328] Failed to determine the type of interface: "9d2bc35689fa975", stderr: "", error: mock error +E1208 17:10:16.008670 23352 nicstobridge.go:352] Failed to delete OVS bridge, stdout: "", stderr: "", error: mock error + nicstobridge_test.go:1157: mock error + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() +=== RUN TestBridgeToNic/9:test_code_path_where_the_interface_type_IS_NOT_patch +I1208 17:10:16.087662 23352 nicstobridge.go:114] Successfully saved addr "192.168.1.15/24 testIfaceName" to newLink "testIfaceName" +I1208 17:10:16.096352 23352 nicstobridge.go:136] Successfully saved route "{Ifindex: 0 Dst: Src: Gw: 10.10.10.1 Flags: [] Table: 0}" +E1208 17:10:16.127799 23352 nicstobridge.go:352] Failed to delete OVS bridge, stdout: "", stderr: "", error: mock error + nicstobridge_test.go:1157: mock error + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() +=== RUN TestBridgeToNic/10:fails_to_get_peer_port_for_patch_interface +I1208 17:10:16.218662 23352 nicstobridge.go:114] Successfully saved addr "192.168.1.15/24 testIfaceName" to newLink "testIfaceName" +I1208 17:10:16.223478 23352 nicstobridge.go:136] Successfully saved route "{Ifindex: 0 Dst: Src: Gw: 10.10.10.1 Flags: [] Table: 0}" +W1208 17:10:16.244045 23352 nicstobridge.go:336] Failed to get the peer port for patch interface: "ovn-3e22f4-0", stderr: "", error: mock error +E1208 17:10:16.250805 23352 nicstobridge.go:352] Failed to delete OVS bridge, stdout: "", stderr: "", error: mock error + nicstobridge_test.go:1157: mock error + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() +=== RUN TestBridgeToNic/11:failed_to_delete_peer_patch_port_on_br-int +I1208 17:10:16.325874 23352 nicstobridge.go:114] Successfully saved addr "192.168.1.15/24 testIfaceName" to newLink "testIfaceName" +I1208 17:10:16.330430 23352 nicstobridge.go:136] Successfully saved route "{Ifindex: 0 Dst: Src: Gw: 10.10.10.1 Flags: [] Table: 0}" +W1208 17:10:16.360353 23352 nicstobridge.go:344] Failed to delete patch port "" on br-int, stderr: "", error: mock error +E1208 17:10:16.368469 23352 nicstobridge.go:352] Failed to delete OVS bridge, stdout: "", stderr: "", error: mock error + nicstobridge_test.go:1157: mock error + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() +=== RUN TestBridgeToNic/12:deleting_the_bridge_fails +I1208 17:10:16.456383 23352 nicstobridge.go:114] Successfully saved addr "192.168.1.15/24 testIfaceName" to newLink "testIfaceName" +I1208 17:10:16.461820 23352 nicstobridge.go:136] Successfully saved route "{Ifindex: 0 Dst: Src: Gw: 10.10.10.1 Flags: [] Table: 0}" +E1208 17:10:16.507753 23352 nicstobridge.go:352] Failed to delete OVS bridge, stdout: "", stderr: "", error: mock error + nicstobridge_test.go:1157: mock error + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() +=== RUN TestBridgeToNic/13:delete_bridge_successfully +I1208 17:10:16.625117 23352 nicstobridge.go:114] Successfully saved addr "192.168.1.15/24 testIfaceName" to newLink "testIfaceName" +I1208 17:10:16.632308 23352 nicstobridge.go:136] Successfully saved route "{Ifindex: 0 Dst: Src: Gw: 10.10.10.1 Flags: [] Table: 0}" +I1208 17:10:16.686554 23352 nicstobridge.go:355] Successfully deleted OVS bridge "breth0" + nicstobridge_test.go:1157: + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1163: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1164: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteList(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkByName(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrDel(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: AddrAdd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: LinkSetUp(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteDel(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1165: PASS: RouteAdd(mock.AnythingOfTypeArgument) + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() + nicstobridge_test.go:1166: PASS: Attrs() +--- PASS: TestBridgeToNic (0.89s) + --- PASS: TestBridgeToNic/0:invalid_bridge_name_fails_to_return_a_link (0.00s) + --- PASS: TestBridgeToNic/1:IP_address_retrieval_for_link_fails (0.00s) + --- PASS: TestBridgeToNic/2:Route_retrieval_for_link_fails (0.00s) + --- PASS: TestBridgeToNic/3:Nic_Name_retrieval_using_bridge_name_fails (0.01s) + --- PASS: TestBridgeToNic/4:retrieving_interface_link_using_nic_name_fails (0.02s) + --- PASS: TestBridgeToNic/5:saving_IP_address_to_iface_fails (0.02s) + --- PASS: TestBridgeToNic/6:saving_routes_to_iface_fails (0.03s) + --- PASS: TestBridgeToNic/7:list-ifaces_(via_RunOVSVsctl)_for_given_bridge_errors_out (0.03s) + --- PASS: TestBridgeToNic/8:determining_iface_type_fails (0.05s) + --- PASS: TestBridgeToNic/9:test_code_path_where_the_interface_type_IS_NOT_patch (0.13s) + --- PASS: TestBridgeToNic/10:fails_to_get_peer_port_for_patch_interface (0.13s) + --- PASS: TestBridgeToNic/11:failed_to_delete_peer_patch_port_on_br-int (0.12s) + --- PASS: TestBridgeToNic/12:deleting_the_bridge_fails (0.15s) + --- PASS: TestBridgeToNic/13:delete_bridge_successfully (0.19s) +=== RUN TestL3GatewayConfig_MarshalJSON +=== RUN TestL3GatewayConfig_MarshalJSON/0:test_empty_config_i.e_gateway_mode_disabled_by_default + node_annotations_unit_test.go:79: {"mode":""} +=== RUN TestL3GatewayConfig_MarshalJSON/1:test_gateway_mode_set_to_local_and_verify_that_node-port-enable_is_set_to_false_by_default + node_annotations_unit_test.go:79: {"mode":"local","node-port-enable":"false"} +=== RUN TestL3GatewayConfig_MarshalJSON/2:test_VLANID_not_nil + node_annotations_unit_test.go:79: {"mode":"shared","node-port-enable":"false","vlan-id":"1024"} +=== RUN TestL3GatewayConfig_MarshalJSON/3:test_single_IP_address_and_single_next_hop_path + node_annotations_unit_test.go:79: {"mode":"local","ip-addresses":["192.168.1.10/24"],"ip-address":"192.168.1.10/24","next-hops":["192.168.1.1"],"next-hop":"192.168.1.1","node-port-enable":"false","vlan-id":"1024"} +=== RUN TestL3GatewayConfig_MarshalJSON/4:test_multiple_IP_address_and_multiple_next_hop_paths + node_annotations_unit_test.go:79: {"mode":"local","interface-id":"INTERFACE-ID","mac-address":"11:22:33:44:55:66","ip-addresses":["192.168.1.10/24","fd01::1234/64"],"next-hops":["192.168.1.1","fd01::1"],"node-port-enable":"false","vlan-id":"1024"} +--- PASS: TestL3GatewayConfig_MarshalJSON (0.00s) + --- PASS: TestL3GatewayConfig_MarshalJSON/0:test_empty_config_i.e_gateway_mode_disabled_by_default (0.00s) + --- PASS: TestL3GatewayConfig_MarshalJSON/1:test_gateway_mode_set_to_local_and_verify_that_node-port-enable_is_set_to_false_by_default (0.00s) + --- PASS: TestL3GatewayConfig_MarshalJSON/2:test_VLANID_not_nil (0.00s) + --- PASS: TestL3GatewayConfig_MarshalJSON/3:test_single_IP_address_and_single_next_hop_path (0.00s) + --- PASS: TestL3GatewayConfig_MarshalJSON/4:test_multiple_IP_address_and_multiple_next_hop_paths (0.00s) +=== RUN TestL3GatewayConfig_UnmarshalJSON +=== RUN TestL3GatewayConfig_UnmarshalJSON/0:error:_test_bad_input_causing_json_Unmarshal_error +=== RUN TestL3GatewayConfig_UnmarshalJSON/1:success:_test_gateway_mode_disabled_path +=== RUN TestL3GatewayConfig_UnmarshalJSON/2:error:_test_unsupported_gateway_mode +=== RUN TestL3GatewayConfig_UnmarshalJSON/3:error:_test_bad_VLANID_input +=== RUN TestL3GatewayConfig_UnmarshalJSON/4:error:_test_VLANID_is_supported_only_in_shared_gateway_mode +=== RUN TestL3GatewayConfig_UnmarshalJSON/5:success:_test_valid_VLANID_input +=== RUN TestL3GatewayConfig_UnmarshalJSON/6:success:_test_host_gateway_bridge_parsing + node_annotations_unit_test.go:187: {shared [] breth0_ovn-control-plane [] [] false } +=== RUN TestL3GatewayConfig_UnmarshalJSON/7:test_bad_MAC_address_value +=== RUN TestL3GatewayConfig_UnmarshalJSON/8:test_bad_'IP_address'_value +=== RUN TestL3GatewayConfig_UnmarshalJSON/9:test_bad_'IP_addresses'_value +=== RUN TestL3GatewayConfig_UnmarshalJSON/10:test_valid_'IP_addresses'_value +=== RUN TestL3GatewayConfig_UnmarshalJSON/11:test_bad_'next-hop'_value +=== RUN TestL3GatewayConfig_UnmarshalJSON/12:test_bad_'next-hops'_value +--- PASS: TestL3GatewayConfig_UnmarshalJSON (0.01s) + --- PASS: TestL3GatewayConfig_UnmarshalJSON/0:error:_test_bad_input_causing_json_Unmarshal_error (0.00s) + --- PASS: TestL3GatewayConfig_UnmarshalJSON/1:success:_test_gateway_mode_disabled_path (0.00s) + --- PASS: TestL3GatewayConfig_UnmarshalJSON/2:error:_test_unsupported_gateway_mode (0.00s) + --- PASS: TestL3GatewayConfig_UnmarshalJSON/3:error:_test_bad_VLANID_input (0.00s) + --- PASS: TestL3GatewayConfig_UnmarshalJSON/4:error:_test_VLANID_is_supported_only_in_shared_gateway_mode (0.00s) + --- PASS: TestL3GatewayConfig_UnmarshalJSON/5:success:_test_valid_VLANID_input (0.00s) + --- PASS: TestL3GatewayConfig_UnmarshalJSON/6:success:_test_host_gateway_bridge_parsing (0.00s) + --- PASS: TestL3GatewayConfig_UnmarshalJSON/7:test_bad_MAC_address_value (0.00s) + --- PASS: TestL3GatewayConfig_UnmarshalJSON/8:test_bad_'IP_address'_value (0.00s) + --- PASS: TestL3GatewayConfig_UnmarshalJSON/9:test_bad_'IP_addresses'_value (0.00s) + --- PASS: TestL3GatewayConfig_UnmarshalJSON/10:test_valid_'IP_addresses'_value (0.00s) + --- PASS: TestL3GatewayConfig_UnmarshalJSON/11:test_bad_'next-hop'_value (0.00s) + --- PASS: TestL3GatewayConfig_UnmarshalJSON/12:test_bad_'next-hops'_value (0.00s) +=== RUN TestSetL3GatewayConfig +=== RUN TestSetL3GatewayConfig/0:success:_empty_L3GatewayConfig_applied_should_pass + node_annotations_unit_test.go:261: PASS: Set(string,string) +=== RUN TestSetL3GatewayConfig/1:test_error_path_when_setting_gateway_annotation + node_annotations_unit_test.go:261: PASS: Set(string,string) + node_annotations_unit_test.go:261: PASS: Set(string,string) +=== RUN TestSetL3GatewayConfig/2:success:_apply_empty_Chassis_id + node_annotations_unit_test.go:261: PASS: Set(string,string) + node_annotations_unit_test.go:261: PASS: Set(string,string) + node_annotations_unit_test.go:261: PASS: Set(string,string) + node_annotations_unit_test.go:261: PASS: Set(string,string) +=== RUN TestSetL3GatewayConfig/3:test_error_path_when_applying_Chassis_ID + node_annotations_unit_test.go:261: PASS: Set(string,string) + node_annotations_unit_test.go:261: PASS: Set(string,string) + node_annotations_unit_test.go:261: PASS: Set(string,string) + node_annotations_unit_test.go:261: PASS: Set(string,string) + node_annotations_unit_test.go:261: PASS: Set(string,string) + node_annotations_unit_test.go:261: PASS: Set(string,string) +--- PASS: TestSetL3GatewayConfig (0.01s) + --- PASS: TestSetL3GatewayConfig/0:success:_empty_L3GatewayConfig_applied_should_pass (0.00s) + --- PASS: TestSetL3GatewayConfig/1:test_error_path_when_setting_gateway_annotation (0.00s) + --- PASS: TestSetL3GatewayConfig/2:success:_apply_empty_Chassis_id (0.00s) + --- PASS: TestSetL3GatewayConfig/3:test_error_path_when_applying_Chassis_ID (0.00s) +=== RUN TestParseNodeL3GatewayAnnotation +=== RUN TestParseNodeL3GatewayAnnotation/0:error:_annotation_not_found_for_node + node_annotations_unit_test.go:325: k8s.ovn.org/l3-gateway-config annotation not found for node "" +=== RUN TestParseNodeL3GatewayAnnotation/1:error:_fail_to_unmarshal_l3_gateway_config_annotations + node_annotations_unit_test.go:325: failed to unmarshal l3 gateway config annotation {"default":{"mode":"local","mac_address":"}} for node "": unexpected end of JSON input +=== RUN TestParseNodeL3GatewayAnnotation/2:error:_annotation_for_network_not_found + node_annotations_unit_test.go:325: k8s.ovn.org/l3-gateway-config annotation for default network not found +=== RUN TestParseNodeL3GatewayAnnotation/3:error:_nod_chassis_ID_annotation_not_found + node_annotations_unit_test.go:325: k8s.ovn.org/node-chassis-id annotation not found +=== RUN TestParseNodeL3GatewayAnnotation/4:success:_parse_completed +--- PASS: TestParseNodeL3GatewayAnnotation (0.00s) + --- PASS: TestParseNodeL3GatewayAnnotation/0:error:_annotation_not_found_for_node (0.00s) + --- PASS: TestParseNodeL3GatewayAnnotation/1:error:_fail_to_unmarshal_l3_gateway_config_annotations (0.00s) + --- PASS: TestParseNodeL3GatewayAnnotation/2:error:_annotation_for_network_not_found (0.00s) + --- PASS: TestParseNodeL3GatewayAnnotation/3:error:_nod_chassis_ID_annotation_not_found (0.00s) + --- PASS: TestParseNodeL3GatewayAnnotation/4:success:_parse_completed (0.00s) +=== RUN TestNodeL3GatewayAnnotationChanged +=== RUN TestNodeL3GatewayAnnotationChanged/0:true:_annotation_changed +=== RUN TestNodeL3GatewayAnnotationChanged/1:true:_annotation's_node_IP_field_changed +=== RUN TestNodeL3GatewayAnnotationChanged/2:false:_annotation_didn't_change +--- PASS: TestNodeL3GatewayAnnotationChanged (0.00s) + --- PASS: TestNodeL3GatewayAnnotationChanged/0:true:_annotation_changed (0.00s) + --- PASS: TestNodeL3GatewayAnnotationChanged/1:true:_annotation's_node_IP_field_changed (0.00s) + --- PASS: TestNodeL3GatewayAnnotationChanged/2:false:_annotation_didn't_change (0.00s) +=== RUN TestParseNodeManagementPortMACAddress +=== RUN TestParseNodeManagementPortMACAddress/0:mac_address_annotation_not_found_for_node,_however,_does_not_return_error +=== RUN TestParseNodeManagementPortMACAddress/1:success:_parse_mac_address +=== RUN TestParseNodeManagementPortMACAddress/2:error:_parse_mac_address_error + node_annotations_unit_test.go:440: address 96:8f:e8:25:a2:: invalid MAC address +--- PASS: TestParseNodeManagementPortMACAddress (0.00s) + --- PASS: TestParseNodeManagementPortMACAddress/0:mac_address_annotation_not_found_for_node,_however,_does_not_return_error (0.00s) + --- PASS: TestParseNodeManagementPortMACAddress/1:success:_parse_mac_address (0.00s) + --- PASS: TestParseNodeManagementPortMACAddress/2:error:_parse_mac_address_error (0.00s) +=== RUN TestRunningPlatform +=== RUN TestRunningPlatform/0:ReadFile_returns_error + ovs_unit_test.go:72: failed to parse file /etc/os-release (open /etc/os-release: file does not exist) +=== RUN TestRunningPlatform/1:failed_to_find_platform_name + ovs_unit_test.go:72: failed to find the platform name +=== RUN TestRunningPlatform/2:platform_name_returned_is_RHEL + ovs_unit_test.go:72: RHEL +=== RUN TestRunningPlatform/3:platform_name_returned_is_Ubuntu + ovs_unit_test.go:72: Ubuntu +=== RUN TestRunningPlatform/4:platform_name_returned_is_Photon + ovs_unit_test.go:72: Photon +=== RUN TestRunningPlatform/5:unknown_platform + ovs_unit_test.go:72: unknown platform +--- PASS: TestRunningPlatform (0.00s) + --- PASS: TestRunningPlatform/0:ReadFile_returns_error (0.00s) + --- PASS: TestRunningPlatform/1:failed_to_find_platform_name (0.00s) + --- PASS: TestRunningPlatform/2:platform_name_returned_is_RHEL (0.00s) + --- PASS: TestRunningPlatform/3:platform_name_returned_is_Ubuntu (0.00s) + --- PASS: TestRunningPlatform/4:platform_name_returned_is_Photon (0.00s) + --- PASS: TestRunningPlatform/5:unknown_platform (0.00s) +=== RUN TestRunOVNretry +=== RUN TestRunOVNretry/0:test_path_when_runWithEnvVars_returns_no_error + ovs_unit_test.go:137: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:138: PASS: Command(mock.AnythingOfTypeArgument) +=== RUN TestRunOVNretry/1:test_path_when_runWithEnvVars_returns__"Connection_refused"_error + ovs_unit_test.go:137: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:137: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:138: PASS: Command(mock.AnythingOfTypeArgument) + ovs_unit_test.go:138: PASS: Command(mock.AnythingOfTypeArgument) +=== RUN TestRunOVNretry/2:test_path_when_runWithEnvVars_returns_an_error_OTHER_THAN_"Connection_refused"_ + ovs_unit_test.go:137: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:137: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:137: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:138: PASS: Command(mock.AnythingOfTypeArgument) + ovs_unit_test.go:138: PASS: Command(mock.AnythingOfTypeArgument) + ovs_unit_test.go:138: PASS: Command(mock.AnythingOfTypeArgument) +--- PASS: TestRunOVNretry (0.01s) + --- PASS: TestRunOVNretry/0:test_path_when_runWithEnvVars_returns_no_error (0.00s) + --- PASS: TestRunOVNretry/1:test_path_when_runWithEnvVars_returns__"Connection_refused"_error (0.00s) + --- PASS: TestRunOVNretry/2:test_path_when_runWithEnvVars_returns_an_error_OTHER_THAN_"Connection_refused"_ (0.00s) +=== RUN TestGetNbctlSocketPath +=== RUN TestGetNbctlSocketPath/0:test_code_path_when_`os.Getenv()_is_non_empty`_and_when_Stat()_returns_error + ovs_unit_test.go:224: OVN_NB_DAEMON ovn-nbctl daemon control socket /some/blah/path missing: open /some/blah/path: file does not exist +=== RUN TestGetNbctlSocketPath/1:test_code_path_when_`os.Getenv()_is_non_empty`_and_when_Stat()_returns_success + ovs_unit_test.go:224: OVN_NB_DAEMON=/some/blah/path +=== RUN TestGetNbctlSocketPath/2:test_code_path_when_ReadFile()_returns_error + ovs_unit_test.go:224: failed to find ovn-nbctl daemon pidfile/socket in /var/run/ovn/,/var/run/openvswitch/ +=== RUN TestGetNbctlSocketPath/3:test_code_path_when_ReadFile()_and_Stat_succeed + ovs_unit_test.go:224: OVN_NB_DAEMON=/var/run/ovn/ovn-nbctl.pid.ctl +--- PASS: TestGetNbctlSocketPath (0.00s) + --- PASS: TestGetNbctlSocketPath/0:test_code_path_when_`os.Getenv()_is_non_empty`_and_when_Stat()_returns_error (0.00s) + --- PASS: TestGetNbctlSocketPath/1:test_code_path_when_`os.Getenv()_is_non_empty`_and_when_Stat()_returns_success (0.00s) + --- PASS: TestGetNbctlSocketPath/2:test_code_path_when_ReadFile()_returns_error (0.00s) + --- PASS: TestGetNbctlSocketPath/3:test_code_path_when_ReadFile()_and_Stat_succeed (0.00s) +=== RUN TestGetNbctlArgsAndEnv +=== RUN TestGetNbctlArgsAndEnv/0:test_success_path_when_confg.NbctlDaemonMode_is_true +=== RUN TestGetNbctlArgsAndEnv/1:test_error_path_when_config.NbctlDaemonMode_is_true +W1208 17:10:16.803886 23352 ovs.go:483] failed to find ovn-nbctl daemon pidfile/socket in /var/run/ovn/,/var/run/openvswitch/; resorting to non-daemon mode +=== RUN TestGetNbctlArgsAndEnv/2:test_path_when_config.OvnNorth.Scheme_==_config.OvnDBSchemeSSL +=== RUN TestGetNbctlArgsAndEnv/3:test_path_when_config.OvnNorth.Scheme_==_config.OvnDBSchemeTCP +=== RUN TestGetNbctlArgsAndEnv/4:test_default_path +--- PASS: TestGetNbctlArgsAndEnv (0.00s) + --- PASS: TestGetNbctlArgsAndEnv/0:test_success_path_when_confg.NbctlDaemonMode_is_true (0.00s) + --- PASS: TestGetNbctlArgsAndEnv/1:test_error_path_when_config.NbctlDaemonMode_is_true (0.00s) + --- PASS: TestGetNbctlArgsAndEnv/2:test_path_when_config.OvnNorth.Scheme_==_config.OvnDBSchemeSSL (0.00s) + --- PASS: TestGetNbctlArgsAndEnv/3:test_path_when_config.OvnNorth.Scheme_==_config.OvnDBSchemeTCP (0.00s) + --- PASS: TestGetNbctlArgsAndEnv/4:test_default_path (0.00s) +=== RUN TestGetNbOVSDBArgs +=== RUN TestGetNbOVSDBArgs/0:test_code_path_when_command_string_is_EMPTY,_NO_additional_args_are_provided_and_config.OvnNorth.Scheme_!=_config.OvnDBSchemeSSL +=== RUN TestGetNbOVSDBArgs/1:test_code_path_when_command_string_is_non-empty,_additional_args_are_provided_and_config.OvnNorth.Scheme_==_config.OvnDBSchemeSSL +=== RUN TestGetNbOVSDBArgs/2:test_code_path_when_command_string_is_non-empty,_additional_args_are_provided_and_config.OvnNorth.Scheme_!=_config.OvnDBSchemeSSL +--- PASS: TestGetNbOVSDBArgs (0.00s) + --- PASS: TestGetNbOVSDBArgs/0:test_code_path_when_command_string_is_EMPTY,_NO_additional_args_are_provided_and_config.OvnNorth.Scheme_!=_config.OvnDBSchemeSSL (0.00s) + --- PASS: TestGetNbOVSDBArgs/1:test_code_path_when_command_string_is_non-empty,_additional_args_are_provided_and_config.OvnNorth.Scheme_==_config.OvnDBSchemeSSL (0.00s) + --- PASS: TestGetNbOVSDBArgs/2:test_code_path_when_command_string_is_non-empty,_additional_args_are_provided_and_config.OvnNorth.Scheme_!=_config.OvnDBSchemeSSL (0.00s) +=== RUN TestRunOVNNorthAppCtl +=== RUN TestRunOVNNorthAppCtl/0:test_path_when_ReadFile_returns_error + ovs_unit_test.go:446: failed to run the command since failed to get ovn-northd's pid: open /var/run/ovn/ovn-northd.pid: file does not exist +=== RUN TestRunOVNNorthAppCtl/1:test_path_when_runOVNretry_succeeds + ovs_unit_test.go:446: + ovs_unit_test.go:452: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:453: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestRunOVNNorthAppCtl (0.00s) + --- PASS: TestRunOVNNorthAppCtl/0:test_path_when_ReadFile_returns_error (0.00s) + --- PASS: TestRunOVNNorthAppCtl/1:test_path_when_runOVNretry_succeeds (0.00s) +=== RUN TestRunOVNControllerAppCtl +=== RUN TestRunOVNControllerAppCtl/0:test_path_when_ReadFile_returns_error + ovs_unit_test.go:519: failed to get ovn-controller pid : open /var/run/ovn/ovn-controller.pid: file does not exist +=== RUN TestRunOVNControllerAppCtl/1:test_path_when_runOVNretry_succeeds + ovs_unit_test.go:519: + ovs_unit_test.go:525: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:526: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestRunOVNControllerAppCtl (0.00s) + --- PASS: TestRunOVNControllerAppCtl/0:test_path_when_ReadFile_returns_error (0.00s) + --- PASS: TestRunOVNControllerAppCtl/1:test_path_when_runOVNretry_succeeds (0.00s) +=== RUN TestRunOvsVswitchdAppCtl +=== RUN TestRunOvsVswitchdAppCtl/0:test_path_when_ReadFile_returns_error + ovs_unit_test.go:590: failed to get ovs-vswitch pid : open /var/run/openvswitch/ovs-vswitchd.pid: file does not exist +=== RUN TestRunOvsVswitchdAppCtl/1:test_path_when_runOVNretry_succeeds + ovs_unit_test.go:590: + ovs_unit_test.go:596: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:597: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestRunOvsVswitchdAppCtl (0.00s) + --- PASS: TestRunOvsVswitchdAppCtl/0:test_path_when_ReadFile_returns_error (0.00s) + --- PASS: TestRunOvsVswitchdAppCtl/1:test_path_when_runOVNretry_succeeds (0.00s) +=== RUN TestDefaultExecRunner_RunCmd +=== RUN TestDefaultExecRunner_RunCmd/0:negative:_set_cmd_parameter_to_be_nil +=== RUN TestDefaultExecRunner_RunCmd/1:set_envars_and_ensure_cmd.SetEnv_is_invoked + ovs_unit_test.go:654: PASS: Run() + ovs_unit_test.go:654: PASS: SetStdout(mock.AnythingOfTypeArgument) + ovs_unit_test.go:654: PASS: SetStderr(mock.AnythingOfTypeArgument) + ovs_unit_test.go:654: PASS: SetEnv(mock.AnythingOfTypeArgument) +=== RUN TestDefaultExecRunner_RunCmd/2:cmd.Run_returns_error_test + ovs_unit_test.go:654: PASS: Run() + ovs_unit_test.go:654: PASS: SetStdout(mock.AnythingOfTypeArgument) + ovs_unit_test.go:654: PASS: SetStderr(mock.AnythingOfTypeArgument) + ovs_unit_test.go:654: PASS: SetEnv(mock.AnythingOfTypeArgument) + ovs_unit_test.go:654: PASS: Run() + ovs_unit_test.go:654: PASS: SetStdout(mock.AnythingOfTypeArgument) + ovs_unit_test.go:654: PASS: SetStderr(mock.AnythingOfTypeArgument) +--- PASS: TestDefaultExecRunner_RunCmd (0.01s) + --- PASS: TestDefaultExecRunner_RunCmd/0:negative:_set_cmd_parameter_to_be_nil (0.00s) + --- PASS: TestDefaultExecRunner_RunCmd/1:set_envars_and_ensure_cmd.SetEnv_is_invoked (0.00s) + --- PASS: TestDefaultExecRunner_RunCmd/2:cmd.Run_returns_error_test (0.00s) +=== RUN TestSetExec +=== RUN TestSetExec/0:positive,_test_when_'runner'_is_nil + ovs_unit_test.go:690: PASS: LookPath(mock.AnythingOfTypeArgument) +=== RUN TestSetExec/1:positive,_test_when_'runner'_is_not_nil + ovs_unit_test.go:690: PASS: LookPath(mock.AnythingOfTypeArgument) + ovs_unit_test.go:690: PASS: LookPath(mock.AnythingOfTypeArgument) +--- PASS: TestSetExec (0.01s) + --- PASS: TestSetExec/0:positive,_test_when_'runner'_is_nil (0.00s) + --- PASS: TestSetExec/1:positive,_test_when_'runner'_is_not_nil (0.00s) +=== RUN TestSetExecWithoutOVS +=== RUN TestSetExecWithoutOVS/0:positive,_ip_and_arping_path_found + ovs_unit_test.go:720: PASS: LookPath(mock.AnythingOfTypeArgument) +=== RUN TestSetExecWithoutOVS/1:negative,_ip_path_not_found + ovs_unit_test.go:720: PASS: LookPath(mock.AnythingOfTypeArgument) + ovs_unit_test.go:720: PASS: LookPath(mock.AnythingOfTypeArgument) +--- PASS: TestSetExecWithoutOVS (0.00s) + --- PASS: TestSetExecWithoutOVS/0:positive,_ip_and_arping_path_found (0.00s) + --- PASS: TestSetExecWithoutOVS/1:negative,_ip_path_not_found (0.00s) +=== RUN TestSetSpecificExec +=== RUN TestSetSpecificExec/0:positive:_ovs-vsctl_path_found + ovs_unit_test.go:760: PASS: LookPath(mock.AnythingOfTypeArgument) +=== RUN TestSetSpecificExec/1:negative:_ovs-vsctl_path_not_found + ovs_unit_test.go:760: PASS: LookPath(mock.AnythingOfTypeArgument) + ovs_unit_test.go:760: PASS: LookPath(mock.AnythingOfTypeArgument) +=== RUN TestSetSpecificExec/2:negative:_unknown_command + ovs_unit_test.go:760: PASS: LookPath(mock.AnythingOfTypeArgument) + ovs_unit_test.go:760: PASS: LookPath(mock.AnythingOfTypeArgument) +--- PASS: TestSetSpecificExec (0.00s) + --- PASS: TestSetSpecificExec/0:positive:_ovs-vsctl_path_found (0.00s) + --- PASS: TestSetSpecificExec/1:negative:_ovs-vsctl_path_not_found (0.00s) + --- PASS: TestSetSpecificExec/2:negative:_unknown_command (0.00s) +=== RUN TestRunCmd +=== RUN TestRunCmd/0:positive:_run_`ip_addr`_command + ovs_unit_test.go:806: PASS: Run() + ovs_unit_test.go:806: PASS: SetStdout(mock.AnythingOfTypeArgument) + ovs_unit_test.go:806: PASS: SetStderr(mock.AnythingOfTypeArgument) +=== RUN TestRunCmd/1:negative:_run_`ip_addr`_command + ovs_unit_test.go:806: PASS: Run() + ovs_unit_test.go:806: PASS: SetStdout(mock.AnythingOfTypeArgument) + ovs_unit_test.go:806: PASS: SetStderr(mock.AnythingOfTypeArgument) + ovs_unit_test.go:806: PASS: Run() + ovs_unit_test.go:806: PASS: SetStdout(mock.AnythingOfTypeArgument) + ovs_unit_test.go:806: PASS: SetStderr(mock.AnythingOfTypeArgument) +--- PASS: TestRunCmd (0.01s) + --- PASS: TestRunCmd/0:positive:_run_`ip_addr`_command (0.00s) + --- PASS: TestRunCmd/1:negative:_run_`ip_addr`_command (0.00s) +=== RUN TestRun +=== RUN TestRun/0:negative:_run_`ip_addr`_command + ovs_unit_test.go:880: PASS: Run() + ovs_unit_test.go:880: PASS: SetStdout(mock.AnythingOfTypeArgument) + ovs_unit_test.go:880: PASS: SetStderr(mock.AnythingOfTypeArgument) + ovs_unit_test.go:881: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestRun/1:positive:_run_`ip_addr` + ovs_unit_test.go:880: PASS: Run() + ovs_unit_test.go:880: PASS: SetStdout(mock.AnythingOfTypeArgument) + ovs_unit_test.go:880: PASS: SetStderr(mock.AnythingOfTypeArgument) + ovs_unit_test.go:880: PASS: Run() + ovs_unit_test.go:880: PASS: SetStdout(mock.AnythingOfTypeArgument) + ovs_unit_test.go:880: PASS: SetStderr(mock.AnythingOfTypeArgument) + ovs_unit_test.go:881: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:881: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestRun (0.01s) + --- PASS: TestRun/0:negative:_run_`ip_addr`_command (0.00s) + --- PASS: TestRun/1:positive:_run_`ip_addr` (0.00s) +=== RUN TestRunWithEnvVars +=== RUN TestRunWithEnvVars/0:positive:_run_`ip_addr`_command_with_empty_envVars + ovs_unit_test.go:951: PASS: Run() + ovs_unit_test.go:951: PASS: SetStdout(mock.AnythingOfTypeArgument) + ovs_unit_test.go:951: PASS: SetStderr(mock.AnythingOfTypeArgument) + ovs_unit_test.go:952: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestRunWithEnvVars/1:positive:_run_`ip_addr`_command_with_envVars + ovs_unit_test.go:951: PASS: Run() + ovs_unit_test.go:951: PASS: SetStdout(mock.AnythingOfTypeArgument) + ovs_unit_test.go:951: PASS: SetStderr(mock.AnythingOfTypeArgument) + ovs_unit_test.go:951: PASS: Run() + ovs_unit_test.go:951: PASS: SetStdout(mock.AnythingOfTypeArgument) + ovs_unit_test.go:951: PASS: SetStderr(mock.AnythingOfTypeArgument) + ovs_unit_test.go:951: PASS: SetEnv(mock.AnythingOfTypeArgument) + ovs_unit_test.go:952: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:952: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestRunWithEnvVars/2:negative:_run_`ip_addr`_command + ovs_unit_test.go:951: PASS: Run() + ovs_unit_test.go:951: PASS: SetStdout(mock.AnythingOfTypeArgument) + ovs_unit_test.go:951: PASS: SetStderr(mock.AnythingOfTypeArgument) + ovs_unit_test.go:951: PASS: Run() + ovs_unit_test.go:951: PASS: SetStdout(mock.AnythingOfTypeArgument) + ovs_unit_test.go:951: PASS: SetStderr(mock.AnythingOfTypeArgument) + ovs_unit_test.go:951: PASS: SetEnv(mock.AnythingOfTypeArgument) + ovs_unit_test.go:951: PASS: Run() + ovs_unit_test.go:951: PASS: SetStdout(mock.AnythingOfTypeArgument) + ovs_unit_test.go:951: PASS: SetStderr(mock.AnythingOfTypeArgument) + ovs_unit_test.go:952: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:952: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:952: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestRunWithEnvVars (0.01s) + --- PASS: TestRunWithEnvVars/0:positive:_run_`ip_addr`_command_with_empty_envVars (0.00s) + --- PASS: TestRunWithEnvVars/1:positive:_run_`ip_addr`_command_with_envVars (0.00s) + --- PASS: TestRunWithEnvVars/2:negative:_run_`ip_addr`_command (0.00s) +=== RUN TestRunOVSOfctl +=== RUN TestRunOVSOfctl/0:negative:_run_`ovs-ofctl`_command + ovs_unit_test.go:992: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:993: PASS: Command(mock.AnythingOfTypeArgument) +=== RUN TestRunOVSOfctl/1:positive:_run_`ovs-ofctl`_ + ovs_unit_test.go:992: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:992: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:993: PASS: Command(mock.AnythingOfTypeArgument) + ovs_unit_test.go:993: PASS: Command(mock.AnythingOfTypeArgument) +--- PASS: TestRunOVSOfctl (0.00s) + --- PASS: TestRunOVSOfctl/0:negative:_run_`ovs-ofctl`_command (0.00s) + --- PASS: TestRunOVSOfctl/1:positive:_run_`ovs-ofctl`_ (0.00s) +=== RUN TestGetOpenFlowPorts +=== RUN TestGetOpenFlowPorts/0:Get_port_numbers + ovs_unit_test.go:1085: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1086: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestGetOpenFlowPorts/1:Get_port_names + ovs_unit_test.go:1085: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1085: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1086: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1086: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestGetOpenFlowPorts (0.01s) + --- PASS: TestGetOpenFlowPorts/0:Get_port_numbers (0.00s) + --- PASS: TestGetOpenFlowPorts/1:Get_port_names (0.00s) +=== RUN TestRunOVSDpctl +=== RUN TestRunOVSDpctl/0:negative:_run_`ovs-dpctl`_command + ovs_unit_test.go:1129: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1130: PASS: Command(mock.AnythingOfTypeArgument) +=== RUN TestRunOVSDpctl/1:positive:_run_`ovs-dpctl`_ + ovs_unit_test.go:1129: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1129: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1130: PASS: Command(mock.AnythingOfTypeArgument) + ovs_unit_test.go:1130: PASS: Command(mock.AnythingOfTypeArgument) +--- PASS: TestRunOVSDpctl (0.00s) + --- PASS: TestRunOVSDpctl/0:negative:_run_`ovs-dpctl`_command (0.00s) + --- PASS: TestRunOVSDpctl/1:positive:_run_`ovs-dpctl`_ (0.00s) +=== RUN TestRunOVSVsctl +=== RUN TestRunOVSVsctl/0:negative:_run_`ovs-vsctl`_command + ovs_unit_test.go:1170: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1171: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestRunOVSVsctl/1:positive:_run_`ovs-vsctl`_ + ovs_unit_test.go:1170: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1170: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1171: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1171: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestRunOVSVsctl (0.01s) + --- PASS: TestRunOVSVsctl/0:negative:_run_`ovs-vsctl`_command (0.00s) + --- PASS: TestRunOVSVsctl/1:positive:_run_`ovs-vsctl`_ (0.00s) +=== RUN TestRunOVSAppctlWithTimeout +=== RUN TestRunOVSAppctlWithTimeout/0:negative:_run_`ovs-appctl`_command_with_timeout + ovs_unit_test.go:1214: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1215: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestRunOVSAppctlWithTimeout/1:positive:_run_`ovs-appctl`_command_with_timeout + ovs_unit_test.go:1214: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1214: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1215: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1215: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestRunOVSAppctlWithTimeout (0.01s) + --- PASS: TestRunOVSAppctlWithTimeout/0:negative:_run_`ovs-appctl`_command_with_timeout (0.00s) + --- PASS: TestRunOVSAppctlWithTimeout/1:positive:_run_`ovs-appctl`_command_with_timeout (0.00s) +=== RUN TestRunOVSAppctl +=== RUN TestRunOVSAppctl/0:negative:_run_`ovs-appctl`_command + ovs_unit_test.go:1255: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1256: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestRunOVSAppctl/1:positive:_run_`ovs-appctl`_command + ovs_unit_test.go:1255: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1255: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1256: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1256: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestRunOVSAppctl (0.01s) + --- PASS: TestRunOVSAppctl/0:negative:_run_`ovs-appctl`_command (0.00s) + --- PASS: TestRunOVSAppctl/1:positive:_run_`ovs-appctl`_command (0.00s) +=== RUN TestRunOVNAppctlWithTimeout +=== RUN TestRunOVNAppctlWithTimeout/0:negative:_run_`ovn-appctl`_command_with_timeout + ovs_unit_test.go:1299: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1300: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestRunOVNAppctlWithTimeout/1:positive:_run_`ovn-appctl`_command_with_timeout + ovs_unit_test.go:1299: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1299: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1300: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1300: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestRunOVNAppctlWithTimeout (0.01s) + --- PASS: TestRunOVNAppctlWithTimeout/0:negative:_run_`ovn-appctl`_command_with_timeout (0.00s) + --- PASS: TestRunOVNAppctlWithTimeout/1:positive:_run_`ovn-appctl`_command_with_timeout (0.00s) +=== RUN TestRunOVNNbctlWithTimeout +=== RUN TestRunOVNNbctlWithTimeout/0:negative:_run_`ovn-nbctl`_command_with_timeout + ovs_unit_test.go:1345: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1346: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestRunOVNNbctlWithTimeout/1:positive:_run_`ovn-nbctl`_command_with_timeout + ovs_unit_test.go:1345: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1345: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1346: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1346: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestRunOVNNbctlWithTimeout (0.01s) + --- PASS: TestRunOVNNbctlWithTimeout/0:negative:_run_`ovn-nbctl`_command_with_timeout (0.00s) + --- PASS: TestRunOVNNbctlWithTimeout/1:positive:_run_`ovn-nbctl`_command_with_timeout (0.00s) +=== RUN TestRunOVNNbctl +=== RUN TestRunOVNNbctl/0:negative:_run_`ovn-nbctl`_command + ovs_unit_test.go:1388: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1389: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestRunOVNNbctl/1:positive:_run_`ovn-nbctl`_command + ovs_unit_test.go:1388: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1388: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1389: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1389: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestRunOVNNbctl (0.01s) + --- PASS: TestRunOVNNbctl/0:negative:_run_`ovn-nbctl`_command (0.00s) + --- PASS: TestRunOVNNbctl/1:positive:_run_`ovn-nbctl`_command (0.00s) +=== RUN TestRunOVNSbctlWithTimeout +=== RUN TestRunOVNSbctlWithTimeout/0:negative:_run_`ovn-sbctl`_command_with_timeout + ovs_unit_test.go:1434: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1435: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestRunOVNSbctlWithTimeout/1:positive:_run_`ovn-sbctl`_command_with_timeout + ovs_unit_test.go:1434: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1434: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1435: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1435: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestRunOVNSbctlWithTimeout (0.01s) + --- PASS: TestRunOVNSbctlWithTimeout/0:negative:_run_`ovn-sbctl`_command_with_timeout (0.00s) + --- PASS: TestRunOVNSbctlWithTimeout/1:positive:_run_`ovn-sbctl`_command_with_timeout (0.00s) +=== RUN TestRunOVNSbctl +=== RUN TestRunOVNSbctl/0:negative:_run_`ovn-sbctl`_command + ovs_unit_test.go:1477: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1478: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestRunOVNSbctl/1:positive:_run_`ovn-sbctl`_command + ovs_unit_test.go:1477: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1477: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1478: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1478: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestRunOVNSbctl (0.01s) + --- PASS: TestRunOVNSbctl/0:negative:_run_`ovn-sbctl`_command (0.00s) + --- PASS: TestRunOVNSbctl/1:positive:_run_`ovn-sbctl`_command (0.00s) +=== RUN TestRunOVSDBClient +=== RUN TestRunOVSDBClient/0:negative:_run_`ovsdb-client`_command + ovs_unit_test.go:1520: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1521: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestRunOVSDBClient/1:positive:_run_`ovsdb-client`_command + ovs_unit_test.go:1520: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1520: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1521: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1521: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestRunOVSDBClient (0.00s) + --- PASS: TestRunOVSDBClient/0:negative:_run_`ovsdb-client`_command (0.00s) + --- PASS: TestRunOVSDBClient/1:positive:_run_`ovsdb-client`_command (0.00s) +=== RUN TestRunOVSDBTool +=== RUN TestRunOVSDBTool/0:negative:_run_`ovsdb-tool`_command + ovs_unit_test.go:1563: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1564: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestRunOVSDBTool/1:positive:_run_`ovsdb-tool`_command + ovs_unit_test.go:1563: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1563: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1564: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1564: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestRunOVSDBTool (0.00s) + --- PASS: TestRunOVSDBTool/0:negative:_run_`ovsdb-tool`_command (0.00s) + --- PASS: TestRunOVSDBTool/1:positive:_run_`ovsdb-tool`_command (0.00s) +=== RUN TestRunOVSDBClientOVNNB +=== RUN TestRunOVSDBClientOVNNB/0:negative:_run_`ovsdb-client`_command_against_OVN_NB_database + ovs_unit_test.go:1606: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1607: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestRunOVSDBClientOVNNB/1:positive:_run_`ovsdb-client`_command_against_OVN_NB_database + ovs_unit_test.go:1606: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1606: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1607: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1607: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestRunOVSDBClientOVNNB (0.00s) + --- PASS: TestRunOVSDBClientOVNNB/0:negative:_run_`ovsdb-client`_command_against_OVN_NB_database (0.00s) + --- PASS: TestRunOVSDBClientOVNNB/1:positive:_run_`ovsdb-client`_command_against_OVN_NB_database (0.00s) +=== RUN TestRunOVNNBAppCtl +=== RUN TestRunOVNNBAppCtl/0:negative:_run_`ovn-appctl_-t_nbdbCtlSockPath`_command + ovs_unit_test.go:1649: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1650: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestRunOVNNBAppCtl/1:positive:_run_`ovn-appctl_-t_nbdbCtlSockPath`_command + ovs_unit_test.go:1649: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1649: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1650: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1650: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestRunOVNNBAppCtl (0.01s) + --- PASS: TestRunOVNNBAppCtl/0:negative:_run_`ovn-appctl_-t_nbdbCtlSockPath`_command (0.00s) + --- PASS: TestRunOVNNBAppCtl/1:positive:_run_`ovn-appctl_-t_nbdbCtlSockPath`_command (0.00s) +=== RUN TestRunOVNSBAppCtl +=== RUN TestRunOVNSBAppCtl/0:negative:_run_`ovn-appctl_-t_sbdbCtlSockPath`_command + ovs_unit_test.go:1692: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1693: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestRunOVNSBAppCtl/1:positive:_run_`ovn-appctl_-t_sbdbCtlSockPath`_command + ovs_unit_test.go:1692: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1692: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1693: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1693: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestRunOVNSBAppCtl (0.01s) + --- PASS: TestRunOVNSBAppCtl/0:negative:_run_`ovn-appctl_-t_sbdbCtlSockPath`_command (0.00s) + --- PASS: TestRunOVNSBAppCtl/1:positive:_run_`ovn-appctl_-t_sbdbCtlSockPath`_command (0.00s) +=== RUN TestRunIP +=== RUN TestRunIP/0:positive:_run_IP_ + ovs_unit_test.go:1727: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1728: PASS: Command(mock.AnythingOfTypeArgument) +--- PASS: TestRunIP (0.00s) + --- PASS: TestRunIP/0:positive:_run_IP_ (0.00s) +=== RUN TestAddOFFlowWithSpecificAction +=== RUN TestAddOFFlowWithSpecificAction/0:negative:_run_`ovs-ofctl`_command + ovs_unit_test.go:1774: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1775: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestAddOFFlowWithSpecificAction/1:positive:_run_`ovs-ofctl`_command + ovs_unit_test.go:1774: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1774: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1775: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1775: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestAddOFFlowWithSpecificAction (0.01s) + --- PASS: TestAddOFFlowWithSpecificAction/0:negative:_run_`ovs-ofctl`_command (0.00s) + --- PASS: TestAddOFFlowWithSpecificAction/1:positive:_run_`ovs-ofctl`_command (0.00s) +=== RUN TestReplaceOFFlows +=== RUN TestReplaceOFFlows/0:negative:_run_`ovs-ofctl`_command + ovs_unit_test.go:1821: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1822: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestReplaceOFFlows/1:positive:_run_`ovs-ofctl`_command + ovs_unit_test.go:1821: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1821: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1822: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1822: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestReplaceOFFlows (0.01s) + --- PASS: TestReplaceOFFlows/0:negative:_run_`ovs-ofctl`_command (0.00s) + --- PASS: TestReplaceOFFlows/1:positive:_run_`ovs-ofctl`_command (0.01s) +=== RUN TestGetOVNDBServerInfo +=== RUN TestGetOVNDBServerInfo/0:negative:_executable_not_found + ovs_unit_test.go:1876: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1877: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestGetOVNDBServerInfo/1:negative:_malformed_json_output + ovs_unit_test.go:1876: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1876: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1877: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1877: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestGetOVNDBServerInfo/2:negative:_zero_rows_returned + ovs_unit_test.go:1876: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1876: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1876: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1877: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1877: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1877: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestGetOVNDBServerInfo/3:positive:_run_`ovsdb-client`_command_successfully + ovs_unit_test.go:1876: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1876: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1876: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1876: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1877: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1877: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1877: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1877: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestGetOVNDBServerInfo (0.02s) + --- PASS: TestGetOVNDBServerInfo/0:negative:_executable_not_found (0.00s) + --- PASS: TestGetOVNDBServerInfo/1:negative:_malformed_json_output (0.00s) + --- PASS: TestGetOVNDBServerInfo/2:negative:_zero_rows_returned (0.01s) + --- PASS: TestGetOVNDBServerInfo/3:positive:_run_`ovsdb-client`_command_successfully (0.01s) +=== RUN TestDetectSCTPSupport +=== RUN TestDetectSCTPSupport/0:negative:_fails_to_query_OVN_NB_DB_for_SCTP_support +E1208 17:10:17.000411 23352 ovs.go:829] Failed to query OVN NB DB for SCTP support, stdout: "", stderr: "", error: OVN command ' list-columns --data=bare --no-heading --format=json OVN_Northbound Load_Balancer' failed: fails to query OVN NB DB + ovs_unit_test.go:1958: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1959: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestDetectSCTPSupport/1:negative:_json_unmarshal_error + ovs_unit_test.go:1958: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1958: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1959: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1959: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestDetectSCTPSupport/2:positive:_SCTP_present_in_protocol_list + ovs_unit_test.go:1958: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1958: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1958: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1959: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1959: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1959: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestDetectSCTPSupport/3:negative:_SCTP_not_present_in_protocol_list + ovs_unit_test.go:1958: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1958: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1958: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1958: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1959: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1959: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1959: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + ovs_unit_test.go:1959: PASS: Command(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestDetectSCTPSupport (0.02s) + --- PASS: TestDetectSCTPSupport/0:negative:_fails_to_query_OVN_NB_DB_for_SCTP_support (0.00s) + --- PASS: TestDetectSCTPSupport/1:negative:_json_unmarshal_error (0.00s) + --- PASS: TestDetectSCTPSupport/2:positive:_SCTP_present_in_protocol_list (0.01s) + --- PASS: TestDetectSCTPSupport/3:negative:_SCTP_not_present_in_protocol_list (0.01s) +=== RUN TestFindMaxArgsUsable +=== RUN TestFindMaxArgsUsable/0:positive_test:_small_value_should_be_usable +=== RUN TestFindMaxArgsUsable/1:negative_test:_value_smaller_than_minimum_should_result_in_minimum +=== RUN TestFindMaxArgsUsable/2:negative_test:_giant_initial_value_should_not_be_usable_and_return_a_smaller_int +--- PASS: TestFindMaxArgsUsable (35.30s) + --- PASS: TestFindMaxArgsUsable/0:positive_test:_small_value_should_be_usable (0.00s) + --- PASS: TestFindMaxArgsUsable/1:negative_test:_value_smaller_than_minimum_should_result_in_minimum (0.00s) + --- PASS: TestFindMaxArgsUsable/2:negative_test:_giant_initial_value_should_not_be_usable_and_return_a_smaller_int (35.30s) +=== RUN TestMarshalPodAnnotation +=== RUN TestMarshalPodAnnotation/0:PodAnnotation_instance_with_no_fields_set + pod_annotation_unit_test.go:107: map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":null,"mac_address":""}}] +=== RUN TestMarshalPodAnnotation/1:single_IP_assigned_to_pod_with_MAC,_Gateway,_Routes_NOT_SPECIFIED + pod_annotation_unit_test.go:107: map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["192.168.0.5/24"],"mac_address":"","ip_address":"192.168.0.5/24"}}] +=== RUN TestMarshalPodAnnotation/2:multiple_IPs_assigned_to_pod_with_MAC,_Gateway,_Routes_NOT_SPECIFIED + pod_annotation_unit_test.go:107: map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["192.168.0.5/24","fd01::1234/64"],"mac_address":""}}] +=== RUN TestMarshalPodAnnotation/3:test_code_path_when_podInfo.Gateways_count_is_equal_to_ONE + pod_annotation_unit_test.go:107: map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":["192.168.0.5/24"],"mac_address":"","gateway_ips":["192.168.0.1"],"ip_address":"192.168.0.5/24","gateway_ip":"192.168.0.1"}}] +=== RUN TestMarshalPodAnnotation/4:verify_error_thrown_when_number_of_gateways_greater_than_one_for_a_single-stack_network + pod_annotation_unit_test.go:107: map[] bad podNetwork data: single-stack network can only have a single gateway +=== RUN TestMarshalPodAnnotation/5:verify_error_thrown_when_destination_IP_not_specified_as_part_of_Route + pod_annotation_unit_test.go:107: map[] bad podNetwork data: default route {0.0.0.0/0 192.168.1.1} should be specified as gateway +=== RUN TestMarshalPodAnnotation/6:test_code_path_when_destination_IP_is_specified_as_part_of_Route + pod_annotation_unit_test.go:107: map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":null,"mac_address":"","routes":[{"dest":"192.168.1.0/24","nextHop":"192.168.1.1"}]}}] +=== RUN TestMarshalPodAnnotation/7:next_hop_not_set_for_route + pod_annotation_unit_test.go:107: map[k8s.ovn.org/pod-networks:{"default":{"ip_addresses":null,"mac_address":"","routes":[{"dest":"192.168.1.0/24","nextHop":""}]}}] +--- PASS: TestMarshalPodAnnotation (0.01s) + --- PASS: TestMarshalPodAnnotation/0:PodAnnotation_instance_with_no_fields_set (0.00s) + --- PASS: TestMarshalPodAnnotation/1:single_IP_assigned_to_pod_with_MAC,_Gateway,_Routes_NOT_SPECIFIED (0.00s) + --- PASS: TestMarshalPodAnnotation/2:multiple_IPs_assigned_to_pod_with_MAC,_Gateway,_Routes_NOT_SPECIFIED (0.00s) + --- PASS: TestMarshalPodAnnotation/3:test_code_path_when_podInfo.Gateways_count_is_equal_to_ONE (0.00s) + --- PASS: TestMarshalPodAnnotation/4:verify_error_thrown_when_number_of_gateways_greater_than_one_for_a_single-stack_network (0.00s) + --- PASS: TestMarshalPodAnnotation/5:verify_error_thrown_when_destination_IP_not_specified_as_part_of_Route (0.00s) + --- PASS: TestMarshalPodAnnotation/6:test_code_path_when_destination_IP_is_specified_as_part_of_Route (0.00s) + --- PASS: TestMarshalPodAnnotation/7:next_hop_not_set_for_route (0.00s) +=== RUN TestUnmarshalPodAnnotation +=== RUN TestUnmarshalPodAnnotation/0:verify_`OVN_pod_annotation_not_found`_error_thrown + pod_annotation_unit_test.go:202: could not find OVN pod annotation in map[] +=== RUN TestUnmarshalPodAnnotation/1:verify_json_unmarshal_error + pod_annotation_unit_test.go:202: failed to unmarshal ovn pod annotation "{\"default\":{\"ip_addresses\":null,\"mac_address\":\"}}": unexpected end of JSON input +=== RUN TestUnmarshalPodAnnotation/2:verify_MAC_error_parse_error + pod_annotation_unit_test.go:202: failed to parse pod MAC "": invalid MAC address +=== RUN TestUnmarshalPodAnnotation/3:verify_error_thrown_when_neither_ip_addresses_nor_ip_address_is_set + pod_annotation_unit_test.go:202: bad annotation data (neither ip_address nor ip_addresses is set) +=== RUN TestUnmarshalPodAnnotation/4:test_path_when_ip_addresses_is_empty_and_ip_address_is_set + pod_annotation_unit_test.go:202: &{[192.168.0.11/24] 0a:58:fd:98:00:01 [] []} + pod_annotation_unit_test.go:208: &{[192.168.0.11/24] 0a:58:fd:98:00:01 [] []} +=== RUN TestUnmarshalPodAnnotation/5:verify_error_thrown_when_ip_address_and_ip_addresses_are_conflicted + pod_annotation_unit_test.go:202: bad annotation data (ip_address and ip_addresses conflict) +=== RUN TestUnmarshalPodAnnotation/6:verify_error_thrown_when_failed_to_parse_pod_IP + pod_annotation_unit_test.go:202: failed to parse pod IP "192.168.0./24": invalid CIDR address: 192.168.0./24 +=== RUN TestUnmarshalPodAnnotation/7:verify_error_thrown_when_gateway_ip_and_gateway_ips_are_conflicted + pod_annotation_unit_test.go:202: bad annotation data (gateway_ip and gateway_ips conflict) +=== RUN TestUnmarshalPodAnnotation/8:test_path_when_gateway_ips_list_is_empty_but_gateway_ip_is_present + pod_annotation_unit_test.go:202: &{[192.168.0.5/24] 0a:58:fd:98:00:01 [192.168.0.1] []} + pod_annotation_unit_test.go:208: &{[192.168.0.5/24] 0a:58:fd:98:00:01 [192.168.0.1] []} +=== RUN TestUnmarshalPodAnnotation/9:verify_error_thrown_when_failed_to_parse_pod_gateway + pod_annotation_unit_test.go:202: failed to parse pod gateway "192.168.0." +=== RUN TestUnmarshalPodAnnotation/10:verify_error_thrown_when_failed_to_parse_pod_route_destination + pod_annotation_unit_test.go:202: failed to parse pod route dest "192.168.1./24": invalid CIDR address: 192.168.1./24 +=== RUN TestUnmarshalPodAnnotation/11:verify_error_thrown_when_default_Route_not_specified_as_gateway + pod_annotation_unit_test.go:202: bad podNetwork data: default route {0.0.0.0/0 } should be specified as gateway +=== RUN TestUnmarshalPodAnnotation/12:verify_error_thrown_when_failed_to_parse_pod_route_next_hop + pod_annotation_unit_test.go:202: failed to parse pod route next hop "192.168.1." +=== RUN TestUnmarshalPodAnnotation/13:verify_error_thrown_where_pod_route_has_next_hop_of_different_family + pod_annotation_unit_test.go:202: pod route fd01::1234/64 has next hop 192.168.1.1 of different family +=== RUN TestUnmarshalPodAnnotation/14:verify_successful_unmarshal_of_pod_annotation + pod_annotation_unit_test.go:202: &{[192.168.0.5/24] 0a:58:fd:98:00:01 [192.168.0.1] [{192.168.1.0/24 192.168.1.1}]} + pod_annotation_unit_test.go:208: &{[192.168.0.5/24] 0a:58:fd:98:00:01 [192.168.0.1] [{192.168.1.0/24 192.168.1.1}]} +--- PASS: TestUnmarshalPodAnnotation (0.01s) + --- PASS: TestUnmarshalPodAnnotation/0:verify_`OVN_pod_annotation_not_found`_error_thrown (0.00s) + --- PASS: TestUnmarshalPodAnnotation/1:verify_json_unmarshal_error (0.00s) + --- PASS: TestUnmarshalPodAnnotation/2:verify_MAC_error_parse_error (0.00s) + --- PASS: TestUnmarshalPodAnnotation/3:verify_error_thrown_when_neither_ip_addresses_nor_ip_address_is_set (0.00s) + --- PASS: TestUnmarshalPodAnnotation/4:test_path_when_ip_addresses_is_empty_and_ip_address_is_set (0.00s) + --- PASS: TestUnmarshalPodAnnotation/5:verify_error_thrown_when_ip_address_and_ip_addresses_are_conflicted (0.00s) + --- PASS: TestUnmarshalPodAnnotation/6:verify_error_thrown_when_failed_to_parse_pod_IP (0.00s) + --- PASS: TestUnmarshalPodAnnotation/7:verify_error_thrown_when_gateway_ip_and_gateway_ips_are_conflicted (0.00s) + --- PASS: TestUnmarshalPodAnnotation/8:test_path_when_gateway_ips_list_is_empty_but_gateway_ip_is_present (0.00s) + --- PASS: TestUnmarshalPodAnnotation/9:verify_error_thrown_when_failed_to_parse_pod_gateway (0.00s) + --- PASS: TestUnmarshalPodAnnotation/10:verify_error_thrown_when_failed_to_parse_pod_route_destination (0.00s) + --- PASS: TestUnmarshalPodAnnotation/11:verify_error_thrown_when_default_Route_not_specified_as_gateway (0.00s) + --- PASS: TestUnmarshalPodAnnotation/12:verify_error_thrown_when_failed_to_parse_pod_route_next_hop (0.00s) + --- PASS: TestUnmarshalPodAnnotation/13:verify_error_thrown_where_pod_route_has_next_hop_of_different_family (0.00s) + --- PASS: TestUnmarshalPodAnnotation/14:verify_successful_unmarshal_of_pod_annotation (0.00s) +=== RUN TestGetAllPodIPs +=== RUN TestGetAllPodIPs/0:test_when_pod_annotation_is_non-nil + pod_annotation_unit_test.go:278: [192.168.0.1] +=== RUN TestGetAllPodIPs/1:test_when_pod.status.PodIP_is_empty + pod_annotation_unit_test.go:278: [] no pod IPs found on pod : could not find OVN pod annotation in map[] +=== RUN TestGetAllPodIPs/2:test_when_pod.status.PodIP_is_non-empty + pod_annotation_unit_test.go:278: [192.168.1.15] +=== RUN TestGetAllPodIPs/3:test_when_pod.status.PodIPs_is_non-empty + pod_annotation_unit_test.go:278: [192.168.1.15] +=== RUN TestGetAllPodIPs/4:test_path_when_an_entry_in_pod.status.PodIPs_is_malformed +W1208 17:10:52.352337 23352 pod_annotation.go:248] Failed to parse pod IP {"192.168.1."} + pod_annotation_unit_test.go:278: [] +--- PASS: TestGetAllPodIPs (0.00s) + --- PASS: TestGetAllPodIPs/0:test_when_pod_annotation_is_non-nil (0.00s) + --- PASS: TestGetAllPodIPs/1:test_when_pod.status.PodIP_is_empty (0.00s) + --- PASS: TestGetAllPodIPs/2:test_when_pod.status.PodIP_is_non-empty (0.00s) + --- PASS: TestGetAllPodIPs/3:test_when_pod.status.PodIPs_is_non-empty (0.00s) + --- PASS: TestGetAllPodIPs/4:test_path_when_an_entry_in_pod.status.PodIPs_is_malformed (0.00s) +=== RUN TestCreateSubnetAnnotation +=== RUN TestCreateSubnetAnnotation/0:non-zero_length_annotation_name_and_subnet_list_size_of_ONE_provided_as_input + subnet_annotations_unit_test.go:61: {"default":"192.168.1.0/24"} +=== RUN TestCreateSubnetAnnotation/1:empty_annotation_name_provided_as_input + subnet_annotations_unit_test.go:61: {"default":"192.168.1.0/24"} +=== RUN TestCreateSubnetAnnotation/2:non-zero_length_annotation_name_and_subnet_list_size_greater_than_ONE_provided_as_input + subnet_annotations_unit_test.go:61: {"default":["192.168.1.0/24","fd02:0:0:2::/64"]} +=== RUN TestCreateSubnetAnnotation/3:subnet_list_of_size_0_provided_as_input + subnet_annotations_unit_test.go:61: {"default":[]} +--- PASS: TestCreateSubnetAnnotation (0.00s) + --- PASS: TestCreateSubnetAnnotation/0:non-zero_length_annotation_name_and_subnet_list_size_of_ONE_provided_as_input (0.00s) + --- PASS: TestCreateSubnetAnnotation/1:empty_annotation_name_provided_as_input (0.00s) + --- PASS: TestCreateSubnetAnnotation/2:non-zero_length_annotation_name_and_subnet_list_size_greater_than_ONE_provided_as_input (0.00s) + --- PASS: TestCreateSubnetAnnotation/3:subnet_list_of_size_0_provided_as_input (0.00s) +=== RUN TestSetSubnetAnnotation +=== RUN TestSetSubnetAnnotation/0:tests_function_coverage,_success_path + subnet_annotations_unit_test.go:87: +--- PASS: TestSetSubnetAnnotation (0.00s) + --- PASS: TestSetSubnetAnnotation/0:tests_function_coverage,_success_path (0.00s) +=== RUN TestParseSubnetAnnotation +=== RUN TestParseSubnetAnnotation/0:incorrect_annotation + subnet_annotations_unit_test.go:170: node "testNode" has no "blah" annotation +=== RUN TestParseSubnetAnnotation/1:correct_annotation_with_one_subnet + subnet_annotations_unit_test.go:173: [10.244.0.0/24] +=== RUN TestParseSubnetAnnotation/2:parse_as_dual-stack + subnet_annotations_unit_test.go:173: [10.244.0.0/24 fd02:0:0:2::/64] +=== RUN TestParseSubnetAnnotation/3:error:cannot_parse_as_single_or_dual_stack + subnet_annotations_unit_test.go:170: could not parse "k8s.ovn.org/node-subnets" annotation "{\"default\": [\"10.244.0.0/24\", \"\"fd02:0:0:2::2895/64\"]}" as either single-stack or dual-stack +=== RUN TestParseSubnetAnnotation/4:error:_annotation_has_no_default_network + subnet_annotations_unit_test.go:170: "k8s.ovn.org/node-subnets" annotation "{}" has no default network +--- PASS: TestParseSubnetAnnotation (0.00s) + --- PASS: TestParseSubnetAnnotation/0:incorrect_annotation (0.00s) + --- PASS: TestParseSubnetAnnotation/1:correct_annotation_with_one_subnet (0.00s) + --- PASS: TestParseSubnetAnnotation/2:parse_as_dual-stack (0.00s) + --- PASS: TestParseSubnetAnnotation/3:error:cannot_parse_as_single_or_dual_stack (0.00s) + --- PASS: TestParseSubnetAnnotation/4:error:_annotation_has_no_default_network (0.00s) +=== RUN TestNodeSubnetAnnotationChanged +=== RUN TestNodeSubnetAnnotationChanged/0:true:_annotation_changed +=== RUN TestNodeSubnetAnnotationChanged/1:true:_annotation's_value_changed +=== RUN TestNodeSubnetAnnotationChanged/2:false:_annotation_didn't_change +--- PASS: TestNodeSubnetAnnotationChanged (0.00s) + --- PASS: TestNodeSubnetAnnotationChanged/0:true:_annotation_changed (0.00s) + --- PASS: TestNodeSubnetAnnotationChanged/1:true:_annotation's_value_changed (0.00s) + --- PASS: TestNodeSubnetAnnotationChanged/2:false:_annotation_didn't_change (0.00s) +=== RUN TestCreateNodeHostSubnetAnnotation +=== RUN TestCreateNodeHostSubnetAnnotation/0:success_path,_valid_default_subnets + subnet_annotations_unit_test.go:272: map[k8s.ovn.org/node-subnets:{"default":"192.168.1.12/24"}] +=== RUN TestCreateNodeHostSubnetAnnotation/1:success_path,_inpDefSubnetIps_is_nil + subnet_annotations_unit_test.go:272: map[k8s.ovn.org/node-subnets:{"default":[]}] +--- PASS: TestCreateNodeHostSubnetAnnotation (0.00s) + --- PASS: TestCreateNodeHostSubnetAnnotation/0:success_path,_valid_default_subnets (0.00s) + --- PASS: TestCreateNodeHostSubnetAnnotation/1:success_path,_inpDefSubnetIps_is_nil (0.00s) +=== RUN TestSetNodeHostSubnetAnnotation +=== RUN TestSetNodeHostSubnetAnnotation/0:tests_function_coverage,_success_path + subnet_annotations_unit_test.go:302: +--- PASS: TestSetNodeHostSubnetAnnotation (0.00s) + --- PASS: TestSetNodeHostSubnetAnnotation/0:tests_function_coverage,_success_path (0.00s) +=== RUN TestDeleteNodeHostSubnetAnnotation +=== RUN TestDeleteNodeHostSubnetAnnotation/0:function_code_coverage +--- PASS: TestDeleteNodeHostSubnetAnnotation (0.00s) + --- PASS: TestDeleteNodeHostSubnetAnnotation/0:function_code_coverage (0.00s) +=== RUN TestParseNodeHostSubnetAnnotation +=== RUN TestParseNodeHostSubnetAnnotation/0:tests_function_coverage,_success_path + subnet_annotations_unit_test.go:352: [10.244.0.0/24] +--- PASS: TestParseNodeHostSubnetAnnotation (0.00s) + --- PASS: TestParseNodeHostSubnetAnnotation/0:tests_function_coverage,_success_path (0.00s) +=== RUN TestUtilSuite +Running Suite: Util Suite +========================= +Random Seed: 1638983412 +Will run 11 of 11 specs + +DPU Annotations test DPUConnectionDetails FromPodAnnotation() + Is populated correctly from annotations + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util/dpu_annotations_test.go:25 +• +------------------------------ +DPU Annotations test DPUConnectionDetails FromPodAnnotation() + Fails to populate on missing annotations + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util/dpu_annotations_test.go:35 +• +------------------------------ +DPU Annotations test DPUConnectionDetails SetPodAnnotation() + Sets correct Pod annotation + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util/dpu_annotations_test.go:48 +PASS: Set(string,string) +• +------------------------------ +DPU Annotations test DPUConnectionDetails SetPodAnnotation() + Fails if pod annotator fails + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util/dpu_annotations_test.go:60 +• +------------------------------ +DPU Annotations test DPUConnectionDetails AsAnnotation() + Should return annotation which allows to create a correct DPUConnectionDetails object + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util/dpu_annotations_test.go:71 +• +------------------------------ +DPU Annotations test DPUConnectionStatus FromPodAnnotation() + Is populated correctly from annotations + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util/dpu_annotations_test.go:95 +• +------------------------------ +DPU Annotations test DPUConnectionStatus FromPodAnnotation() + Is populated with optional Reason from annotations + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util/dpu_annotations_test.go:103 +• +------------------------------ +DPU Annotations test DPUConnectionStatus FromPodAnnotation() + Fails to populate on missing annotations + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util/dpu_annotations_test.go:111 +• +------------------------------ +DPU Annotations test DPUConnectionStatus SetPodAnnotation() + Sets correct Pod annotation + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util/dpu_annotations_test.go:124 +PASS: Set(string,string) +• +------------------------------ +DPU Annotations test DPUConnectionStatus SetPodAnnotation() + Fails if pod annotator fails + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util/dpu_annotations_test.go:134 +• +------------------------------ +DPU Annotations test DPUConnectionStatus AsAnnotation() + Should return annotation which allows to create a correct DPUConnectionDetails object + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util/dpu_annotations_test.go:143 +• +JUnit path was configured: ./_artifacts/junit-pkg_util.xml + +JUnit report was created: /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util/_artifacts/junit-pkg_util.xml + +Ran 11 of 11 Specs in 0.014 seconds +SUCCESS! -- 11 Passed | 0 Failed | 0 Pending | 0 Skipped +--- PASS: TestUtilSuite (0.08s) +=== RUN TestGetLegacyK8sMgmtIntfName +=== RUN TestGetLegacyK8sMgmtIntfName/0:node_name_less_than_11_characters +=== RUN TestGetLegacyK8sMgmtIntfName/1:node_name_more_than_11_characters +--- PASS: TestGetLegacyK8sMgmtIntfName (0.00s) + --- PASS: TestGetLegacyK8sMgmtIntfName/0:node_name_less_than_11_characters (0.00s) + --- PASS: TestGetLegacyK8sMgmtIntfName/1:node_name_more_than_11_characters (0.00s) +=== RUN TestGetNodeChassisID +=== RUN TestGetNodeChassisID/0:ovs-vsctl_command_returns_error +E1208 17:10:52.451206 23352 util.go:58] No system-id configured in the local host, stderr: "", error: test error + util_unit_test.go:102: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestGetNodeChassisID/1:ovs-vsctl_command_returns_empty_chassisID_along_with_error +E1208 17:10:52.454892 23352 util.go:58] No system-id configured in the local host, stderr: "", error: test error + util_unit_test.go:102: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + util_unit_test.go:102: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestGetNodeChassisID/2:ovs-vsctl_command_returns_empty_chassisID_with_NO_error + util_unit_test.go:102: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + util_unit_test.go:102: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + util_unit_test.go:102: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +=== RUN TestGetNodeChassisID/3:ovs-vsctl_command_returns_valid_chassisID + util_unit_test.go:102: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + util_unit_test.go:102: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + util_unit_test.go:102: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) + util_unit_test.go:102: PASS: RunCmd(mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument,mock.AnythingOfTypeArgument) +--- PASS: TestGetNodeChassisID (0.02s) + --- PASS: TestGetNodeChassisID/0:ovs-vsctl_command_returns_error (0.00s) + --- PASS: TestGetNodeChassisID/1:ovs-vsctl_command_returns_empty_chassisID_along_with_error (0.00s) + --- PASS: TestGetNodeChassisID/2:ovs-vsctl_command_returns_empty_chassisID_with_NO_error (0.00s) + --- PASS: TestGetNodeChassisID/3:ovs-vsctl_command_returns_valid_chassisID (0.01s) +=== RUN TestUpdateIPsSlice +=== RUN TestUpdateIPsSlice/Tests_no_matching_IPs_to_remove +=== RUN TestUpdateIPsSlice/Tests_some_matching_IPs_to_replace +=== RUN TestUpdateIPsSlice/Tests_matching_IPv6_to_replace +=== RUN TestUpdateIPsSlice/Tests_match_but_nothing_to_replace_with +=== RUN TestUpdateIPsSlice/Tests_with_no_newIPs +=== RUN TestUpdateIPsSlice/Tests_with_no_newIPs_or_oldIPs +--- PASS: TestUpdateIPsSlice (0.00s) + --- PASS: TestUpdateIPsSlice/Tests_no_matching_IPs_to_remove (0.00s) + --- PASS: TestUpdateIPsSlice/Tests_some_matching_IPs_to_replace (0.00s) + --- PASS: TestUpdateIPsSlice/Tests_matching_IPv6_to_replace (0.00s) + --- PASS: TestUpdateIPsSlice/Tests_match_but_nothing_to_replace_with (0.00s) + --- PASS: TestUpdateIPsSlice/Tests_with_no_newIPs (0.00s) + --- PASS: TestUpdateIPsSlice/Tests_with_no_newIPs_or_oldIPs (0.00s) +=== RUN TestFilterIPsSlice +=== RUN TestFilterIPsSlice/0 +=== RUN TestFilterIPsSlice/1 +=== RUN TestFilterIPsSlice/2 +=== RUN TestFilterIPsSlice/3 +=== RUN TestFilterIPsSlice/4 +=== RUN TestFilterIPsSlice/5 +=== RUN TestFilterIPsSlice/6 +--- PASS: TestFilterIPsSlice (0.00s) + --- PASS: TestFilterIPsSlice/0 (0.00s) + --- PASS: TestFilterIPsSlice/1 (0.00s) + --- PASS: TestFilterIPsSlice/2 (0.00s) + --- PASS: TestFilterIPsSlice/3 (0.00s) + --- PASS: TestFilterIPsSlice/4 (0.00s) + --- PASS: TestFilterIPsSlice/5 (0.00s) + --- PASS: TestFilterIPsSlice/6 (0.00s) +=== RUN TestUpdateNodeSwitchExcludeIPs +=== RUN TestUpdateNodeSwitchExcludeIPs/0:IPv6_CIDR,_never_excludes +2021/12/08 17:10:52 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="abd41fd6-5b27-4bc8-9789-f2f5582b0998" "table"="Database" +2021/12/08 17:10:52 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="abd41fd6-5b27-4bc8-9789-f2f5582b0998" "table"="Database" "model"="&{UUID:abd41fd6-5b27-4bc8-9789-f2f5582b0998 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:10:52 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c440e050-0a4f-4fcb-899d-e5ce50dcc5fc" "table"="Logical_Switch" +2021/12/08 17:10:52 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c440e050-0a4f-4fcb-899d-e5ce50dcc5fc" "table"="Logical_Switch" "model"="&{UUID:c440e050-0a4f-4fcb-899d-e5ce50dcc5fc ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn-control-plane OtherConfig:map[] Ports:[k8s-ovn-control-plane-uuid int-ovn-control-plane-uuid] QOSRules:[]}" +2021/12/08 17:10:52 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b8c59f92-4d8e-4263-b619-d0ff425970a5" "table"="Logical_Switch_Port" +2021/12/08 17:10:52 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b8c59f92-4d8e-4263-b619-d0ff425970a5" "table"="Logical_Switch_Port" "model"="&{UUID:b8c59f92-4d8e-4263-b619-d0ff425970a5 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:k8s-ovn-control-plane Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:10:52 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="400c4490-afd2-47c4-9bd6-fe62cc87d024" "table"="Logical_Switch_Port" +2021/12/08 17:10:52 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="400c4490-afd2-47c4-9bd6-fe62cc87d024" "table"="Logical_Switch_Port" "model"="&{UUID:400c4490-afd2-47c4-9bd6-fe62cc87d024 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:int-ovn-control-plane Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +=== RUN TestUpdateNodeSwitchExcludeIPs/1:IPv4_CIDR,_config.HybridOverlayEnable=true,_sets_haveMangementPort=true,_ovn-nbctl_command_excludeIPs_list_empty +2021/12/08 17:10:52 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="3e6650c5-6456-4027-a5cc-95693728bc5e" "table"="Database" +2021/12/08 17:10:52 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="3e6650c5-6456-4027-a5cc-95693728bc5e" "table"="Database" "model"="&{UUID:3e6650c5-6456-4027-a5cc-95693728bc5e Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:10:52 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ab91c3ea-bb95-4bc6-ac69-70608f5f182a" "table"="Logical_Switch" +2021/12/08 17:10:52 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="ab91c3ea-bb95-4bc6-ac69-70608f5f182a" "table"="Logical_Switch" "model"="&{UUID:ab91c3ea-bb95-4bc6-ac69-70608f5f182a ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn-control-plane OtherConfig:map[] Ports:[k8s-ovn-control-plane-uuid int-ovn-control-plane-uuid] QOSRules:[]}" +2021/12/08 17:10:52 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f22d7fdd-4c66-4c47-961f-76de00fb3571" "table"="Logical_Switch_Port" +2021/12/08 17:10:52 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f22d7fdd-4c66-4c47-961f-76de00fb3571" "table"="Logical_Switch_Port" "model"="&{UUID:f22d7fdd-4c66-4c47-961f-76de00fb3571 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:k8s-ovn-control-plane Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:10:52 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="200f99fc-ab2a-42c3-b6d6-c8d0b6b45071" "table"="Logical_Switch_Port" +2021/12/08 17:10:52 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="200f99fc-ab2a-42c3-b6d6-c8d0b6b45071" "table"="Logical_Switch_Port" "model"="&{UUID:200f99fc-ab2a-42c3-b6d6-c8d0b6b45071 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:int-ovn-control-plane Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +RESULT &[{ab91c3ea-bb95-4bc6-ac69-70608f5f182a [] [] map[] [] [] [] ovn-control-plane map[] [k8s-ovn-control-plane-uuid int-ovn-control-plane-uuid] []}]I1208 17:10:53.280205 23352 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:other_config Mutator:delete Value:{GoSet:[exclude_ips]}}] Timeout:0 Where:[where column _uuid == {ab91c3ea-bb95-4bc6-ac69-70608f5f182a}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:10:53 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ab91c3ea-bb95-4bc6-ac69-70608f5f182a" "table"="Logical_Switch" +2021/12/08 17:10:53 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="ab91c3ea-bb95-4bc6-ac69-70608f5f182a" "table"="Logical_Switch" +=== RUN TestUpdateNodeSwitchExcludeIPs/2:IPv4_CIDR,_config.HybridOverlayEnable=true,_sets_haveMangementPort=true,_ovn-nbctl_command_excludeIPs_list_empty_leaves_existing_otherConfig_alone +2021/12/08 17:10:53 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="faaa04da-c6c6-47b1-a9ea-01dae72c67e4" "table"="Database" +2021/12/08 17:10:53 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="faaa04da-c6c6-47b1-a9ea-01dae72c67e4" "table"="Database" "model"="&{UUID:faaa04da-c6c6-47b1-a9ea-01dae72c67e4 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:10:53 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="945e5d70-74f8-4d5d-b4ca-57212257b817" "table"="Logical_Switch_Port" +2021/12/08 17:10:53 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="945e5d70-74f8-4d5d-b4ca-57212257b817" "table"="Logical_Switch_Port" "model"="&{UUID:945e5d70-74f8-4d5d-b4ca-57212257b817 Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:int-ovn-control-plane Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:10:53 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="eb2576a1-5566-481e-8ab3-9d609c1d92bd" "table"="Logical_Switch_Port" +2021/12/08 17:10:53 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="eb2576a1-5566-481e-8ab3-9d609c1d92bd" "table"="Logical_Switch_Port" "model"="&{UUID:eb2576a1-5566-481e-8ab3-9d609c1d92bd Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:k8s-ovn-control-plane Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:10:53 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f8dad449-2905-4fcc-a1bd-c3c7bbfcf6a6" "table"="Logical_Switch" +2021/12/08 17:10:53 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f8dad449-2905-4fcc-a1bd-c3c7bbfcf6a6" "table"="Logical_Switch" "model"="&{UUID:f8dad449-2905-4fcc-a1bd-c3c7bbfcf6a6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn-control-plane OtherConfig:map[exclude_ips:192.168.1.3 mac_only:false] Ports:[k8s-ovn-control-plane-uuid int-ovn-control-plane-uuid] QOSRules:[]}" +RESULT &[{f8dad449-2905-4fcc-a1bd-c3c7bbfcf6a6 [] [] map[] [] [] [] ovn-control-plane map[exclude_ips:192.168.1.3 mac_only:false] [k8s-ovn-control-plane-uuid int-ovn-control-plane-uuid] []}]I1208 17:10:53.752101 23352 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:other_config Mutator:delete Value:{GoSet:[exclude_ips]}}] Timeout:0 Where:[where column _uuid == {f8dad449-2905-4fcc-a1bd-c3c7bbfcf6a6}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:10:53 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f8dad449-2905-4fcc-a1bd-c3c7bbfcf6a6" "table"="Logical_Switch" +2021/12/08 17:10:53 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f8dad449-2905-4fcc-a1bd-c3c7bbfcf6a6" "table"="Logical_Switch" "old"="&{UUID:f8dad449-2905-4fcc-a1bd-c3c7bbfcf6a6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn-control-plane OtherConfig:map[exclude_ips:192.168.1.3 mac_only:false] Ports:[k8s-ovn-control-plane-uuid int-ovn-control-plane-uuid] QOSRules:[]}" "new"="&{UUID:f8dad449-2905-4fcc-a1bd-c3c7bbfcf6a6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn-control-plane OtherConfig:map[mac_only:false] Ports:[k8s-ovn-control-plane-uuid int-ovn-control-plane-uuid] QOSRules:[]}" +2021/12/08 17:10:53 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f8dad449-2905-4fcc-a1bd-c3c7bbfcf6a6" "table"="Logical_Switch" +2021/12/08 17:10:53 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="f8dad449-2905-4fcc-a1bd-c3c7bbfcf6a6" "table"="Logical_Switch" "old"="&{UUID:f8dad449-2905-4fcc-a1bd-c3c7bbfcf6a6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn-control-plane OtherConfig:map[exclude_ips:192.168.1.3 mac_only:false] Ports:[k8s-ovn-control-plane-uuid int-ovn-control-plane-uuid] QOSRules:[]}" "new"="&{UUID:f8dad449-2905-4fcc-a1bd-c3c7bbfcf6a6 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn-control-plane OtherConfig:map[mac_only:false] Ports:[k8s-ovn-control-plane-uuid int-ovn-control-plane-uuid] QOSRules:[]}" +=== RUN TestUpdateNodeSwitchExcludeIPs/3:IPv4_CIDR,_config.HybridOverlayEnable=true,_sets_haveHybridOverlayPort=false,_ovn-nbctl_command_excludeIPs_list_populated +2021/12/08 17:10:53 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="6d27a281-8799-4ad0-8443-b914170e4dbb" "table"="Database" +2021/12/08 17:10:53 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="6d27a281-8799-4ad0-8443-b914170e4dbb" "table"="Database" "model"="&{UUID:6d27a281-8799-4ad0-8443-b914170e4dbb Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:10:53 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1c0b1332-0abe-46a9-95c3-f706f3cb54b4" "table"="Logical_Switch" +2021/12/08 17:10:53 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1c0b1332-0abe-46a9-95c3-f706f3cb54b4" "table"="Logical_Switch" "model"="&{UUID:1c0b1332-0abe-46a9-95c3-f706f3cb54b4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn-control-plane OtherConfig:map[] Ports:[k8s-ovn-control-plane-uuid] QOSRules:[]}" +2021/12/08 17:10:53 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dabc97c5-c787-411a-8f7b-c9c7d89de9fa" "table"="Logical_Switch_Port" +2021/12/08 17:10:53 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="dabc97c5-c787-411a-8f7b-c9c7d89de9fa" "table"="Logical_Switch_Port" "model"="&{UUID:dabc97c5-c787-411a-8f7b-c9c7d89de9fa Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:k8s-ovn-control-plane Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +RESULT &[{1c0b1332-0abe-46a9-95c3-f706f3cb54b4 [] [] map[] [] [] [] ovn-control-plane map[] [k8s-ovn-control-plane-uuid] []}]I1208 17:10:54.222379 23352 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:other_config Mutator:insert Value:{GoMap:map[exclude_ips:192.168.1.3]}}] Timeout:0 Where:[where column _uuid == {1c0b1332-0abe-46a9-95c3-f706f3cb54b4}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:10:54 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1c0b1332-0abe-46a9-95c3-f706f3cb54b4" "table"="Logical_Switch" +2021/12/08 17:10:54 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1c0b1332-0abe-46a9-95c3-f706f3cb54b4" "table"="Logical_Switch" "old"="&{UUID:1c0b1332-0abe-46a9-95c3-f706f3cb54b4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn-control-plane OtherConfig:map[] Ports:[k8s-ovn-control-plane-uuid] QOSRules:[]}" "new"="&{UUID:1c0b1332-0abe-46a9-95c3-f706f3cb54b4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn-control-plane OtherConfig:map[exclude_ips:192.168.1.3] Ports:[k8s-ovn-control-plane-uuid] QOSRules:[]}" +2021/12/08 17:10:54 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1c0b1332-0abe-46a9-95c3-f706f3cb54b4" "table"="Logical_Switch" +2021/12/08 17:10:54 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1c0b1332-0abe-46a9-95c3-f706f3cb54b4" "table"="Logical_Switch" "old"="&{UUID:1c0b1332-0abe-46a9-95c3-f706f3cb54b4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn-control-plane OtherConfig:map[] Ports:[k8s-ovn-control-plane-uuid] QOSRules:[]}" "new"="&{UUID:1c0b1332-0abe-46a9-95c3-f706f3cb54b4 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn-control-plane OtherConfig:map[exclude_ips:192.168.1.3] Ports:[k8s-ovn-control-plane-uuid] QOSRules:[]}" +=== RUN TestUpdateNodeSwitchExcludeIPs/4:IPv4_CIDR,_haveMangementPort=false,_ovn-nbctl_command_with_excludeIPs_list_populated,_returns_error_ +2021/12/08 17:10:54 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9b6662ae-a147-42ac-aa1e-9c95e481fdb5" "table"="Database" +2021/12/08 17:10:54 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9b6662ae-a147-42ac-aa1e-9c95e481fdb5" "table"="Database" "model"="&{UUID:9b6662ae-a147-42ac-aa1e-9c95e481fdb5 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:10:54 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f10c9848-2fe9-442c-aacf-f889f6d537bb" "table"="Logical_Switch_Port" +2021/12/08 17:10:54 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f10c9848-2fe9-442c-aacf-f889f6d537bb" "table"="Logical_Switch_Port" "model"="&{UUID:f10c9848-2fe9-442c-aacf-f889f6d537bb Addresses:[] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:int-ovn-control-plane Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:10:54 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c6efb574-4e8b-4ae6-a2c8-516348943a32" "table"="Logical_Switch" +2021/12/08 17:10:54 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c6efb574-4e8b-4ae6-a2c8-516348943a32" "table"="Logical_Switch" "model"="&{UUID:c6efb574-4e8b-4ae6-a2c8-516348943a32 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn-control-plane OtherConfig:map[] Ports:[int-ovn-control-plane-uuid] QOSRules:[]}" +RESULT &[{c6efb574-4e8b-4ae6-a2c8-516348943a32 [] [] map[] [] [] [] ovn-control-plane map[] [int-ovn-control-plane-uuid] []}]I1208 17:10:54.635636 23352 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:other_config Mutator:insert Value:{GoMap:map[exclude_ips:192.168.1.2]}}] Timeout:0 Where:[where column _uuid == {c6efb574-4e8b-4ae6-a2c8-516348943a32}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:10:54 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c6efb574-4e8b-4ae6-a2c8-516348943a32" "table"="Logical_Switch" +2021/12/08 17:10:54 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c6efb574-4e8b-4ae6-a2c8-516348943a32" "table"="Logical_Switch" "old"="&{UUID:c6efb574-4e8b-4ae6-a2c8-516348943a32 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn-control-plane OtherConfig:map[] Ports:[int-ovn-control-plane-uuid] QOSRules:[]}" "new"="&{UUID:c6efb574-4e8b-4ae6-a2c8-516348943a32 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn-control-plane OtherConfig:map[exclude_ips:192.168.1.2] Ports:[int-ovn-control-plane-uuid] QOSRules:[]}" +2021/12/08 17:10:54 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c6efb574-4e8b-4ae6-a2c8-516348943a32" "table"="Logical_Switch" +2021/12/08 17:10:54 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="c6efb574-4e8b-4ae6-a2c8-516348943a32" "table"="Logical_Switch" "old"="&{UUID:c6efb574-4e8b-4ae6-a2c8-516348943a32 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn-control-plane OtherConfig:map[] Ports:[int-ovn-control-plane-uuid] QOSRules:[]}" "new"="&{UUID:c6efb574-4e8b-4ae6-a2c8-516348943a32 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn-control-plane OtherConfig:map[exclude_ips:192.168.1.2] Ports:[int-ovn-control-plane-uuid] QOSRules:[]}" +=== RUN TestUpdateNodeSwitchExcludeIPs/5:IPv4_CIDR,_config.HybridOverlayEnable=false,_sets_haveHybridOverlayPort=false_and_haveManagementPort=false_ovn-nbctl_command_excludeIPs_list_populated +2021/12/08 17:10:54 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="4a7c2bd9-56d1-4e24-8cca-2d5fbb93dbb6" "table"="Database" +2021/12/08 17:10:54 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="4a7c2bd9-56d1-4e24-8cca-2d5fbb93dbb6" "table"="Database" "model"="&{UUID:4a7c2bd9-56d1-4e24-8cca-2d5fbb93dbb6 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:10:54 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="236577cb-fbb7-4ddd-aba6-55e9ad3fd161" "table"="Logical_Switch" +2021/12/08 17:10:54 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="236577cb-fbb7-4ddd-aba6-55e9ad3fd161" "table"="Logical_Switch" "model"="&{UUID:236577cb-fbb7-4ddd-aba6-55e9ad3fd161 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn-control-plane OtherConfig:map[] Ports:[] QOSRules:[]}" +RESULT &[{236577cb-fbb7-4ddd-aba6-55e9ad3fd161 [] [] map[] [] [] [] ovn-control-plane map[] [] []}]I1208 17:10:55.056829 23352 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:other_config Mutator:insert Value:{GoMap:map[exclude_ips:192.168.1.2..192.168.1.3]}}] Timeout:0 Where:[where column _uuid == {236577cb-fbb7-4ddd-aba6-55e9ad3fd161}] Until: Durable: Comment: Lock: UUIDName:}] +2021/12/08 17:10:55 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="236577cb-fbb7-4ddd-aba6-55e9ad3fd161" "table"="Logical_Switch" +2021/12/08 17:10:55 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="236577cb-fbb7-4ddd-aba6-55e9ad3fd161" "table"="Logical_Switch" "old"="&{UUID:236577cb-fbb7-4ddd-aba6-55e9ad3fd161 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn-control-plane OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:236577cb-fbb7-4ddd-aba6-55e9ad3fd161 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn-control-plane OtherConfig:map[exclude_ips:192.168.1.2..192.168.1.3] Ports:[] QOSRules:[]}" +2021/12/08 17:10:55 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="236577cb-fbb7-4ddd-aba6-55e9ad3fd161" "table"="Logical_Switch" +2021/12/08 17:10:55 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="236577cb-fbb7-4ddd-aba6-55e9ad3fd161" "table"="Logical_Switch" "old"="&{UUID:236577cb-fbb7-4ddd-aba6-55e9ad3fd161 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn-control-plane OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:236577cb-fbb7-4ddd-aba6-55e9ad3fd161 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn-control-plane OtherConfig:map[exclude_ips:192.168.1.2..192.168.1.3] Ports:[] QOSRules:[]}" +--- PASS: TestUpdateNodeSwitchExcludeIPs (2.60s) + --- PASS: TestUpdateNodeSwitchExcludeIPs/0:IPv6_CIDR,_never_excludes (0.37s) + --- PASS: TestUpdateNodeSwitchExcludeIPs/1:IPv4_CIDR,_config.HybridOverlayEnable=true,_sets_haveMangementPort=true,_ovn-nbctl_command_excludeIPs_list_empty (0.45s) + --- PASS: TestUpdateNodeSwitchExcludeIPs/2:IPv4_CIDR,_config.HybridOverlayEnable=true,_sets_haveMangementPort=true,_ovn-nbctl_command_excludeIPs_list_empty_leaves_existing_otherConfig_alone (0.48s) + --- PASS: TestUpdateNodeSwitchExcludeIPs/3:IPv4_CIDR,_config.HybridOverlayEnable=true,_sets_haveHybridOverlayPort=false,_ovn-nbctl_command_excludeIPs_list_populated (0.45s) + --- PASS: TestUpdateNodeSwitchExcludeIPs/4:IPv4_CIDR,_haveMangementPort=false,_ovn-nbctl_command_with_excludeIPs_list_populated,_returns_error_ (0.42s) + --- PASS: TestUpdateNodeSwitchExcludeIPs/5:IPv4_CIDR,_config.HybridOverlayEnable=false,_sets_haveHybridOverlayPort=false_and_haveManagementPort=false_ovn-nbctl_command_excludeIPs_list_populated (0.41s) +PASS +ok github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util 43.046s +go test -mod=vendor -test.v github.com/ovn-org/ovn-kubernetes/go-controller/hybrid-overlay/pkg/controller -ginkgo.v -ginkgo.reportFile ./_artifacts/junit-hybrid-overlay_pkg_controller.xml +I1208 17:11:21.277204 36999 ovs.go:93] Maximum command line arguments set to: 191102 +=== RUN TestHybridOverlayControllerSuite +Running Suite: Hybrid Overlay Controller Suite +============================================== +Random Seed: 1638983481 +Will run 12 of 12 specs + +Hybrid SDN Master Operations + allocates and assigns a hybrid-overlay subnet to a Windows node that doesn't have one + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/hybrid-overlay/pkg/controller/master_test.go:92 +I1208 17:11:21.285330 36999 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:11:21.285391 36999 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:11:21.285422 36999 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:11:21.285445 36999 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:11:21.285468 36999 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes:kubernetes.io/os=windows NoHostSubnetNodes:&LabelSelector{MatchLabels:map[string]string{kubernetes.io/os: windows,},MatchExpressions:[]LabelSelectorRequirement{},} HostNetworkNamespace:} +I1208 17:11:21.285547 36999 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:11:21.285627 36999 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc0009a8060} +I1208 17:11:21.285679 36999 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc0009a8060} +I1208 17:11:21.285713 36999 config.go:1708] Hybrid Overlay config: {Enabled:true RawClusterSubnets:11.1.0.0/16/24 ClusterSubnets:[{CIDR:11.1.0.0/16 HostSubnetLength:24}] VXLANPort:4789} +I1208 17:11:21.285746 36999 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +2021/12/08 17:11:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="afe5f6c7-c49b-4984-ae10-790c90c4e478" "table"="Database" +2021/12/08 17:11:21 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="afe5f6c7-c49b-4984-ae10-790c90c4e478" "table"="Database" "model"="&{UUID:afe5f6c7-c49b-4984-ae10-790c90c4e478 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:11:21.401067 36999 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-b81074354b0ec7245ae4a73db8a38c9d" +I1208 17:11:21.412340 36999 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:11:21.415195 36999 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-b81074354b0ec7245ae4a73db8a38c9d" +I1208 17:11:21.417729 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="afe5f6c7-c49b-4984-ae10-790c90c4e478" +I1208 17:11:21.417781 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="afe5f6c7-c49b-4984-ae10-790c90c4e478" "model"="&{UUID:afe5f6c7-c49b-4984-ae10-790c90c4e478 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:11:21.419451 36999 master.go:106] Starting Hybrid Overlay Master Controller +I1208 17:11:21.419470 36999 informer.go:178] Starting node informer queue +I1208 17:11:21.419476 36999 informer.go:180] Waiting for node informer caches to sync +I1208 17:11:21.419662 36999 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:21.419684 36999 reflector.go:255] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:21.419698 36999 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:21.419717 36999 reflector.go:255] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:21.419937 36999 reflector.go:219] Starting reflector *v1.Namespace (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:21.419969 36999 reflector.go:255] Listing and watching *v1.Namespace from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:21.519864 36999 shared_informer.go:270] caches populated +I1208 17:11:21.519892 36999 informer.go:186] Starting 10 node queue workers +I1208 17:11:21.519864 36999 shared_informer.go:270] caches populated +I1208 17:11:21.519920 36999 informer.go:197] Started node queue workers +I1208 17:11:21.519966 36999 shared_informer.go:270] caches populated +I1208 17:11:21.520004 36999 shared_informer.go:270] caches populated +I1208 17:11:21.520002 36999 master.go:265] Processing add event for node node1 +I1208 17:11:21.520163 36999 master.go:143] Allocated hybrid overlay HostSubnet 11.1.0.0/24 for node node1 +I1208 17:11:21.520189 36999 kube.go:93] Setting annotations map[k8s.ovn.org/hybrid-overlay-node-subnet:11.1.0.0/24] on node node1 +I1208 17:11:21.521083 36999 informer.go:294] Successfully synced 'node1' +I1208 17:11:21.521146 36999 master.go:265] Processing add event for node node1 +I1208 17:11:21.521200 36999 informer.go:294] Successfully synced 'node1' +I1208 17:11:21.530418 36999 master.go:118] Shutting down Hybrid Overlay Master workers +I1208 17:11:21.530446 36999 watch.go:183] Stopping fake watcher. +I1208 17:11:21.530448 36999 watch.go:183] Stopping fake watcher. +I1208 17:11:21.530458 36999 informer.go:201] Shutting down node queue workers +I1208 17:11:21.530473 36999 watch.go:183] Stopping fake watcher. +I1208 17:11:21.530473 36999 reflector.go:225] Stopping reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:21.530504 36999 reflector.go:225] Stopping reflector *v1.Namespace (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:21.530471 36999 reflector.go:225] Stopping reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:21.530586 36999 informer.go:204] Shut down node queue workers +I1208 17:11:21.530626 36999 master.go:120] Shut down Hybrid Overlay Master workers +• +------------------------------ +Hybrid SDN Master Operations + sets up and cleans up a Linux node with a OVN hostsubnet annotation + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/hybrid-overlay/pkg/controller/master_test.go:165 +I1208 17:11:21.533317 36999 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:11:21.533409 36999 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:11:21.533448 36999 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:11:21.533486 36999 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:11:21.533517 36999 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:11:21.533570 36999 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:11:21.533614 36999 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc0004de240} +I1208 17:11:21.533661 36999 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc0004de240} +I1208 17:11:21.533704 36999 config.go:1708] Hybrid Overlay config: {Enabled:true RawClusterSubnets:11.1.0.0/16/24 ClusterSubnets:[{CIDR:11.1.0.0/16 HostSubnetLength:24}] VXLANPort:4789} +I1208 17:11:21.533746 36999 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +2021/12/08 17:11:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="819ae1f0-7bd3-4bee-b8d0-2891fbf8e395" "table"="Database" +2021/12/08 17:11:21 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="819ae1f0-7bd3-4bee-b8d0-2891fbf8e395" "table"="Database" "model"="&{UUID:819ae1f0-7bd3-4bee-b8d0-2891fbf8e395 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:11:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1e67ecee-2fd8-433f-a385-57c8528658e7" "table"="Logical_Switch" +2021/12/08 17:11:21 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1e67ecee-2fd8-433f-a385-57c8528658e7" "table"="Logical_Switch" "model"="&{UUID:1e67ecee-2fd8-433f-a385-57c8528658e7 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +2021/12/08 17:11:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8f74a915-dbe3-4512-85ee-521cbdc16843" "table"="Logical_Router_Policy" +2021/12/08 17:11:21 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="8f74a915-dbe3-4512-85ee-521cbdc16843" "table"="Logical_Router_Policy" "model"="&{UUID:8f74a915-dbe3-4512-85ee-521cbdc16843 Action:reroute ExternalIDs:map[name:hybrid-subnet-node1] Match:inport == "rtos-node1" && ip4.dst == 11.1.0.0/16 Nexthop: Nexthops:[10.1.2.3] Options:map[] Priority:1002}" +2021/12/08 17:11:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="aacc57fd-d447-4d7f-8c4b-343ffe516041" "table"="Logical_Router" +2021/12/08 17:11:21 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="aacc57fd-d447-4d7f-8c4b-343ffe516041" "table"="Logical_Router" "model"="&{UUID:aacc57fd-d447-4d7f-8c4b-343ffe516041 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[8f74a915-dbe3-4512-85ee-521cbdc16843] Ports:[] StaticRoutes:[]}" +I1208 17:11:21.652315 36999 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-00c20296d5288b67000cbd6ae3082fe8" +I1208 17:11:21.669519 36999 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:11:21.672450 36999 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-00c20296d5288b67000cbd6ae3082fe8" +I1208 17:11:21.674020 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="819ae1f0-7bd3-4bee-b8d0-2891fbf8e395" +I1208 17:11:21.674116 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="819ae1f0-7bd3-4bee-b8d0-2891fbf8e395" "model"="&{UUID:819ae1f0-7bd3-4bee-b8d0-2891fbf8e395 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:11:21.677813 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Policy" "uuid"="8f74a915-dbe3-4512-85ee-521cbdc16843" +I1208 17:11:21.677919 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Logical_Router_Policy" "uuid"="8f74a915-dbe3-4512-85ee-521cbdc16843" "model"="&{UUID:8f74a915-dbe3-4512-85ee-521cbdc16843 Action:reroute ExternalIDs:map[name:hybrid-subnet-node1] Match:inport == \"rtos-node1\" && ip4.dst == 11.1.0.0/16 Nexthop: Nexthops:[10.1.2.3] Options:map[] Priority:1002}" +I1208 17:11:21.678008 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="1e67ecee-2fd8-433f-a385-57c8528658e7" +I1208 17:11:21.678071 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="1e67ecee-2fd8-433f-a385-57c8528658e7" "model"="&{UUID:1e67ecee-2fd8-433f-a385-57c8528658e7 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +I1208 17:11:21.678141 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="aacc57fd-d447-4d7f-8c4b-343ffe516041" +I1208 17:11:21.678217 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="aacc57fd-d447-4d7f-8c4b-343ffe516041" "model"="&{UUID:aacc57fd-d447-4d7f-8c4b-343ffe516041 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[8f74a915-dbe3-4512-85ee-521cbdc16843] Ports:[] StaticRoutes:[]}" +I1208 17:11:21.678510 36999 master.go:106] Starting Hybrid Overlay Master Controller +I1208 17:11:21.678580 36999 informer.go:178] Starting node informer queue +I1208 17:11:21.678594 36999 informer.go:180] Waiting for node informer caches to sync +I1208 17:11:21.678649 36999 reflector.go:219] Starting reflector *v1.Namespace (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:21.678672 36999 reflector.go:255] Listing and watching *v1.Namespace from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:21.678871 36999 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:21.678893 36999 reflector.go:255] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:21.678883 36999 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:21.678916 36999 reflector.go:255] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:21.778950 36999 shared_informer.go:270] caches populated +I1208 17:11:21.778985 36999 informer.go:186] Starting 10 node queue workers +I1208 17:11:21.778988 36999 shared_informer.go:270] caches populated +I1208 17:11:21.779020 36999 shared_informer.go:270] caches populated +I1208 17:11:21.779042 36999 shared_informer.go:270] caches populated +I1208 17:11:21.779021 36999 informer.go:197] Started node queue workers +I1208 17:11:21.779085 36999 master.go:265] Processing add event for node node1 +I1208 17:11:21.830216 36999 master.go:205] Allocating MAC 0a:58:0a:01:02:03 to node node1 +I1208 17:11:21.830273 36999 master.go:312] Setting up logical route policy for hybrid subnet on node: node1 +RESULT &[{8f74a915-dbe3-4512-85ee-521cbdc16843 reroute map[name:hybrid-subnet-node1] inport == "rtos-node1" && ip4.dst == 11.1.0.0/16 [10.1.2.3] map[] 1002}]I1208 17:11:21.830560 36999 model_client.go:292] Update operations generated as: [{Op:update Table:Logical_Router_Policy Row:map[match:inport == "rtos-node1" && ip4.dst == 11.1.0.0/16 nexthops:{GoSet:[10.1.2.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {8f74a915-dbe3-4512-85ee-521cbdc16843}] Until: Durable: Comment: Lock: UUIDName:}] +RESULT &[{aacc57fd-d447-4d7f-8c4b-343ffe516041 map[] [] [] ovn_cluster_router [] map[] [8f74a915-dbe3-4512-85ee-521cbdc16843] [] []}]I1208 17:11:21.831651 36999 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Router_Policy Row:map[match:inport == "rtos-node1" && ip4.dst == 11.1.0.0/16 nexthops:{GoSet:[10.1.2.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {8f74a915-dbe3-4512-85ee-521cbdc16843}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:11:21.831764 36999 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Logical_Router_Policy Row:map[match:inport == \"rtos-node1\" && ip4.dst == 11.1.0.0/16 nexthops:{GoSet:[10.1.2.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {8f74a915-dbe3-4512-85ee-521cbdc16843}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:11:21 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8f74a915-dbe3-4512-85ee-521cbdc16843" "table"="Logical_Router_Policy" +I1208 17:11:21.835897 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Policy" "uuid"="8f74a915-dbe3-4512-85ee-521cbdc16843" +2021/12/08 17:11:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8f74a915-dbe3-4512-85ee-521cbdc16843" "table"="Logical_Router_Policy" +I1208 17:11:21.837012 36999 master.go:375] Created hybrid overlay logical route policy for node node1 +I1208 17:11:21.837064 36999 master.go:230] Creating / updating node node1 hybrid overlay port with mac 0a:58:0a:01:02:03 +I1208 17:11:21.888222 36999 model_client.go:283] Create operations generated as: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:01:02:03]} name:int-node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996164}] +RESULT &[{1e67ecee-2fd8-433f-a385-57c8528658e7 [] [] map[] [] [] [] node1 map[] [] []}]I1208 17:11:21.888438 36999 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996164}]}}] Timeout:0 Where:[where column _uuid == {1e67ecee-2fd8-433f-a385-57c8528658e7}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:11:21.888517 36999 transact.go:41] Configuring OVN: [{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:01:02:03]} name:int-node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996164} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996164}]}}] Timeout:0 Where:[where column _uuid == {1e67ecee-2fd8-433f-a385-57c8528658e7}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:11:21.888696 36999 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:insert Table:Logical_Switch_Port Row:map[addresses:{GoSet:[0a:58:0a:01:02:03]} name:int-node1] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:u2596996164} {Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:ports Mutator:insert Value:{GoSet:[{GoUUID:u2596996164}]}}] Timeout:0 Where:[where column _uuid == {1e67ecee-2fd8-433f-a385-57c8528658e7}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:11:21 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="159bb4a3-cd46-4dba-a355-5ee89704ba41" "table"="Logical_Switch_Port" +2021/12/08 17:11:21 server/cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="159bb4a3-cd46-4dba-a355-5ee89704ba41" "table"="Logical_Switch_Port" "model"="&{UUID:159bb4a3-cd46-4dba-a355-5ee89704ba41 Addresses:[0a:58:0a:01:02:03] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:int-node1 Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:11:21 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1e67ecee-2fd8-433f-a385-57c8528658e7" "table"="Logical_Switch" +2021/12/08 17:11:21 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1e67ecee-2fd8-433f-a385-57c8528658e7" "table"="Logical_Switch" "old"="&{UUID:1e67ecee-2fd8-433f-a385-57c8528658e7 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:1e67ecee-2fd8-433f-a385-57c8528658e7 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[159bb4a3-cd46-4dba-a355-5ee89704ba41] QOSRules:[]}" +I1208 17:11:21.892045 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="1e67ecee-2fd8-433f-a385-57c8528658e7" +I1208 17:11:21.892273 36999 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="1e67ecee-2fd8-433f-a385-57c8528658e7" "new"="&{UUID:1e67ecee-2fd8-433f-a385-57c8528658e7 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[159bb4a3-cd46-4dba-a355-5ee89704ba41] QOSRules:[]}" "old"="&{UUID:1e67ecee-2fd8-433f-a385-57c8528658e7 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" +I1208 17:11:21.892418 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="159bb4a3-cd46-4dba-a355-5ee89704ba41" +I1208 17:11:21.892554 36999 cache.go:642] cache "msg"="inserting row" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="159bb4a3-cd46-4dba-a355-5ee89704ba41" "model"="&{UUID:159bb4a3-cd46-4dba-a355-5ee89704ba41 Addresses:[0a:58:0a:01:02:03] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:int-node1 Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:11:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1e67ecee-2fd8-433f-a385-57c8528658e7" "table"="Logical_Switch" +2021/12/08 17:11:21 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1e67ecee-2fd8-433f-a385-57c8528658e7" "table"="Logical_Switch" "old"="&{UUID:1e67ecee-2fd8-433f-a385-57c8528658e7 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[] QOSRules:[]}" "new"="&{UUID:1e67ecee-2fd8-433f-a385-57c8528658e7 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[159bb4a3-cd46-4dba-a355-5ee89704ba41] QOSRules:[]}" +2021/12/08 17:11:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="159bb4a3-cd46-4dba-a355-5ee89704ba41" "table"="Logical_Switch_Port" +2021/12/08 17:11:21 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="159bb4a3-cd46-4dba-a355-5ee89704ba41" "table"="Logical_Switch_Port" "model"="&{UUID:159bb4a3-cd46-4dba-a355-5ee89704ba41 Addresses:[0a:58:0a:01:02:03] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:int-node1 Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +I1208 17:11:21.944341 36999 util.go:258] Management port does not exist for node node1 +I1208 17:11:21.994656 36999 util.go:273] haveMP false haveHO true ManagementPortAddress 10.1.2.2/24 HybridOverlayAddressOA 10.1.2.3/24 +RESULT &[{1e67ecee-2fd8-433f-a385-57c8528658e7 [] [] map[] [] [] [] node1 map[] [159bb4a3-cd46-4dba-a355-5ee89704ba41] []}]I1208 17:11:21.994800 36999 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:other_config Mutator:insert Value:{GoMap:map[exclude_ips:10.1.2.2]}}] Timeout:0 Where:[where column _uuid == {1e67ecee-2fd8-433f-a385-57c8528658e7}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:11:21.994880 36999 transact.go:41] Configuring OVN: [{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:other_config Mutator:insert Value:{GoMap:map[exclude_ips:10.1.2.2]}}] Timeout:0 Where:[where column _uuid == {1e67ecee-2fd8-433f-a385-57c8528658e7}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:11:21.994975 36999 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:mutate Table:Logical_Switch Row:map[] Rows:[] Columns:[] Mutations:[{Column:other_config Mutator:insert Value:{GoMap:map[exclude_ips:10.1.2.2]}}] Timeout:0 Where:[where column _uuid == {1e67ecee-2fd8-433f-a385-57c8528658e7}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:11:21 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1e67ecee-2fd8-433f-a385-57c8528658e7" "table"="Logical_Switch" +2021/12/08 17:11:21 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1e67ecee-2fd8-433f-a385-57c8528658e7" "table"="Logical_Switch" "old"="&{UUID:1e67ecee-2fd8-433f-a385-57c8528658e7 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[159bb4a3-cd46-4dba-a355-5ee89704ba41] QOSRules:[]}" "new"="&{UUID:1e67ecee-2fd8-433f-a385-57c8528658e7 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[exclude_ips:10.1.2.2] Ports:[159bb4a3-cd46-4dba-a355-5ee89704ba41] QOSRules:[]}" +I1208 17:11:21.998362 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="1e67ecee-2fd8-433f-a385-57c8528658e7" +I1208 17:11:21.998527 36999 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="1e67ecee-2fd8-433f-a385-57c8528658e7" "new"="&{UUID:1e67ecee-2fd8-433f-a385-57c8528658e7 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[exclude_ips:10.1.2.2] Ports:[159bb4a3-cd46-4dba-a355-5ee89704ba41] QOSRules:[]}" "old"="&{UUID:1e67ecee-2fd8-433f-a385-57c8528658e7 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[159bb4a3-cd46-4dba-a355-5ee89704ba41] QOSRules:[]}" +2021/12/08 17:11:21 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1e67ecee-2fd8-433f-a385-57c8528658e7" "table"="Logical_Switch" +2021/12/08 17:11:21 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="1e67ecee-2fd8-433f-a385-57c8528658e7" "table"="Logical_Switch" "old"="&{UUID:1e67ecee-2fd8-433f-a385-57c8528658e7 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[159bb4a3-cd46-4dba-a355-5ee89704ba41] QOSRules:[]}" "new"="&{UUID:1e67ecee-2fd8-433f-a385-57c8528658e7 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[exclude_ips:10.1.2.2] Ports:[159bb4a3-cd46-4dba-a355-5ee89704ba41] QOSRules:[]}" +I1208 17:11:21.999110 36999 master.go:246] Setting node node1 hybrid overlay mac annotation to 0a:58:0a:01:02:03 +I1208 17:11:21.999138 36999 kube.go:93] Setting annotations map[k8s.ovn.org/hybrid-overlay-distributed-router-gateway-mac:0a:58:0a:01:02:03] on node node1 +I1208 17:11:21.999505 36999 informer.go:294] Successfully synced 'node1' +I1208 17:11:21.999584 36999 master.go:265] Processing add event for node node1 +I1208 17:11:22.050289 36999 master.go:312] Setting up logical route policy for hybrid subnet on node: node1 +RESULT &[{8f74a915-dbe3-4512-85ee-521cbdc16843 reroute map[name:hybrid-subnet-node1] inport == "rtos-node1" && ip4.dst == 11.1.0.0/16 [10.1.2.3] map[] 1002}]I1208 17:11:22.050467 36999 model_client.go:292] Update operations generated as: [{Op:update Table:Logical_Router_Policy Row:map[match:inport == "rtos-node1" && ip4.dst == 11.1.0.0/16 nexthops:{GoSet:[10.1.2.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {8f74a915-dbe3-4512-85ee-521cbdc16843}] Until: Durable: Comment: Lock: UUIDName:}] +RESULT &[{aacc57fd-d447-4d7f-8c4b-343ffe516041 map[] [] [] ovn_cluster_router [] map[] [8f74a915-dbe3-4512-85ee-521cbdc16843] [] []}]I1208 17:11:22.050625 36999 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Router_Policy Row:map[match:inport == "rtos-node1" && ip4.dst == 11.1.0.0/16 nexthops:{GoSet:[10.1.2.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {8f74a915-dbe3-4512-85ee-521cbdc16843}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:11:22.050708 36999 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Logical_Router_Policy Row:map[match:inport == \"rtos-node1\" && ip4.dst == 11.1.0.0/16 nexthops:{GoSet:[10.1.2.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {8f74a915-dbe3-4512-85ee-521cbdc16843}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:11:22 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8f74a915-dbe3-4512-85ee-521cbdc16843" "table"="Logical_Router_Policy" +I1208 17:11:22.053741 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Policy" "uuid"="8f74a915-dbe3-4512-85ee-521cbdc16843" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8f74a915-dbe3-4512-85ee-521cbdc16843" "table"="Logical_Router_Policy" +I1208 17:11:22.054188 36999 master.go:375] Created hybrid overlay logical route policy for node node1 +I1208 17:11:22.054214 36999 informer.go:294] Successfully synced 'node1' +I1208 17:11:22.054278 36999 master.go:293] Processing node delete for node1 +I1208 17:11:22.054298 36999 master.go:256] Removing node node1 hybrid overlay port +I1208 17:11:22.104936 36999 model_client.go:317] Delete operations generated as: [{Op:delete Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {159bb4a3-cd46-4dba-a355-5ee89704ba41}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:11:22.104983 36999 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {159bb4a3-cd46-4dba-a355-5ee89704ba41}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:11:22.105064 36999 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:delete Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {159bb4a3-cd46-4dba-a355-5ee89704ba41}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:11:22 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="159bb4a3-cd46-4dba-a355-5ee89704ba41" "table"="Logical_Switch_Port" +2021/12/08 17:11:22 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="159bb4a3-cd46-4dba-a355-5ee89704ba41" "table"="Logical_Switch_Port" "model"="&{UUID:159bb4a3-cd46-4dba-a355-5ee89704ba41 Addresses:[0a:58:0a:01:02:03] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:int-node1 Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +I1208 17:11:22.107353 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="159bb4a3-cd46-4dba-a355-5ee89704ba41" +I1208 17:11:22.107493 36999 cache.go:673] cache "msg"="deleting row" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="159bb4a3-cd46-4dba-a355-5ee89704ba41" "model"="&{UUID:159bb4a3-cd46-4dba-a355-5ee89704ba41 Addresses:[0a:58:0a:01:02:03] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:int-node1 Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="159bb4a3-cd46-4dba-a355-5ee89704ba41" "table"="Logical_Switch_Port" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="159bb4a3-cd46-4dba-a355-5ee89704ba41" "table"="Logical_Switch_Port" "model"="&{UUID:159bb4a3-cd46-4dba-a355-5ee89704ba41 Addresses:[0a:58:0a:01:02:03] Dhcpv4Options: Dhcpv6Options: DynamicAddresses: Enabled: ExternalIDs:map[] HaChassisGroup: Name:int-node1 Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +RESULT &[{8f74a915-dbe3-4512-85ee-521cbdc16843 reroute map[name:hybrid-subnet-node1] inport == "rtos-node1" && ip4.dst == 11.1.0.0/16 [10.1.2.3] map[] 1002}]I1208 17:11:22.107964 36999 model_client.go:317] Delete operations generated as: [{Op:delete Table:Logical_Router_Policy Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {8f74a915-dbe3-4512-85ee-521cbdc16843}] Until: Durable: Comment: Lock: UUIDName:}] +RESULT &[{aacc57fd-d447-4d7f-8c4b-343ffe516041 map[] [] [] ovn_cluster_router [] map[] [8f74a915-dbe3-4512-85ee-521cbdc16843] [] []}]I1208 17:11:22.108117 36999 model_client.go:308] Mutate operations generated as: [{Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:delete Value:{GoSet:[{GoUUID:8f74a915-dbe3-4512-85ee-521cbdc16843}]}}] Timeout:0 Where:[where column _uuid == {aacc57fd-d447-4d7f-8c4b-343ffe516041}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:11:22.108173 36999 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Router_Policy Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {8f74a915-dbe3-4512-85ee-521cbdc16843}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:delete Value:{GoSet:[{GoUUID:8f74a915-dbe3-4512-85ee-521cbdc16843}]}}] Timeout:0 Where:[where column _uuid == {aacc57fd-d447-4d7f-8c4b-343ffe516041}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:11:22.108356 36999 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:delete Table:Logical_Router_Policy Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {8f74a915-dbe3-4512-85ee-521cbdc16843}] Until: Durable: Comment: Lock: UUIDName:} {Op:mutate Table:Logical_Router Row:map[] Rows:[] Columns:[] Mutations:[{Column:policies Mutator:delete Value:{GoSet:[{GoUUID:8f74a915-dbe3-4512-85ee-521cbdc16843}]}}] Timeout:0 Where:[where column _uuid == {aacc57fd-d447-4d7f-8c4b-343ffe516041}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:11:22 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8f74a915-dbe3-4512-85ee-521cbdc16843" "table"="Logical_Router_Policy" +2021/12/08 17:11:22 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="8f74a915-dbe3-4512-85ee-521cbdc16843" "table"="Logical_Router_Policy" "model"="&{UUID:8f74a915-dbe3-4512-85ee-521cbdc16843 Action:reroute ExternalIDs:map[name:hybrid-subnet-node1] Match:inport == "rtos-node1" && ip4.dst == 11.1.0.0/16 Nexthop: Nexthops:[10.1.2.3] Options:map[] Priority:1002}" +2021/12/08 17:11:22 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="aacc57fd-d447-4d7f-8c4b-343ffe516041" "table"="Logical_Router" +2021/12/08 17:11:22 server/cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="aacc57fd-d447-4d7f-8c4b-343ffe516041" "table"="Logical_Router" "old"="&{UUID:aacc57fd-d447-4d7f-8c4b-343ffe516041 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[8f74a915-dbe3-4512-85ee-521cbdc16843] Ports:[] StaticRoutes:[]}" "new"="&{UUID:aacc57fd-d447-4d7f-8c4b-343ffe516041 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +I1208 17:11:22.111194 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Policy" "uuid"="8f74a915-dbe3-4512-85ee-521cbdc16843" +I1208 17:11:22.111342 36999 cache.go:673] cache "msg"="deleting row" "database"="OVN_Northbound" "table"="Logical_Router_Policy" "uuid"="8f74a915-dbe3-4512-85ee-521cbdc16843" "model"="&{UUID:8f74a915-dbe3-4512-85ee-521cbdc16843 Action:reroute ExternalIDs:map[name:hybrid-subnet-node1] Match:inport == \"rtos-node1\" && ip4.dst == 11.1.0.0/16 Nexthop: Nexthops:[10.1.2.3] Options:map[] Priority:1002}" +I1208 17:11:22.111394 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="aacc57fd-d447-4d7f-8c4b-343ffe516041" +I1208 17:11:22.111557 36999 cache.go:658] cache "msg"="updating row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="aacc57fd-d447-4d7f-8c4b-343ffe516041" "new"="&{UUID:aacc57fd-d447-4d7f-8c4b-343ffe516041 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" "old"="&{UUID:aacc57fd-d447-4d7f-8c4b-343ffe516041 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[8f74a915-dbe3-4512-85ee-521cbdc16843] Ports:[] StaticRoutes:[]}" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="8f74a915-dbe3-4512-85ee-521cbdc16843" "table"="Logical_Router_Policy" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="8f74a915-dbe3-4512-85ee-521cbdc16843" "table"="Logical_Router_Policy" "model"="&{UUID:8f74a915-dbe3-4512-85ee-521cbdc16843 Action:reroute ExternalIDs:map[name:hybrid-subnet-node1] Match:inport == "rtos-node1" && ip4.dst == 11.1.0.0/16 Nexthop: Nexthops:[10.1.2.3] Options:map[] Priority:1002}" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="aacc57fd-d447-4d7f-8c4b-343ffe516041" "table"="Logical_Router" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":658} "level"=5 "msg"="updating row" "uuid"="aacc57fd-d447-4d7f-8c4b-343ffe516041" "table"="Logical_Router" "old"="&{UUID:aacc57fd-d447-4d7f-8c4b-343ffe516041 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[8f74a915-dbe3-4512-85ee-521cbdc16843] Ports:[] StaticRoutes:[]}" "new"="&{UUID:aacc57fd-d447-4d7f-8c4b-343ffe516041 Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[] Ports:[] StaticRoutes:[]}" +I1208 17:11:22.112204 36999 master.go:307] Node delete for node1 completed +I1208 17:11:22.112226 36999 informer.go:294] Successfully synced 'node1' +I1208 17:11:22.113463 36999 master.go:118] Shutting down Hybrid Overlay Master workers +I1208 17:11:22.113486 36999 watch.go:183] Stopping fake watcher. +I1208 17:11:22.113494 36999 watch.go:183] Stopping fake watcher. +I1208 17:11:22.113514 36999 reflector.go:225] Stopping reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:22.113522 36999 reflector.go:225] Stopping reflector *v1.Namespace (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:22.113549 36999 watch.go:183] Stopping fake watcher. +I1208 17:11:22.113548 36999 informer.go:201] Shutting down node queue workers +I1208 17:11:22.113567 36999 reflector.go:225] Stopping reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:22.113633 36999 informer.go:204] Shut down node queue workers +I1208 17:11:22.113671 36999 master.go:120] Shut down Hybrid Overlay Master workers +• +------------------------------ +Hybrid SDN Master Operations + handles a Linux node with no annotation but an existing port + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/hybrid-overlay/pkg/controller/master_test.go:284 +I1208 17:11:22.115451 36999 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:11:22.115502 36999 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:11:22.115527 36999 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:11:22.115545 36999 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:11:22.115561 36999 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:11:22.115593 36999 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:11:22.115620 36999 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc0000bc2a0} +I1208 17:11:22.115649 36999 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc0000bc2a0} +I1208 17:11:22.115669 36999 config.go:1708] Hybrid Overlay config: {Enabled:true RawClusterSubnets:11.1.0.0/16/24 ClusterSubnets:[{CIDR:11.1.0.0/16 HostSubnetLength:24}] VXLANPort:4789} +I1208 17:11:22.115692 36999 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="cb980449-9d80-43b5-9a63-2ec4f85b6d6b" "table"="Database" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="cb980449-9d80-43b5-9a63-2ec4f85b6d6b" "table"="Database" "model"="&{UUID:cb980449-9d80-43b5-9a63-2ec4f85b6d6b Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="52c3ec60-87de-4e21-8863-6a1deb2e9b3b" "table"="Logical_Router" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="52c3ec60-87de-4e21-8863-6a1deb2e9b3b" "table"="Logical_Router" "model"="&{UUID:52c3ec60-87de-4e21-8863-6a1deb2e9b3b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[5c690900-3680-40a8-be9a-ddcee05b3337] Ports:[] StaticRoutes:[]}" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5c690900-3680-40a8-be9a-ddcee05b3337" "table"="Logical_Router_Policy" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="5c690900-3680-40a8-be9a-ddcee05b3337" "table"="Logical_Router_Policy" "model"="&{UUID:5c690900-3680-40a8-be9a-ddcee05b3337 Action:reroute ExternalIDs:map[name:hybrid-subnet-node1] Match:inport == "rtos-node1" && ip4.dst == 11.1.0.0/16 Nexthop: Nexthops:[10.1.2.3] Options:map[] Priority:1002}" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d180735f-9f7a-46fc-a490-672b86a3498e" "table"="Logical_Switch_Port" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d180735f-9f7a-46fc-a490-672b86a3498e" "table"="Logical_Switch_Port" "model"="&{UUID:d180735f-9f7a-46fc-a490-672b86a3498e Addresses:[00:00:00:52:19:d2 10.1.2.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses:0xc0009f6b50 Enabled: ExternalIDs:map[] HaChassisGroup: Name:int-node1 Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +I1208 17:11:22.231384 36999 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-b6913b68009b5553d787d9e1cde7720f" +I1208 17:11:22.244958 36999 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:11:22.246920 36999 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-b6913b68009b5553d787d9e1cde7720f" +I1208 17:11:22.248991 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="cb980449-9d80-43b5-9a63-2ec4f85b6d6b" +I1208 17:11:22.249079 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="cb980449-9d80-43b5-9a63-2ec4f85b6d6b" "model"="&{UUID:cb980449-9d80-43b5-9a63-2ec4f85b6d6b Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:11:22.258111 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Policy" "uuid"="5c690900-3680-40a8-be9a-ddcee05b3337" +I1208 17:11:22.258215 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Logical_Router_Policy" "uuid"="5c690900-3680-40a8-be9a-ddcee05b3337" "model"="&{UUID:5c690900-3680-40a8-be9a-ddcee05b3337 Action:reroute ExternalIDs:map[name:hybrid-subnet-node1] Match:inport == \"rtos-node1\" && ip4.dst == 11.1.0.0/16 Nexthop: Nexthops:[10.1.2.3] Options:map[] Priority:1002}" +I1208 17:11:22.258329 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="d180735f-9f7a-46fc-a490-672b86a3498e" +I1208 17:11:22.258409 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="d180735f-9f7a-46fc-a490-672b86a3498e" "model"="&{UUID:d180735f-9f7a-46fc-a490-672b86a3498e Addresses:[00:00:00:52:19:d2 10.1.2.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses:0xc000997390 Enabled: ExternalIDs:map[] HaChassisGroup: Name:int-node1 Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +I1208 17:11:22.258501 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="52c3ec60-87de-4e21-8863-6a1deb2e9b3b" +I1208 17:11:22.258567 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="52c3ec60-87de-4e21-8863-6a1deb2e9b3b" "model"="&{UUID:52c3ec60-87de-4e21-8863-6a1deb2e9b3b Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[5c690900-3680-40a8-be9a-ddcee05b3337] Ports:[] StaticRoutes:[]}" +I1208 17:11:22.258783 36999 master.go:106] Starting Hybrid Overlay Master Controller +I1208 17:11:22.258823 36999 informer.go:178] Starting node informer queue +I1208 17:11:22.258833 36999 informer.go:180] Waiting for node informer caches to sync +I1208 17:11:22.259170 36999 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:22.259183 36999 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:22.259188 36999 reflector.go:219] Starting reflector *v1.Namespace (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:22.259203 36999 reflector.go:255] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:22.259211 36999 reflector.go:255] Listing and watching *v1.Namespace from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:22.259197 36999 reflector.go:255] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:22.359762 36999 shared_informer.go:270] caches populated +I1208 17:11:22.359801 36999 shared_informer.go:270] caches populated +I1208 17:11:22.359812 36999 shared_informer.go:270] caches populated +I1208 17:11:22.359820 36999 shared_informer.go:270] caches populated +I1208 17:11:22.359846 36999 informer.go:186] Starting 10 node queue workers +I1208 17:11:22.359898 36999 informer.go:197] Started node queue workers +I1208 17:11:22.359920 36999 master.go:265] Processing add event for node node1 +I1208 17:11:22.410540 36999 master.go:312] Setting up logical route policy for hybrid subnet on node: node1 +RESULT &[{5c690900-3680-40a8-be9a-ddcee05b3337 reroute map[name:hybrid-subnet-node1] inport == "rtos-node1" && ip4.dst == 11.1.0.0/16 [10.1.2.3] map[] 1002}]I1208 17:11:22.410747 36999 model_client.go:292] Update operations generated as: [{Op:update Table:Logical_Router_Policy Row:map[match:inport == "rtos-node1" && ip4.dst == 11.1.0.0/16 nexthops:{GoSet:[10.1.2.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {5c690900-3680-40a8-be9a-ddcee05b3337}] Until: Durable: Comment: Lock: UUIDName:}] +RESULT &[{52c3ec60-87de-4e21-8863-6a1deb2e9b3b map[] [] [] ovn_cluster_router [] map[] [5c690900-3680-40a8-be9a-ddcee05b3337] [] []}]I1208 17:11:22.410934 36999 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Router_Policy Row:map[match:inport == "rtos-node1" && ip4.dst == 11.1.0.0/16 nexthops:{GoSet:[10.1.2.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {5c690900-3680-40a8-be9a-ddcee05b3337}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:11:22.411036 36999 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Logical_Router_Policy Row:map[match:inport == \"rtos-node1\" && ip4.dst == 11.1.0.0/16 nexthops:{GoSet:[10.1.2.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {5c690900-3680-40a8-be9a-ddcee05b3337}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:11:22 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5c690900-3680-40a8-be9a-ddcee05b3337" "table"="Logical_Router_Policy" +I1208 17:11:22.415915 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Policy" "uuid"="5c690900-3680-40a8-be9a-ddcee05b3337" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5c690900-3680-40a8-be9a-ddcee05b3337" "table"="Logical_Router_Policy" +I1208 17:11:22.416812 36999 master.go:375] Created hybrid overlay logical route policy for node node1 +I1208 17:11:22.416940 36999 master.go:246] Setting node node1 hybrid overlay mac annotation to 00:00:00:52:19:d2 +I1208 17:11:22.416986 36999 kube.go:93] Setting annotations map[k8s.ovn.org/hybrid-overlay-distributed-router-gateway-mac:00:00:00:52:19:d2] on node node1 +I1208 17:11:22.417938 36999 informer.go:294] Successfully synced 'node1' +I1208 17:11:22.418075 36999 master.go:265] Processing add event for node node1 +I1208 17:11:22.421687 36999 master.go:118] Shutting down Hybrid Overlay Master workers +I1208 17:11:22.421706 36999 watch.go:183] Stopping fake watcher. +I1208 17:11:22.421745 36999 watch.go:183] Stopping fake watcher. +I1208 17:11:22.421740 36999 informer.go:201] Shutting down node queue workers +I1208 17:11:22.421763 36999 reflector.go:225] Stopping reflector *v1.Namespace (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:22.421739 36999 reflector.go:225] Stopping reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:22.421714 36999 watch.go:183] Stopping fake watcher. +I1208 17:11:22.421806 36999 reflector.go:225] Stopping reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:22.469335 36999 master.go:312] Setting up logical route policy for hybrid subnet on node: node1 +RESULT &[{5c690900-3680-40a8-be9a-ddcee05b3337 reroute map[name:hybrid-subnet-node1] inport == "rtos-node1" && ip4.dst == 11.1.0.0/16 [10.1.2.3] map[] 1002}]I1208 17:11:22.469591 36999 model_client.go:292] Update operations generated as: [{Op:update Table:Logical_Router_Policy Row:map[match:inport == "rtos-node1" && ip4.dst == 11.1.0.0/16 nexthops:{GoSet:[10.1.2.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {5c690900-3680-40a8-be9a-ddcee05b3337}] Until: Durable: Comment: Lock: UUIDName:}] +RESULT &[{52c3ec60-87de-4e21-8863-6a1deb2e9b3b map[] [] [] ovn_cluster_router [] map[] [5c690900-3680-40a8-be9a-ddcee05b3337] [] []}]I1208 17:11:22.469788 36999 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Router_Policy Row:map[match:inport == "rtos-node1" && ip4.dst == 11.1.0.0/16 nexthops:{GoSet:[10.1.2.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {5c690900-3680-40a8-be9a-ddcee05b3337}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:11:22.469916 36999 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Logical_Router_Policy Row:map[match:inport == \"rtos-node1\" && ip4.dst == 11.1.0.0/16 nexthops:{GoSet:[10.1.2.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {5c690900-3680-40a8-be9a-ddcee05b3337}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:11:22 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5c690900-3680-40a8-be9a-ddcee05b3337" "table"="Logical_Router_Policy" +I1208 17:11:22.472325 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Policy" "uuid"="5c690900-3680-40a8-be9a-ddcee05b3337" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="5c690900-3680-40a8-be9a-ddcee05b3337" "table"="Logical_Router_Policy" +I1208 17:11:22.472706 36999 master.go:375] Created hybrid overlay logical route policy for node node1 +I1208 17:11:22.472730 36999 informer.go:294] Successfully synced 'node1' +I1208 17:11:22.472760 36999 informer.go:204] Shut down node queue workers +I1208 17:11:22.472778 36999 master.go:120] Shut down Hybrid Overlay Master workers +• +------------------------------ +Hybrid SDN Master Operations + cleans up a Linux node when the OVN hostsubnet annotation is removed + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/hybrid-overlay/pkg/controller/master_test.go:371 +I1208 17:11:22.474403 36999 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.128.0.0/14/23 ClusterSubnets:[{CIDR:10.128.0.0/14 HostSubnetLength:23}]} +I1208 17:11:22.474454 36999 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:11:22.474490 36999 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:11:22.474522 36999 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:11:22.474539 36999 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes: NoHostSubnetNodes:nil HostNetworkNamespace:} +I1208 17:11:22.474587 36999 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:11:22.474618 36999 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc00128a1e0} +I1208 17:11:22.474642 36999 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc00128a1e0} +I1208 17:11:22.474674 36999 config.go:1708] Hybrid Overlay config: {Enabled:true RawClusterSubnets:11.1.0.0/16/24 ClusterSubnets:[{CIDR:11.1.0.0/16 HostSubnetLength:24}] VXLANPort:4789} +I1208 17:11:22.474717 36999 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="80a0226c-02e4-4edb-9b05-3f2dafab2e7a" "table"="Database" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="80a0226c-02e4-4edb-9b05-3f2dafab2e7a" "table"="Database" "model"="&{UUID:80a0226c-02e4-4edb-9b05-3f2dafab2e7a Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="1c3492a6-ad99-4637-b5d5-e46e2215b35a" "table"="Logical_Router" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="1c3492a6-ad99-4637-b5d5-e46e2215b35a" "table"="Logical_Router" "model"="&{UUID:1c3492a6-ad99-4637-b5d5-e46e2215b35a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[30f8c3d7-4d60-4c56-9048-59b7eb644669] Ports:[] StaticRoutes:[]}" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dac2b5f0-06cb-4870-89df-f6a59c302e67" "table"="Logical_Switch_Port" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="dac2b5f0-06cb-4870-89df-f6a59c302e67" "table"="Logical_Switch_Port" "model"="&{UUID:dac2b5f0-06cb-4870-89df-f6a59c302e67 Addresses:[00:00:00:52:19:d2 10.1.2.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses:0xc000116870 Enabled: ExternalIDs:map[] HaChassisGroup: Name:int-node1 Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="175fa816-6d18-495b-a041-5b6ab638468c" "table"="Logical_Switch" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="175fa816-6d18-495b-a041-5b6ab638468c" "table"="Logical_Switch" "model"="&{UUID:175fa816-6d18-495b-a041-5b6ab638468c ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[dac2b5f0-06cb-4870-89df-f6a59c302e67] QOSRules:[]}" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="30f8c3d7-4d60-4c56-9048-59b7eb644669" "table"="Logical_Router_Policy" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="30f8c3d7-4d60-4c56-9048-59b7eb644669" "table"="Logical_Router_Policy" "model"="&{UUID:30f8c3d7-4d60-4c56-9048-59b7eb644669 Action:reroute ExternalIDs:map[name:hybrid-subnet-node1] Match:inport == "rtos-node1" && ip4.dst == 11.1.0.0/16 Nexthop: Nexthops:[10.1.2.3] Options:map[] Priority:1002}" +I1208 17:11:22.590814 36999 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-59a6f1055867a41818f8fce694cc4f4f" +I1208 17:11:22.604469 36999 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:11:22.605898 36999 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-59a6f1055867a41818f8fce694cc4f4f" +I1208 17:11:22.607338 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="80a0226c-02e4-4edb-9b05-3f2dafab2e7a" +I1208 17:11:22.607415 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="80a0226c-02e4-4edb-9b05-3f2dafab2e7a" "model"="&{UUID:80a0226c-02e4-4edb-9b05-3f2dafab2e7a Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:11:22.611238 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Policy" "uuid"="30f8c3d7-4d60-4c56-9048-59b7eb644669" +I1208 17:11:22.611337 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Logical_Router_Policy" "uuid"="30f8c3d7-4d60-4c56-9048-59b7eb644669" "model"="&{UUID:30f8c3d7-4d60-4c56-9048-59b7eb644669 Action:reroute ExternalIDs:map[name:hybrid-subnet-node1] Match:inport == \"rtos-node1\" && ip4.dst == 11.1.0.0/16 Nexthop: Nexthops:[10.1.2.3] Options:map[] Priority:1002}" +I1208 17:11:22.611427 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="1c3492a6-ad99-4637-b5d5-e46e2215b35a" +I1208 17:11:22.611538 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Logical_Router" "uuid"="1c3492a6-ad99-4637-b5d5-e46e2215b35a" "model"="&{UUID:1c3492a6-ad99-4637-b5d5-e46e2215b35a Copp: Enabled: ExternalIDs:map[] LoadBalancer:[] LoadBalancerGroup:[] Name:ovn_cluster_router Nat:[] Options:map[] Policies:[30f8c3d7-4d60-4c56-9048-59b7eb644669] Ports:[] StaticRoutes:[]}" +I1208 17:11:22.611619 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="dac2b5f0-06cb-4870-89df-f6a59c302e67" +I1208 17:11:22.611691 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="dac2b5f0-06cb-4870-89df-f6a59c302e67" "model"="&{UUID:dac2b5f0-06cb-4870-89df-f6a59c302e67 Addresses:[00:00:00:52:19:d2 10.1.2.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses:0xc000117a80 Enabled: ExternalIDs:map[] HaChassisGroup: Name:int-node1 Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +I1208 17:11:22.611786 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="175fa816-6d18-495b-a041-5b6ab638468c" +I1208 17:11:22.611857 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="175fa816-6d18-495b-a041-5b6ab638468c" "model"="&{UUID:175fa816-6d18-495b-a041-5b6ab638468c ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:node1 OtherConfig:map[] Ports:[dac2b5f0-06cb-4870-89df-f6a59c302e67] QOSRules:[]}" +I1208 17:11:22.612138 36999 master.go:106] Starting Hybrid Overlay Master Controller +I1208 17:11:22.612179 36999 informer.go:178] Starting node informer queue +I1208 17:11:22.612189 36999 informer.go:180] Waiting for node informer caches to sync +I1208 17:11:22.612370 36999 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:22.612393 36999 reflector.go:255] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:22.612553 36999 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:22.612582 36999 reflector.go:219] Starting reflector *v1.Namespace (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:22.612590 36999 reflector.go:255] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:22.612604 36999 reflector.go:255] Listing and watching *v1.Namespace from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:22.713090 36999 shared_informer.go:270] caches populated +I1208 17:11:22.713124 36999 shared_informer.go:270] caches populated +I1208 17:11:22.713146 36999 shared_informer.go:270] caches populated +I1208 17:11:22.713144 36999 shared_informer.go:270] caches populated +I1208 17:11:22.713274 36999 informer.go:186] Starting 10 node queue workers +I1208 17:11:22.713312 36999 informer.go:197] Started node queue workers +I1208 17:11:22.713362 36999 master.go:265] Processing add event for node node1 +I1208 17:11:22.713668 36999 kube.go:93] Setting annotations map[k8s.ovn.org/node-subnets:] on node node1 +I1208 17:11:22.764050 36999 master.go:312] Setting up logical route policy for hybrid subnet on node: node1 +RESULT &[{30f8c3d7-4d60-4c56-9048-59b7eb644669 reroute map[name:hybrid-subnet-node1] inport == "rtos-node1" && ip4.dst == 11.1.0.0/16 [10.1.2.3] map[] 1002}]I1208 17:11:22.764305 36999 model_client.go:292] Update operations generated as: [{Op:update Table:Logical_Router_Policy Row:map[match:inport == "rtos-node1" && ip4.dst == 11.1.0.0/16 nexthops:{GoSet:[10.1.2.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {30f8c3d7-4d60-4c56-9048-59b7eb644669}] Until: Durable: Comment: Lock: UUIDName:}] +RESULT &[{1c3492a6-ad99-4637-b5d5-e46e2215b35a map[] [] [] ovn_cluster_router [] map[] [30f8c3d7-4d60-4c56-9048-59b7eb644669] [] []}]I1208 17:11:22.764511 36999 transact.go:41] Configuring OVN: [{Op:update Table:Logical_Router_Policy Row:map[match:inport == "rtos-node1" && ip4.dst == 11.1.0.0/16 nexthops:{GoSet:[10.1.2.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {30f8c3d7-4d60-4c56-9048-59b7eb644669}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:11:22.764623 36999 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:update Table:Logical_Router_Policy Row:map[match:inport == \"rtos-node1\" && ip4.dst == 11.1.0.0/16 nexthops:{GoSet:[10.1.2.3]}] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {30f8c3d7-4d60-4c56-9048-59b7eb644669}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:11:22 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="30f8c3d7-4d60-4c56-9048-59b7eb644669" "table"="Logical_Router_Policy" +I1208 17:11:22.767950 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Router_Policy" "uuid"="30f8c3d7-4d60-4c56-9048-59b7eb644669" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="30f8c3d7-4d60-4c56-9048-59b7eb644669" "table"="Logical_Router_Policy" +I1208 17:11:22.769346 36999 master.go:375] Created hybrid overlay logical route policy for node node1 +I1208 17:11:22.769487 36999 informer.go:294] Successfully synced 'node1' +I1208 17:11:22.769681 36999 master.go:265] Processing add event for node node1 +I1208 17:11:22.769808 36999 master.go:181] No subnet allocation yet for node1 +I1208 17:11:22.769903 36999 master.go:256] Removing node node1 hybrid overlay port +I1208 17:11:22.821331 36999 model_client.go:317] Delete operations generated as: [{Op:delete Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {dac2b5f0-06cb-4870-89df-f6a59c302e67}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:11:22.821403 36999 transact.go:41] Configuring OVN: [{Op:delete Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {dac2b5f0-06cb-4870-89df-f6a59c302e67}] Until: Durable: Comment: Lock: UUIDName:}] +I1208 17:11:22.821557 36999 client.go:725] "msg"="transacting operations" "database"="OVN_Northbound" "operations"="[{Op:delete Table:Logical_Switch_Port Row:map[] Rows:[] Columns:[] Mutations:[] Timeout:0 Where:[where column _uuid == {dac2b5f0-06cb-4870-89df-f6a59c302e67}] Until: Durable: Comment: Lock: UUIDName:}]" +2021/12/08 17:11:22 server/cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dac2b5f0-06cb-4870-89df-f6a59c302e67" "table"="Logical_Switch_Port" +2021/12/08 17:11:22 server/cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="dac2b5f0-06cb-4870-89df-f6a59c302e67" "table"="Logical_Switch_Port" "model"="&{UUID:dac2b5f0-06cb-4870-89df-f6a59c302e67 Addresses:[00:00:00:52:19:d2 10.1.2.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses:0xc00036c2a0 Enabled: ExternalIDs:map[] HaChassisGroup: Name:int-node1 Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +I1208 17:11:22.823990 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="dac2b5f0-06cb-4870-89df-f6a59c302e67" +I1208 17:11:22.824125 36999 cache.go:673] cache "msg"="deleting row" "database"="OVN_Northbound" "table"="Logical_Switch_Port" "uuid"="dac2b5f0-06cb-4870-89df-f6a59c302e67" "model"="&{UUID:dac2b5f0-06cb-4870-89df-f6a59c302e67 Addresses:[00:00:00:52:19:d2 10.1.2.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses:0xc00036c550 Enabled: ExternalIDs:map[] HaChassisGroup: Name:int-node1 Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="dac2b5f0-06cb-4870-89df-f6a59c302e67" "table"="Logical_Switch_Port" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":673} "level"=5 "msg"="deleting row" "uuid"="dac2b5f0-06cb-4870-89df-f6a59c302e67" "table"="Logical_Switch_Port" "model"="&{UUID:dac2b5f0-06cb-4870-89df-f6a59c302e67 Addresses:[00:00:00:52:19:d2 10.1.2.3] Dhcpv4Options: Dhcpv6Options: DynamicAddresses:0xc00036c6f0 Enabled: ExternalIDs:map[] HaChassisGroup: Name:int-node1 Options:map[] ParentName: PortSecurity:[] Tag: TagRequest: Type: Up:}" +I1208 17:11:22.824596 36999 kube.go:93] Setting annotations map[k8s.ovn.org/hybrid-overlay-distributed-router-gateway-mac:] on node node1 +I1208 17:11:22.824925 36999 informer.go:294] Successfully synced 'node1' +I1208 17:11:22.825004 36999 master.go:265] Processing add event for node node1 +I1208 17:11:22.825035 36999 master.go:181] No subnet allocation yet for node1 +I1208 17:11:22.825048 36999 informer.go:294] Successfully synced 'node1' +I1208 17:11:22.829046 36999 master.go:118] Shutting down Hybrid Overlay Master workers +I1208 17:11:22.829075 36999 watch.go:183] Stopping fake watcher. +I1208 17:11:22.829075 36999 watch.go:183] Stopping fake watcher. +I1208 17:11:22.829123 36999 watch.go:183] Stopping fake watcher. +I1208 17:11:22.829129 36999 informer.go:201] Shutting down node queue workers +I1208 17:11:22.829153 36999 reflector.go:225] Stopping reflector *v1.Namespace (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:22.829131 36999 reflector.go:225] Stopping reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:22.829096 36999 reflector.go:225] Stopping reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:22.829295 36999 informer.go:204] Shut down node queue workers +I1208 17:11:22.829328 36999 master.go:120] Shut down Hybrid Overlay Master workers +• +------------------------------ +Hybrid Overlay Node Linux Operations + does not set up tunnels for non-hybrid-overlay nodes without annotations + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/hybrid-overlay/pkg/controller/node_linux_test.go:243 +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="d05ce7b3-9b61-46b4-9f42-5b9eb87e428f" "table"="Database" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="d05ce7b3-9b61-46b4-9f42-5b9eb87e428f" "table"="Database" "model"="&{UUID:d05ce7b3-9b61-46b4-9f42-5b9eb87e428f Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="0e7d1e7a-f364-4ca7-b915-3fe55a0537e5" "table"="Logical_Switch" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="0e7d1e7a-f364-4ca7-b915-3fe55a0537e5" "table"="Logical_Switch" "model"="&{UUID:0e7d1e7a-f364-4ca7-b915-3fe55a0537e5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:mynode OtherConfig:map[subnet:1.2.3.0/24] Ports:[] QOSRules:[]}" +I1208 17:11:22.953884 36999 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-998115953ddd6a041654e6525ca9bc6f" +I1208 17:11:22.972639 36999 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:11:22.975344 36999 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-998115953ddd6a041654e6525ca9bc6f" +I1208 17:11:22.978058 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="d05ce7b3-9b61-46b4-9f42-5b9eb87e428f" +I1208 17:11:22.978164 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="d05ce7b3-9b61-46b4-9f42-5b9eb87e428f" "model"="&{UUID:d05ce7b3-9b61-46b4-9f42-5b9eb87e428f Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:11:22.981464 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="0e7d1e7a-f364-4ca7-b915-3fe55a0537e5" +I1208 17:11:22.981578 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="0e7d1e7a-f364-4ca7-b915-3fe55a0537e5" "model"="&{UUID:0e7d1e7a-f364-4ca7-b915-3fe55a0537e5 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:mynode OtherConfig:map[subnet:1.2.3.0/24] Ports:[] QOSRules:[]}" +I1208 17:11:22.986635 36999 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.130.0.0/15/24 ClusterSubnets:[{CIDR:10.130.0.0/15 HostSubnetLength:24}]} +I1208 17:11:22.986687 36999 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:11:22.986714 36999 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:11:22.986734 36999 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:11:22.986750 36999 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes:kubernetes.io/os=windows NoHostSubnetNodes:&LabelSelector{MatchLabels:map[string]string{kubernetes.io/os: windows,},MatchExpressions:[]LabelSelectorRequirement{},} HostNetworkNamespace:} +I1208 17:11:22.986809 36999 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:11:22.986838 36999 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc000d58900} +I1208 17:11:22.986862 36999 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc000d58900} +I1208 17:11:22.986895 36999 config.go:1708] Hybrid Overlay config: {Enabled:true RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:11:22.986926 36999 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:11:22.987149 36999 informer.go:178] Starting node informer queue +I1208 17:11:22.987173 36999 informer.go:180] Waiting for node informer caches to sync +I1208 17:11:22.987202 36999 shared_informer.go:266] stop requested +• +------------------------------ +Hybrid Overlay Node Linux Operations +I1208 17:11:22.987495 36999 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 + does not set up tunnels for non-hybrid-overlay nodes with subnet annotations +I1208 17:11:22.987517 36999 reflector.go:225] Stopping reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/hybrid-overlay/pkg/controller/node_linux_test.go:291 +I1208 17:11:22.987496 36999 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:22.987546 36999 reflector.go:225] Stopping reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="606c7999-6f10-4084-a179-bd38a594cf58" "table"="Database" +2021/12/08 17:11:22 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="606c7999-6f10-4084-a179-bd38a594cf58" "table"="Database" "model"="&{UUID:606c7999-6f10-4084-a179-bd38a594cf58 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:11:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c1177d71-b4ec-47f5-9601-d4069101c2ab" "table"="Logical_Switch" +2021/12/08 17:11:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c1177d71-b4ec-47f5-9601-d4069101c2ab" "table"="Logical_Switch" "model"="&{UUID:c1177d71-b4ec-47f5-9601-d4069101c2ab ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:mynode OtherConfig:map[subnet:1.2.3.0/24] Ports:[] QOSRules:[]}" +I1208 17:11:23.102880 36999 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-049a8bdc8222c613b6c1bfb07e110b81" +I1208 17:11:23.121643 36999 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:11:23.123687 36999 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-049a8bdc8222c613b6c1bfb07e110b81" +I1208 17:11:23.125878 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="606c7999-6f10-4084-a179-bd38a594cf58" +I1208 17:11:23.125957 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="606c7999-6f10-4084-a179-bd38a594cf58" "model"="&{UUID:606c7999-6f10-4084-a179-bd38a594cf58 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:11:23.129401 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="c1177d71-b4ec-47f5-9601-d4069101c2ab" +I1208 17:11:23.129490 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="c1177d71-b4ec-47f5-9601-d4069101c2ab" "model"="&{UUID:c1177d71-b4ec-47f5-9601-d4069101c2ab ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:mynode OtherConfig:map[subnet:1.2.3.0/24] Ports:[] QOSRules:[]}" +I1208 17:11:23.134774 36999 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.130.0.0/15/24 ClusterSubnets:[{CIDR:10.130.0.0/15 HostSubnetLength:24}]} +I1208 17:11:23.134823 36999 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:11:23.134844 36999 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:11:23.134863 36999 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:11:23.134879 36999 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes:kubernetes.io/os=windows NoHostSubnetNodes:&LabelSelector{MatchLabels:map[string]string{kubernetes.io/os: windows,},MatchExpressions:[]LabelSelectorRequirement{},} HostNetworkNamespace:} +I1208 17:11:23.134924 36999 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:11:23.134949 36999 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc000acade0} +I1208 17:11:23.134976 36999 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc000acade0} +I1208 17:11:23.134997 36999 config.go:1708] Hybrid Overlay config: {Enabled:true RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:11:23.135016 36999 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:11:23.135237 36999 informer.go:178] Starting node informer queue +I1208 17:11:23.135288 36999 informer.go:180] Waiting for node informer caches to sync +I1208 17:11:23.135327 36999 shared_informer.go:266] stop requested +•I1208 17:11:23.135631 36999 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 + +------------------------------ +I1208 17:11:23.135656 36999 reflector.go:225] Stopping reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +Hybrid Overlay Node Linux Operations + sets up local node hybrid overlay bridgeI1208 17:11:23.135665 36999 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 + + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/hybrid-overlay/pkg/controller/node_linux_test.go:341 +I1208 17:11:23.135686 36999 reflector.go:225] Stopping reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +2021/12/08 17:11:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="fa39b721-5ab5-4c1b-b52c-973d60c562a5" "table"="Database" +2021/12/08 17:11:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="fa39b721-5ab5-4c1b-b52c-973d60c562a5" "table"="Database" "model"="&{UUID:fa39b721-5ab5-4c1b-b52c-973d60c562a5 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:11:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="83fc7310-9f80-433f-a865-adaa7b8ffd43" "table"="Logical_Switch" +2021/12/08 17:11:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="83fc7310-9f80-433f-a865-adaa7b8ffd43" "table"="Logical_Switch" "model"="&{UUID:83fc7310-9f80-433f-a865-adaa7b8ffd43 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:mynode OtherConfig:map[subnet:1.2.3.0/24] Ports:[] QOSRules:[]}" +I1208 17:11:23.255713 36999 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-9a9d10507ca2564bc0825d78b7d3d3ac" +I1208 17:11:23.267829 36999 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:11:23.269318 36999 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-9a9d10507ca2564bc0825d78b7d3d3ac" +I1208 17:11:23.270770 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="fa39b721-5ab5-4c1b-b52c-973d60c562a5" +I1208 17:11:23.270849 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="fa39b721-5ab5-4c1b-b52c-973d60c562a5" "model"="&{UUID:fa39b721-5ab5-4c1b-b52c-973d60c562a5 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:11:23.274234 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="83fc7310-9f80-433f-a865-adaa7b8ffd43" +I1208 17:11:23.274346 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="83fc7310-9f80-433f-a865-adaa7b8ffd43" "model"="&{UUID:83fc7310-9f80-433f-a865-adaa7b8ffd43 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:mynode OtherConfig:map[subnet:1.2.3.0/24] Ports:[] QOSRules:[]}" +I1208 17:11:23.280061 36999 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.130.0.0/15/24 ClusterSubnets:[{CIDR:10.130.0.0/15 HostSubnetLength:24}]} +I1208 17:11:23.280145 36999 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:11:23.280170 36999 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:11:23.280188 36999 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:11:23.280205 36999 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes:kubernetes.io/os=windows NoHostSubnetNodes:&LabelSelector{MatchLabels:map[string]string{kubernetes.io/os: windows,},MatchExpressions:[]LabelSelectorRequirement{},} HostNetworkNamespace:} +I1208 17:11:23.280247 36999 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:11:23.280287 36999 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc000b1f800} +I1208 17:11:23.280312 36999 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc000b1f800} +I1208 17:11:23.280332 36999 config.go:1708] Hybrid Overlay config: {Enabled:true RawClusterSubnets:10.0.0.1/16/23 ClusterSubnets:[{CIDR:10.0.0.0/16 HostSubnetLength:23}] VXLANPort:4789} +I1208 17:11:23.280357 36999 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:11:23.280537 36999 node_linux.go:288] Found node mynode subnet 1.2.3.0/24 +I1208 17:11:23.280578 36999 ovs.go:204] exec(1): /fake-bin/ovs-vsctl --timeout=15 --may-exist add-br br-ext -- set Bridge br-ext fail_mode=secure -- set Interface br-ext mtu_request=1400 +I1208 17:11:23.280592 36999 ovs.go:207] exec(1): stdout: "" +I1208 17:11:23.280612 36999 ovs.go:208] exec(1): stderr: "" +I1208 17:11:23.280629 36999 ovs.go:204] exec(2): /fake-bin/ovs-vsctl --timeout=15 --if-exists get interface br-ext mac_in_use +I1208 17:11:23.280641 36999 ovs.go:207] exec(2): stdout: "11:22:33:44:55:66" +I1208 17:11:23.280652 36999 ovs.go:208] exec(2): stderr: "" +I1208 17:11:23.280670 36999 ovs.go:204] exec(3): /fake-bin/ovs-vsctl --timeout=15 set bridge br-ext other-config:hwaddr=11:22:33:44:55:66 +I1208 17:11:23.280679 36999 ovs.go:207] exec(3): stdout: "" +I1208 17:11:23.280688 36999 ovs.go:208] exec(3): stderr: "" +I1208 17:11:23.280901 36999 ovs.go:204] exec(4): /fake-bin/ovs-vsctl --timeout=15 --may-exist add-port br-int int -- --may-exist add-port br-ext ext -- set Interface int type=patch options:peer=ext external-ids:iface-id=int-mynode -- set Interface ext type=patch options:peer=int +I1208 17:11:23.280918 36999 ovs.go:207] exec(4): stdout: "" +I1208 17:11:23.280930 36999 ovs.go:208] exec(4): stderr: "" +I1208 17:11:23.280950 36999 ovs.go:204] exec(5): /fake-bin/ovs-vsctl --timeout=15 --may-exist add-port br-ext ext-vxlan -- set interface ext-vxlan type=vxlan options:remote_ip="flow" options:key="flow" options:dst_port=4789 +I1208 17:11:23.280960 36999 ovs.go:207] exec(5): stdout: "" +I1208 17:11:23.280969 36999 ovs.go:208] exec(5): stderr: "" +I1208 17:11:23.281146 36999 node_linux.go:552] Flow sync requested +I1208 17:11:23.281162 36999 node_linux.go:464] Hybrid overlay setup complete for node mynode +• +------------------------------ +Hybrid Overlay Node Linux Operations + sets up local linux pod + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/hybrid-overlay/pkg/controller/node_linux_test.go:386 +2021/12/08 17:11:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="90275a36-5c4d-4283-8706-6e886daa158f" "table"="Database" +2021/12/08 17:11:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="90275a36-5c4d-4283-8706-6e886daa158f" "table"="Database" "model"="&{UUID:90275a36-5c4d-4283-8706-6e886daa158f Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:11:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="fb26da29-8042-49a5-819f-1a4c84308b85" "table"="Logical_Switch" +2021/12/08 17:11:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="fb26da29-8042-49a5-819f-1a4c84308b85" "table"="Logical_Switch" "model"="&{UUID:fb26da29-8042-49a5-819f-1a4c84308b85 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:mynode OtherConfig:map[subnet:1.2.3.0/24] Ports:[] QOSRules:[]}" +I1208 17:11:23.397966 36999 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-5ecd75419dba659f3230cdb447fc7803" +I1208 17:11:23.414883 36999 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:11:23.417008 36999 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-5ecd75419dba659f3230cdb447fc7803" +I1208 17:11:23.418992 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="90275a36-5c4d-4283-8706-6e886daa158f" +I1208 17:11:23.419054 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="90275a36-5c4d-4283-8706-6e886daa158f" "model"="&{UUID:90275a36-5c4d-4283-8706-6e886daa158f Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:11:23.422536 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="fb26da29-8042-49a5-819f-1a4c84308b85" +I1208 17:11:23.422592 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="fb26da29-8042-49a5-819f-1a4c84308b85" "model"="&{UUID:fb26da29-8042-49a5-819f-1a4c84308b85 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:mynode OtherConfig:map[subnet:1.2.3.0/24] Ports:[] QOSRules:[]}" +I1208 17:11:23.427055 36999 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.130.0.0/15/24 ClusterSubnets:[{CIDR:10.130.0.0/15 HostSubnetLength:24}]} +I1208 17:11:23.427140 36999 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:11:23.427163 36999 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:11:23.427182 36999 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:11:23.427198 36999 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes:kubernetes.io/os=windows NoHostSubnetNodes:&LabelSelector{MatchLabels:map[string]string{kubernetes.io/os: windows,},MatchExpressions:[]LabelSelectorRequirement{},} HostNetworkNamespace:} +I1208 17:11:23.427239 36999 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:11:23.427276 36999 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc00120a720} +I1208 17:11:23.427303 36999 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc00120a720} +I1208 17:11:23.427324 36999 config.go:1708] Hybrid Overlay config: {Enabled:true RawClusterSubnets:10.0.0.1/16/23 ClusterSubnets:[{CIDR:10.0.0.0/16 HostSubnetLength:23}] VXLANPort:4789} +I1208 17:11:23.427350 36999 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:11:23.427551 36999 node_linux.go:288] Found node mynode subnet 1.2.3.0/24 +I1208 17:11:23.427590 36999 ovs.go:204] exec(6): /fake-bin/ovs-vsctl --timeout=15 --may-exist add-br br-ext -- set Bridge br-ext fail_mode=secure -- set Interface br-ext mtu_request=1400 +I1208 17:11:23.427604 36999 ovs.go:207] exec(6): stdout: "" +I1208 17:11:23.427617 36999 ovs.go:208] exec(6): stderr: "" +I1208 17:11:23.427635 36999 ovs.go:204] exec(7): /fake-bin/ovs-vsctl --timeout=15 --if-exists get interface br-ext mac_in_use +I1208 17:11:23.427647 36999 ovs.go:207] exec(7): stdout: "11:22:33:44:55:66" +I1208 17:11:23.427658 36999 ovs.go:208] exec(7): stderr: "" +I1208 17:11:23.427675 36999 ovs.go:204] exec(8): /fake-bin/ovs-vsctl --timeout=15 set bridge br-ext other-config:hwaddr=11:22:33:44:55:66 +I1208 17:11:23.427685 36999 ovs.go:207] exec(8): stdout: "" +I1208 17:11:23.427693 36999 ovs.go:208] exec(8): stderr: "" +I1208 17:11:23.427897 36999 ovs.go:204] exec(9): /fake-bin/ovs-vsctl --timeout=15 --may-exist add-port br-int int -- --may-exist add-port br-ext ext -- set Interface int type=patch options:peer=ext external-ids:iface-id=int-mynode -- set Interface ext type=patch options:peer=int +I1208 17:11:23.427914 36999 ovs.go:207] exec(9): stdout: "" +I1208 17:11:23.427925 36999 ovs.go:208] exec(9): stderr: "" +I1208 17:11:23.427944 36999 ovs.go:204] exec(10): /fake-bin/ovs-vsctl --timeout=15 --may-exist add-port br-ext ext-vxlan -- set interface ext-vxlan type=vxlan options:remote_ip="flow" options:key="flow" options:dst_port=4789 +I1208 17:11:23.427954 36999 ovs.go:207] exec(10): stdout: "" +I1208 17:11:23.427963 36999 ovs.go:208] exec(10): stderr: "" +I1208 17:11:23.428143 36999 node_linux.go:552] Flow sync requested +I1208 17:11:23.428159 36999 node_linux.go:464] Hybrid overlay setup complete for node mynode +I1208 17:11:23.428690 36999 node_linux.go:554] Sync already requested for flows +I1208 17:11:23.428709 36999 node_linux.go:140] Pod pod1 wired for Hybrid Overlay +• +------------------------------ +Hybrid Overlay Node Linux Operations + sets up tunnels for Windows nodes + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/hybrid-overlay/pkg/controller/node_linux_test.go:439 +2021/12/08 17:11:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="99342c71-b381-48ac-80a9-8eb04f4fe491" "table"="Database" +2021/12/08 17:11:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="99342c71-b381-48ac-80a9-8eb04f4fe491" "table"="Database" "model"="&{UUID:99342c71-b381-48ac-80a9-8eb04f4fe491 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:11:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="f23b1218-10e4-4f3b-a571-b2a0e83a8eb3" "table"="Logical_Switch" +2021/12/08 17:11:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="f23b1218-10e4-4f3b-a571-b2a0e83a8eb3" "table"="Logical_Switch" "model"="&{UUID:f23b1218-10e4-4f3b-a571-b2a0e83a8eb3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:mynode OtherConfig:map[subnet:1.2.3.0/24] Ports:[] QOSRules:[]}" +I1208 17:11:23.544332 36999 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-96aafdaa6a8605f221acb91d3e7a7b21" +I1208 17:11:23.564040 36999 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:11:23.565663 36999 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-96aafdaa6a8605f221acb91d3e7a7b21" +I1208 17:11:23.567327 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="99342c71-b381-48ac-80a9-8eb04f4fe491" +I1208 17:11:23.567460 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="99342c71-b381-48ac-80a9-8eb04f4fe491" "model"="&{UUID:99342c71-b381-48ac-80a9-8eb04f4fe491 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:11:23.570903 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="f23b1218-10e4-4f3b-a571-b2a0e83a8eb3" +I1208 17:11:23.570996 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="f23b1218-10e4-4f3b-a571-b2a0e83a8eb3" "model"="&{UUID:f23b1218-10e4-4f3b-a571-b2a0e83a8eb3 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:mynode OtherConfig:map[subnet:1.2.3.0/24] Ports:[] QOSRules:[]}" +I1208 17:11:23.576482 36999 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.130.0.0/15/24 ClusterSubnets:[{CIDR:10.130.0.0/15 HostSubnetLength:24}]} +I1208 17:11:23.576534 36999 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:11:23.576556 36999 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:11:23.576574 36999 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:11:23.576591 36999 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes:kubernetes.io/os=windows NoHostSubnetNodes:&LabelSelector{MatchLabels:map[string]string{kubernetes.io/os: windows,},MatchExpressions:[]LabelSelectorRequirement{},} HostNetworkNamespace:} +I1208 17:11:23.576628 36999 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:11:23.576651 36999 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc000cb1f80} +I1208 17:11:23.576677 36999 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc000cb1f80} +I1208 17:11:23.576698 36999 config.go:1708] Hybrid Overlay config: {Enabled:true RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:11:23.576717 36999 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:11:23.576944 36999 informer.go:178] Starting node informer queue +I1208 17:11:23.576965 36999 informer.go:180] Waiting for node informer caches to sync +I1208 17:11:23.576997 36999 shared_informer.go:266] stop requested +• +------------------------------ +Hybrid Overlay Node Linux Operations I1208 17:11:23.577210 36999 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 + + removes stale node flows on initial sync +I1208 17:11:23.577227 36999 reflector.go:225] Stopping reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/hybrid-overlay/pkg/controller/node_linux_test.go:496 +I1208 17:11:23.577218 36999 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:23.577273 36999 reflector.go:225] Stopping reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +2021/12/08 17:11:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="b9d90d8d-54df-4d3c-a21f-886764e48f15" "table"="Database" +2021/12/08 17:11:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="b9d90d8d-54df-4d3c-a21f-886764e48f15" "table"="Database" "model"="&{UUID:b9d90d8d-54df-4d3c-a21f-886764e48f15 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:11:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="318fec25-869a-4ae8-8b18-7a3e5d777f82" "table"="Logical_Switch" +2021/12/08 17:11:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="318fec25-869a-4ae8-8b18-7a3e5d777f82" "table"="Logical_Switch" "model"="&{UUID:318fec25-869a-4ae8-8b18-7a3e5d777f82 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:mynode OtherConfig:map[subnet:1.2.3.0/24] Ports:[] QOSRules:[]}" +I1208 17:11:23.696406 36999 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-fb0f456261d843d09845901c3a74b66e" +I1208 17:11:23.710603 36999 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:11:23.712765 36999 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-fb0f456261d843d09845901c3a74b66e" +I1208 17:11:23.714211 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="b9d90d8d-54df-4d3c-a21f-886764e48f15" +I1208 17:11:23.714306 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="b9d90d8d-54df-4d3c-a21f-886764e48f15" "model"="&{UUID:b9d90d8d-54df-4d3c-a21f-886764e48f15 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:11:23.717619 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="318fec25-869a-4ae8-8b18-7a3e5d777f82" +I1208 17:11:23.717705 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="318fec25-869a-4ae8-8b18-7a3e5d777f82" "model"="&{UUID:318fec25-869a-4ae8-8b18-7a3e5d777f82 ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:mynode OtherConfig:map[subnet:1.2.3.0/24] Ports:[] QOSRules:[]}" +I1208 17:11:23.722783 36999 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.130.0.0/15/24 ClusterSubnets:[{CIDR:10.130.0.0/15 HostSubnetLength:24}]} +I1208 17:11:23.722837 36999 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:11:23.722879 36999 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:11:23.722912 36999 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:11:23.722928 36999 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes:kubernetes.io/os=windows NoHostSubnetNodes:&LabelSelector{MatchLabels:map[string]string{kubernetes.io/os: windows,},MatchExpressions:[]LabelSelectorRequirement{},} HostNetworkNamespace:} +I1208 17:11:23.722992 36999 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:11:23.723027 36999 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc000414060} +I1208 17:11:23.723058 36999 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc000414060} +I1208 17:11:23.723080 36999 config.go:1708] Hybrid Overlay config: {Enabled:true RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:11:23.723099 36999 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:11:23.723356 36999 informer.go:178] Starting node informer queue +I1208 17:11:23.723374 36999 informer.go:180] Waiting for node informer caches to sync +I1208 17:11:23.723407 36999 shared_informer.go:266] stop requested +•I1208 17:11:23.723667 36999 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 + +I1208 17:11:23.723687 36999 reflector.go:225] Stopping reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +------------------------------ +I1208 17:11:23.723691 36999 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +Hybrid Overlay Node Linux Operations +I1208 17:11:23.723715 36999 reflector.go:225] Stopping reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 + removes stale pod flows on initial sync + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/hybrid-overlay/pkg/controller/node_linux_test.go:549 +2021/12/08 17:11:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="093d3e96-2b3a-4ea8-aa57-fbe1d35529c0" "table"="Database" +2021/12/08 17:11:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="093d3e96-2b3a-4ea8-aa57-fbe1d35529c0" "table"="Database" "model"="&{UUID:093d3e96-2b3a-4ea8-aa57-fbe1d35529c0 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:11:23 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="54464989-b20f-435a-8317-17a1fee38ead" "table"="Logical_Switch" +2021/12/08 17:11:23 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="54464989-b20f-435a-8317-17a1fee38ead" "table"="Logical_Switch" "model"="&{UUID:54464989-b20f-435a-8317-17a1fee38ead ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:mynode OtherConfig:map[subnet:1.2.3.0/24] Ports:[] QOSRules:[]}" +I1208 17:11:23.837988 36999 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-914d42af5d1a29f5ff2f65d42e19feaf" +I1208 17:11:23.850850 36999 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:11:23.852496 36999 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-914d42af5d1a29f5ff2f65d42e19feaf" +I1208 17:11:23.854169 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="093d3e96-2b3a-4ea8-aa57-fbe1d35529c0" +I1208 17:11:23.854374 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="093d3e96-2b3a-4ea8-aa57-fbe1d35529c0" "model"="&{UUID:093d3e96-2b3a-4ea8-aa57-fbe1d35529c0 Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:11:23.863909 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="54464989-b20f-435a-8317-17a1fee38ead" +I1208 17:11:23.864115 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="54464989-b20f-435a-8317-17a1fee38ead" "model"="&{UUID:54464989-b20f-435a-8317-17a1fee38ead ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:mynode OtherConfig:map[subnet:1.2.3.0/24] Ports:[] QOSRules:[]}" +I1208 17:11:23.869471 36999 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.130.0.0/15/24 ClusterSubnets:[{CIDR:10.130.0.0/15 HostSubnetLength:24}]} +I1208 17:11:23.869545 36999 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:11:23.869562 36999 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:11:23.869576 36999 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:11:23.869588 36999 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes:kubernetes.io/os=windows NoHostSubnetNodes:&LabelSelector{MatchLabels:map[string]string{kubernetes.io/os: windows,},MatchExpressions:[]LabelSelectorRequirement{},} HostNetworkNamespace:} +I1208 17:11:23.869621 36999 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:11:23.869642 36999 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc00bcede00} +I1208 17:11:23.869661 36999 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc00bcede00} +I1208 17:11:23.869676 36999 config.go:1708] Hybrid Overlay config: {Enabled:true RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:11:23.869700 36999 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:11:23.869911 36999 node.go:147] Starting Hybrid Overlay Node Controller +I1208 17:11:23.869947 36999 node.go:151] Starting Hybrid Overlay Node workers +I1208 17:11:23.869964 36999 node.go:175] Started Hybrid Overlay Node workers +I1208 17:11:23.869984 36999 node_linux.go:473] Starting hybrid overlay OpenFlow sync thread +I1208 17:11:23.869994 36999 node_linux.go:474] Running initial OpenFlow sync +I1208 17:11:23.869994 36999 informer.go:178] Starting node informer queue +I1208 17:11:23.870010 36999 informer.go:180] Waiting for node informer caches to sync +I1208 17:11:23.869997 36999 informer.go:178] Starting pod informer queue +I1208 17:11:23.870027 36999 informer.go:180] Waiting for pod informer caches to sync +I1208 17:11:23.870027 36999 ovs.go:204] exec(11): /fake-bin/ovs-ofctl dump-flows --no-stats br-ext table=20 +I1208 17:11:23.870048 36999 ovs.go:207] exec(11): stdout: "" +I1208 17:11:23.870064 36999 ovs.go:208] exec(11): stderr: "" +I1208 17:11:23.870091 36999 ovs.go:204] exec(12): /fake-bin/ovs-ofctl -O OpenFlow13 --bundle replace-flows br-ext - +I1208 17:11:23.870105 36999 ovs.go:207] exec(12): stdout: "" +I1208 17:11:23.870117 36999 ovs.go:208] exec(12): stderr: "" +I1208 17:11:23.870346 36999 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:23.870375 36999 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:23.870383 36999 reflector.go:255] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:23.870398 36999 reflector.go:255] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:23.970896 36999 shared_informer.go:270] caches populated +I1208 17:11:23.970922 36999 informer.go:186] Starting 10 node queue workers +I1208 17:11:23.970947 36999 informer.go:197] Started node queue workers +I1208 17:11:23.970937 36999 shared_informer.go:270] caches populated +I1208 17:11:23.970975 36999 informer.go:186] Starting 1 pod queue workers +I1208 17:11:23.971002 36999 informer.go:197] Started pod queue workers +I1208 17:11:24.370471 36999 node.go:178] Shutting down Hybrid Overlay Node workers +I1208 17:11:24.370506 36999 watch.go:183] Stopping fake watcher. +I1208 17:11:24.370524 36999 informer.go:201] Shutting down pod queue workers +I1208 17:11:24.370533 36999 reflector.go:225] Stopping reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:24.370557 36999 watch.go:183] Stopping fake watcher. +I1208 17:11:24.370559 36999 node_linux.go:484] Shutting down OpenFlow sync thread +I1208 17:11:24.370578 36999 reflector.go:225] Stopping reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:24.370587 36999 informer.go:204] Shut down pod queue workers +I1208 17:11:24.370549 36999 informer.go:201] Shutting down node queue workers +I1208 17:11:24.370644 36999 informer.go:204] Shut down node queue workers +I1208 17:11:24.370679 36999 node.go:180] Shut down Hybrid Overlay Node workers +• +------------------------------ +Hybrid Overlay Node Linux Operations + sets up local pod flows + /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/hybrid-overlay/pkg/controller/node_linux_test.go:605 +2021/12/08 17:11:24 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="c479d995-8ea1-41d1-a5e4-e09e500542ef" "table"="Database" +2021/12/08 17:11:24 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="c479d995-8ea1-41d1-a5e4-e09e500542ef" "table"="Database" "model"="&{UUID:c479d995-8ea1-41d1-a5e4-e09e500542ef Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +2021/12/08 17:11:24 cache: "caller"={"file":"cache.go","line":625} "level"=5 "msg"="processing update" "uuid"="9e88617a-505e-49e8-80f2-3cbecd59d93b" "table"="Logical_Switch" +2021/12/08 17:11:24 cache: "caller"={"file":"cache.go","line":642} "level"=5 "msg"="inserting row" "uuid"="9e88617a-505e-49e8-80f2-3cbecd59d93b" "table"="Logical_Switch" "model"="&{UUID:9e88617a-505e-49e8-80f2-3cbecd59d93b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:mynode OtherConfig:map[subnet:1.2.3.0/24] Ports:[] QOSRules:[]}" +I1208 17:11:24.485698 36999 client.go:267] "msg"="trying to connect" "database"="OVN_Northbound" "endpoint"="unix:///tmp/ovsdb-229d79231c195ee841365acb19822619" +I1208 17:11:24.501193 36999 client.go:725] "msg"="transacting operations" "database"="_Server" "operations"="[{Op:select Table:Database Row:map[] Rows:[] Columns:[name model leader] Mutations:[] Timeout:0 Where:[] Until: Durable: Comment: Lock: UUIDName:}]" +I1208 17:11:24.504758 36999 client.go:221] "msg"="successfully connected" "database"="OVN_Northbound" "endpoint"="unix:/tmp/ovsdb-229d79231c195ee841365acb19822619" +I1208 17:11:24.508246 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Database" "uuid"="c479d995-8ea1-41d1-a5e4-e09e500542ef" +I1208 17:11:24.508345 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Database" "uuid"="c479d995-8ea1-41d1-a5e4-e09e500542ef" "model"="&{UUID:c479d995-8ea1-41d1-a5e4-e09e500542ef Cid: Connected:true Index: Leader:true Model:clustered Name:OVN_Northbound Schema: Sid:}" +I1208 17:11:24.514086 36999 cache.go:625] cache "msg"="processing update" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="9e88617a-505e-49e8-80f2-3cbecd59d93b" +I1208 17:11:24.514172 36999 cache.go:632] cache "msg"="creating row" "database"="OVN_Northbound" "table"="Logical_Switch" "uuid"="9e88617a-505e-49e8-80f2-3cbecd59d93b" "model"="&{UUID:9e88617a-505e-49e8-80f2-3cbecd59d93b ACLs:[] Copp: DNSRecords:[] ExternalIDs:map[] ForwardingGroups:[] LoadBalancer:[] LoadBalancerGroup:[] Name:mynode OtherConfig:map[subnet:1.2.3.0/24] Ports:[] QOSRules:[]}" +I1208 17:11:24.518554 36999 config.go:1700] Default config: {MTU:1400 RoutableMTU:0 ConntrackZone:64000 EncapType:geneve EncapIP: EncapPort:6081 InactivityProbe:100000 OpenFlowProbe:180 MonitorAll:true LFlowCacheEnable:true LFlowCacheLimit:0 LFlowCacheLimitKb:0 RawClusterSubnets:10.130.0.0/15/24 ClusterSubnets:[{CIDR:10.130.0.0/15 HostSubnetLength:24}]} +I1208 17:11:24.518610 36999 config.go:1701] Logging config: {File: CNIFile:/var/log/ovn-kubernetes/ovn-k8s-cni-overlay.log Level:5 LogFileMaxSize:100 LogFileMaxBackups:5 LogFileMaxAge:5 ACLLoggingRateLimit:20} +I1208 17:11:24.518627 36999 config.go:1702] Monitoring config: {RawNetFlowTargets: RawSFlowTargets: RawIPFIXTargets: NetFlowTargets:[] SFlowTargets:[] IPFIXTargets:[]} +I1208 17:11:24.518638 36999 config.go:1703] CNI config: {ConfDir:/etc/cni/net.d Plugin:ovn-k8s-cni-overlay} +I1208 17:11:24.518648 36999 config.go:1704] Kubernetes config: {Kubeconfig: CACert: CAData:[] APIServer:http://localhost:8443 Token: CompatServiceCIDR: RawServiceCIDRs:172.16.1.0/24 ServiceCIDRs:[172.16.1.0/24] OVNConfigNamespace:ovn-kubernetes MetricsBindAddress: OVNMetricsBindAddress: MetricsEnablePprof:false OVNEmptyLbEvents:false PodIP: RawNoHostSubnetNodes:kubernetes.io/os=windows NoHostSubnetNodes:&LabelSelector{MatchLabels:map[string]string{kubernetes.io/os: windows,},MatchExpressions:[]LabelSelectorRequirement{},} HostNetworkNamespace:} +I1208 17:11:24.518678 36999 config.go:1705] Gateway config: {Mode: Interface: EgressGWInterface: NextHop: VLANID:0 NodeportEnable:false DisableSNATMultipleGWs:false V4JoinSubnet:100.64.0.0/16 V6JoinSubnet:fd98::/64 DisablePacketMTUCheck:false RouterSubnet:} +I1208 17:11:24.518695 36999 config.go:1706] OVN North config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:true exec:0xc000cb1200} +I1208 17:11:24.518710 36999 config.go:1707] OVN South config: {Address: PrivKey: Cert: CACert: CertCommonName: Scheme:unix ElectionTimer:0 northbound:false exec:0xc000cb1200} +I1208 17:11:24.518723 36999 config.go:1708] Hybrid Overlay config: {Enabled:true RawClusterSubnets: ClusterSubnets:[] VXLANPort:4789} +I1208 17:11:24.518734 36999 config.go:1709] Ovnkube Node config: {Mode:full MgmtPortNetdev: DisableOVNIfaceIdVer:false} +I1208 17:11:24.518929 36999 node.go:147] Starting Hybrid Overlay Node Controller +I1208 17:11:24.518951 36999 node.go:151] Starting Hybrid Overlay Node workers +I1208 17:11:24.518963 36999 node.go:175] Started Hybrid Overlay Node workers +I1208 17:11:24.518981 36999 node_linux.go:473] Starting hybrid overlay OpenFlow sync thread +I1208 17:11:24.518989 36999 node_linux.go:474] Running initial OpenFlow sync +I1208 17:11:24.518996 36999 informer.go:178] Starting node informer queue +I1208 17:11:24.519015 36999 ovs.go:204] exec(13): /fake-bin/ovs-ofctl dump-flows --no-stats br-ext table=20 +I1208 17:11:24.519029 36999 ovs.go:207] exec(13): stdout: "" +I1208 17:11:24.519041 36999 ovs.go:208] exec(13): stderr: "" +I1208 17:11:24.519020 36999 informer.go:180] Waiting for node informer caches to sync +I1208 17:11:24.519067 36999 informer.go:178] Starting pod informer queue +I1208 17:11:24.519078 36999 ovs.go:204] exec(14): /fake-bin/ovs-ofctl -O OpenFlow13 --bundle replace-flows br-ext - +I1208 17:11:24.519098 36999 ovs.go:207] exec(14): stdout: "" +I1208 17:11:24.519116 36999 ovs.go:208] exec(14): stderr: "" +I1208 17:11:24.519099 36999 informer.go:180] Waiting for pod informer caches to sync +I1208 17:11:24.519206 36999 reflector.go:219] Starting reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:24.519233 36999 reflector.go:255] Listing and watching *v1.Node from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:24.519277 36999 reflector.go:219] Starting reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:24.519311 36999 reflector.go:255] Listing and watching *v1.Pod from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:24.619656 36999 shared_informer.go:270] caches populated +I1208 17:11:24.619680 36999 shared_informer.go:270] caches populated +I1208 17:11:24.619691 36999 informer.go:186] Starting 1 pod queue workers +I1208 17:11:24.619695 36999 informer.go:186] Starting 10 node queue workers +I1208 17:11:24.619717 36999 informer.go:197] Started pod queue workers +I1208 17:11:24.619778 36999 informer.go:197] Started node queue workers +E1208 17:11:24.619910 36999 informer.go:301] error syncing 'test/pod1': hybrid overlay not initialized on mynode, and failed to get node data: node "mynode" not found, requeuing +E1208 17:11:24.625184 36999 informer.go:301] error syncing 'test/pod1': hybrid overlay not initialized on mynode, and failed to get node data: node "mynode" not found, requeuing +E1208 17:11:24.635516 36999 informer.go:301] error syncing 'test/pod1': hybrid overlay not initialized on mynode, and failed to get node data: node "mynode" not found, requeuing +E1208 17:11:24.656183 36999 informer.go:301] dropping test/pod1 from pod queue as it has failed more than 3 times +I1208 17:11:25.019707 36999 node.go:178] Shutting down Hybrid Overlay Node workers +I1208 17:11:25.019749 36999 watch.go:183] Stopping fake watcher. +I1208 17:11:25.019762 36999 watch.go:183] Stopping fake watcher. +I1208 17:11:25.019776 36999 reflector.go:225] Stopping reflector *v1.Node (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:25.019776 36999 informer.go:201] Shutting down pod queue workers +I1208 17:11:25.019799 36999 node_linux.go:484] Shutting down OpenFlow sync thread +I1208 17:11:25.019788 36999 informer.go:201] Shutting down node queue workers +I1208 17:11:25.019788 36999 reflector.go:225] Stopping reflector *v1.Pod (0s) from k8s.io/client-go/informers/factory.go:134 +I1208 17:11:25.019826 36999 informer.go:204] Shut down pod queue workers +I1208 17:11:25.019843 36999 informer.go:204] Shut down node queue workers +I1208 17:11:25.019856 36999 node.go:180] Shut down Hybrid Overlay Node workers +• +JUnit path was configured: ./_artifacts/junit-hybrid-overlay_pkg_controller.xml + +JUnit report was created: /go/src/github.com/ovn-org/ovn-kubernetes/go-controller/hybrid-overlay/pkg/controller/_artifacts/junit-hybrid-overlay_pkg_controller.xml + +Ran 12 of 12 Specs in 3.736 seconds +SUCCESS! -- 12 Passed | 0 Failed | 0 Pending | 0 Skipped +--- PASS: TestHybridOverlayControllerSuite (3.74s) +PASS +ok github.com/ovn-org/ovn-kubernetes/go-controller/hybrid-overlay/pkg/controller 3.858s diff --git a/go-controller/pkg/ovn/libovsdbops/acl.go b/go-controller/pkg/libovsdbops/acl.go similarity index 100% rename from go-controller/pkg/ovn/libovsdbops/acl.go rename to go-controller/pkg/libovsdbops/acl.go diff --git a/go-controller/pkg/ovn/libovsdbops/chassis.go b/go-controller/pkg/libovsdbops/chassis.go similarity index 100% rename from go-controller/pkg/ovn/libovsdbops/chassis.go rename to go-controller/pkg/libovsdbops/chassis.go diff --git a/go-controller/pkg/ovn/libovsdbops/controller_event.go b/go-controller/pkg/libovsdbops/controller_event.go similarity index 100% rename from go-controller/pkg/ovn/libovsdbops/controller_event.go rename to go-controller/pkg/libovsdbops/controller_event.go diff --git a/go-controller/pkg/ovn/libovsdbops/datapath.go b/go-controller/pkg/libovsdbops/datapath.go similarity index 100% rename from go-controller/pkg/ovn/libovsdbops/datapath.go rename to go-controller/pkg/libovsdbops/datapath.go diff --git a/go-controller/pkg/ovn/libovsdbops/encap.go b/go-controller/pkg/libovsdbops/encap.go similarity index 100% rename from go-controller/pkg/ovn/libovsdbops/encap.go rename to go-controller/pkg/libovsdbops/encap.go diff --git a/go-controller/pkg/ovn/libovsdbops/lbgroup.go b/go-controller/pkg/libovsdbops/lbgroup.go similarity index 100% rename from go-controller/pkg/ovn/libovsdbops/lbgroup.go rename to go-controller/pkg/libovsdbops/lbgroup.go diff --git a/go-controller/pkg/ovn/libovsdbops/loadbalancer.go b/go-controller/pkg/libovsdbops/loadbalancer.go similarity index 100% rename from go-controller/pkg/ovn/libovsdbops/loadbalancer.go rename to go-controller/pkg/libovsdbops/loadbalancer.go diff --git a/go-controller/pkg/ovn/libovsdbops/logical_switch_port.go b/go-controller/pkg/libovsdbops/logical_switch_port.go similarity index 100% rename from go-controller/pkg/ovn/libovsdbops/logical_switch_port.go rename to go-controller/pkg/libovsdbops/logical_switch_port.go diff --git a/go-controller/pkg/ovn/libovsdbops/mac_binding.go b/go-controller/pkg/libovsdbops/mac_binding.go similarity index 100% rename from go-controller/pkg/ovn/libovsdbops/mac_binding.go rename to go-controller/pkg/libovsdbops/mac_binding.go diff --git a/go-controller/pkg/ovn/libovsdbops/meter.go b/go-controller/pkg/libovsdbops/meter.go similarity index 100% rename from go-controller/pkg/ovn/libovsdbops/meter.go rename to go-controller/pkg/libovsdbops/meter.go diff --git a/go-controller/pkg/ovn/libovsdbops/model.go b/go-controller/pkg/libovsdbops/model.go similarity index 100% rename from go-controller/pkg/ovn/libovsdbops/model.go rename to go-controller/pkg/libovsdbops/model.go diff --git a/go-controller/pkg/ovn/libovsdbops/model_client.go b/go-controller/pkg/libovsdbops/model_client.go similarity index 100% rename from go-controller/pkg/ovn/libovsdbops/model_client.go rename to go-controller/pkg/libovsdbops/model_client.go diff --git a/go-controller/pkg/ovn/libovsdbops/model_client_test.go b/go-controller/pkg/libovsdbops/model_client_test.go similarity index 100% rename from go-controller/pkg/ovn/libovsdbops/model_client_test.go rename to go-controller/pkg/libovsdbops/model_client_test.go diff --git a/go-controller/pkg/ovn/libovsdbops/named_uuid.go b/go-controller/pkg/libovsdbops/named_uuid.go similarity index 100% rename from go-controller/pkg/ovn/libovsdbops/named_uuid.go rename to go-controller/pkg/libovsdbops/named_uuid.go diff --git a/go-controller/pkg/ovn/libovsdbops/nb_global.go b/go-controller/pkg/libovsdbops/nb_global.go similarity index 100% rename from go-controller/pkg/ovn/libovsdbops/nb_global.go rename to go-controller/pkg/libovsdbops/nb_global.go diff --git a/go-controller/pkg/ovn/libovsdbops/portgroup.go b/go-controller/pkg/libovsdbops/portgroup.go similarity index 100% rename from go-controller/pkg/ovn/libovsdbops/portgroup.go rename to go-controller/pkg/libovsdbops/portgroup.go diff --git a/go-controller/pkg/ovn/libovsdbops/router.go b/go-controller/pkg/libovsdbops/router.go similarity index 100% rename from go-controller/pkg/ovn/libovsdbops/router.go rename to go-controller/pkg/libovsdbops/router.go diff --git a/go-controller/pkg/ovn/libovsdbops/sb_global.go b/go-controller/pkg/libovsdbops/sb_global.go similarity index 100% rename from go-controller/pkg/ovn/libovsdbops/sb_global.go rename to go-controller/pkg/libovsdbops/sb_global.go diff --git a/go-controller/pkg/ovn/libovsdbops/switch.go b/go-controller/pkg/libovsdbops/switch.go similarity index 100% rename from go-controller/pkg/ovn/libovsdbops/switch.go rename to go-controller/pkg/libovsdbops/switch.go diff --git a/go-controller/pkg/ovn/libovsdbops/switch_test.go b/go-controller/pkg/libovsdbops/switch_test.go similarity index 100% rename from go-controller/pkg/ovn/libovsdbops/switch_test.go rename to go-controller/pkg/libovsdbops/switch_test.go diff --git a/go-controller/pkg/ovn/libovsdbops/transact.go b/go-controller/pkg/libovsdbops/transact.go similarity index 100% rename from go-controller/pkg/ovn/libovsdbops/transact.go rename to go-controller/pkg/libovsdbops/transact.go diff --git a/go-controller/pkg/metrics/master.go b/go-controller/pkg/metrics/master.go index 9f57690967a..38defca68cf 100644 --- a/go-controller/pkg/metrics/master.go +++ b/go-controller/pkg/metrics/master.go @@ -10,8 +10,9 @@ import ( "github.com/ovn-org/libovsdb/client" "github.com/ovn-org/libovsdb/model" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/nbdb" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util" "github.com/prometheus/client_golang/prometheus" diff --git a/go-controller/pkg/metrics/ovn_db.go b/go-controller/pkg/metrics/ovn_db.go index aa6b3367e94..4f558b03374 100644 --- a/go-controller/pkg/metrics/ovn_db.go +++ b/go-controller/pkg/metrics/ovn_db.go @@ -9,8 +9,9 @@ import ( libovsdbclient "github.com/ovn-org/libovsdb/client" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/nbdb" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/sbdb" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util" "github.com/prometheus/client_golang/prometheus" diff --git a/go-controller/pkg/metrics/ovn_northd.go b/go-controller/pkg/metrics/ovn_northd.go index 0a36b550823..4fb9ef94284 100644 --- a/go-controller/pkg/metrics/ovn_northd.go +++ b/go-controller/pkg/metrics/ovn_northd.go @@ -6,8 +6,9 @@ import ( libovsdbclient "github.com/ovn-org/libovsdb/client" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/nbdb" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util" "github.com/prometheus/client_golang/prometheus" diff --git a/go-controller/pkg/node/node.go b/go-controller/pkg/node/node.go index eddb6bd56cc..2b376eb9d6e 100644 --- a/go-controller/pkg/node/node.go +++ b/go-controller/pkg/node/node.go @@ -34,8 +34,9 @@ import ( "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/informer" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/kube" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdb" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/controllers/upgrade" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/types" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util" ) diff --git a/go-controller/pkg/node/node_test.go b/go-controller/pkg/node/node_test.go index e3829b7346c..23301169289 100644 --- a/go-controller/pkg/node/node_test.go +++ b/go-controller/pkg/node/node_test.go @@ -11,7 +11,8 @@ import ( "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/kube/mocks" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/sbdb" ovntest "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/testing" libovsdbtest "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/testing/libovsdb" diff --git a/go-controller/pkg/ovn/address_set/address_set.go b/go-controller/pkg/ovn/address_set/address_set.go index 52826c22365..4e5694807c3 100644 --- a/go-controller/pkg/ovn/address_set/address_set.go +++ b/go-controller/pkg/ovn/address_set/address_set.go @@ -3,19 +3,21 @@ package addressset import ( "context" "fmt" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/types" "net" "sort" "strings" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/types" + "github.com/pkg/errors" libovsdbclient "github.com/ovn-org/libovsdb/client" "github.com/ovn-org/libovsdb/model" "github.com/ovn-org/libovsdb/ovsdb" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config" + libovsdbops "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/nbdb" - libovsdbops "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util" "k8s.io/apimachinery/pkg/util/sets" diff --git a/go-controller/pkg/ovn/controller/services/repair.go b/go-controller/pkg/ovn/controller/services/repair.go index 02affe27bbb..6feafb98108 100644 --- a/go-controller/pkg/ovn/controller/services/repair.go +++ b/go-controller/pkg/ovn/controller/services/repair.go @@ -8,7 +8,8 @@ import ( libovsdbclient "github.com/ovn-org/libovsdb/client" globalconfig "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" + ovnlb "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/loadbalancer" apierrors "k8s.io/apimachinery/pkg/api/errors" diff --git a/go-controller/pkg/ovn/controller/unidling/ovn_event_test.go b/go-controller/pkg/ovn/controller/unidling/ovn_event_test.go index b3614b19a05..9b2fc232200 100644 --- a/go-controller/pkg/ovn/controller/unidling/ovn_event_test.go +++ b/go-controller/pkg/ovn/controller/unidling/ovn_event_test.go @@ -3,7 +3,8 @@ package unidling import ( "testing" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/sbdb" kapi "k8s.io/api/core/v1" diff --git a/go-controller/pkg/ovn/controller/unidling/unidle.go b/go-controller/pkg/ovn/controller/unidling/unidle.go index dc104bf33bd..0060ec400d1 100644 --- a/go-controller/pkg/ovn/controller/unidling/unidle.go +++ b/go-controller/pkg/ovn/controller/unidling/unidle.go @@ -6,7 +6,8 @@ import ( "time" libovsdbclient "github.com/ovn-org/libovsdb/client" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util" v1 "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/types" diff --git a/go-controller/pkg/ovn/egressfirewall.go b/go-controller/pkg/ovn/egressfirewall.go index 4d1c076db15..f28ae630894 100644 --- a/go-controller/pkg/ovn/egressfirewall.go +++ b/go-controller/pkg/ovn/egressfirewall.go @@ -10,9 +10,10 @@ import ( "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config" egressfirewallapi "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/nbdb" addressset "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/types" kapi "k8s.io/api/core/v1" diff --git a/go-controller/pkg/ovn/egressfirewall_test.go b/go-controller/pkg/ovn/egressfirewall_test.go index d91a8d2da0f..b567a6785df 100644 --- a/go-controller/pkg/ovn/egressfirewall_test.go +++ b/go-controller/pkg/ovn/egressfirewall_test.go @@ -11,9 +11,10 @@ import ( "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config" egressfirewallapi "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/crd/egressfirewall/v1" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/nbdb" addressset "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/testing/libovsdb" libovsdbtest "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/testing/libovsdb" t "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/types" diff --git a/go-controller/pkg/ovn/egressgw.go b/go-controller/pkg/ovn/egressgw.go index 667d5198625..557e2f3a20a 100644 --- a/go-controller/pkg/ovn/egressgw.go +++ b/go-controller/pkg/ovn/egressgw.go @@ -15,8 +15,9 @@ import ( libovsdbclient "github.com/ovn-org/libovsdb/client" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/nbdb" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/types" ovntypes "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/types" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util" diff --git a/go-controller/pkg/ovn/egressgw_test.go b/go-controller/pkg/ovn/egressgw_test.go index 3434178c6e3..63c9dd20b6e 100644 --- a/go-controller/pkg/ovn/egressgw_test.go +++ b/go-controller/pkg/ovn/egressgw_test.go @@ -7,8 +7,9 @@ import ( "strconv" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/nbdb" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + libovsdbtest "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/testing/libovsdb" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/types" ovntypes "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/types" diff --git a/go-controller/pkg/ovn/egressip.go b/go-controller/pkg/ovn/egressip.go index 204c36592d9..ec751b76620 100644 --- a/go-controller/pkg/ovn/egressip.go +++ b/go-controller/pkg/ovn/egressip.go @@ -15,8 +15,9 @@ import ( "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config" egressipv1 "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/crd/egressip/v1" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/nbdb" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/types" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util" kapi "k8s.io/api/core/v1" diff --git a/go-controller/pkg/ovn/gateway_cleanup.go b/go-controller/pkg/ovn/gateway_cleanup.go index cfd91896e70..9133c6153e5 100644 --- a/go-controller/pkg/ovn/gateway_cleanup.go +++ b/go-controller/pkg/ovn/gateway_cleanup.go @@ -6,8 +6,9 @@ import ( "strconv" "strings" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/nbdb" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + ovnlb "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/loadbalancer" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/sbdb" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/types" diff --git a/go-controller/pkg/ovn/gateway_init.go b/go-controller/pkg/ovn/gateway_init.go index 0b328da2b6d..2cc96e2acc4 100644 --- a/go-controller/pkg/ovn/gateway_init.go +++ b/go-controller/pkg/ovn/gateway_init.go @@ -8,8 +8,9 @@ import ( "strings" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/nbdb" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/types" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util" diff --git a/go-controller/pkg/ovn/gateway_test.go b/go-controller/pkg/ovn/gateway_test.go index 867425544f3..bd0928b6268 100644 --- a/go-controller/pkg/ovn/gateway_test.go +++ b/go-controller/pkg/ovn/gateway_test.go @@ -10,8 +10,9 @@ import ( "github.com/onsi/gomega" "github.com/onsi/gomega/format" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/nbdb" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + ovnlb "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/loadbalancer" ovntest "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/testing" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/testing/libovsdb" diff --git a/go-controller/pkg/ovn/gress_policy.go b/go-controller/pkg/ovn/gress_policy.go index 295a31e717b..dfb45eee188 100644 --- a/go-controller/pkg/ovn/gress_policy.go +++ b/go-controller/pkg/ovn/gress_policy.go @@ -8,10 +8,11 @@ import ( "github.com/ovn-org/libovsdb/client" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/nbdb" addressset "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/gateway" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/types" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util" diff --git a/go-controller/pkg/ovn/loadbalancer/lb_cache.go b/go-controller/pkg/ovn/loadbalancer/lb_cache.go index 3e0caadd636..a5487ecc723 100644 --- a/go-controller/pkg/ovn/loadbalancer/lb_cache.go +++ b/go-controller/pkg/ovn/loadbalancer/lb_cache.go @@ -6,7 +6,8 @@ import ( "sync" libovsdbclient "github.com/ovn-org/libovsdb/client" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" + "k8s.io/apimachinery/pkg/util/sets" ) diff --git a/go-controller/pkg/ovn/loadbalancer/loadbalancer.go b/go-controller/pkg/ovn/loadbalancer/loadbalancer.go index 1063833e04c..0f8afb1c819 100644 --- a/go-controller/pkg/ovn/loadbalancer/loadbalancer.go +++ b/go-controller/pkg/ovn/loadbalancer/loadbalancer.go @@ -9,8 +9,8 @@ import ( libovsdbclient "github.com/ovn-org/libovsdb/client" libovsdb "github.com/ovn-org/libovsdb/ovsdb" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/nbdb" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" "k8s.io/klog/v2" ) diff --git a/go-controller/pkg/ovn/master.go b/go-controller/pkg/ovn/master.go index 4f02cdcf81d..7d357ccb500 100644 --- a/go-controller/pkg/ovn/master.go +++ b/go-controller/pkg/ovn/master.go @@ -25,9 +25,10 @@ import ( hocontroller "github.com/ovn-org/ovn-kubernetes/go-controller/hybrid-overlay/pkg/controller" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/informer" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/metrics" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/nbdb" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + ovnlb "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/loadbalancer" lsm "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/logical_switch_manager" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/types" diff --git a/go-controller/pkg/ovn/ovn.go b/go-controller/pkg/ovn/ovn.go index 9ccd06ac2b8..5bf3ace27e1 100644 --- a/go-controller/pkg/ovn/ovn.go +++ b/go-controller/pkg/ovn/ovn.go @@ -20,12 +20,13 @@ import ( egressipv1 "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/crd/egressip/v1" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/kube" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/metrics" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/nbdb" addressset "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set" svccontroller "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/controller/services" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/controller/unidling" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + lsm "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/logical_switch_manager" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/subnetallocator" ovntypes "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/types" diff --git a/go-controller/pkg/ovn/pods.go b/go-controller/pkg/ovn/pods.go index 7ea8e1f4c8f..9044733d00c 100644 --- a/go-controller/pkg/ovn/pods.go +++ b/go-controller/pkg/ovn/pods.go @@ -3,10 +3,11 @@ package ovn import ( "context" "fmt" - ovntypes "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/types" "net" "time" + ovntypes "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/types" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/metrics" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/ipallocator" @@ -20,8 +21,8 @@ import ( libovsdbclient "github.com/ovn-org/libovsdb/client" "github.com/ovn-org/libovsdb/model" "github.com/ovn-org/libovsdb/ovsdb" + libovsdbops "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/nbdb" - libovsdbops "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" ) func (oc *Controller) syncPods(pods []interface{}) { diff --git a/go-controller/pkg/ovn/pods_test.go b/go-controller/pkg/ovn/pods_test.go index b123f803637..f447c748094 100644 --- a/go-controller/pkg/ovn/pods_test.go +++ b/go-controller/pkg/ovn/pods_test.go @@ -21,8 +21,9 @@ import ( "github.com/onsi/ginkgo" "github.com/onsi/gomega" + libovsdbops "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/nbdb" - libovsdbops "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + libovsdbtest "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/testing/libovsdb" ) diff --git a/go-controller/pkg/ovn/policy.go b/go-controller/pkg/ovn/policy.go index 94bcdc856f4..f78fdf52234 100644 --- a/go-controller/pkg/ovn/policy.go +++ b/go-controller/pkg/ovn/policy.go @@ -12,8 +12,9 @@ import ( ovsdb "github.com/ovn-org/libovsdb/ovsdb" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/factory" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/nbdb" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/types" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/util" kapi "k8s.io/api/core/v1" diff --git a/go-controller/pkg/ovn/policy_test.go b/go-controller/pkg/ovn/policy_test.go index e0f55645aec..7dbdcc3186d 100644 --- a/go-controller/pkg/ovn/policy_test.go +++ b/go-controller/pkg/ovn/policy_test.go @@ -14,9 +14,10 @@ import ( libovsdbclient "github.com/ovn-org/libovsdb/client" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/nbdb" addressset "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/address_set" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + ovntest "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/testing" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/testing/libovsdb" libovsdbtest "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/testing/libovsdb" diff --git a/go-controller/pkg/util/ovn.go b/go-controller/pkg/util/ovn.go index d3bd6e79f6f..c5b5dd101d3 100644 --- a/go-controller/pkg/util/ovn.go +++ b/go-controller/pkg/util/ovn.go @@ -9,7 +9,8 @@ import ( libovsdbclient "github.com/ovn-org/libovsdb/client" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/sbdb" ) diff --git a/go-controller/pkg/util/util.go b/go-controller/pkg/util/util.go index 3c76b2fa074..b624f3bc878 100644 --- a/go-controller/pkg/util/util.go +++ b/go-controller/pkg/util/util.go @@ -12,8 +12,9 @@ import ( libovsdbclient "github.com/ovn-org/libovsdb/client" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/libovsdbops" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/nbdb" - "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/ovn/libovsdbops" + "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/types" "github.com/urfave/cli/v2" diff --git a/go-controller/vendor/k8s.io/api/certificates/v1/doc.go~merged b/go-controller/vendor/k8s.io/api/certificates/v1/doc.go~merged new file mode 100644 index 00000000000..fe3ea3af87f --- /dev/null +++ b/go-controller/vendor/k8s.io/api/certificates/v1/doc.go~merged @@ -0,0 +1,23 @@ +/* +Copyright 2020 The Kubernetes Authors. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +// +k8s:deepcopy-gen=package +// +k8s:protobuf-gen=package +// +k8s:openapi-gen=true + +// +groupName=certificates.k8s.io + +package v1 // import "k8s.io/api/certificates/v1" diff --git a/go-controller/vendor/k8s.io/api/events/v1/register.go~merged b/go-controller/vendor/k8s.io/api/events/v1/register.go~merged new file mode 100644 index 00000000000..ca90e6cbeed --- /dev/null +++ b/go-controller/vendor/k8s.io/api/events/v1/register.go~merged @@ -0,0 +1,53 @@ +/* +Copyright 2020 The Kubernetes Authors. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +package v1 + +import ( + metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" + "k8s.io/apimachinery/pkg/runtime" + "k8s.io/apimachinery/pkg/runtime/schema" +) + +// GroupName is the group name use in this package +const GroupName = "events.k8s.io" + +// SchemeGroupVersion is group version used to register these objects +var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: "v1"} + +// Resource takes an unqualified resource and returns a Group qualified GroupResource +func Resource(resource string) schema.GroupResource { + return SchemeGroupVersion.WithResource(resource).GroupResource() +} + +var ( + // TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api. + // localSchemeBuilder and AddToScheme will stay in k8s.io/kubernetes. + SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + localSchemeBuilder = &SchemeBuilder + AddToScheme = localSchemeBuilder.AddToScheme +) + +// Adds the list of known types to api.Scheme. +func addKnownTypes(scheme *runtime.Scheme) error { + scheme.AddKnownTypes(SchemeGroupVersion, + &Event{}, + &EventList{}, + ) + + metav1.AddToGroupVersion(scheme, SchemeGroupVersion) + return nil +}