From a145919db16f474feb71759b04c05f03564bc522 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Thu, 6 Aug 2015 10:37:45 +0100 Subject: [PATCH] Add irqbalance to apt package list 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) --- playbooks/roles/lxc_hosts/defaults/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/roles/lxc_hosts/defaults/main.yml b/playbooks/roles/lxc_hosts/defaults/main.yml index 7ece3eaf76..d580547f3f 100644 --- a/playbooks/roles/lxc_hosts/defaults/main.yml +++ b/playbooks/roles/lxc_hosts/defaults/main.yml @@ -63,6 +63,7 @@ lxc_apt_packages: - lxc-templates - python-dev - python3-lxc + - irqbalance # Prebuilt images to deploy onto hosts for use in containers. # lxc_container_caches: