qontract-reconcile 0.10.2.dev83__py3-none-any.whl → 0.10.2.dev84__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.2.dev83.dist-info → qontract_reconcile-0.10.2.dev84.dist-info}/METADATA +1 -1
- {qontract_reconcile-0.10.2.dev83.dist-info → qontract_reconcile-0.10.2.dev84.dist-info}/RECORD +5 -5
- reconcile/aus/ocm_addons_upgrade_scheduler_org.py +4 -3
- {qontract_reconcile-0.10.2.dev83.dist-info → qontract_reconcile-0.10.2.dev84.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.2.dev83.dist-info → qontract_reconcile-0.10.2.dev84.dist-info}/entry_points.txt +0 -0
{qontract_reconcile-0.10.2.dev83.dist-info → qontract_reconcile-0.10.2.dev84.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: qontract-reconcile
|
3
|
-
Version: 0.10.2.
|
3
|
+
Version: 0.10.2.dev84
|
4
4
|
Summary: Collection of tools to reconcile services with their desired state as defined in the app-interface DB.
|
5
5
|
Project-URL: homepage, https://github.com/app-sre/qontract-reconcile
|
6
6
|
Project-URL: repository, https://github.com/app-sre/qontract-reconcile
|
{qontract_reconcile-0.10.2.dev83.dist-info → qontract_reconcile-0.10.2.dev84.dist-info}/RECORD
RENAMED
@@ -129,7 +129,7 @@ reconcile/aus/healthchecks.py,sha256=jR9c-syh9impnkV0fd6XW3Bnk7iRN5zv8oCRYM-yIRY
|
|
129
129
|
reconcile/aus/metrics.py,sha256=nKT4m2zGT-QOMR0c-z-npVNKWsNMubzdffpU_f9n4II,3927
|
130
130
|
reconcile/aus/models.py,sha256=R72G-2_mx4KHvdIFOzOd2neubu-BBlw5i7hqKVk7W3s,8149
|
131
131
|
reconcile/aus/node_pool_spec.py,sha256=FkMggklG-4BgQwud2Swp2m3AAAKzZmeaXgohl9uwxZ8,1138
|
132
|
-
reconcile/aus/ocm_addons_upgrade_scheduler_org.py,sha256
|
132
|
+
reconcile/aus/ocm_addons_upgrade_scheduler_org.py,sha256=SHbFEEq9ETtkkuzBBaNuwSDze8fj6DWHeA_XNgOyTbo,10308
|
133
133
|
reconcile/aus/ocm_upgrade_scheduler.py,sha256=2uPn13y3QGCHLoKwCc1Z7q9wQsoQf_F1HATMYUbl53s,3695
|
134
134
|
reconcile/aus/ocm_upgrade_scheduler_org.py,sha256=QeZAQ1wdDPcwZ77b3Xmt4yBV60rWi3qd8h-vGwnwoCs,3948
|
135
135
|
reconcile/aus/upgrades.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -786,7 +786,7 @@ tools/saas_promotion_state/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
|
|
786
786
|
tools/saas_promotion_state/saas_promotion_state.py,sha256=UfwwRLS5Ya4_Nh1w5n1dvoYtchQvYE9yj1VANt2IKqI,3925
|
787
787
|
tools/sre_checkpoints/__init__.py,sha256=CDaDaywJnmRCLyl_NCcvxi-Zc0hTi_3OdwKiFOyS39I,145
|
788
788
|
tools/sre_checkpoints/util.py,sha256=zEDbGr18ZeHNQwW8pUsr2JRjuXIPz--WAGJxZo9sv_Y,894
|
789
|
-
qontract_reconcile-0.10.2.
|
790
|
-
qontract_reconcile-0.10.2.
|
791
|
-
qontract_reconcile-0.10.2.
|
792
|
-
qontract_reconcile-0.10.2.
|
789
|
+
qontract_reconcile-0.10.2.dev84.dist-info/METADATA,sha256=ADSQ8m5I4AsabrHgrshKyi8g1jMaVE9KZ45HBZeiRE4,24565
|
790
|
+
qontract_reconcile-0.10.2.dev84.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
791
|
+
qontract_reconcile-0.10.2.dev84.dist-info/entry_points.txt,sha256=5i9l54La3vQrDLAdwDKQWC0iG4sV9RRfOb1BpvzOWLc,698
|
792
|
+
qontract_reconcile-0.10.2.dev84.dist-info/RECORD,,
|
@@ -88,7 +88,8 @@ class OCMAddonsUpgradeSchedulerOrgIntegration(
|
|
88
88
|
addon_id=addon_id,
|
89
89
|
integration=self.name,
|
90
90
|
).get(
|
91
|
-
|
91
|
+
addon_org_upgrade_spec.org.environment.name,
|
92
|
+
addon_org_upgrade_spec.org.org_id,
|
92
93
|
)
|
93
94
|
|
94
95
|
addon_current_state: list[AddonUpgradePolicy] = [
|
@@ -98,13 +99,13 @@ class OCMAddonsUpgradeSchedulerOrgIntegration(
|
|
98
99
|
]
|
99
100
|
|
100
101
|
self.expose_remaining_soak_day_metrics(
|
101
|
-
org_upgrade_spec=
|
102
|
+
org_upgrade_spec=addon_org_upgrade_spec,
|
102
103
|
version_data=version_data,
|
103
104
|
current_state=addon_current_state,
|
104
105
|
metrics_builder=functools.partial(
|
105
106
|
AUSAddonVersionRemainingSoakDaysGauge,
|
106
107
|
integration=self.name,
|
107
|
-
ocm_env=
|
108
|
+
ocm_env=addon_org_upgrade_spec.org.environment.name,
|
108
109
|
addon=addon_id,
|
109
110
|
),
|
110
111
|
)
|
{qontract_reconcile-0.10.2.dev83.dist-info → qontract_reconcile-0.10.2.dev84.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|