From 54d8f583ddcb7c5c0dfa50e141878d333384ed53 Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Thu, 29 Jul 2021 13:13:39 +0100 Subject: [PATCH] metrics-for-apps: correcting arch hostvars Signed-off-by: David Kirwan --- inventory/host_vars/worker01.ocp.stg.iad2.fedoraproject.org | 2 +- inventory/host_vars/worker02.ocp.stg.iad2.fedoraproject.org | 2 +- inventory/host_vars/worker03.ocp.stg.iad2.fedoraproject.org | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inventory/host_vars/worker01.ocp.stg.iad2.fedoraproject.org b/inventory/host_vars/worker01.ocp.stg.iad2.fedoraproject.org index aa93cc5d57..8b8463e32e 100644 --- a/inventory/host_vars/worker01.ocp.stg.iad2.fedoraproject.org +++ b/inventory/host_vars/worker01.ocp.stg.iad2.fedoraproject.org @@ -3,7 +3,7 @@ freezes: false datacenter: iad2 -arch: x86 +arch: x86_64 dns1: 10.3.163.33 dns2: 10.3.163.34 diff --git a/inventory/host_vars/worker02.ocp.stg.iad2.fedoraproject.org b/inventory/host_vars/worker02.ocp.stg.iad2.fedoraproject.org index 1bafdfe69b..d7bf9d056c 100644 --- a/inventory/host_vars/worker02.ocp.stg.iad2.fedoraproject.org +++ b/inventory/host_vars/worker02.ocp.stg.iad2.fedoraproject.org @@ -3,7 +3,7 @@ freezes: false datacenter: iad2 -arch: x86 +arch: x86_64 dns1: 10.3.163.33 dns2: 10.3.163.34 diff --git a/inventory/host_vars/worker03.ocp.stg.iad2.fedoraproject.org b/inventory/host_vars/worker03.ocp.stg.iad2.fedoraproject.org index 512d16e90c..aa40d78bc2 100644 --- a/inventory/host_vars/worker03.ocp.stg.iad2.fedoraproject.org +++ b/inventory/host_vars/worker03.ocp.stg.iad2.fedoraproject.org @@ -3,7 +3,7 @@ freezes: false datacenter: iad2 -arch: x86 +arch: x86_64 dns1: 10.3.163.33 dns2: 10.3.163.34