From c4ac828c8e23d97da64a63c6b569d0c17a1ca01f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 7 Jun 2013 19:17:36 +0000 Subject: [PATCH] Need this as well for now. --- inventory/group_vars/badges-backend-stg | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 inventory/group_vars/badges-backend-stg diff --git a/inventory/group_vars/badges-backend-stg b/inventory/group_vars/badges-backend-stg new file mode 100644 index 0000000000..2d78f8fd9b --- /dev/null +++ b/inventory/group_vars/badges-backend-stg @@ -0,0 +1,18 @@ +--- +# Define resources for this group of hosts here. +lvm_size: 20000 +mem_size: 4096 +num_cpus: 2 +ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-6 +ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL6-x86_64/ +install_command: /usr/sbin/virt-install -n ${inventory_hostname} -r ${mem_size} + --disk ${volgroup}/${inventory_hostname} + --vcpus=${num_cpus} -l ${ks_repo} -x + "ksdevice=eth0 ks=${ks_url} ip=${eth0_ip} netmask=${nm} + gateway=${gw} dns=${dns} console=tty0 console=ttyS0" + --network=bridge=br0 --autostart --noautoconsole + +# for systems that do not match the above - specify the same parameter in +# the host_vars/$hostname file + +tcp_ports: [ 80 ]