File: fix_odl_ovsdb_config-57b96a76ed8f90ab.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 (12 lines) | stat: -rw-r--r-- 561 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
---
fixes:
  - Neutron modified the way that Agents connect to OVSDB
    server to configure OVS tap ports, etc by using the
    OVSDB server URI rather than the ovs-vsctl client.
    In ODL deployments, OVSDB server is never configured
    to listen on a port and therefore Neutron Agent
    configuration fails.  This fixes that problem by
    configuring multiple managers, including a local
    listener by default on a non-standard port for OVSDB
    server.  This way Neutron Agents are able to talk to
    OVSDB while OVS is also still connected to ODL.