Skip to content

Commit

Permalink
inventory: Update docker static inventory (#3567)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel authored May 18, 2024
1 parent a1c215c commit e47f263
Showing 1 changed file with 9 additions and 9 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
}
]

0 comments on commit e47f263

Please sign in to comment.