From a1c215cbe74f277ed4196dcf48b3a858ada2dd60 Mon Sep 17 00:00:00 2001 From: Scott Fryer <60462088+steelhead31@users.noreply.github.com> Date: Fri, 17 May 2024 14:39:34 +0100 Subject: [PATCH 1/2] inventory: Update win2016 ip address (#3565) --- ansible/inventory.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/inventory.yml b/ansible/inventory.yml index d90a500af9..b7795e0443 100644 --- a/ansible/inventory.yml +++ b/ansible/inventory.yml @@ -102,7 +102,7 @@ hosts: ubuntu1804-armv8-2: {ip: 114.119.175.125} - azure: - win2016-x64-1: {ip: 52.149.211.210, user: adoptopenjdk} + win2016-x64-1: {ip: 172.172.147.29, user: adoptopenjdk} win2019-x64-1: {ip: 13.92.177.186, user: adoptopenjdk} win2022-x64-1: {ip: 51.132.234.42, user: adoptopenjdk} win2022-x64-2: {ip: 20.26.116.218, user: adoptopenjdk} From e47f263e8f7c8dda46eedd1798ae46893b8d900c Mon Sep 17 00:00:00 2001 From: Haroon Khel <34969545+Haroon-Khel@users.noreply.github.com> Date: Sat, 18 May 2024 10:14:42 +0800 Subject: [PATCH 2/2] inventory: Update docker static inventory (#3567) --- ansible/DockerInventory.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ansible/DockerInventory.json b/ansible/DockerInventory.json index 2a05a97555..55a20b2328 100644 --- a/ansible/DockerInventory.json +++ b/ansible/DockerInventory.json @@ -238,19 +238,15 @@ "containersCount": 4 }, { - "name": "dockerhost-osuosl-ubuntu2204-aarch64-1", + "name": "dockerhost-osuosl-ubuntu2404-aarch64-1", "ip": "140.211.167.67", "containers": [ { - "nodeName": "test-docker-centos8-armv8-1", - "port": "2224" - }, - { - "nodeName": "test-docker-ubuntu2204-armv8-4", - "port": "2226" + "nodeName": "test-docker-ubuntu2404-armv7-1", + "port": "32000" } ], - "containersCount": 2 + "containersCount": 1 }, { "name": "dockerhost-skytap-ubuntu2004-ppc64le-1", @@ -291,6 +287,10 @@ "name": "dockerhost-skytap-ubuntu2204-x64-1", "ip": "20.61.136.254", "containers": [ + { + "nodeName": "build-skytap-solaris10-x64-1", + "port": "2200" + }, { "nodeName": "test-docker-alpine319-x64-1", "port": "32787" @@ -304,6 +304,6 @@ "port": "32790" } ], - "containersCount": 3 + "containersCount": 4 } ] \ No newline at end of file