ominfra 0.0.0.dev100__py3-none-any.whl → 0.0.0.dev101__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- ominfra/tools/listresources.py +6 -1
- {ominfra-0.0.0.dev100.dist-info → ominfra-0.0.0.dev101.dist-info}/METADATA +3 -3
- {ominfra-0.0.0.dev100.dist-info → ominfra-0.0.0.dev101.dist-info}/RECORD +7 -7
- {ominfra-0.0.0.dev100.dist-info → ominfra-0.0.0.dev101.dist-info}/LICENSE +0 -0
- {ominfra-0.0.0.dev100.dist-info → ominfra-0.0.0.dev101.dist-info}/WHEEL +0 -0
- {ominfra-0.0.0.dev100.dist-info → ominfra-0.0.0.dev101.dist-info}/entry_points.txt +0 -0
- {ominfra-0.0.0.dev100.dist-info → ominfra-0.0.0.dev101.dist-info}/top_level.txt +0 -0
ominfra/tools/listresources.py
CHANGED
@@ -146,7 +146,12 @@ def get_gcp_servers() -> list[GcpServer]:
|
|
146
146
|
out: list[GcpServer] = []
|
147
147
|
for zone, response in instance_client.aggregated_list(request=request):
|
148
148
|
for instance in (response.instances or []):
|
149
|
-
ip = check.single([
|
149
|
+
ip = check.single([
|
150
|
+
ac.nat_i_p
|
151
|
+
for ni in instance.network_interfaces
|
152
|
+
for ac in ni.access_configs
|
153
|
+
if ac.nat_i_p
|
154
|
+
])
|
150
155
|
out.append(GcpServer(
|
151
156
|
host=ip,
|
152
157
|
id=instance.name,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ominfra
|
3
|
-
Version: 0.0.0.
|
3
|
+
Version: 0.0.0.dev101
|
4
4
|
Summary: ominfra
|
5
5
|
Author: wrmsr
|
6
6
|
License: BSD-3-Clause
|
@@ -12,8 +12,8 @@ Classifier: Operating System :: OS Independent
|
|
12
12
|
Classifier: Operating System :: POSIX
|
13
13
|
Requires-Python: >=3.12
|
14
14
|
License-File: LICENSE
|
15
|
-
Requires-Dist: omdev ==0.0.0.
|
16
|
-
Requires-Dist: omlish ==0.0.0.
|
15
|
+
Requires-Dist: omdev ==0.0.0.dev101
|
16
|
+
Requires-Dist: omlish ==0.0.0.dev101
|
17
17
|
Provides-Extra: all
|
18
18
|
Requires-Dist: paramiko ~=3.5 ; extra == 'all'
|
19
19
|
Requires-Dist: asyncssh ~=2.18 ; extra == 'all'
|
@@ -72,10 +72,10 @@ ominfra/tailscale/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU
|
|
72
72
|
ominfra/tailscale/api.py,sha256=C5-t_b6jZXUWcy5k8bXm7CFnk73pSdrlMOgGDeGVrpw,1370
|
73
73
|
ominfra/tailscale/cli.py,sha256=DSGp4hn5xwOW-l_u_InKlSF6kIobxtUtVssf_73STs0,3567
|
74
74
|
ominfra/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
75
|
-
ominfra/tools/listresources.py,sha256=
|
76
|
-
ominfra-0.0.0.
|
77
|
-
ominfra-0.0.0.
|
78
|
-
ominfra-0.0.0.
|
79
|
-
ominfra-0.0.0.
|
80
|
-
ominfra-0.0.0.
|
81
|
-
ominfra-0.0.0.
|
75
|
+
ominfra/tools/listresources.py,sha256=4qVg5txsb10EHhvqXXeM6gJ2jx9LbroEnPydDv1uXs0,6176
|
76
|
+
ominfra-0.0.0.dev101.dist-info/LICENSE,sha256=B_hVtavaA8zCYDW99DYdcpDLKz1n3BBRjZrcbv8uG8c,1451
|
77
|
+
ominfra-0.0.0.dev101.dist-info/METADATA,sha256=JyqvTpGxUwucR5g1pFgimHKizP1lJEECvqcvcEHJNMo,742
|
78
|
+
ominfra-0.0.0.dev101.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
79
|
+
ominfra-0.0.0.dev101.dist-info/entry_points.txt,sha256=kgecQ2MgGrM9qK744BoKS3tMesaC3yjLnl9pa5CRczg,37
|
80
|
+
ominfra-0.0.0.dev101.dist-info/top_level.txt,sha256=E-b2OHkk_AOBLXHYZQ2EOFKl-_6uOGd8EjeG-Zy6h_w,8
|
81
|
+
ominfra-0.0.0.dev101.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|