diracx-cli 0.0.1a46__py3-none-any.whl → 0.0.1a47__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- diracx/cli/internal/legacy.py +2 -3
- {diracx_cli-0.0.1a46.dist-info → diracx_cli-0.0.1a47.dist-info}/METADATA +1 -1
- {diracx_cli-0.0.1a46.dist-info → diracx_cli-0.0.1a47.dist-info}/RECORD +5 -5
- {diracx_cli-0.0.1a46.dist-info → diracx_cli-0.0.1a47.dist-info}/WHEEL +0 -0
- {diracx_cli-0.0.1a46.dist-info → diracx_cli-0.0.1a47.dist-info}/entry_points.txt +0 -0
diracx/cli/internal/legacy.py
CHANGED
|
@@ -211,7 +211,6 @@ def generate_helm_values(
|
|
|
211
211
|
},
|
|
212
212
|
"rabbitmq": {"enabled": False},
|
|
213
213
|
"mysql": {"enabled": False},
|
|
214
|
-
"global": {"images": {"services": "FILL ME"}, "storageClassName": "FILL ME"},
|
|
215
214
|
}
|
|
216
215
|
|
|
217
216
|
cfg = diraccfg.CFG().loadFromBuffer(public_cfg.read_text())
|
|
@@ -265,7 +264,7 @@ def generate_helm_values(
|
|
|
265
264
|
|
|
266
265
|
from diracx.core.extensions import select_from_extension
|
|
267
266
|
|
|
268
|
-
for entry_point in select_from_extension(group="diracx.
|
|
267
|
+
for entry_point in select_from_extension(group="diracx.dbs.sql"):
|
|
269
268
|
db_name = entry_point.name
|
|
270
269
|
db_config = all_db_configs.get(db_name, {})
|
|
271
270
|
|
|
@@ -311,7 +310,7 @@ def generate_helm_values(
|
|
|
311
310
|
},
|
|
312
311
|
}
|
|
313
312
|
|
|
314
|
-
for entry_point in select_from_extension(group="diracx.
|
|
313
|
+
for entry_point in select_from_extension(group="diracx.dbs.os"):
|
|
315
314
|
db_name = entry_point.name
|
|
316
315
|
db_config = all_db_configs.get(db_name, {})
|
|
317
316
|
|
|
@@ -7,8 +7,8 @@ diracx/cli/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
7
7
|
diracx/cli/utils.py,sha256=--kP1lOO4yky81nxmej8IQz1v6njxn_WYol5O9LcJ04,1063
|
|
8
8
|
diracx/cli/internal/__init__.py,sha256=KZrzVcKu3YhNev2XF2KA2nttAa9ONU3CVUgatVMonJ4,143
|
|
9
9
|
diracx/cli/internal/config.py,sha256=T5bf9brG1oCQkQ6D7Em4z7Fk--2Q-nPtUbe2jv-syUU,6079
|
|
10
|
-
diracx/cli/internal/legacy.py,sha256=
|
|
11
|
-
diracx_cli-0.0.
|
|
12
|
-
diracx_cli-0.0.
|
|
13
|
-
diracx_cli-0.0.
|
|
14
|
-
diracx_cli-0.0.
|
|
10
|
+
diracx/cli/internal/legacy.py,sha256=NV28d8_1m3ePL7cEQYQUqXoQDNP1S5jkeilsi7UXAP4,13516
|
|
11
|
+
diracx_cli-0.0.1a47.dist-info/METADATA,sha256=HI6gQuaBE0fXFPehyxYR2velbHIhh9-tdeYm7K6w310,763
|
|
12
|
+
diracx_cli-0.0.1a47.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
13
|
+
diracx_cli-0.0.1a47.dist-info/entry_points.txt,sha256=b1909GHVOkFUiHVglNlpwia4Ug-7Ncrg-8D5xtYVAlw,169
|
|
14
|
+
diracx_cli-0.0.1a47.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|