From 1368dd1a32e3ff9ecad72193026403e59cba40f3 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 16 Aug 2018 20:23:36 +0000 Subject: [PATCH] Fix the off-by-eone in IPs Signed-off-by: Patrick Uiterwijk --- inventory/host_vars/tang01.phx2.fedoraproject.org | 2 +- inventory/host_vars/tang02.phx2.fedoraproject.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/host_vars/tang01.phx2.fedoraproject.org b/inventory/host_vars/tang01.phx2.fedoraproject.org index fff7e1fd79..e76277b4e5 100644 --- a/inventory/host_vars/tang01.phx2.fedoraproject.org +++ b/inventory/host_vars/tang01.phx2.fedoraproject.org @@ -1,4 +1,4 @@ --- volgroup: /dev/vg_guests -eth0_ip: 10.5.126.2 +eth0_ip: 10.5.126.3 vmhost: virthost12.phx2.fedoraproject.org diff --git a/inventory/host_vars/tang02.phx2.fedoraproject.org b/inventory/host_vars/tang02.phx2.fedoraproject.org index 66ebd9478f..4a39e14829 100644 --- a/inventory/host_vars/tang02.phx2.fedoraproject.org +++ b/inventory/host_vars/tang02.phx2.fedoraproject.org @@ -1,4 +1,4 @@ --- volgroup: /dev/vg_guests -eth0_ip: 10.5.126.3 +eth0_ip: 10.5.126.4 vmhost: virthost14.phx2.fedoraproject.org