Merge "ovsdb_service_name is not defined for all os'es"
This commit is contained in:
commit
4f621646df
@ -17,6 +17,7 @@ class vswitch::params {
|
||||
$ovs_dpdk_package_name = 'openvswitch'
|
||||
$ovs_dkms_package_name = undef
|
||||
$ovs_service_name = 'openvswitch'
|
||||
$ovsdb_service_name = undef
|
||||
$ovs_service_hasstatus = undef
|
||||
$ovs_status = undef
|
||||
$provider = 'ovs_redhat'
|
||||
@ -26,6 +27,7 @@ class vswitch::params {
|
||||
$ovs_dpdk_package_name = 'openvswitch-switch-dpdk'
|
||||
$ovs_dkms_package_name = 'openvswitch-datapath-dkms'
|
||||
$ovs_service_name = 'openvswitch-switch'
|
||||
$ovsdb_service_name = undef
|
||||
$provider = 'ovs'
|
||||
case $::operatingsystem {
|
||||
'ubuntu': {
|
||||
|
Loading…
x
Reference in New Issue
Block a user