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:
parent
de83aea30c
commit
06ed08b59a
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user