ovn-controller-vtep.service

This unit is provided by:

Options

  • [Install]
  • [Service]
    • Environment=OVN_USER_ID=openvswitch:openvswitch OVS_RUNDIR=%t/openvswitch OVN_RUNDIR=%t/ovn OVN_DB=unix:%t/ovn/ovnsb_db.sock VTEP_DB=unix:%t/openvswitch/db.sock
    • Environment=OVS_RUNDIR=%t/openvswitch OVN_RUNDIR=%t/ovn OVN_DB=unix:%t/ovn/ovnsb_db.sock VTEP_DB=unix:%t/openvswitch/db.sock
    • EnvironmentFile=-/etc/sysconfig/ovn -/etc/sysconfig/ovn-controller-vtep
    • ExecStart=/usr/bin/ovn-controller-vtep -vconsole:emer -vsyslog:err -vfile:info --log-file=/var/log/ovn/ovn-controller-vtep.log --user=${OVN_USER_ID} --no-chdir --pidfile=${OVN_RUNDIR}/ovn-controller-vtep.pid --ovnsb-db=${OVN_DB} --vtep-db=${VTEP_DB}
    • ExecStart=/usr/share/ovn/scripts/ovn-ctl start_controller_vtep --no-monitor $OVN_CTL_OPTS
    • ExecStop=/usr/share/ovn/scripts/ovn-ctl stop_controller_vtep --no-monitor
    • LimitNOFILE=65535
    • PIDFile=%t/ovn/ovn-controller-vtep.pid
    • Restart=on-failure
    • TimeoutStopSec
      Introduced in systemd 188
      =15
    • Type=forking
    • Type=simple
  • [Unit]
    • After=openvswitch-switch.service
    • After=syslog.target openvswitch.service
    • Description=OVN VTEP gateway controller daemon
    • Description=Open Virtual Network VTEP gateway controller daemon
    • Requires=openvswitch-switch.service
    • Requires=openvswitch.service

Additionnal notes

Nothing here.