Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3777a0f

Browse files
committedApr 15, 2025·
ovn-kubernetes: setup dhcp lease expiry to infinity
Due to https://issues.redhat.com/browse/OCPBUGS-52194 Signed-off-by: Jaime Caamaño Ruiz <jcaamano@redhat.com>
1 parent b431c47 commit 3777a0f

18 files changed

+72
-0
lines changed
 

‎ci-operator/config/openshift-priv/origin/openshift-priv-origin-main.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,8 @@ tests:
471471
DEVSCRIPTS_CONFIG: |
472472
IP_STACK=v4v6
473473
FEATURE_SET=TechPreviewNoUpgrade
474+
# https://issues.redhat.com/browse/OCPBUGS-52194
475+
DHCP_LEASE_EXPIRY=0
474476
EXTRA_MG_ARGS: --host-network
475477
TEST_SKIPS: Services should fallback to local terminating endpoints when there
476478
are no ready endpoints with externalTrafficPolicy=Local
@@ -489,6 +491,8 @@ tests:
489491
DEVSCRIPTS_CONFIG: |
490492
IP_STACK=v4v6
491493
FEATURE_SET=TechPreviewNoUpgrade
494+
# https://issues.redhat.com/browse/OCPBUGS-52194
495+
DHCP_LEASE_EXPIRY=0
492496
EXTRA_MG_ARGS: --host-network
493497
EXTRA_NETWORK_CONFIG: |
494498
EXTRA_NETWORK_NAMES="extranet"

‎ci-operator/config/openshift-priv/origin/openshift-priv-origin-release-4.18.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,8 @@ tests:
453453
DEVSCRIPTS_CONFIG: |
454454
IP_STACK=v4v6
455455
FEATURE_SET=TechPreviewNoUpgrade
456+
# https://issues.redhat.com/browse/OCPBUGS-52194
457+
DHCP_LEASE_EXPIRY=0
456458
EXTRA_MG_ARGS: --host-network
457459
TEST_SKIPS: Services should fallback to local terminating endpoints when there
458460
are no ready endpoints with externalTrafficPolicy=Local
@@ -471,6 +473,8 @@ tests:
471473
DEVSCRIPTS_CONFIG: |
472474
IP_STACK=v4v6
473475
FEATURE_SET=TechPreviewNoUpgrade
476+
# https://issues.redhat.com/browse/OCPBUGS-52194
477+
DHCP_LEASE_EXPIRY=0
474478
EXTRA_MG_ARGS: --host-network
475479
EXTRA_NETWORK_CONFIG: |
476480
EXTRA_NETWORK_NAMES="extranet"

‎ci-operator/config/openshift-priv/origin/openshift-priv-origin-release-4.19.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,8 @@ tests:
472472
DEVSCRIPTS_CONFIG: |
473473
IP_STACK=v4v6
474474
FEATURE_SET=TechPreviewNoUpgrade
475+
# https://issues.redhat.com/browse/OCPBUGS-52194
476+
DHCP_LEASE_EXPIRY=0
475477
EXTRA_MG_ARGS: --host-network
476478
TEST_SKIPS: Services should fallback to local terminating endpoints when there
477479
are no ready endpoints with externalTrafficPolicy=Local
@@ -490,6 +492,8 @@ tests:
490492
DEVSCRIPTS_CONFIG: |
491493
IP_STACK=v4v6
492494
FEATURE_SET=TechPreviewNoUpgrade
495+
# https://issues.redhat.com/browse/OCPBUGS-52194
496+
DHCP_LEASE_EXPIRY=0
493497
EXTRA_MG_ARGS: --host-network
494498
EXTRA_NETWORK_CONFIG: |
495499
EXTRA_NETWORK_NAMES="extranet"

‎ci-operator/config/openshift-priv/origin/openshift-priv-origin-release-4.20.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,8 @@ tests:
471471
DEVSCRIPTS_CONFIG: |
472472
IP_STACK=v4v6
473473
FEATURE_SET=TechPreviewNoUpgrade
474+
# https://issues.redhat.com/browse/OCPBUGS-52194
475+
DHCP_LEASE_EXPIRY=0
474476
EXTRA_MG_ARGS: --host-network
475477
TEST_SKIPS: Services should fallback to local terminating endpoints when there
476478
are no ready endpoints with externalTrafficPolicy=Local
@@ -489,6 +491,8 @@ tests:
489491
DEVSCRIPTS_CONFIG: |
490492
IP_STACK=v4v6
491493
FEATURE_SET=TechPreviewNoUpgrade
494+
# https://issues.redhat.com/browse/OCPBUGS-52194
495+
DHCP_LEASE_EXPIRY=0
492496
EXTRA_MG_ARGS: --host-network
493497
EXTRA_NETWORK_CONFIG: |
494498
EXTRA_NETWORK_NAMES="extranet"

‎ci-operator/config/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-master.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ tests:
277277
DEVSCRIPTS_CONFIG: |
278278
IP_STACK=v4v6
279279
FEATURE_SET=TechPreviewNoUpgrade
280+
# https://issues.redhat.com/browse/OCPBUGS-52194
281+
DHCP_LEASE_EXPIRY=0
280282
EXTRA_MG_ARGS: --host-network
281283
TEST_SKIPS: Services should fallback to local terminating endpoints when there
282284
are no ready endpoints with externalTrafficPolicy=Local
@@ -293,6 +295,8 @@ tests:
293295
DEVSCRIPTS_CONFIG: |
294296
IP_STACK=v4v6
295297
FEATURE_SET=TechPreviewNoUpgrade
298+
# https://issues.redhat.com/browse/OCPBUGS-52194
299+
DHCP_LEASE_EXPIRY=0
296300
EXTRA_MG_ARGS: --host-network
297301
EXTRA_NETWORK_CONFIG: |
298302
EXTRA_NETWORK_NAMES="extranet"

‎ci-operator/config/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.18.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,8 @@ tests:
283283
DEVSCRIPTS_CONFIG: |
284284
IP_STACK=v4v6
285285
FEATURE_SET=TechPreviewNoUpgrade
286+
# https://issues.redhat.com/browse/OCPBUGS-52194
287+
DHCP_LEASE_EXPIRY=0
286288
EXTRA_MG_ARGS: --host-network
287289
TEST_SKIPS: Services should fallback to local terminating endpoints when there
288290
are no ready endpoints with externalTrafficPolicy=Local
@@ -299,6 +301,8 @@ tests:
299301
DEVSCRIPTS_CONFIG: |
300302
IP_STACK=v4v6
301303
FEATURE_SET=TechPreviewNoUpgrade
304+
# https://issues.redhat.com/browse/OCPBUGS-52194
305+
DHCP_LEASE_EXPIRY=0
302306
EXTRA_MG_ARGS: --host-network
303307
EXTRA_NETWORK_CONFIG: |
304308
EXTRA_NETWORK_NAMES="extranet"

‎ci-operator/config/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.19.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ tests:
278278
DEVSCRIPTS_CONFIG: |
279279
IP_STACK=v4v6
280280
FEATURE_SET=TechPreviewNoUpgrade
281+
# https://issues.redhat.com/browse/OCPBUGS-52194
282+
DHCP_LEASE_EXPIRY=0
281283
EXTRA_MG_ARGS: --host-network
282284
TEST_SKIPS: Services should fallback to local terminating endpoints when there
283285
are no ready endpoints with externalTrafficPolicy=Local
@@ -294,6 +296,8 @@ tests:
294296
DEVSCRIPTS_CONFIG: |
295297
IP_STACK=v4v6
296298
FEATURE_SET=TechPreviewNoUpgrade
299+
# https://issues.redhat.com/browse/OCPBUGS-52194
300+
DHCP_LEASE_EXPIRY=0
297301
EXTRA_MG_ARGS: --host-network
298302
EXTRA_NETWORK_CONFIG: |
299303
EXTRA_NETWORK_NAMES="extranet"

‎ci-operator/config/openshift-priv/ovn-kubernetes/openshift-priv-ovn-kubernetes-release-4.20.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ tests:
277277
DEVSCRIPTS_CONFIG: |
278278
IP_STACK=v4v6
279279
FEATURE_SET=TechPreviewNoUpgrade
280+
# https://issues.redhat.com/browse/OCPBUGS-52194
281+
DHCP_LEASE_EXPIRY=0
280282
EXTRA_MG_ARGS: --host-network
281283
TEST_SKIPS: Services should fallback to local terminating endpoints when there
282284
are no ready endpoints with externalTrafficPolicy=Local
@@ -293,6 +295,8 @@ tests:
293295
DEVSCRIPTS_CONFIG: |
294296
IP_STACK=v4v6
295297
FEATURE_SET=TechPreviewNoUpgrade
298+
# https://issues.redhat.com/browse/OCPBUGS-52194
299+
DHCP_LEASE_EXPIRY=0
296300
EXTRA_MG_ARGS: --host-network
297301
EXTRA_NETWORK_CONFIG: |
298302
EXTRA_NETWORK_NAMES="extranet"

‎ci-operator/config/openshift/origin/openshift-origin-main.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,8 @@ tests:
470470
DEVSCRIPTS_CONFIG: |
471471
IP_STACK=v4v6
472472
FEATURE_SET=TechPreviewNoUpgrade
473+
# https://issues.redhat.com/browse/OCPBUGS-52194
474+
DHCP_LEASE_EXPIRY=0
473475
EXTRA_MG_ARGS: --host-network
474476
TEST_SKIPS: Services should fallback to local terminating endpoints when there
475477
are no ready endpoints with externalTrafficPolicy=Local
@@ -488,6 +490,8 @@ tests:
488490
DEVSCRIPTS_CONFIG: |
489491
IP_STACK=v4v6
490492
FEATURE_SET=TechPreviewNoUpgrade
493+
# https://issues.redhat.com/browse/OCPBUGS-52194
494+
DHCP_LEASE_EXPIRY=0
491495
EXTRA_MG_ARGS: --host-network
492496
EXTRA_NETWORK_CONFIG: |
493497
EXTRA_NETWORK_NAMES="extranet"

‎ci-operator/config/openshift/origin/openshift-origin-release-4.18.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,8 @@ tests:
452452
DEVSCRIPTS_CONFIG: |
453453
IP_STACK=v4v6
454454
FEATURE_SET=TechPreviewNoUpgrade
455+
# https://issues.redhat.com/browse/OCPBUGS-52194
456+
DHCP_LEASE_EXPIRY=0
455457
EXTRA_MG_ARGS: --host-network
456458
TEST_SKIPS: Services should fallback to local terminating endpoints when there
457459
are no ready endpoints with externalTrafficPolicy=Local
@@ -470,6 +472,8 @@ tests:
470472
DEVSCRIPTS_CONFIG: |
471473
IP_STACK=v4v6
472474
FEATURE_SET=TechPreviewNoUpgrade
475+
# https://issues.redhat.com/browse/OCPBUGS-52194
476+
DHCP_LEASE_EXPIRY=0
473477
EXTRA_MG_ARGS: --host-network
474478
EXTRA_NETWORK_CONFIG: |
475479
EXTRA_NETWORK_NAMES="extranet"

‎ci-operator/config/openshift/origin/openshift-origin-release-4.19.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,8 @@ tests:
471471
DEVSCRIPTS_CONFIG: |
472472
IP_STACK=v4v6
473473
FEATURE_SET=TechPreviewNoUpgrade
474+
# https://issues.redhat.com/browse/OCPBUGS-52194
475+
DHCP_LEASE_EXPIRY=0
474476
EXTRA_MG_ARGS: --host-network
475477
TEST_SKIPS: Services should fallback to local terminating endpoints when there
476478
are no ready endpoints with externalTrafficPolicy=Local
@@ -489,6 +491,8 @@ tests:
489491
DEVSCRIPTS_CONFIG: |
490492
IP_STACK=v4v6
491493
FEATURE_SET=TechPreviewNoUpgrade
494+
# https://issues.redhat.com/browse/OCPBUGS-52194
495+
DHCP_LEASE_EXPIRY=0
492496
EXTRA_MG_ARGS: --host-network
493497
EXTRA_NETWORK_CONFIG: |
494498
EXTRA_NETWORK_NAMES="extranet"

‎ci-operator/config/openshift/origin/openshift-origin-release-4.20.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,8 @@ tests:
470470
DEVSCRIPTS_CONFIG: |
471471
IP_STACK=v4v6
472472
FEATURE_SET=TechPreviewNoUpgrade
473+
# https://issues.redhat.com/browse/OCPBUGS-52194
474+
DHCP_LEASE_EXPIRY=0
473475
EXTRA_MG_ARGS: --host-network
474476
TEST_SKIPS: Services should fallback to local terminating endpoints when there
475477
are no ready endpoints with externalTrafficPolicy=Local
@@ -488,6 +490,8 @@ tests:
488490
DEVSCRIPTS_CONFIG: |
489491
IP_STACK=v4v6
490492
FEATURE_SET=TechPreviewNoUpgrade
493+
# https://issues.redhat.com/browse/OCPBUGS-52194
494+
DHCP_LEASE_EXPIRY=0
491495
EXTRA_MG_ARGS: --host-network
492496
EXTRA_NETWORK_CONFIG: |
493497
EXTRA_NETWORK_NAMES="extranet"

‎ci-operator/config/openshift/ovn-kubernetes/openshift-ovn-kubernetes-master.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,8 @@ tests:
301301
DEVSCRIPTS_CONFIG: |
302302
IP_STACK=v4v6
303303
FEATURE_SET=TechPreviewNoUpgrade
304+
# https://issues.redhat.com/browse/OCPBUGS-52194
305+
DHCP_LEASE_EXPIRY=0
304306
EXTRA_MG_ARGS: --host-network
305307
TEST_SKIPS: Services should fallback to local terminating endpoints when there
306308
are no ready endpoints with externalTrafficPolicy=Local
@@ -317,6 +319,8 @@ tests:
317319
DEVSCRIPTS_CONFIG: |
318320
IP_STACK=v4v6
319321
FEATURE_SET=TechPreviewNoUpgrade
322+
# https://issues.redhat.com/browse/OCPBUGS-52194
323+
DHCP_LEASE_EXPIRY=0
320324
EXTRA_MG_ARGS: --host-network
321325
EXTRA_NETWORK_CONFIG: |
322326
EXTRA_NETWORK_NAMES="extranet"

‎ci-operator/config/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.18.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,8 @@ tests:
302302
DEVSCRIPTS_CONFIG: |
303303
IP_STACK=v4v6
304304
FEATURE_SET=TechPreviewNoUpgrade
305+
# https://issues.redhat.com/browse/OCPBUGS-52194
306+
DHCP_LEASE_EXPIRY=0
305307
EXTRA_MG_ARGS: --host-network
306308
TEST_SKIPS: Services should fallback to local terminating endpoints when there
307309
are no ready endpoints with externalTrafficPolicy=Local
@@ -318,6 +320,8 @@ tests:
318320
DEVSCRIPTS_CONFIG: |
319321
IP_STACK=v4v6
320322
FEATURE_SET=TechPreviewNoUpgrade
323+
# https://issues.redhat.com/browse/OCPBUGS-52194
324+
DHCP_LEASE_EXPIRY=0
321325
EXTRA_MG_ARGS: --host-network
322326
EXTRA_NETWORK_CONFIG: |
323327
EXTRA_NETWORK_NAMES="extranet"

‎ci-operator/config/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.18__periodics.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ tests:
6868
DEVSCRIPTS_CONFIG: |
6969
IP_STACK=v4v6
7070
FEATURE_SET=TechPreviewNoUpgrade
71+
# https://issues.redhat.com/browse/OCPBUGS-52194
72+
DHCP_LEASE_EXPIRY=0
7173
EXTRA_MG_ARGS: --host-network
7274
TEST_SKIPS: Services should fallback to local terminating endpoints when there
7375
are no ready endpoints with externalTrafficPolicy=Local
@@ -84,6 +86,8 @@ tests:
8486
DEVSCRIPTS_CONFIG: |
8587
IP_STACK=v4v6
8688
FEATURE_SET=TechPreviewNoUpgrade
89+
# https://issues.redhat.com/browse/OCPBUGS-52194
90+
DHCP_LEASE_EXPIRY=0
8791
EXTRA_MG_ARGS: --host-network
8892
EXTRA_NETWORK_CONFIG: |
8993
EXTRA_NETWORK_NAMES="extranet"

‎ci-operator/config/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.19.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ tests:
277277
DEVSCRIPTS_CONFIG: |
278278
IP_STACK=v4v6
279279
FEATURE_SET=TechPreviewNoUpgrade
280+
# https://issues.redhat.com/browse/OCPBUGS-52194
281+
DHCP_LEASE_EXPIRY=0
280282
EXTRA_MG_ARGS: --host-network
281283
TEST_SKIPS: Services should fallback to local terminating endpoints when there
282284
are no ready endpoints with externalTrafficPolicy=Local
@@ -293,6 +295,8 @@ tests:
293295
DEVSCRIPTS_CONFIG: |
294296
IP_STACK=v4v6
295297
FEATURE_SET=TechPreviewNoUpgrade
298+
# https://issues.redhat.com/browse/OCPBUGS-52194
299+
DHCP_LEASE_EXPIRY=0
296300
EXTRA_MG_ARGS: --host-network
297301
EXTRA_NETWORK_CONFIG: |
298302
EXTRA_NETWORK_NAMES="extranet"

‎ci-operator/config/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.19__periodics.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ tests:
7070
DEVSCRIPTS_CONFIG: |
7171
IP_STACK=v4v6
7272
FEATURE_SET=TechPreviewNoUpgrade
73+
# https://issues.redhat.com/browse/OCPBUGS-52194
74+
DHCP_LEASE_EXPIRY=0
7375
EXTRA_MG_ARGS: --host-network
7476
TEST_SKIPS: Services should fallback to local terminating endpoints when there
7577
are no ready endpoints with externalTrafficPolicy=Local
@@ -86,6 +88,8 @@ tests:
8688
DEVSCRIPTS_CONFIG: |
8789
IP_STACK=v4v6
8890
FEATURE_SET=TechPreviewNoUpgrade
91+
# https://issues.redhat.com/browse/OCPBUGS-52194
92+
DHCP_LEASE_EXPIRY=0
8993
EXTRA_MG_ARGS: --host-network
9094
EXTRA_NETWORK_CONFIG: |
9195
EXTRA_NETWORK_NAMES="extranet"

‎ci-operator/config/openshift/ovn-kubernetes/openshift-ovn-kubernetes-release-4.20.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,8 @@ tests:
276276
DEVSCRIPTS_CONFIG: |
277277
IP_STACK=v4v6
278278
FEATURE_SET=TechPreviewNoUpgrade
279+
# https://issues.redhat.com/browse/OCPBUGS-52194
280+
DHCP_LEASE_EXPIRY=0
279281
EXTRA_MG_ARGS: --host-network
280282
TEST_SKIPS: Services should fallback to local terminating endpoints when there
281283
are no ready endpoints with externalTrafficPolicy=Local
@@ -292,6 +294,8 @@ tests:
292294
DEVSCRIPTS_CONFIG: |
293295
IP_STACK=v4v6
294296
FEATURE_SET=TechPreviewNoUpgrade
297+
# https://issues.redhat.com/browse/OCPBUGS-52194
298+
DHCP_LEASE_EXPIRY=0
295299
EXTRA_MG_ARGS: --host-network
296300
EXTRA_NETWORK_CONFIG: |
297301
EXTRA_NETWORK_NAMES="extranet"

0 commit comments

Comments
 (0)
Please sign in to comment.