Merge "Fix resource colocation for MOS 8"

This commit is contained in:
Jenkins 2016-07-19 09:36:15 +00:00 committed by Gerrit Code Review
commit b79b11a3ee
1 changed files with 2 additions and 2 deletions

View File

@ -171,8 +171,8 @@ if $fuel_version < 9.0 {
ensure => present,
score => 'INFINITY',
primitives => [
'apache2-nagios',
'vip__infrastructure_alerting_mgmt_vip',
'apache2-nagios'
],
require => Cs_resource['apache2-nagios'],
}
@ -205,8 +205,8 @@ if $fuel_version < 9.0 {
ensure => present,
score => 'INFINITY',
primitives => [
'nagios3',
'vip__infrastructure_alerting_mgmt_vip',
'nagios3'
],
require => Cs_resource['nagios3'],
}