From b19282454484c298dabdbe33a1e59ed63eec3463 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 10 Jul 2014 17:01:08 +0000 Subject: [PATCH] switch download-ib02 to rhel7 --- inventory/host_vars/download-ib02.fedoraproject.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inventory/host_vars/download-ib02.fedoraproject.org b/inventory/host_vars/download-ib02.fedoraproject.org index a68904e8f5..6cae3d5a66 100644 --- a/inventory/host_vars/download-ib02.fedoraproject.org +++ b/inventory/host_vars/download-ib02.fedoraproject.org @@ -2,8 +2,8 @@ nm: 255.255.255.128 gw: 152.19.134.129 dns: 8.8.8.8,8.8.4.4 -ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-6-dl -ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL6-x86_64/ +ks_url: http://infrastructure.fedoraproject.org/repo/rhel/ks/kvm-rhel-7 +ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/ volgroup: /dev/vg_ibiblio04 eth0_ip: 152.19.134.195 vmhost: ibiblio04.fedoraproject.org @@ -19,7 +19,7 @@ mem_size: 8192 num_cpus: 4 virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ mem_size }} - --disk {{ volgroup }}/{{ inventory_hostname }} --disk {{ volgroup }}/download-store + --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