
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 64f7af7e552a0df1ec613d70a44f36b90497adb5)
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" ] }