From c76ee5d54ad5fe07a22ab78762b3e6ead3e21616 Mon Sep 17 00:00:00 2001 From: Stewart X Addison Date: Tue, 9 Aug 2022 15:40:05 +0100 Subject: [PATCH 1/2] inventory: Add replacement Linux/s390x systems from Marist Signed-off-by: Stewart X Addison --- ansible/inventory.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/ansible/inventory.yml b/ansible/inventory.yml index 10ee84d1e0..ec0f626634 100644 --- a/ansible/inventory.yml +++ b/ansible/inventory.yml @@ -63,6 +63,8 @@ hosts: - marist: rhel77-s390x-1: {ip: 148.100.86.102, user: linux1} rhel77-s390x-2: {ip: 148.100.245.197, user: linux1} + rhel79-s390x-1: {ip: 148.100.74.54, user: linux1} + rhel79-s390x-2: {ip: 148.100.74.54, user: linux1} - osuosl: aix71-ppc64-1: {ip: 140.211.9.10, description: p8-aix1-adopt01.osuosl.org, 7100-04-04-1717} @@ -111,6 +113,9 @@ hosts: - osuosl: ubuntu2004-ppc64le-1: {ip: 140.211.168.214} + - marist: + ubuntu2204-s390x-1: {ip: 148.100.74.237, user: linux1} + - test: - alibaba: @@ -179,7 +184,13 @@ hosts: ubuntu1804-s390x-1: {ip: 148.100.113.30, user: ubuntu} ubuntu1804-s390x-2: {ip: 148.100.113.46, user: ubuntu} ubuntu1804-s390x-3: {ip: 148.100.113.25, user: ubuntu} - + rhel7-s390x-2: {ip: 148.100.74.92} + rhel8-s390x-2: {ip: 148.100.74.154} + sles12-s390x-2: {ip: 148.100.74.193} + sles15-s390x-2: {ip: 148.100.74.154} + ubuntu1804-s390x-4: {ip: 148.100.75.181} + ubuntu2004-s390x-1: {ip: 148.100.74.240} + ubuntu2204-s390x-1: {ip: 148.100.74.105} # Nine machines are behind a firewall. Please contact @sxa or @gdams for access - nine: From 70d7b929a2a67757f055277f6fc9a9ecc8c5538a Mon Sep 17 00:00:00 2001 From: Stewart X Addison Date: Thu, 11 Aug 2022 12:30:15 +0100 Subject: [PATCH 2/2] Fix IP addresses Signed-off-by: Stewart X Addison --- ansible/inventory.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/inventory.yml b/ansible/inventory.yml index ec0f626634..6af50a52f7 100644 --- a/ansible/inventory.yml +++ b/ansible/inventory.yml @@ -63,7 +63,7 @@ hosts: - marist: rhel77-s390x-1: {ip: 148.100.86.102, user: linux1} rhel77-s390x-2: {ip: 148.100.245.197, user: linux1} - rhel79-s390x-1: {ip: 148.100.74.54, user: linux1} + rhel79-s390x-1: {ip: 148.100.75.212, user: linux1} rhel79-s390x-2: {ip: 148.100.74.54, user: linux1} - osuosl: @@ -187,7 +187,7 @@ hosts: rhel7-s390x-2: {ip: 148.100.74.92} rhel8-s390x-2: {ip: 148.100.74.154} sles12-s390x-2: {ip: 148.100.74.193} - sles15-s390x-2: {ip: 148.100.74.154} + sles15-s390x-2: {ip: 148.100.74.2} ubuntu1804-s390x-4: {ip: 148.100.75.181} ubuntu2004-s390x-1: {ip: 148.100.74.240} ubuntu2204-s390x-1: {ip: 148.100.74.105}