Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   ovn-nb    ( 5 )

схема базы данных OVN_Northbound (OVN_Northbound database schema)

Gateway_Chassis TABLE

Association of one or more chassis to a logical router port. The
       traffic going out through an specific router port will be
       redirected to a chassis, or a set of them in high availability
       configurations. A single Gateway_Chassis is equivalent to setting
       options:redirect-chassis. Using Gateway_Chassis allows
       associating multiple prioritized chassis with a single logical
       router port.

Summary: name string (must be unique within table) chassis_name string priority integer, in range 0 to 32,767 options map of string-string pairs Common Columns: external_ids map of string-string pairs

Details: name: string (must be unique within table) Name of the Gateway_Chassis.

A suggested, but not required naming convention is ${port_name}_${chassis_name}.

chassis_name: string Name of the chassis that we want to redirect traffic through for the associated logical router port. The value must match the name column of the Chassis table in the OVN_Southbound database.

priority: integer, in range 0 to 32,767 This is the priority of a chassis among all Gateway_Chassis belonging to the same logical router port.

options: map of string-string pairs Reserved for future use.

Common Columns:

external_ids: map of string-string pairs See External IDs at the beginning of this document.