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

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

View File

@ -131,6 +131,12 @@ parameters:
OpenvSwitch integration bridge, in seconds.
type: number
default: 60
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'
@ -297,6 +303,7 @@ outputs:
ovn::controller::hostname: "%{hiera('fqdn_canonical')}"
ovn::controller::ovn_remote_probe_interval: {get_param: OVNRemoteProbeInterval}
ovn::controller::ovn_openflow_probe_interval: {get_param: OVNOpenflowProbeInterval}
ovn::controller::ovn_ofctrl_wait_before_clear: {get_param: OVNOfctrlWaitBeforeClear}
ovn::controller::ovn_monitor_all: true
- if:
- force_config_drive