From 9e3c0816064a88d3982956cf5fe9486e20d31a66 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Fri, 3 May 2013 17:35:20 +0000 Subject: [PATCH] base builder config rename and add builder_kernel_config tasklist --- playbooks/koji/make_builder.yml | 2 +- tasks/koji/builder_kernel_config.yml | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 tasks/koji/builder_kernel_config.yml diff --git a/playbooks/koji/make_builder.yml b/playbooks/koji/make_builder.yml index 632c855aa1..5ce7e32568 100644 --- a/playbooks/koji/make_builder.yml +++ b/playbooks/koji/make_builder.yml @@ -15,7 +15,7 @@ tasks: - include: $tasks/virt_instance_create.yml - - include: $tasks/koji/config_builder.yml + - include: $tasks/koji/base_builder.yml - include: $tasks/koji/builder_kernel_config.yml diff --git a/tasks/koji/builder_kernel_config.yml b/tasks/koji/builder_kernel_config.yml new file mode 100644 index 0000000000..2b8771ba2a --- /dev/null +++ b/tasks/koji/builder_kernel_config.yml @@ -0,0 +1,10 @@ +- name: set kernel params for loopback partitioning + action: command /sbin/grubby --update-kernel=ALL --args=loop.max_part=256 + +- name: set kernel params for more loops + action: command /sbin/grubby --update-kernel=ALL --args=max_loop=64 + +- name: special pkgs for the x86_64 builders + action: yum state=installed pkg=$item + with_items: + - kmod-hfsplus