Skip to content

Commit

Permalink
inventory: update docker static inventory (#3557)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel committed May 9, 2024
1 parent 2e521c2 commit e29d534
Showing 1 changed file with 40 additions and 26 deletions.
66 changes: 40 additions & 26 deletions ansible/DockerInventory.json
Expand Up @@ -26,9 +26,13 @@
{
"nodeName": "test-docker-ubuntu2204-x64-2",
"port": "32778"
},
{
"nodeName": "test-docker-ubuntu2404-x64-1",
"port": "32782"
}
],
"containersCount": 6
"containersCount": 7
},
{
"name": "dockerhost-azure-ubuntu2204-x64-2",
Expand All @@ -42,6 +46,10 @@
"nodeName": "test-docker-alpine319-x64-3",
"port": "32771"
},
{
"nodeName": "test-docker-amazon2023-x64-1",
"port": "32776"
},
{
"nodeName": "test-docker-debian12-x64-3",
"port": "32770"
Expand All @@ -52,7 +60,7 @@
},
{
"nodeName": "test-docker-ubuntu2004-x64-4",
"port": "32768"
"port": "32775"
},
{
"nodeName": "test-docker-ubuntu2204-x64-6",
Expand All @@ -63,7 +71,7 @@
"port": "32772"
}
],
"containersCount": 7
"containersCount": 8
},
{
"name": "dockerhost-equinix-ubuntu2004-armv8-1",
Expand All @@ -77,6 +85,14 @@
"nodeName": "test-docker-alpine319-armv8-4",
"port": "32777"
},
{
"nodeName": "test-docker-amazon2023-armv8l-1",
"port": "32779"
},
{
"nodeName": "test-docker-debian12-armv7l-1",
"port": "32778"
},
{
"nodeName": "test-docker-fedora39-armv8l-1",
"port": "2234"
Expand Down Expand Up @@ -122,7 +138,7 @@
"port": "32776"
}
],
"containersCount": 13
"containersCount": 15
},
{
"name": "dockerhost-equinix-ubuntu2204-armv8-1",
Expand Down Expand Up @@ -167,9 +183,17 @@
{
"nodeName": "test-docker-ubuntu2204-armv8-3",
"port": "32771"
},
{
"nodeName": "test-docker-ubuntu2404-armv7l-1",
"port": "32774"
},
{
"nodeName": "test-docker-ubuntu2404-armv8-1",
"port": "32773"
}
],
"containersCount": 10
"containersCount": 12
},
{
"name": "dockerhost-marist-ubuntu2204-s390x-1",
Expand All @@ -182,9 +206,13 @@
{
"nodeName": "test-docker-sles15-s390x-1",
"port": "32768"
},
{
"nodeName": "test-docker-ubuntu2404-s390x-1",
"port": "32770"
}
],
"containersCount": 2
"containersCount": 3
},
{
"name": "dockerhost-osuosl-ubuntu2004-ppc64le-1",
Expand Down Expand Up @@ -224,12 +252,6 @@
],
"containersCount": 2
},
{
"name": "dockerhost-rise-ubuntu2204-aarch64-1",
"ip": "34.72.108.242",
"containers": [],
"containersCount": 0
},
{
"name": "dockerhost-skytap-ubuntu2004-ppc64le-1",
"ip": "20.61.136.212",
Expand Down Expand Up @@ -257,9 +279,13 @@
{
"nodeName": "test-docker-ubuntu2204-ppc64le-2",
"port": "32772"
},
{
"nodeName": "test-docker-ubuntu2404-ppc64le-1",
"port": "32774"
}
],
"containersCount": 6
"containersCount": 7
},
{
"name": "dockerhost-skytap-ubuntu2204-x64-1",
Expand All @@ -269,27 +295,15 @@
"nodeName": "test-docker-alpine319-x64-1",
"port": "32787"
},
{
"nodeName": "test-docker-centos7-x64-1",
"port": "32782"
},
{
"nodeName": "test-docker-debian12-x64-1",
"port": "32778"
},
{
"nodeName": "test-docker-fedora39-x64-1",
"port": "32779"
},
{
"nodeName": "test-docker-ubi8-x64-3",
"port": "32790"
},
{
"nodeName": "test-docker-ubuntu2004-x64-3",
"port": "32783"
}
],
"containersCount": 6
"containersCount": 3
}
]

0 comments on commit e29d534

Please sign in to comment.