Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/actions/checkout…
Browse files Browse the repository at this point in the history
…-4.1.6
  • Loading branch information
karianna authored May 18, 2024
2 parents 3473891 + e47f263 commit fe0ed10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions ansible/DockerInventory.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand All @@ -304,6 +304,6 @@
"port": "32790"
}
],
"containersCount": 3
"containersCount": 4
}
]
2 changes: 1 addition & 1 deletion ansible/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit fe0ed10

Please sign in to comment.