From 4bb8de643bd9b8a3745fafe6cba5c1053ed768eb Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Tue, 7 May 2013 14:40:18 +0000 Subject: [PATCH] make sure mem/disk/cpus are right for the large mem builders --- inventory/host_vars/buildvm-16.phx2.fedoraproject.org | 4 +++- inventory/host_vars/buildvm-17.phx2.fedoraproject.org | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/inventory/host_vars/buildvm-16.phx2.fedoraproject.org b/inventory/host_vars/buildvm-16.phx2.fedoraproject.org index fc080ea6f2..051f07c1c6 100644 --- a/inventory/host_vars/buildvm-16.phx2.fedoraproject.org +++ b/inventory/host_vars/buildvm-16.phx2.fedoraproject.org @@ -1,6 +1,8 @@ --- vmhost: buildvmhost-06.phx2.fedoraproject.org - +mem_size: 12288 +num_cpus: 3 +lvm_size: 130000 eth0_ip: 10.5.125.113 diff --git a/inventory/host_vars/buildvm-17.phx2.fedoraproject.org b/inventory/host_vars/buildvm-17.phx2.fedoraproject.org index b15c974245..c5824e5b7e 100644 --- a/inventory/host_vars/buildvm-17.phx2.fedoraproject.org +++ b/inventory/host_vars/buildvm-17.phx2.fedoraproject.org @@ -1,6 +1,8 @@ --- vmhost: buildvmhost-06.phx2.fedoraproject.org - -eth0_ip: 10.5.125.140 +mem_size: 12288 +num_cpus: 3 +lvm_size: 130000 +eth0_ip: 10.5.125.114