qontract-reconcile 0.10.1rc688__py3-none-any.whl → 0.10.1rc689__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: qontract-reconcile
3
- Version: 0.10.1rc688
3
+ Version: 0.10.1rc689
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
@@ -57,7 +57,7 @@ reconcile/ocm_clusters.py,sha256=YWfBF25E55Odm0L3dXnqRbC_bDuYIsBPg4j6DEpWCGw,167
57
57
  reconcile/ocm_external_configuration_labels.py,sha256=imEpDv1RBpCSj8tHDv0R76hmNCFtcUzVNgS1yOVl8vs,3870
58
58
  reconcile/ocm_github_idp.py,sha256=glwXMsIBcl38-OmDDQCpe0YoLLXfoRgVQmqwXMEXjds,3946
59
59
  reconcile/ocm_groups.py,sha256=CluPyvmwE5JOZS2HQSReC1sD8L1ChhnJlAg8lcwdtxc,3395
60
- reconcile/ocm_machine_pools.py,sha256=eebJ6iiTdUcuKE5zBcfNxW1OGmPOvgBtmVu3xNVOoyY,16608
60
+ reconcile/ocm_machine_pools.py,sha256=oY4oLPm5Y_ajBV8KFg2LuBQvsZl-CxTjSxEyxg4b2OI,16634
61
61
  reconcile/ocm_update_recommended_version.py,sha256=IYkfLXIprOW1jguZeELcGP1iBPuj-b53R-FTqKulMl8,4204
62
62
  reconcile/ocm_upgrade_scheduler_org_updater.py,sha256=49Ss6sp9_n5F9914gXb-uEap4Vm2t-KPTJRFFViJMIo,4184
63
63
  reconcile/openshift_base.py,sha256=Tq3gCYcEMkGd9ryJrwq_W_qyO30ENIZapU1bv0xa6wU,49695
@@ -724,8 +724,8 @@ tools/test/test_app_interface_metrics_exporter.py,sha256=SX7qL3D1SIRKFo95FoQztvf
724
724
  tools/test/test_qontract_cli.py,sha256=OvalpVRfY4pNmpMaWHHYqBjV68b1eGQjX8SCyTAXb1w,3501
725
725
  tools/test/test_sd_app_sre_alert_report.py,sha256=v363r9zM7__0kR5K6mvJoGFcM9BvE33fWAayrqkpojA,2116
726
726
  tools/test/test_sre_checkpoints.py,sha256=SKqPPTl9ua0RFdSSofnoQX-JZE6dFLO3LRhfQzqtfh8,2607
727
- qontract_reconcile-0.10.1rc688.dist-info/METADATA,sha256=z7AGCZL91bTa63D1vXrfweO5_Orz1ya1HRRCWGf7l6o,2382
728
- qontract_reconcile-0.10.1rc688.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
729
- qontract_reconcile-0.10.1rc688.dist-info/entry_points.txt,sha256=rIxI5zWtHNlfpDeq1a7pZXAPoqf7HG32KMTN3MeWK_8,429
730
- qontract_reconcile-0.10.1rc688.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
731
- qontract_reconcile-0.10.1rc688.dist-info/RECORD,,
727
+ qontract_reconcile-0.10.1rc689.dist-info/METADATA,sha256=pjknt51D1MrEWH3_pGc-0suhmqZl9BkGMfDBiE0S2ug,2382
728
+ qontract_reconcile-0.10.1rc689.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
729
+ qontract_reconcile-0.10.1rc689.dist-info/entry_points.txt,sha256=rIxI5zWtHNlfpDeq1a7pZXAPoqf7HG32KMTN3MeWK_8,429
730
+ qontract_reconcile-0.10.1rc689.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
731
+ qontract_reconcile-0.10.1rc689.dist-info/RECORD,,
@@ -469,7 +469,7 @@ def calculate_diff(
469
469
  if invalid_diff:
470
470
  errors.append(
471
471
  InvalidUpdateError(
472
- f"can not update {invalid_diff} for existing machine pool"
472
+ f"can not update {invalid_diff} for existing machine pool on cluster {cluster_name}"
473
473
  )
474
474
  )
475
475
  else: