From 06ed08b59a63fd8022af6ef9f0ca3bc789415643 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Wed, 8 Jun 2022 15:44:33 +0200 Subject: [PATCH] Disable networking-l2gw in scenario004 Currently, networking-l2gw is broken in master and seems to be mostnly unmaintained. Until the situation is clear and the project fixed, this patch is disabling l2gw from scenario004. Related-Bug: #1977980 Change-Id: Icd218fee1c47d33a0ef61971ed2a6804b813a05b --- fixtures/scenario004.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixtures/scenario004.pp b/fixtures/scenario004.pp index 341991761..67031d056 100644 --- a/fixtures/scenario004.pp +++ b/fixtures/scenario004.pp @@ -34,7 +34,7 @@ if $::operatingsystem == 'Ubuntu' { $ipv6 = true $watcher_enabled = true $bgpvpn_enabled = true - $l2gw_enabled = true + $l2gw_enabled = false $bgp_dragent_enabled = true }