From 265a2f3d69b72ec6ae38aa43fe5b6fbc601b1379 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 9 May 2024 15:53:12 -0700 Subject: [PATCH] rename virthost-cc-rdu01 to vmhost-x86-cc01.rdu-cc Signed-off-by: Kevin Fenzi --- inventory/hardware | 2 +- inventory/inventory | 2 +- roles/collectd/server/files/ping.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inventory/hardware b/inventory/hardware index cc12fdb945..e92628a5e1 100644 --- a/inventory/hardware +++ b/inventory/hardware @@ -4,8 +4,8 @@ osuosl02.fedoraproject.org ibiblio05.fedoraproject.org # ssh often disabled #autosign02.iad2.fedoraproject.org -virthost-cc-rdu01.fedoraproject.org virthost-cc-rdu02.fedoraproject.org +vmhost-x86-cc01.rdu-cc.fedoraproject.org vmhost-x86-cc03.rdu-cc.fedoraproject.org vmhost-x86-cc05.rdu-cc.fedoraproject.org vmhost-x86-cc06.rdu-cc.fedoraproject.org diff --git a/inventory/inventory b/inventory/inventory index 9fce727236..4896b2c1b9 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -73,8 +73,8 @@ ibiblio05.fedoraproject.org internetx02.fedoraproject.org osuosl01.fedoraproject.org osuosl02.fedoraproject.org -virthost-cc-rdu01.fedoraproject.org virthost-cc-rdu02.fedoraproject.org +vmhost-x86-cc01.rdu-cc.fedoraproject.org vmhost-x86-cc03.rdu-cc.fedoraproject.org vmhost-x86-cc06.rdu-cc.fedoraproject.org vmhost-x86-cc05.rdu-cc.fedoraproject.org diff --git a/roles/collectd/server/files/ping.conf b/roles/collectd/server/files/ping.conf index 99fd138869..0cefc6852e 100644 --- a/roles/collectd/server/files/ping.conf +++ b/roles/collectd/server/files/ping.conf @@ -1,7 +1,7 @@ LoadPlugin ping - Host "virthost-cc-rdu01.fedoraproject.org" + Host "vmhost-x86-cc01.rdu-cc.fedoraproject.org" Host "virthost-cc-rdu02.fedoraproject.org" Host "osuosl01.fedoraproject.org" Host "ibiblio02.fedoraproject.org"