Shift irqbalance package from lxc_hosts to openstack_hosts
The irqbalance daemon is expected by the lxc_hosts playbook in its pre_tasks. This patch ensures that it's there by adding the package to the openstack_hosts role which runs before the the lxc_hosts playbook. Change-Id: I88e34aedf727c9a9698ddefcdd05eb4debfa5619 Closes-Bug: #1482146
This commit is contained in:
parent
588225a427
commit
06fadf9dca
@ -63,7 +63,6 @@ lxc_apt_packages:
|
|||||||
- lxc-templates
|
- lxc-templates
|
||||||
- python-dev
|
- python-dev
|
||||||
- python3-lxc
|
- python3-lxc
|
||||||
- irqbalance
|
|
||||||
|
|
||||||
# Prebuilt images to deploy onto hosts for use in containers.
|
# Prebuilt images to deploy onto hosts for use in containers.
|
||||||
# lxc_container_caches:
|
# lxc_container_caches:
|
||||||
|
@ -61,6 +61,7 @@ openstack_host_apt_packages:
|
|||||||
- dstat
|
- dstat
|
||||||
- htop
|
- htop
|
||||||
- iptables
|
- iptables
|
||||||
|
- irqbalance
|
||||||
- libkmod-dev
|
- libkmod-dev
|
||||||
- libkmod2
|
- libkmod2
|
||||||
- lvm2
|
- lvm2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user