From d7df76a1f8c78adc594a57da37a6a22fefbf6b4d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 16 Jul 2014 21:04:59 +0000 Subject: [PATCH] Just use the default virt-install, can add disk later. --- inventory/host_vars/log01.phx2.fedoraproject.org | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/inventory/host_vars/log01.phx2.fedoraproject.org b/inventory/host_vars/log01.phx2.fedoraproject.org index c4f1117bd5..d9b73e6853 100644 --- a/inventory/host_vars/log01.phx2.fedoraproject.org +++ b/inventory/host_vars/log01.phx2.fedoraproject.org @@ -10,20 +10,11 @@ eth0_ip: 10.5.126.13 vmhost: virthost18.phx2.fedoraproject.org datacenter: phx2 -tcp_ports: [80, 443, 514, 6514] -udp_ports: [80, 443, 514] +tcp_ports: [ 80, 443, 514, 6514 ] +udp_ports: [ 514 ] nrpe_procs_warn: 900 nrpe_procs_crit: 1000 lvm_size: 32768 mem_size: 16384 num_cpus: 16 - -virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ mem_size }} - --disk {{ volgroup }}/{{ inventory_hostname }} --disk {{ volgroup }}/logs-store - --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 - hostname={{ inventory_hostname }}" - --network=bridge=br0 --autostart --noautoconsole -