qontract-reconcile 0.10.1rc728__py3-none-any.whl → 0.10.1rc729__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.
- {qontract_reconcile-0.10.1rc728.dist-info → qontract_reconcile-0.10.1rc729.dist-info}/METADATA +1 -1
- {qontract_reconcile-0.10.1rc728.dist-info → qontract_reconcile-0.10.1rc729.dist-info}/RECORD +6 -6
- reconcile/prometheus_rules_tester/integration.py +1 -1
- {qontract_reconcile-0.10.1rc728.dist-info → qontract_reconcile-0.10.1rc729.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.1rc728.dist-info → qontract_reconcile-0.10.1rc729.dist-info}/entry_points.txt +0 -0
- {qontract_reconcile-0.10.1rc728.dist-info → qontract_reconcile-0.10.1rc729.dist-info}/top_level.txt +0 -0
{qontract_reconcile-0.10.1rc728.dist-info → qontract_reconcile-0.10.1rc729.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: qontract-reconcile
|
3
|
-
Version: 0.10.
|
3
|
+
Version: 0.10.1rc729
|
4
4
|
Summary: Collection of tools to reconcile services with their desired state as defined in the app-interface DB.
|
5
5
|
Home-page: https://github.com/app-sre/qontract-reconcile
|
6
6
|
Author: Red Hat App-SRE Team
|
{qontract_reconcile-0.10.1rc728.dist-info → qontract_reconcile-0.10.1rc729.dist-info}/RECORD
RENAMED
@@ -372,7 +372,7 @@ reconcile/oum/models.py,sha256=0ZyCnULRxAbIEXX60BkkPZVg53DCD6ZJ6wnNT2ANROM,1743
|
|
372
372
|
reconcile/oum/providers.py,sha256=3kEjXvsTPzXc7gzrdO7hWqgzcMmMZMpk2S0X7wQUTWU,1767
|
373
373
|
reconcile/oum/standalone.py,sha256=bzyV8wz3SrERG9zJRFiJCBzSIGwDNj9sNqUytngDw94,7368
|
374
374
|
reconcile/prometheus_rules_tester/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
375
|
-
reconcile/prometheus_rules_tester/integration.py,sha256=
|
375
|
+
reconcile/prometheus_rules_tester/integration.py,sha256=gC0SwbppNryBZv3o0A2yTGtWQ_4ZQG4PPXZpnOA7TRo,9367
|
376
376
|
reconcile/rhidp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
377
377
|
reconcile/rhidp/common.py,sha256=suTh9T4dPOgrKi-rDALgjzCSL9JHGnkTYALFIIjNCJE,6801
|
378
378
|
reconcile/rhidp/metrics.py,sha256=Yp0GtpjhieEdru0qkG3osBTJiKUzg6CAjwPoFTQDnCg,417
|
@@ -764,8 +764,8 @@ tools/test/test_app_interface_metrics_exporter.py,sha256=SX7qL3D1SIRKFo95FoQztvf
|
|
764
764
|
tools/test/test_qontract_cli.py,sha256=UEwAW7PA_GIrbqzaLxpkCxbuVjEFLNvnVG-6VyoCGIc,4147
|
765
765
|
tools/test/test_sd_app_sre_alert_report.py,sha256=v363r9zM7__0kR5K6mvJoGFcM9BvE33fWAayrqkpojA,2116
|
766
766
|
tools/test/test_sre_checkpoints.py,sha256=SKqPPTl9ua0RFdSSofnoQX-JZE6dFLO3LRhfQzqtfh8,2607
|
767
|
-
qontract_reconcile-0.10.
|
768
|
-
qontract_reconcile-0.10.
|
769
|
-
qontract_reconcile-0.10.
|
770
|
-
qontract_reconcile-0.10.
|
771
|
-
qontract_reconcile-0.10.
|
767
|
+
qontract_reconcile-0.10.1rc729.dist-info/METADATA,sha256=hDn3IRWhjYB1-GMrKs0vs1GtKi4bzpd-ZeUy_YB1MiE,2382
|
768
|
+
qontract_reconcile-0.10.1rc729.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
769
|
+
qontract_reconcile-0.10.1rc729.dist-info/entry_points.txt,sha256=rIxI5zWtHNlfpDeq1a7pZXAPoqf7HG32KMTN3MeWK_8,429
|
770
|
+
qontract_reconcile-0.10.1rc729.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
|
771
|
+
qontract_reconcile-0.10.1rc729.dist-info/RECORD,,
|
@@ -292,7 +292,7 @@ def early_exit_desired_state(*args: Any, **kwargs: Any) -> dict[str, Any]:
|
|
292
292
|
|
293
293
|
def desired_state_shard_config() -> DesiredStateShardConfig:
|
294
294
|
return DesiredStateShardConfig(
|
295
|
-
shard_arg_name="
|
295
|
+
shard_arg_name="cluster_names",
|
296
296
|
shard_path_selectors={"state.*.shard"},
|
297
297
|
sharded_run_review=lambda proposal: len(proposal.proposed_shards) <= 4,
|
298
298
|
)
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.1rc728.dist-info → qontract_reconcile-0.10.1rc729.dist-info}/top_level.txt
RENAMED
File without changes
|