tenks/ansible/vars/Debian.yml
Will Szumski 154ec6cc2c Open vSwitch service name is different between distros
The service is called openvswitch-switch on Debian/Ubuntu derivatives -
this starts ovsdb-server.service and ovs-vswitchd.service as
dependencies.

TrivialFix

Change-Id: I0cb06a387cfeadadb3b978afb4d17a88e9935d17
2018-11-08 13:32:08 +00:00

12 lines
323 B
YAML

---
# path to `ip` from the `iproute2` package
tenks_ip_path: /sbin/ip
# package that provides the Open vSwitch daemon and userspace
# utilities
tenks_openvswitch_pkg_name: openvswitch-switch
# service name of Open vSwitch daemon (as passed the Ansible service module)
tenks_openvswitch_service_name: openvswitch-switch