Skip to content

Commit

Permalink
docker: Update the static docker inventory file (#3682)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel authored Aug 1, 2024
1 parent 490dcba commit 974e8d7
Showing 1 changed file with 41 additions and 17 deletions.
58 changes: 41 additions & 17 deletions ansible/DockerInventory.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,18 @@
"nodeName": "test-docker-alpine319-x64-4",
"port": "32781"
},
{
"nodeName": "test-docker-alpine320-x64-1",
"port": "32784"
},
{
"nodeName": "test-docker-fedora39-x64-2",
"port": "32779"
},
{
"nodeName": "test-docker-ubi9-x64-1",
"port": "32783"
},
{
"nodeName": "test-docker-ubuntu2004-x64-2",
"port": "32768"
Expand All @@ -32,7 +40,7 @@
"port": "32782"
}
],
"containersCount": 7
"containersCount": 9
},
{
"name": "dockerhost-azure-ubuntu2204-x64-2",
Expand All @@ -58,20 +66,24 @@
"nodeName": "test-docker-debian12-x64-4",
"port": "32773"
},
{
"nodeName": "test-docker-ubi8-x64-1",
"port": "32777"
},
{
"nodeName": "test-docker-ubuntu2004-x64-4",
"port": "32775"
},
{
"nodeName": "test-docker-ubuntu2204-x64-6",
"port": "32769"
"port": "32768"
},
{
"nodeName": "test-docker-ubuntu2204-x64-7",
"port": "32772"
}
],
"containersCount": 8
"containersCount": 9
},
{
"name": "dockerhost-equinix-ubuntu2004-armv8-1",
Expand Down Expand Up @@ -101,6 +113,10 @@
"nodeName": "test-docker-sles15-armv8l-1",
"port": "2236"
},
{
"nodeName": "test-docker-ubi9-armv8l-1",
"port": "32780"
},
{
"nodeName": "test-docker-ubuntu1804-armv8l-4",
"port": "32774"
Expand All @@ -125,10 +141,6 @@
"nodeName": "test-docker-ubuntu2004-armv8l-2",
"port": "32771"
},
{
"nodeName": "test-docker-ubuntu2004-armv8l-3",
"port": "32772"
},
{
"nodeName": "test-docker-ubuntu2204-armv8l-2",
"port": "32773"
Expand Down Expand Up @@ -156,10 +168,18 @@
"nodeName": "test-docker-alpine319-armv8-3",
"port": "32772"
},
{
"nodeName": "test-docker-alpine320-armv8-1",
"port": "32777"
},
{
"nodeName": "test-docker-debian12-armv8l-1",
"port": "2231"
},
{
"nodeName": "test-docker-ubi8-armv8-1",
"port": "32775"
},
{
"nodeName": "test-docker-ubuntu2004-armv7l-4",
"port": "2230"
Expand All @@ -181,19 +201,15 @@
"port": "32770"
},
{
"nodeName": "test-docker-ubuntu2204-armv8-3",
"port": "32771"
},
{
"nodeName": "test-docker-ubuntu2404-armv7l-1",
"nodeName": "test-docker-ubuntu2404-armv7-2",
"port": "32774"
},
{
"nodeName": "test-docker-ubuntu2404-armv8-1",
"port": "32773"
}
],
"containersCount": 12
"containersCount": 13
},
{
"name": "dockerhost-marist-ubuntu2204-s390x-1",
Expand All @@ -207,12 +223,16 @@
"nodeName": "test-docker-sles15-s390x-1",
"port": "32768"
},
{
"nodeName": "test-docker-ubi9-s390x-1",
"port": "32771"
},
{
"nodeName": "test-docker-ubuntu2404-s390x-1",
"port": "32770"
}
],
"containersCount": 3
"containersCount": 4
},
{
"name": "dockerhost-osuosl-ubuntu2004-ppc64le-1",
Expand Down Expand Up @@ -265,8 +285,12 @@
"port": "32770"
},
{
"nodeName": "test-docker-debian11-ppc64le-4",
"port": "32773"
"nodeName": "test-docker-ubi8-ppc64le-1",
"port": "32776"
},
{
"nodeName": "test-docker-ubi9-ppc64le-1",
"port": "32775"
},
{
"nodeName": "test-docker-ubuntu2204-ppc64le-1",
Expand All @@ -281,7 +305,7 @@
"port": "32774"
}
],
"containersCount": 7
"containersCount": 8
},
{
"name": "dockerhost-skytap-ubuntu2204-x64-1",
Expand Down

0 comments on commit 974e8d7

Please sign in to comment.