File: reduce-ovn-metadata-workers-6ed825307997f8b9.yaml

package info (click to toggle)
puppet-module-neutron 21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,316 kB
  • sloc: ruby: 13,629; python: 38; sh: 15; makefile: 10
file content (11 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
---
upgrade:
  - |
    Switched the default value of the ``metadata_workers`` configuration
    option for the OVN metadata agents to 2 (from $::os_workers). While
    the OVS metadata agents runs on the controllers/gateway nodes (and
    defaults to $::os_workers) the OVN metadata agents are distributed
    and runs on the compute nodes instead so, there's no point in running
    dozen of them on each compute. Also, by reducing the number of workers
    we also reduce the burden on the OVSDB that the OVN metadata agent
    connects to making OVN more scalable.