From 619acb7a3e0e2d33699a25cc0e5ffda78c4c4f8c Mon Sep 17 00:00:00 2001 From: Ross Brattain Date: Wed, 30 Aug 2017 00:52:07 -0700 Subject: add collectd ansible required DPDK fixes to enable building collectd with dpdkstats need /usr/lib/dpdk-pmd symlinks Compiling all this code requies more space than the default ubuntu cloud-image, so we need to resize the cloud image somehow Change-Id: Ib39fc94ba8101ca1aebc7d2a710be88b0338f7c3 Signed-off-by: Ross Brattain Signed-off-by: Maciej Skrocki --- ansible/roles/enable_hugepages_on_boot/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ansible/roles/enable_hugepages_on_boot/tasks') diff --git a/ansible/roles/enable_hugepages_on_boot/tasks/main.yml b/ansible/roles/enable_hugepages_on_boot/tasks/main.yml index 6e7657a39..c5c615bb3 100755 --- a/ansible/roles/enable_hugepages_on_boot/tasks/main.yml +++ b/ansible/roles/enable_hugepages_on_boot/tasks/main.yml @@ -17,6 +17,11 @@ register: is_mine_huge ignore_errors: True +# won't work in chroot +#- name: Detect EFI +# stat: path="/sys/firmware/efi" +# register: efi + - name: check if hugepages are set by someone else command: "grep -o 'default_hugepagesz=' /etc/default/grub" register: is_huge -- cgit 1.2.3-korg