This patch adds irqbalance to the apt package list to resolve
the issue where a deployer may not have the package installed
in their base OS deployment.
Change-Id: I968c483fd6eb926f32d55b3761574a6d3c3139b9
Closes-Bug: #1482146
(cherry picked from commit 64f7af7e55)
OpenStack LXC host setup
- tags
-
openstack, lxc, host, cloud, ansible
- category
-
*nix
Role for deployment and setup of an LXC host.
- name: Basic lxc host setup
hosts: "hosts"
user: root
roles:
- { role: "lxc_hosts", tags: [ "lxc-host", "host-setup" ] }