Merge "Support setting ovn-ofctrl-wait-before-clear" into stable/train

This commit is contained in:
Zuul 2023-01-30 22:15:52 +00:00 committed by Gerrit Code Review
commit bfac6ad147
1 changed files with 7 additions and 0 deletions

View File

@ -124,6 +124,12 @@ parameters:
The value can be multiple addresses separated by commas.
type: comma_delimited_list
default: []
OVNOfctrlWaitBeforeClear:
description: >
Sets the time ovn-controller will wait on startup before clearing all
openflow rules and installing the new ones.
type: number
default: 8000
CertificateKeySize:
type: string
default: '2048'
@ -264,6 +270,7 @@ outputs:
- enable_vlan_transparency
- vswitch::ovs::vlan_limit: 0
- {}
ovn::controller::ovn_ofctrl_wait_before_clear: {get_param: OVNOfctrlWaitBeforeClear}
ovn::controller::ovn_monitor_all: true
service_config_settings: {}
# BEGIN DOCKER SETTINGS