qontract-reconcile 0.10.1rc412__py3-none-any.whl → 0.10.1rc413__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.1rc412
3
+ Version: 0.10.1rc413
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
@@ -122,7 +122,7 @@ reconcile/aus/cluster_version_data.py,sha256=j4UyEBi5mQuvPq5Lo7a_L_0blxvH790wJV0
122
122
  reconcile/aus/metrics.py,sha256=-9aYydrUU2IZH0siyck8BciQpDSv6-wMTQDmrgl-4FU,2955
123
123
  reconcile/aus/models.py,sha256=oBSVZ-3JTngxKg_bH1vAfREpz55t8K-Y3eC9TA4pOTw,6849
124
124
  reconcile/aus/ocm_addons_upgrade_scheduler_org.py,sha256=60DLXtcP9UdwLStrBJ3kJ8avkrL2onEl3LY2Wj1FYBc,7158
125
- reconcile/aus/ocm_upgrade_scheduler.py,sha256=ybcphdfQ7_h2ko333gc9NcCFf7gmiiaRNUmuua-jZgc,8895
125
+ reconcile/aus/ocm_upgrade_scheduler.py,sha256=m77mqE8Bn_t49u3piHDE9Rc55X3K_KwBBCKpZyaASQk,8897
126
126
  reconcile/aus/ocm_upgrade_scheduler_org.py,sha256=OBgE5mnVdQQV4tMH0AE2V_PDt9Gy6d-LyuPceqjORts,2331
127
127
  reconcile/aus/upgrades.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
128
128
  reconcile/aws_ami_cleanup/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -622,8 +622,8 @@ tools/test/test_app_interface_metrics_exporter.py,sha256=dmEcNwZltP1rd_4DbxIYakO
622
622
  tools/test/test_qontract_cli.py,sha256=awwTHEc2DWlykuqGIYM0WOBoSL0KRnOraCLk3C7izis,1401
623
623
  tools/test/test_sd_app_sre_alert_report.py,sha256=v363r9zM7__0kR5K6mvJoGFcM9BvE33fWAayrqkpojA,2116
624
624
  tools/test/test_sre_checkpoints.py,sha256=SKqPPTl9ua0RFdSSofnoQX-JZE6dFLO3LRhfQzqtfh8,2607
625
- qontract_reconcile-0.10.1rc412.dist-info/METADATA,sha256=NYSfG1Eexbeua4xk3RuL5EyrTWVRodCVt-rYxtM34S0,2347
626
- qontract_reconcile-0.10.1rc412.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
627
- qontract_reconcile-0.10.1rc412.dist-info/entry_points.txt,sha256=rTjAv28I_CHLM8ID3OPqMI_suoQ9s7tFbim4aYjn9kk,376
628
- qontract_reconcile-0.10.1rc412.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
629
- qontract_reconcile-0.10.1rc412.dist-info/RECORD,,
625
+ qontract_reconcile-0.10.1rc413.dist-info/METADATA,sha256=yZBYg41VAqZ7HIoyngiivJHrq_Jsnk1fDtAurAMNuFI,2347
626
+ qontract_reconcile-0.10.1rc413.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
627
+ qontract_reconcile-0.10.1rc413.dist-info/entry_points.txt,sha256=rTjAv28I_CHLM8ID3OPqMI_suoQ9s7tFbim4aYjn9kk,376
628
+ qontract_reconcile-0.10.1rc413.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
629
+ qontract_reconcile-0.10.1rc413.dist-info/RECORD,,
@@ -90,7 +90,7 @@ class OCMClusterUpgradeSchedulerIntegration(
90
90
  version_data: VersionData,
91
91
  ) -> None:
92
92
  for version, version_history in version_data.versions.items():
93
- for workload, workload_histry in version_history.workloads.items():
93
+ for workload, workload_history in version_history.workloads.items():
94
94
  metrics.set_gauge(
95
95
  AUSOrganizationVersionDataGauge(
96
96
  integration=self.name,
@@ -99,7 +99,7 @@ class OCMClusterUpgradeSchedulerIntegration(
99
99
  version=version,
100
100
  workload=workload,
101
101
  ),
102
- workload_histry.soak_days,
102
+ workload_history.soak_days,
103
103
  )
104
104
 
105
105
  def expose_remaining_soak_day_metrics(