Forcibly start openvswitch-switch

OpenvSwitch gets disabled after nsx packages installation. We stop
since we install STT enabled OVS.

Change-Id: Ib337c187453dd5e2dff232820ffe66f85aa57bda
Closes-bug: 1638008
This commit is contained in:
Igor Zinovik 2016-11-08 17:17:58 +03:00 committed by Ilya Bumarskov
parent 8b63f5495f
commit c95539e76a
1 changed files with 6 additions and 0 deletions

View File

@ -24,3 +24,9 @@ if !$settings['insecure'] {
}
Nsxt_add_to_fabric { ca_file => $ca_file }
}
service { 'openvswitch-switch':
ensure => 'running'
}
Nsxt_add_to_fabric<||> -> Service['openvswitch-switch']