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
This commit is contained in:
Alfredo Moralejo 2022-06-08 15:44:33 +02:00 committed by Takashi Kajinami
parent de83aea30c
commit 06ed08b59a
1 changed files with 1 additions and 1 deletions

View File

@ -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
}