From 6fb0f86d592a8ebad3ed592b0cb160a53db32edf Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 24 Jun 2014 21:12:14 +0000 Subject: [PATCH] Reinstall mailman prod instances as rhel7. --- inventory/group_vars/mailman | 10 ---------- inventory/host_vars/mailman01.phx2.fedoraproject.org | 8 ++++---- inventory/host_vars/mailman02.phx2.fedoraproject.org | 8 ++++---- 3 files changed, 8 insertions(+), 18 deletions(-) diff --git a/inventory/group_vars/mailman b/inventory/group_vars/mailman index 59c446af6b..d8a3605633 100644 --- a/inventory/group_vars/mailman +++ b/inventory/group_vars/mailman @@ -18,15 +18,5 @@ fedmsg_certs: owner: mailman group: mailman -# default virt install command is for a single nic-device -# define in another group file for more nics (see buildvm) -virt_install_command: /usr/sbin/virt-install -n {{ inventory_hostname }} -r {{ mem_size }} - --disk bus=virtio,path={{ 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 - hostname={{ inventory_hostname }}" - --network=bridge=br0 --autostart --noautoconsole - # Used by the mailman role mailman_dbserver: db01.phx2.fedoraproject.org diff --git a/inventory/host_vars/mailman01.phx2.fedoraproject.org b/inventory/host_vars/mailman01.phx2.fedoraproject.org index e642df547c..6c6e8e978b 100644 --- a/inventory/host_vars/mailman01.phx2.fedoraproject.org +++ b/inventory/host_vars/mailman01.phx2.fedoraproject.org @@ -2,9 +2,9 @@ nm: 255.255.255.0 gw: 10.5.126.254 dns: 10.5.126.21 -ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-19 -ks_repo: http://10.5.126.23/pub/fedora/linux/releases/19/Fedora/x86_64/os/ -volgroup: /dev/vg_guests +ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-7 +ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/ +volgroup: /dev/vg_virthost eth0_ip: 10.5.126.36 -vmhost: virthost08.phx2.fedoraproject.org +vmhost: virthost17.phx2.fedoraproject.org datacenter: phx2 diff --git a/inventory/host_vars/mailman02.phx2.fedoraproject.org b/inventory/host_vars/mailman02.phx2.fedoraproject.org index 03d3100633..41700c4da2 100644 --- a/inventory/host_vars/mailman02.phx2.fedoraproject.org +++ b/inventory/host_vars/mailman02.phx2.fedoraproject.org @@ -2,9 +2,9 @@ nm: 255.255.255.0 gw: 10.5.126.254 dns: 10.5.126.21 -ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-19 -ks_repo: http://10.5.126.23/pub/fedora/linux/releases/19/Fedora/x86_64/os/ -volgroup: /dev/vg_guests00 +ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-7 +ks_repo: http://infrastructure.fedoraproject.org/repo/rhel/RHEL7-x86_64/ +volgroup: /dev/vg_virthost eth0_ip: 10.5.126.37 -vmhost: virthost07.phx2.fedoraproject.org +vmhost: virthost18.phx2.fedoraproject.org datacenter: phx2