Merge "ovsdb_service_name is not defined for all os'es"

This commit is contained in:
Jenkins 2017-05-02 16:13:22 +00:00 committed by Gerrit Code Review
commit 4f621646df

View File

@ -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': {