qontract-reconcile 0.10.1rc509__py3-none-any.whl → 0.10.1rc510__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.1rc509
3
+ Version: 0.10.1rc510
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
@@ -62,7 +62,7 @@ reconcile/ocm_update_recommended_version.py,sha256=IYkfLXIprOW1jguZeELcGP1iBPuj-
62
62
  reconcile/ocm_upgrade_scheduler_org_updater.py,sha256=ta8hMJ-su5mRcPpYrvB1COsojXV-SU3PzLPbQhy2Q0I,4190
63
63
  reconcile/openshift_base.py,sha256=7aifvl-ay5wpY6encbUX9pGbKdjiwJmevZ3XWGRzpCM,49696
64
64
  reconcile/openshift_cluster_bots.py,sha256=cdvIIXBh7QZl3g7ZheCR2NeI_Pq4eKn-hJPoixl9NS8,10168
65
- reconcile/openshift_clusterrolebindings.py,sha256=uSptf8xPiPpPRq94dKVe3w--grO1mMeZU5G17oIbUoQ,5816
65
+ reconcile/openshift_clusterrolebindings.py,sha256=QfSy1Ik8eEY5XObc1Q4xyhqyErZenJmbPv_u9wcDNNo,5864
66
66
  reconcile/openshift_groups.py,sha256=d-qGI1aUEpZZLZq7PuSnjVDgsy5EB063CQr2tNvYPCE,9419
67
67
  reconcile/openshift_limitranges.py,sha256=UvCGo_OQ4XoDK55TJmn55qEhhlkhLzhU12tX8nT5kPQ,3442
68
68
  reconcile/openshift_namespace_labels.py,sha256=dLkQgtgsD51WtDHiQOc-lF2yaaFzkiUAZ7ueKUkg-ZM,15669
@@ -665,8 +665,8 @@ tools/test/test_app_interface_metrics_exporter.py,sha256=SX7qL3D1SIRKFo95FoQztvf
665
665
  tools/test/test_qontract_cli.py,sha256=d18KrdhtUGqoC7_kWZU128U0-VJEj-0rjFkLVufcI6I,2755
666
666
  tools/test/test_sd_app_sre_alert_report.py,sha256=v363r9zM7__0kR5K6mvJoGFcM9BvE33fWAayrqkpojA,2116
667
667
  tools/test/test_sre_checkpoints.py,sha256=SKqPPTl9ua0RFdSSofnoQX-JZE6dFLO3LRhfQzqtfh8,2607
668
- qontract_reconcile-0.10.1rc509.dist-info/METADATA,sha256=ZS_FTF8sS5Nc-tVJNOF9BTcqm_di7ZPoDnO9drT2mBk,2349
669
- qontract_reconcile-0.10.1rc509.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
670
- qontract_reconcile-0.10.1rc509.dist-info/entry_points.txt,sha256=rTjAv28I_CHLM8ID3OPqMI_suoQ9s7tFbim4aYjn9kk,376
671
- qontract_reconcile-0.10.1rc509.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
672
- qontract_reconcile-0.10.1rc509.dist-info/RECORD,,
668
+ qontract_reconcile-0.10.1rc510.dist-info/METADATA,sha256=GZqpYG08olXHPFA1b6JcnDqPweC-vf7spJk2BXC6vZU,2349
669
+ qontract_reconcile-0.10.1rc510.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
670
+ qontract_reconcile-0.10.1rc510.dist-info/entry_points.txt,sha256=rTjAv28I_CHLM8ID3OPqMI_suoQ9s7tFbim4aYjn9kk,376
671
+ qontract_reconcile-0.10.1rc510.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
672
+ qontract_reconcile-0.10.1rc510.dist-info/RECORD,,
@@ -159,6 +159,7 @@ def run(dry_run, thread_pool_size=10, internal=None, use_jump_host=True, defer=N
159
159
  cluster_info
160
160
  for cluster_info in queries.get_clusters()
161
161
  if cluster_info.get("managedClusterRoles")
162
+ and cluster_info.get("automationToken")
162
163
  ]
163
164
  ri, oc_map = ob.fetch_current_state(
164
165
  clusters=clusters,