Merge "Boost sm process priority in VBox environment"

This commit is contained in:
Zuul 2019-02-25 13:15:34 +00:00 committed by Gerrit Code Review
commit 3b5731cf75
1 changed files with 6 additions and 0 deletions

View File

@ -351,6 +351,12 @@ class platform::sm
# lint:ignore:140chars
if str2bool($::is_virtual) {
exec { 'Configure sm process priority':
command => 'sm-configure system --sm_process_priority -10',
}
}
if $system_mode == 'simplex' {
exec { 'Deprovision oam-ip service group member':
command => 'sm-deprovision service-group-member oam-services oam-ip',