Install and run irqbalance for RedHat-based systems

Change-Id: Id6aa98ad3390359ce0aa7295b2f6b4e645741f36
Closes-bug: #1401925
This commit is contained in:
Vladimir Kuklin 2014-12-12 20:35:02 +03:00
parent 65b6391696
commit 875f0d5f82

View File

@ -218,6 +218,10 @@ class os_common {
class {'osnailyfacter::network_setup': stage => 'netconfig'}
}
if ($::osfamily == 'RedHat') {
package {'irqbalance': ensure => present} -> service {'irqbalance': ensure => running }
}
class { 'openstack::firewall':
stage => 'openstack-firewall',
nova_vnc_ip_range => $::fuel_settings['management_network_range'],