fde5a7a1f4
Besides changing the default driver to the NB driver, it also adapt to the new section for the ovn configurations Change-Id: I9a2d0bc9b80fdf0c9e92d06103c03dcf5b018f49
23 lines
1.1 KiB
Plaintext
23 lines
1.1 KiB
Plaintext
# Configurations
|
|
OVN_BGP_AGENT_DRIVER=${OVN_BGP_AGENT_DRIVER:-nb_ovn_bgp_driver}
|
|
OVN_BGP_AGENT_CONF_DIR=${OVN_BGP_AGENT_CONF_DIR:-/etc/ovn-bgp-agent}
|
|
OVN_BGP_AGENT_DEBUG=$(trueorfalse True OVN_BGP_AGENT_DEBUG)
|
|
OVN_BGP_AGENT_TENANT=$(trueorfalse False OVN_BGP_AGENT_TENANT)
|
|
OVN_BGP_AGENT_OVS_DB=${OVN_BGP_AGENT_OVS_DB:-tcp:127.0.0.1:6640}
|
|
OVN_BGP_AGENT_OVN_SB_DB=${OVN_BGP_AGENT_OVN_SB_DB:-ssl:127.0.0.1:6642}
|
|
OVN_BGP_AGENT_OVN_NB_DB=${OVN_BGP_AGENT_OVN_NB_DB:-ssl:127.0.0.1:6641}
|
|
|
|
# FRR configurations
|
|
FRR_CONF_DIR=${FRR_CONF_DIR:-/etc/frr}
|
|
FRR_SYSTEMD_SERVICE="frr.service"
|
|
FRR_CONF_FILE=$FRR_CONF_DIR/frr.conf
|
|
FRR_DAEMON_CONF_FILE=$FRR_CONF_DIR/daemons
|
|
|
|
# Defaults
|
|
OVN_BGP_AGENT_DIR=$DEST/ovn-bgp-agent
|
|
OVN_BGP_AGENT_SYSTEMD_SERVICE="devstack@ovn-bgp-agent.service"
|
|
OVN_BGP_AGENT_CONF_FILE=$OVN_BGP_AGENT_CONF_DIR/bgp-agent.conf
|
|
OVN_BGP_AGENT_ROOTWRAP=$(get_rootwrap_location ovn-bgp-agent)
|
|
OVN_BGP_AGENT_ROOTWRAP_COMMAND="sudo $OVN_BGP_AGENT_ROOTWRAP $OVN_BGP_AGENT_CONF_DIR/rootwrap.conf"
|
|
OVN_BGP_AGENT_ROOTWRAP_DAEMON="sudo $OVN_BGP_AGENT_ROOTWRAP-daemon $OVN_BGP_AGENT_CONF_DIR/rootwrap.conf"
|