This sample configuration can also be viewed in the raw format.
[DEFAULT]
[api]
#
# From networking_bagpipe.api
#
# IP address on which the API server should listen (unknown value)
# Deprecated group/name - [api]/api_host
#host = 127.0.0.1
# Port on which the API server should listen (port value)
# Minimum value: 0
# Maximum value: 65535
# Deprecated group/name - [api]/api_port
#port = 8082
[bagpipe]
#
# From networking_bagpipe.bagpipe_bgp_agent
#
# The number of seconds the bagpipe-bgp client will wait between polling for
# restart detection. (integer value)
#ping_interval = 10
# bagpipe-bgp REST service IP address. (string value)
#bagpipe_bgp_ip = 127.0.0.1
# bagpipe-bgp REST service IP port. (integer value)
#bagpipe_bgp_port = 8082
# OVS MPLS bridge to use (string value)
#mpls_bridge = br-mpls
# OVS Peer patch port in tunnel bridge to MPLS bridge (string value)
#tun_to_mpls_peer_patch_port = patch-to-mpls
# OVS Peer patch port in MPLS bridge to tunnel bridge (string value)
#mpls_to_tun_peer_patch_port = patch-from-tun
# OVS Peer patch port in MPLS bridge to int bridge (string value)
#mpls_to_int_peer_patch_port = patch-mpls-to-int
# OVS Peer patch port in int bridge to MPLS bridge (string value)
#int_to_mpls_peer_patch_port = patch-int-from-mpls
[bgp]
#
# From networking_bagpipe.bgp_common
#
# IP address used for BGP peerings (interface address value)
#local_address = <None>
# IP addresses of BGP peers (list value)
#peers =
# Our BGP Autonomous System (integer value)
# Minimum value: 1
# Maximum value: 65535
#my_as = <None>
# Enable RT Constraint (RFC4684) (boolean value)
#enable_rtc = true
# TCP port of connections to BGP peers (port value)
# Minimum value: 0
# Maximum value: 65535
#bgp_port = 179
[common]
#
# From networking_bagpipe.run_command
#
# Root helper command. (string value)
#root_helper = sudo
# Root helper daemon application to use when possible. (string value)
#root_helper_daemon = <None>
[dataplane_driver_evpn]
#
# From networking_bagpipe.dataplane.evpn
#
# IP address to use as next-hop in our route advertisements, will be used to
# send us VPN traffic (interface address value)
#dataplane_local_address = <None>
# Dataplane driver. (string value)
#dataplane_driver = dummy
[dataplane_driver_ipvpn]
#
# From networking_bagpipe.dataplane.ipvpn
#
# IP address to use as next-hop in our route advertisements, will be used to
# send us VPN traffic (interface address value)
#dataplane_local_address = <None>
# Dataplane driver. (string value)
#dataplane_driver = dummy
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.