From b67dbf81b25c94854c36fadb1d0c3b798e9995a2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 18 Feb 2015 03:39:50 +0000 Subject: [PATCH] db01 is moved over to virthost02 now. --- inventory/host_vars/db01.phx2.fedoraproject.org | 4 ++-- roles/nagios_server/files/nagios/hosts/db01.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inventory/host_vars/db01.phx2.fedoraproject.org b/inventory/host_vars/db01.phx2.fedoraproject.org index 5314f41b01..990a0d24e4 100644 --- a/inventory/host_vars/db01.phx2.fedoraproject.org +++ b/inventory/host_vars/db01.phx2.fedoraproject.org @@ -2,9 +2,9 @@ nm: 255.255.255.0 gw: 10.5.126.254 dns: 10.5.126.21 -volgroup: /dev/vg_guests00 +volgroup: /dev/vg_guests eth0_ip: 10.5.126.71 -vmhost: virthost04.phx2.fedoraproject.org +vmhost: virthost02.phx2.fedoraproject.org datacenter: phx2 ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-7 diff --git a/roles/nagios_server/files/nagios/hosts/db01.cfg b/roles/nagios_server/files/nagios/hosts/db01.cfg index a1ff8e7d88..8024c59213 100644 --- a/roles/nagios_server/files/nagios/hosts/db01.cfg +++ b/roles/nagios_server/files/nagios/hosts/db01.cfg @@ -3,5 +3,5 @@ define host { alias db01.phx2.fedoraproject.org use defaulttemplate address db01.phx2.fedoraproject.org - parents virthost04 + parents virthost02 }