154ec6cc2c
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
12 lines
323 B
YAML
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
|