Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Add IronicNeutronAgentReportInterval parameter" into stable/wa…
Browse files Browse the repository at this point in the history
…llaby
  • Loading branch information
Zuul authored and openstack-gerrit committed Feb 10, 2022
2 parents 19690ca + 36be5ce commit f02ddfa
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deployment/ironic/ironic-neutron-agent-container-puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ parameters:
type: string
default: 'regionOne'
description: Keystone region for endpoint
IronicNeutronAgentReportInterval:
type: number
default: 30
description: |
Seconds between reporting ironic node port state to server; should be
less than NeutronAgentDownTime, best if it is half or less than
NeutronAgentDownTime.
resources:
ContainersCommon:
Expand Down Expand Up @@ -75,6 +83,7 @@ outputs:
neutron::agents::ml2::networking_baremetal::user_domain_name: 'Default'
neutron::agents::ml2::networking_baremetal::project_domain_name: 'Default'
neutron::agents::ml2::networking_baremetal::region_name: {get_param: KeystoneRegion}
neutron::agents::ml2::networking_baremetal::report_interval: {get_param: IronicNeutronAgentReportInterval}
- get_attr: [NeutronLogging, config_settings]
puppet_config:
config_volume: neutron
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
fixes:
- |
The neutron agent report interval was recently changed from the 30s
default to 300s. This caused issues whith timeouts when providing
baremetal nodes. A new parameter IronicNeutronAgentReportInterval
has been added with a default of 30s so that the report interval
specifically for the networking baremetal agent is restored.
See bug: `1940838 <https://bugs.launchpad.net/tripleo/+bug/1940838>`_.

0 comments on commit f02ddfa

Please sign in to comment.