qontract-reconcile 0.10.1rc556__py3-none-any.whl → 0.10.1rc558__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.1rc556
3
+ Version: 0.10.1rc558
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
@@ -70,10 +70,10 @@ reconcile/openshift_namespaces.py,sha256=DboMc6t0vXD54lL9ZP9P9fQnCRo2g_0z5FWubtW
70
70
  reconcile/openshift_network_policies.py,sha256=_qqv7yj17OM1J8KJPsFmzFZ85gzESJeBocC672z4_WU,4231
71
71
  reconcile/openshift_resourcequotas.py,sha256=yUi56PiOn3inMMfq_x_FEHmaW-reGipzoorjdar372g,2415
72
72
  reconcile/openshift_resources.py,sha256=kwsY5cko7udEKNlhL2oKiKv_5wzEw9wmmwROE016ng8,1400
73
- reconcile/openshift_resources_base.py,sha256=DpB7DD8SqVrlqaZ6Vvv6WdA92DLRUhKNksum82ZZo_8,46630
73
+ reconcile/openshift_resources_base.py,sha256=6dHsqa6UA8SkjiXNRn4JlsBH7hYp6q-OLhhPa2M3bCs,46694
74
74
  reconcile/openshift_rolebindings.py,sha256=PjKH_EdkdpFwqTA3ajptdUVrNvT9bBARSJBCcRW07fM,6553
75
75
  reconcile/openshift_routes.py,sha256=fXvuPSjcjVw1X3j2EQvUAdbOepmIFdKk-M3qP8QzPiw,1075
76
- reconcile/openshift_saas_deploy.py,sha256=NFiNrk7055vunzzJmI7cVBubFj6JPDlEpJqDwpG_t9g,12706
76
+ reconcile/openshift_saas_deploy.py,sha256=fmhopPEbyZsGQHRPzyzpKEvoBXEGN3aPxFi7Utq0emU,12788
77
77
  reconcile/openshift_saas_deploy_change_tester.py,sha256=fMmPDz-ZRO-WH8OIiDo4e4sBK4-zzpvFXmVCKGY1l-I,8837
78
78
  reconcile/openshift_saas_deploy_trigger_base.py,sha256=p1Mv7dbw_K7TVFv-M-DDq6r1ltuW9VAF6PCNnEng_zM,14291
79
79
  reconcile/openshift_saas_deploy_trigger_cleaner.py,sha256=aT8wqoXGyZEeXUA7Q6reaL9v5j5UnPLoYVe70D31HUg,2917
@@ -679,8 +679,8 @@ tools/test/test_app_interface_metrics_exporter.py,sha256=SX7qL3D1SIRKFo95FoQztvf
679
679
  tools/test/test_qontract_cli.py,sha256=se-YG_YVCWRFrnCPvBVHDBT_59CkbIoEni-4SJa8_MU,2755
680
680
  tools/test/test_sd_app_sre_alert_report.py,sha256=v363r9zM7__0kR5K6mvJoGFcM9BvE33fWAayrqkpojA,2116
681
681
  tools/test/test_sre_checkpoints.py,sha256=SKqPPTl9ua0RFdSSofnoQX-JZE6dFLO3LRhfQzqtfh8,2607
682
- qontract_reconcile-0.10.1rc556.dist-info/METADATA,sha256=r9LH3hpbhj9Q3WpWo-_u7EMNv20-amtykJvbcp332mk,2349
683
- qontract_reconcile-0.10.1rc556.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
684
- qontract_reconcile-0.10.1rc556.dist-info/entry_points.txt,sha256=rTjAv28I_CHLM8ID3OPqMI_suoQ9s7tFbim4aYjn9kk,376
685
- qontract_reconcile-0.10.1rc556.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
686
- qontract_reconcile-0.10.1rc556.dist-info/RECORD,,
682
+ qontract_reconcile-0.10.1rc558.dist-info/METADATA,sha256=zuvGj1oR22yLBw_2XFSDHCFjcnnyXTawqr-DjPlqyLY,2349
683
+ qontract_reconcile-0.10.1rc558.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
684
+ qontract_reconcile-0.10.1rc558.dist-info/entry_points.txt,sha256=rTjAv28I_CHLM8ID3OPqMI_suoQ9s7tFbim4aYjn9kk,376
685
+ qontract_reconcile-0.10.1rc558.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
686
+ qontract_reconcile-0.10.1rc558.dist-info/RECORD,,
@@ -1417,12 +1417,14 @@ def early_exit_monkey_patch():
1417
1417
  key,
1418
1418
  version=None,
1419
1419
  tvars=None,
1420
- settings=None: f"vault({path}, {key}, {version})",
1420
+ settings=None,
1421
+ secret_reader=None: f"vault({path}, {key}, {version})",
1421
1422
  lambda repo,
1422
1423
  path,
1423
1424
  ref,
1424
1425
  tvars=None,
1425
- settings=None: f"github({repo}, {path}, {ref})",
1426
+ settings=None,
1427
+ secret_reader=None: f"github({repo}, {path}, {ref})",
1426
1428
  lambda url: False,
1427
1429
  lambda data, path, alertmanager_config_key, decode_base64=False: True,
1428
1430
  )
@@ -329,9 +329,11 @@ def run(
329
329
  f.write(url + "\n")
330
330
  f.write(emails + "\n")
331
331
  images = " ".join(saasherder.images)
332
- images_file = os.path.join(io_dir, "images")
333
- with open(images_file, "w", encoding="locale") as f:
334
- f.write(images)
332
+ app_name = saas_file.app.name
333
+ clamav_file = os.path.join(io_dir, "clamav")
334
+ with open(clamav_file, "w", encoding="locale") as f:
335
+ f.write(images + "\n")
336
+ f.write(app_name + "\n")
335
337
  image_auth = saasherder._initiate_image_auth(saas_file)
336
338
  if image_auth.auth_server:
337
339
  json_file = os.path.join(io_dir, "dockerconfigjson")