qontract-reconcile 0.10.2.dev269__tar.gz → 0.10.2.dev271__tar.gz
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.dev269 → qontract_reconcile-0.10.2.dev271}/PKG-INFO +1 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/pyproject.toml +0 -15
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_iam_keys.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_saml_idp/integration.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_saml_roles/integration.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_support_cases_sos.py +4 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/cli.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/dashdotdb_dvo.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/dashdotdb_slo.py +4 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/endpoints_discovery/integration.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gabi_authorized_users.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gitlab_owners.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gitlab_permissions.py +4 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/glitchtip_project_dsn/integration.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/integrations_manager.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/ocm_clusters.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/ocm_external_configuration_labels.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/ocm_groups.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/ocm_upgrade_scheduler_org_updater.py +6 -5
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_base.py +46 -28
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_clusterrolebindings.py +20 -6
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_groups.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_limitranges.py +22 -12
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_namespace_labels.py +21 -5
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_namespaces.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_network_policies.py +25 -6
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_prometheus_rules.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_resourcequotas.py +21 -12
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_resources.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_resources_base.py +3 -2
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_rhcs_certs.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_rolebindings.py +34 -10
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_routes.py +11 -9
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_saas_deploy.py +3 -2
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_saas_deploy_trigger_cleaner.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_saas_deploy_trigger_configs.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_saas_deploy_trigger_images.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_serviceaccount_tokens.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_tekton_resources.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_upgrade_watcher.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_users.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_vault_secrets.py +11 -9
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/rhidp/common.py +6 -2
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/skupper_network/integration.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/terraform_aws_route53.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/terraform_resources.py +3 -2
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/terraform_tgw_attachments.py +3 -2
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/terraform_users.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/terraform_vpc_peerings.py +2 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/constants.py +1 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/jinja2/utils.py +5 -4
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/slo_document_manager.py +1 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/app_interface_reporter.py +4 -1
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/cli_commands/container_images_report.py +3 -2
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/README.md +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aus/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aus/advanced_upgrade_service.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aus/aus_label_source.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aus/base.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aus/cluster_version_data.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aus/healthchecks.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aus/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aus/models.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aus/node_pool_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aus/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aus/version_gate_approver.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aus/version_gates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aus/version_gates/handler.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/automated_actions/config/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/automated_actions/config/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_account_manager/README.md +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_account_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_account_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_account_manager/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_account_manager/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_ami_cleanup/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_ami_share.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_cloudwatch_log_retention/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_iam_password_reset.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_version_sync/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_version_sync/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/change_owners/README.md +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/change_owners/approver.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/change_owners/bundle.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/change_owners/change_log_tracking.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/change_owners/change_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/change_owners/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/change_owners/changes.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/change_owners/decision.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/change_owners/diff.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/change_owners/implicit_ownership.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/change_owners/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/change_owners/tester.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/checkpoint.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/cluster_auth_rhidp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/cluster_deployment_mapper.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/dashdotdb_base.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/dashdotdb_dora.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/deadmanssnitch.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/dynatrace_token_provider/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/dynatrace_token_provider/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/dynatrace_token_provider/model.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/dynatrace_token_provider/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/dynatrace_token_provider/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/email_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/endpoints_discovery/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/external_resources/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/external_resources/factories.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/external_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/external_resources/integration_secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/external_resources/manager.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/external_resources/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/external_resources/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/external_resources/model.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/external_resources/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/external_resources/secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/external_resources/state.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/fleet_labeler/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/fleet_labeler/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/fleet_labeler/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/fleet_labeler/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/fleet_labeler/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/fleet_labeler/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/fleet_labeler/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/fleet_labeler/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gcp_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/github_org.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/github_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/github_repo_invites.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/github_repo_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/github_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gitlab_fork_compliance.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gitlab_housekeeping.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gitlab_labeler.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gitlab_members.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gitlab_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/glitchtip/README.md +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/glitchtip/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/glitchtip/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/glitchtip_project_alerts/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/users.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/automated_actions/instance.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/quay_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/saasherder_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/users.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/common/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/email_sender/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/email_sender/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/email_sender/emails.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/email_sender/users.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/endpoints_discovery/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/external_resources/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/external_resources/fragments/external_resources_module_overrides.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fleet_labeler/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/aws_vpc_request_subnet.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/container_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/deploy_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/disable.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/email_service.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/email_user.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/saas_slo_document.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/user.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/gcp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/gcp/gcp_docker_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/gcp/gcp_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/gitlab_members/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/integrations/integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/introspection.json +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/jenkins_configs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/jira/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/jira_permissions_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/jumphosts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/maintenance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/ocm_subscription_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/openshift_cluster_bots/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/openshift_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/openshift_serviceaccount_tokens/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/quay_membership/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/rhcs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/rhcs/certs.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/service_dependencies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/sharding/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/slack_usergroups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/slo_documents/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/status_board/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/status_board/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/templating/template_collection.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/templating/templates.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/terraform_cloudflare_dns/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/terraform_cloudflare_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/terraform_cloudflare_users/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/terraform_repo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/terraform_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/vault_instances/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/vault_policies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/vpc_peerings_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/jenkins/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/jenkins/types.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/jenkins_base.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/jenkins_job_builder.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/jenkins_job_builds_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/jenkins_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/jenkins_webhooks.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/jenkins_webhooks_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/jenkins_worker_fleets.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/jira_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/ldap_groups/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/ldap_users.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/mr_client_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/ocm/types.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/ocm_additional_routers.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/ocm_addons.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/ocm_aws_infrastructure_access.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/ocm_internal_notifications/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/ocm_internal_notifications/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/ocm_labels/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/ocm_machine_pools.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_cluster_bots.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/oum/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/oum/base.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/oum/labelset.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/oum/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/oum/models.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/oum/providers.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/oum/standalone.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/prometheus_rules_tester/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/prometheus_rules_tester/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/quay_base.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/quay_mirror_org.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/quay_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/quay_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/queries.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/query_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/requests_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/resource_scraper.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/resource_template_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/rhidp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/rhidp/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/rhidp/sso_client/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/rhidp/sso_client/base.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/rhidp/sso_client/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/rhidp/sso_client/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/run_integration.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/saas_auto_promotions_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/saas_auto_promotions_manager/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/saas_auto_promotions_manager/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/saas_auto_promotions_manager/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/saas_file_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/sendgrid_teammates.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/signalfx_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/skupper_network/models.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/skupper_network/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/skupper_network/site_controller.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/slack_base.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/slack_usergroups.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/sql_query.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/status.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/statuspage/atlassian.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/statuspage/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/statuspage/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/statuspage/integrations/components.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/statuspage/integrations/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/statuspage/page.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/statuspage/state.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/statuspage/status.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/templates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/templates/aws_access_key_email.j2 +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/templates/email.yml.j2 +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/templating/lib/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/templating/lib/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/templating/lib/model.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/templating/lib/rendering.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/templating/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/templating/validator.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/terraform_cloudflare_dns.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/terraform_cloudflare_users.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/terraform_init/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/terraform_init/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/terraform_init/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/terraform_vpc_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/terraform_vpc_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/dynatrace.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/dynatrace_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/get_state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/glitchtip.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/jenkins.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/jira.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/quay.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/repos.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/slack.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/smtp.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/terraform_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/unleash.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/users.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/typed_queries/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/unleash_feature_toggles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/acs/base.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/acs/policies.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/acs/rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/aggregated_list.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/amtool.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/aws_api.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/aws_api_typed/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/aws_api_typed/account.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/aws_api_typed/api.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/aws_api_typed/iam.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/aws_api_typed/organization.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/aws_api_typed/s3.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/aws_api_typed/sts.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/aws_api_typed/support.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/aws_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/batches.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/binary.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/cloud_resource_best_practice/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/clusterhealth/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/clusterhealth/providerbase.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/clusterhealth/telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/config.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/deadmanssnitch_api.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/defer.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/differ.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/disabled_integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/dnsutils.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/dynatrace/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/dynatrace/client.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/early_exit_cache.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/elasticsearch_exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/environ.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/expiration.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/extended_early_exit.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/external_resource_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/filtering.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/git.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/gitlab_api.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/glitchtip/client.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/glitchtip/models.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/gpg.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/gql.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/grouping.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/helm.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/helpers.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/imap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/instrumented_wrappers.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/internal_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/internal_groups/client.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/internal_groups/models.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/jenkins_api.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/jinja2/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/jinja2/extensions.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/jinja2/filters.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/jira_client.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/jjb_client.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/jobcontroller/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/jobcontroller/controller.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/jobcontroller/models.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/jsonpath.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/jump_host.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/keycloak.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/ldap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/lean_terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/make.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/membershipsources/models.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/membershipsources/resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/merge_request_manager/parser.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/models.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/mr/README.md +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/mr/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/mr/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/mr/app_sre_tekton_access_report.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/mr/aws_access.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/mr/base.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/mr/clusters_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/mr/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/mr/notificator.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/mr/promote_qontract.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/mr/update_access_report_base.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/mr/user_maintenance.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/oauth2_backend_application_session.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/oc.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/oc_connection_parameters.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/oc_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/oc_map.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/ocm/addons.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/ocm/base.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/ocm/cluster_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/ocm/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/ocm/identity_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/ocm/label_sources.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/ocm/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/ocm/manifests.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/ocm/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/ocm/products.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/ocm/search_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/ocm/service_log.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/ocm/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/ocm/subscriptions.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/ocm/syncsets.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/ocm/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/ocm_base_client.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/openshift_resource.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/openssl.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/output.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/pagerduty_api.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/parse_dhms_duration.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/password_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/prometheus.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/promtool.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/quay_api.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/raw_github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/repo_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/rest_api_base.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/rhcsv2_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/rosa/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/rosa/rosa_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/rosa/session.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/ruamel.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/runtime/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/runtime/desired_state_diff.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/runtime/environment.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/runtime/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/runtime/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/runtime/runner.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/runtime/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/saasherder/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/saasherder/interfaces.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/saasherder/models.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/saasherder/saasherder.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/secret_reader.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/semver_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/slack_api.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/smtp_client.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/sqs_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/state.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/structs.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/terraform/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/terraform/config.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/terraform/config_client.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/terrascript/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/terrascript/cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/terrascript/models.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/terrascript/resources.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/terrascript_aws_client.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/three_way_diff_strategy.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/throughput.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/unleash/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/unleash/client.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/unleash/server.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/vaultsecretref.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/utils/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/vault_replication.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/alert_report.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/app_interface_metrics_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/app_sre_tekton_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/app_sre_tekton_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/cli_commands/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/cli_commands/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/cli_commands/cost_report/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/cli_commands/cost_report/model.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/cli_commands/cost_report/openshift.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/cli_commands/cost_report/response.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/cli_commands/cost_report/util.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/cli_commands/cost_report/view.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/cli_commands/erv2.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/cli_commands/gpg_encrypt.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/cli_commands/systems_and_tools.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/glitchtip_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/qontract_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/saas_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/saas_metrics_exporter/commit_distance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/saas_metrics_exporter/commit_distance/channel.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/saas_metrics_exporter/main.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/saas_promotion_state/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/saas_promotion_state/saas_promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/sre_checkpoints/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/sre_checkpoints/util.py +0 -0
- {qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/tools/template_validation.py +0 -0
@@ -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.dev271
|
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
|
@@ -262,16 +262,6 @@ disallow_incomplete_defs = true
|
|
262
262
|
[[tool.mypy.overrides]]
|
263
263
|
# Untyped modules
|
264
264
|
module = [
|
265
|
-
"reconcile.ocm_upgrade_scheduler_org_updater",
|
266
|
-
"reconcile.openshift_base",
|
267
|
-
"reconcile.openshift_clusterrolebindings",
|
268
|
-
"reconcile.openshift_limitranges",
|
269
|
-
"reconcile.openshift_namespace_labels",
|
270
|
-
"reconcile.openshift_network_policies",
|
271
|
-
"reconcile.openshift_resourcequotas",
|
272
|
-
"reconcile.openshift_rolebindings",
|
273
|
-
"reconcile.openshift_routes",
|
274
|
-
"reconcile.openshift_vault_secrets",
|
275
265
|
"reconcile.quay_base",
|
276
266
|
"reconcile.quay_membership",
|
277
267
|
"reconcile.quay_mirror_org",
|
@@ -364,12 +354,7 @@ module = [
|
|
364
354
|
"reconcile.test.test_jump_host",
|
365
355
|
"reconcile.test.test_make",
|
366
356
|
"reconcile.test.test_ocm_update_recommended_version",
|
367
|
-
"reconcile.test.test_ocm_upgrade_scheduler_org_updater",
|
368
|
-
"reconcile.test.test_openshift_base",
|
369
|
-
"reconcile.test.test_openshift_namespace_labels",
|
370
357
|
"reconcile.test.test_openshift_namespaces",
|
371
|
-
"reconcile.test.test_openshift_resource",
|
372
|
-
"reconcile.test.test_openshift_resources_base",
|
373
358
|
"reconcile.test.test_openshift_saas_deploy_change_tester",
|
374
359
|
"reconcile.test.test_openshift_saas_deploy",
|
375
360
|
"reconcile.test.test_openshift_upgrade_watcher",
|
{qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/aws_iam_keys.py
RENAMED
@@ -6,6 +6,7 @@ from typing import Any
|
|
6
6
|
|
7
7
|
from reconcile import queries
|
8
8
|
from reconcile.utils.aws_api import AWSApi
|
9
|
+
from reconcile.utils.constants import DEFAULT_THREAD_POOL_SIZE
|
9
10
|
from reconcile.utils.defer import defer
|
10
11
|
from reconcile.utils.state import State, init_state
|
11
12
|
from reconcile.utils.terrascript_aws_client import TerrascriptClient as Terrascript
|
@@ -76,7 +77,7 @@ def cleanup(working_dirs: Mapping[str, str]) -> None:
|
|
76
77
|
@defer
|
77
78
|
def run(
|
78
79
|
dry_run: bool,
|
79
|
-
thread_pool_size: int =
|
80
|
+
thread_pool_size: int = DEFAULT_THREAD_POOL_SIZE,
|
80
81
|
disable_service_account_keys: bool = False,
|
81
82
|
account_name: str | None = None,
|
82
83
|
defer: Callable | None = None,
|
@@ -21,6 +21,7 @@ from reconcile.gql_definitions.aws_saml_idp.aws_accounts import (
|
|
21
21
|
from reconcile.status import ExitCodes
|
22
22
|
from reconcile.utils import gql
|
23
23
|
from reconcile.utils.aws_api import AWSApi
|
24
|
+
from reconcile.utils.constants import DEFAULT_THREAD_POOL_SIZE
|
24
25
|
from reconcile.utils.defer import defer
|
25
26
|
from reconcile.utils.disabled_integrations import integration_is_enabled
|
26
27
|
from reconcile.utils.extended_early_exit import (
|
@@ -41,7 +42,7 @@ QONTRACT_INTEGRATION_VERSION = make_semver(1, 0, 0)
|
|
41
42
|
|
42
43
|
|
43
44
|
class AwsSamlIdpIntegrationParams(PydanticRunParams):
|
44
|
-
thread_pool_size: int =
|
45
|
+
thread_pool_size: int = DEFAULT_THREAD_POOL_SIZE
|
45
46
|
print_to_file: str | None = None
|
46
47
|
enable_deletion: bool = False
|
47
48
|
# integration specific parameters
|
@@ -25,6 +25,7 @@ from reconcile.status import ExitCodes
|
|
25
25
|
from reconcile.utils import gql
|
26
26
|
from reconcile.utils.aws_api import AWSApi
|
27
27
|
from reconcile.utils.aws_helper import unique_sso_aws_accounts
|
28
|
+
from reconcile.utils.constants import DEFAULT_THREAD_POOL_SIZE
|
28
29
|
from reconcile.utils.defer import defer
|
29
30
|
from reconcile.utils.disabled_integrations import integration_is_enabled
|
30
31
|
from reconcile.utils.extended_early_exit import (
|
@@ -45,7 +46,7 @@ QONTRACT_INTEGRATION_VERSION = make_semver(1, 0, 0)
|
|
45
46
|
|
46
47
|
|
47
48
|
class AwsSamlRolesIntegrationParams(PydanticRunParams):
|
48
|
-
thread_pool_size: int =
|
49
|
+
thread_pool_size: int = DEFAULT_THREAD_POOL_SIZE
|
49
50
|
print_to_file: str | None = None
|
50
51
|
enable_deletion: bool = False
|
51
52
|
# integration specific parameters
|
@@ -8,6 +8,7 @@ from reconcile import (
|
|
8
8
|
queries,
|
9
9
|
)
|
10
10
|
from reconcile.utils.aws_api import AWSApi
|
11
|
+
from reconcile.utils.constants import DEFAULT_THREAD_POOL_SIZE
|
11
12
|
from reconcile.utils.defer import defer
|
12
13
|
from reconcile.utils.mr import CreateDeleteAwsAccessKey
|
13
14
|
|
@@ -71,7 +72,9 @@ def act(
|
|
71
72
|
|
72
73
|
|
73
74
|
def run(
|
74
|
-
dry_run: bool,
|
75
|
+
dry_run: bool,
|
76
|
+
gitlab_project_id: str | None = None,
|
77
|
+
thread_pool_size: int = DEFAULT_THREAD_POOL_SIZE,
|
75
78
|
) -> None:
|
76
79
|
accounts = filter_accounts(queries.get_aws_accounts())
|
77
80
|
settings = queries.get_app_interface_settings()
|
@@ -27,6 +27,7 @@ from reconcile.utils.binary import (
|
|
27
27
|
binary,
|
28
28
|
binary_version,
|
29
29
|
)
|
30
|
+
from reconcile.utils.constants import DEFAULT_THREAD_POOL_SIZE
|
30
31
|
from reconcile.utils.exceptions import PrintToFileInGitRepositoryError
|
31
32
|
from reconcile.utils.git import is_file_in_git_repo
|
32
33
|
from reconcile.utils.gql import GqlApiSingleton
|
@@ -192,7 +193,7 @@ def gql_url_print(function: Callable) -> Callable:
|
|
192
193
|
return function
|
193
194
|
|
194
195
|
|
195
|
-
def threaded(default: int =
|
196
|
+
def threaded(default: int = DEFAULT_THREAD_POOL_SIZE) -> Callable:
|
196
197
|
def f(function: Callable) -> Callable:
|
197
198
|
opt = "--thread-pool-size"
|
198
199
|
msg = "number of threads to run in parallel."
|
{qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/dashdotdb_dvo.py
RENAMED
@@ -19,6 +19,7 @@ from reconcile.typed_queries.app_interface_vault_settings import (
|
|
19
19
|
get_app_interface_vault_settings,
|
20
20
|
)
|
21
21
|
from reconcile.typed_queries.clusters_minimal import get_clusters_minimal
|
22
|
+
from reconcile.utils.constants import DEFAULT_THREAD_POOL_SIZE
|
22
23
|
from reconcile.utils.secret_reader import (
|
23
24
|
SecretReaderBase,
|
24
25
|
create_secret_reader,
|
@@ -254,7 +255,7 @@ class DashdotdbDVO(DashdotdbBase):
|
|
254
255
|
|
255
256
|
def run(
|
256
257
|
dry_run: bool = False,
|
257
|
-
thread_pool_size: int =
|
258
|
+
thread_pool_size: int = DEFAULT_THREAD_POOL_SIZE,
|
258
259
|
cluster_name: str | None = None,
|
259
260
|
) -> None:
|
260
261
|
vault_settings = get_app_interface_vault_settings()
|
{qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/dashdotdb_slo.py
RENAMED
@@ -15,6 +15,7 @@ from reconcile.typed_queries.app_interface_vault_settings import (
|
|
15
15
|
get_app_interface_vault_settings,
|
16
16
|
)
|
17
17
|
from reconcile.utils import gql
|
18
|
+
from reconcile.utils.constants import DEFAULT_THREAD_POOL_SIZE
|
18
19
|
from reconcile.utils.secret_reader import (
|
19
20
|
SecretReaderBase,
|
20
21
|
create_secret_reader,
|
@@ -106,7 +107,9 @@ class DashdotdbSLO(DashdotdbBase):
|
|
106
107
|
self._close_token()
|
107
108
|
|
108
109
|
|
109
|
-
def run(
|
110
|
+
def run(
|
111
|
+
dry_run: bool = False, thread_pool_size: int = DEFAULT_THREAD_POOL_SIZE
|
112
|
+
) -> None:
|
110
113
|
vault_settings = get_app_interface_vault_settings()
|
111
114
|
secret_reader = create_secret_reader(use_vault=vault_settings.vault)
|
112
115
|
dashdotdb_slo = DashdotdbSLO(
|
@@ -27,6 +27,7 @@ from reconcile.typed_queries.app_interface_repo_url import get_app_interface_rep
|
|
27
27
|
from reconcile.typed_queries.github_orgs import get_github_orgs
|
28
28
|
from reconcile.typed_queries.gitlab_instances import get_gitlab_instances
|
29
29
|
from reconcile.utils import gql
|
30
|
+
from reconcile.utils.constants import DEFAULT_THREAD_POOL_SIZE
|
30
31
|
from reconcile.utils.defer import defer
|
31
32
|
from reconcile.utils.differ import diff_any_iterables
|
32
33
|
from reconcile.utils.disabled_integrations import integration_is_enabled
|
@@ -49,7 +50,7 @@ QONTRACT_INTEGRATION_VERSION = make_semver(1, 1, 0)
|
|
49
50
|
|
50
51
|
|
51
52
|
class EndpointsDiscoveryIntegrationParams(PydanticRunParams):
|
52
|
-
thread_pool_size: int =
|
53
|
+
thread_pool_size: int = DEFAULT_THREAD_POOL_SIZE
|
53
54
|
internal: bool | None = None
|
54
55
|
use_jump_host: bool = True
|
55
56
|
cluster_name: set[str] | None = None
|
@@ -16,6 +16,7 @@ import reconcile.openshift_base as ob
|
|
16
16
|
from reconcile import queries
|
17
17
|
from reconcile.status import ExitCodes
|
18
18
|
from reconcile.utils.aggregated_list import RunnerError
|
19
|
+
from reconcile.utils.constants import DEFAULT_THREAD_POOL_SIZE
|
19
20
|
from reconcile.utils.defer import defer
|
20
21
|
from reconcile.utils.disabled_integrations import integration_is_enabled
|
21
22
|
from reconcile.utils.external_resources import get_external_resource_specs
|
@@ -110,7 +111,7 @@ def fetch_desired_state(
|
|
110
111
|
@defer
|
111
112
|
def run(
|
112
113
|
dry_run: bool,
|
113
|
-
thread_pool_size: int =
|
114
|
+
thread_pool_size: int = DEFAULT_THREAD_POOL_SIZE,
|
114
115
|
internal: bool | None = None,
|
115
116
|
use_jump_host: bool = True,
|
116
117
|
defer: Callable | None = None,
|
{qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/gitlab_owners.py
RENAMED
@@ -7,6 +7,7 @@ from gitlab.v4.objects import ProjectMergeRequest
|
|
7
7
|
from sretoolbox.utils import threaded
|
8
8
|
|
9
9
|
from reconcile import queries
|
10
|
+
from reconcile.utils.constants import DEFAULT_THREAD_POOL_SIZE
|
10
11
|
from reconcile.utils.defer import defer
|
11
12
|
from reconcile.utils.gitlab_api import (
|
12
13
|
GitLabApi,
|
@@ -412,7 +413,7 @@ def act(
|
|
412
413
|
])
|
413
414
|
|
414
415
|
|
415
|
-
def run(dry_run: bool, thread_pool_size: int =
|
416
|
+
def run(dry_run: bool, thread_pool_size: int = DEFAULT_THREAD_POOL_SIZE) -> None:
|
416
417
|
instance = queries.get_gitlab_instance()
|
417
418
|
settings = queries.get_app_interface_settings()
|
418
419
|
repos = queries.get_repos_gitlab_owner(server=instance["url"])
|
@@ -14,6 +14,7 @@ from sretoolbox.utils import threaded
|
|
14
14
|
|
15
15
|
from reconcile import queries
|
16
16
|
from reconcile.utils import batches
|
17
|
+
from reconcile.utils.constants import DEFAULT_THREAD_POOL_SIZE
|
17
18
|
from reconcile.utils.defer import defer
|
18
19
|
from reconcile.utils.differ import diff_mappings
|
19
20
|
from reconcile.utils.gitlab_api import GitLabApi
|
@@ -194,7 +195,9 @@ def create_user_ids_query(ids: Iterable[str]) -> dict[str, str]:
|
|
194
195
|
|
195
196
|
@defer
|
196
197
|
def run(
|
197
|
-
dry_run: bool,
|
198
|
+
dry_run: bool,
|
199
|
+
thread_pool_size: int = DEFAULT_THREAD_POOL_SIZE,
|
200
|
+
defer: Callable | None = None,
|
198
201
|
) -> None:
|
199
202
|
instance = queries.get_gitlab_instance()
|
200
203
|
settings = queries.get_app_interface_settings()
|
@@ -25,6 +25,7 @@ from reconcile.typed_queries.app_interface_vault_settings import (
|
|
25
25
|
get_app_interface_vault_settings,
|
26
26
|
)
|
27
27
|
from reconcile.utils import gql
|
28
|
+
from reconcile.utils.constants import DEFAULT_THREAD_POOL_SIZE
|
28
29
|
from reconcile.utils.defer import defer
|
29
30
|
from reconcile.utils.disabled_integrations import integration_is_enabled
|
30
31
|
from reconcile.utils.glitchtip import GlitchtipClient
|
@@ -165,7 +166,7 @@ def projects_query(query_func: Callable) -> list[GlitchtipProjectV1]:
|
|
165
166
|
@defer
|
166
167
|
def run(
|
167
168
|
dry_run: bool,
|
168
|
-
thread_pool_size: int =
|
169
|
+
thread_pool_size: int = DEFAULT_THREAD_POOL_SIZE,
|
169
170
|
internal: bool | None = None,
|
170
171
|
use_jump_host: bool = True,
|
171
172
|
instance: str | None = None,
|
@@ -31,6 +31,7 @@ from reconcile.utils import (
|
|
31
31
|
gql,
|
32
32
|
helm,
|
33
33
|
)
|
34
|
+
from reconcile.utils.constants import DEFAULT_THREAD_POOL_SIZE
|
34
35
|
from reconcile.utils.defer import defer
|
35
36
|
from reconcile.utils.oc import oc_process
|
36
37
|
from reconcile.utils.openshift_resource import (
|
@@ -234,7 +235,7 @@ def run(
|
|
234
235
|
dry_run: bool,
|
235
236
|
environment_name: str | None,
|
236
237
|
integration_runtime_meta: dict[str, IntegrationMeta],
|
237
|
-
thread_pool_size: int =
|
238
|
+
thread_pool_size: int = DEFAULT_THREAD_POOL_SIZE,
|
238
239
|
internal: bool = False,
|
239
240
|
use_jump_host: bool = True,
|
240
241
|
image_tag_from_ref: dict[str, str] | None = None,
|
{qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/ocm_clusters.py
RENAMED
@@ -20,6 +20,7 @@ from reconcile.ocm.types import (
|
|
20
20
|
ROSAOcmAwsStsAttrs,
|
21
21
|
)
|
22
22
|
from reconcile.status import ExitCodes
|
23
|
+
from reconcile.utils.constants import DEFAULT_THREAD_POOL_SIZE
|
23
24
|
from reconcile.utils.disabled_integrations import integration_is_enabled
|
24
25
|
from reconcile.utils.jobcontroller.controller import build_job_controller
|
25
26
|
from reconcile.utils.ocm.products import (
|
@@ -327,7 +328,7 @@ def _cluster_is_compatible(cluster: Mapping[str, Any]) -> bool:
|
|
327
328
|
|
328
329
|
class OcmClustersParams(PydanticRunParams):
|
329
330
|
gitlab_project_id: str | None = None
|
330
|
-
thread_pool_size: int =
|
331
|
+
thread_pool_size: int = DEFAULT_THREAD_POOL_SIZE
|
331
332
|
|
332
333
|
# rosa job controller params
|
333
334
|
job_controller_cluster: str | None = None
|
@@ -6,6 +6,7 @@ from typing import Any
|
|
6
6
|
|
7
7
|
from reconcile import queries
|
8
8
|
from reconcile.status import ExitCodes
|
9
|
+
from reconcile.utils.constants import DEFAULT_THREAD_POOL_SIZE
|
9
10
|
from reconcile.utils.disabled_integrations import integration_is_enabled
|
10
11
|
from reconcile.utils.ocm import OCMMap
|
11
12
|
|
@@ -115,7 +116,7 @@ def _cluster_is_compatible(cluster: Mapping[str, Any]) -> bool:
|
|
115
116
|
def run(
|
116
117
|
dry_run: bool,
|
117
118
|
gitlab_project_id: str | None = None,
|
118
|
-
thread_pool_size: int =
|
119
|
+
thread_pool_size: int = DEFAULT_THREAD_POOL_SIZE,
|
119
120
|
) -> None:
|
120
121
|
clusters = queries.get_clusters()
|
121
122
|
clusters = [
|
{qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/ocm_groups.py
RENAMED
@@ -14,6 +14,7 @@ from reconcile import (
|
|
14
14
|
queries,
|
15
15
|
)
|
16
16
|
from reconcile.status import ExitCodes
|
17
|
+
from reconcile.utils.constants import DEFAULT_THREAD_POOL_SIZE
|
17
18
|
from reconcile.utils.disabled_integrations import integration_is_enabled
|
18
19
|
from reconcile.utils.ocm import OCMMap
|
19
20
|
from reconcile.utils.ocm.base import OCMClusterGroupId
|
@@ -80,7 +81,7 @@ def _cluster_is_compatible(cluster: Mapping[str, Any]) -> bool:
|
|
80
81
|
return cluster.get("ocm") is not None
|
81
82
|
|
82
83
|
|
83
|
-
def run(dry_run: bool, thread_pool_size: int =
|
84
|
+
def run(dry_run: bool, thread_pool_size: int = DEFAULT_THREAD_POOL_SIZE) -> None:
|
84
85
|
clusters = queries.get_clusters()
|
85
86
|
if not clusters:
|
86
87
|
logging.debug("No clusters found in app-interface")
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import json
|
2
2
|
import logging
|
3
|
+
from collections.abc import Mapping
|
3
4
|
from typing import Any
|
4
5
|
|
5
6
|
import yaml
|
@@ -19,10 +20,10 @@ QONTRACT_INTEGRATION = "ocm-upgrade-scheduler-org-updater"
|
|
19
20
|
|
20
21
|
|
21
22
|
def render_policy(
|
22
|
-
template:
|
23
|
+
template: Mapping[str, Any],
|
23
24
|
cluster_spec: OCMSpec,
|
24
|
-
labels:
|
25
|
-
settings:
|
25
|
+
labels: Mapping[str, str],
|
26
|
+
settings: Mapping[str, Any] | None = None,
|
26
27
|
) -> dict[str, Any]:
|
27
28
|
body = template["path"]["content"]
|
28
29
|
type = template.get("type") or "jinja2"
|
@@ -36,7 +37,7 @@ def render_policy(
|
|
36
37
|
return yaml.safe_load(rendered)
|
37
38
|
|
38
39
|
|
39
|
-
def run(dry_run, gitlab_project_id):
|
40
|
+
def run(dry_run: bool, gitlab_project_id: str | None) -> None:
|
40
41
|
settings = queries.get_app_interface_settings()
|
41
42
|
ocms = queries.get_openshift_cluster_managers()
|
42
43
|
for ocm_info in ocms:
|
@@ -55,7 +56,7 @@ def run(dry_run, gitlab_project_id):
|
|
55
56
|
)
|
56
57
|
ocm_name = ocm_info["name"]
|
57
58
|
ocm_path = ocm_info["path"]
|
58
|
-
ocm = ocm_map
|
59
|
+
ocm = ocm_map.get(ocm_name)
|
59
60
|
|
60
61
|
for ocm_cluster_name, ocm_cluster_spec in ocm.clusters.items():
|
61
62
|
found = [
|
{qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_base.py
RENAMED
@@ -4,6 +4,7 @@ from collections import Counter
|
|
4
4
|
from collections.abc import (
|
5
5
|
Iterable,
|
6
6
|
Mapping,
|
7
|
+
MutableMapping,
|
7
8
|
Sequence,
|
8
9
|
)
|
9
10
|
from dataclasses import (
|
@@ -27,6 +28,7 @@ from reconcile.utils import (
|
|
27
28
|
differ,
|
28
29
|
metrics,
|
29
30
|
)
|
31
|
+
from reconcile.utils.constants import DEFAULT_THREAD_POOL_SIZE
|
30
32
|
from reconcile.utils.oc import (
|
31
33
|
DeploymentFieldIsImmutableError,
|
32
34
|
FieldIsImmutableError,
|
@@ -104,8 +106,7 @@ class HasNameAndAuthService(Protocol):
|
|
104
106
|
name: str
|
105
107
|
|
106
108
|
@property
|
107
|
-
def auth(self) -> Sequence[HasService]:
|
108
|
-
pass
|
109
|
+
def auth(self) -> Sequence[HasService]: ...
|
109
110
|
|
110
111
|
|
111
112
|
class HasOrgAndGithubUsername(Protocol):
|
@@ -297,7 +298,7 @@ def populate_current_state(
|
|
297
298
|
integration: str,
|
298
299
|
integration_version: str,
|
299
300
|
caller: str | None = None,
|
300
|
-
):
|
301
|
+
) -> None:
|
301
302
|
# if spec.oc is None: - oc can't be none because init_namespace_specs_to_fetch does not create specs if oc is none
|
302
303
|
# return
|
303
304
|
if not spec.oc.is_kind_supported(spec.kind):
|
@@ -330,7 +331,7 @@ def populate_current_state(
|
|
330
331
|
def fetch_current_state(
|
331
332
|
namespaces: Iterable[Mapping] | None = None,
|
332
333
|
clusters: Iterable[Mapping] | None = None,
|
333
|
-
thread_pool_size: int
|
334
|
+
thread_pool_size: int = DEFAULT_THREAD_POOL_SIZE,
|
334
335
|
integration: str | None = None,
|
335
336
|
integration_version: str | None = None,
|
336
337
|
override_managed_types: Iterable[str] | None = None,
|
@@ -346,7 +347,7 @@ def fetch_current_state(
|
|
346
347
|
oc_map = OC_Map(
|
347
348
|
namespaces=namespaces,
|
348
349
|
clusters=clusters,
|
349
|
-
integration=integration,
|
350
|
+
integration=integration or "",
|
350
351
|
settings=settings,
|
351
352
|
internal=internal,
|
352
353
|
use_jump_host=use_jump_host,
|
@@ -377,7 +378,7 @@ def fetch_current_state(
|
|
377
378
|
|
378
379
|
|
379
380
|
@retry(max_attempts=30)
|
380
|
-
def wait_for_namespace_exists(oc, namespace):
|
381
|
+
def wait_for_namespace_exists(oc: OCCli, namespace: str) -> None:
|
381
382
|
if not oc.project_exists(namespace):
|
382
383
|
raise StatusCodeError(f"namespace {namespace} does not exist")
|
383
384
|
|
@@ -541,13 +542,20 @@ def apply(
|
|
541
542
|
oc.recycle_pods(dry_run, namespace, resource_type, resource)
|
542
543
|
|
543
544
|
|
544
|
-
def create(
|
545
|
+
def create(
|
546
|
+
dry_run: bool,
|
547
|
+
oc_map: ClusterMap,
|
548
|
+
cluster: str,
|
549
|
+
namespace: str,
|
550
|
+
resource_type: str,
|
551
|
+
resource: OR,
|
552
|
+
) -> None:
|
545
553
|
logging.info(["create", cluster, namespace, resource_type, resource.name])
|
546
554
|
|
547
555
|
oc = oc_map.get(cluster)
|
548
|
-
if
|
556
|
+
if isinstance(oc, OCLogMsg):
|
549
557
|
logging.log(level=oc.log_level, msg=oc.message)
|
550
|
-
return
|
558
|
+
return
|
551
559
|
if not dry_run:
|
552
560
|
annotated = resource.annotate()
|
553
561
|
oc.create(namespace, annotated)
|
@@ -585,7 +593,7 @@ def delete(
|
|
585
593
|
return None
|
586
594
|
|
587
595
|
|
588
|
-
def check_unused_resource_types(ri):
|
596
|
+
def check_unused_resource_types(ri: ResourceInventory) -> None:
|
589
597
|
for cluster, namespace, resource_type, data in ri:
|
590
598
|
if not data["desired"].items():
|
591
599
|
msg = (
|
@@ -1036,18 +1044,18 @@ def _realize_resource_data_3way_diff(
|
|
1036
1044
|
|
1037
1045
|
|
1038
1046
|
def realize_data(
|
1039
|
-
dry_run,
|
1047
|
+
dry_run: bool,
|
1040
1048
|
oc_map: ClusterMap,
|
1041
1049
|
ri: ResourceInventory,
|
1042
|
-
thread_pool_size,
|
1043
|
-
take_over=False,
|
1044
|
-
caller=None,
|
1045
|
-
all_callers=None,
|
1046
|
-
wait_for_namespace=False,
|
1047
|
-
no_dry_run_skip_compare=False,
|
1048
|
-
override_enable_deletion=None,
|
1049
|
-
recycle_pods=True,
|
1050
|
-
):
|
1050
|
+
thread_pool_size: int,
|
1051
|
+
take_over: bool = False,
|
1052
|
+
caller: str | None = None,
|
1053
|
+
all_callers: Sequence[str] | None = None,
|
1054
|
+
wait_for_namespace: bool = False,
|
1055
|
+
no_dry_run_skip_compare: bool = False,
|
1056
|
+
override_enable_deletion: bool | None = None,
|
1057
|
+
recycle_pods: bool = True,
|
1058
|
+
) -> list[dict[str, Any]]:
|
1051
1059
|
"""
|
1052
1060
|
Realize the current state to the desired state.
|
1053
1061
|
|
@@ -1160,7 +1168,9 @@ def validate_planned_data(ri: ResourceInventory, oc_map: ClusterMap) -> None:
|
|
1160
1168
|
|
1161
1169
|
|
1162
1170
|
@retry(exceptions=(ValidationError), max_attempts=200)
|
1163
|
-
def validate_realized_data(
|
1171
|
+
def validate_realized_data(
|
1172
|
+
actions: Iterable[dict[str, str]], oc_map: ClusterMap
|
1173
|
+
) -> None:
|
1164
1174
|
"""
|
1165
1175
|
Validate the realized desired state.
|
1166
1176
|
|
@@ -1274,7 +1284,9 @@ def validate_realized_data(actions: Iterable[dict[str, str]], oc_map: ClusterMap
|
|
1274
1284
|
raise ValidationError(name)
|
1275
1285
|
|
1276
1286
|
|
1277
|
-
def follow_logs(
|
1287
|
+
def follow_logs(
|
1288
|
+
oc_map: ClusterMap, actions: Iterable[Mapping[str, Any]], io_dir: str
|
1289
|
+
) -> None:
|
1278
1290
|
"""
|
1279
1291
|
Collect the logs from the owned pods into files in io_dir.
|
1280
1292
|
|
@@ -1295,21 +1307,29 @@ def follow_logs(oc_map, actions, io_dir):
|
|
1295
1307
|
logging.info(["collecting", cluster, namespace, kind, name])
|
1296
1308
|
|
1297
1309
|
oc = oc_map.get(cluster)
|
1298
|
-
if
|
1310
|
+
if isinstance(oc, OCLogMsg):
|
1299
1311
|
logging.log(level=oc.log_level, msg=oc.message)
|
1300
1312
|
continue
|
1301
1313
|
|
1302
1314
|
if kind == "Job":
|
1303
1315
|
oc.job_logs(namespace, name, follow=True, output=io_dir)
|
1304
1316
|
if kind == "ClowdJobInvocation":
|
1317
|
+
if isinstance(oc, OCLogMsg):
|
1318
|
+
logging.log(level=oc.log_level, msg=oc.message)
|
1319
|
+
continue
|
1305
1320
|
resource = oc.get(namespace, kind, name=name)
|
1306
1321
|
jobs = resource.get("status", {}).get("jobMap", {})
|
1307
1322
|
for jn in jobs:
|
1308
1323
|
logging.info(["collecting", cluster, namespace, kind, jn])
|
1324
|
+
if isinstance(oc, OCLogMsg):
|
1325
|
+
logging.log(level=oc.log_level, msg=oc.message)
|
1326
|
+
continue
|
1309
1327
|
oc.job_logs(namespace, jn, follow=True, output=io_dir)
|
1310
1328
|
|
1311
1329
|
|
1312
|
-
def aggregate_shared_resources(
|
1330
|
+
def aggregate_shared_resources(
|
1331
|
+
namespace_info: MutableMapping[str, Any], shared_resources_type: str
|
1332
|
+
) -> None:
|
1313
1333
|
"""This function aggregates shared resources of the desired type
|
1314
1334
|
from a shared resources file to the appropriate namespace section."""
|
1315
1335
|
supported_shared_resources_types = [
|
@@ -1348,15 +1368,13 @@ class HasOpenshiftServiceAccountTokens(Protocol):
|
|
1348
1368
|
@runtime_checkable
|
1349
1369
|
class HasSharedResourcesOpenShiftResources(Protocol):
|
1350
1370
|
@property
|
1351
|
-
def shared_resources(self) -> Sequence[HasOpenShiftResources] | None:
|
1352
|
-
pass
|
1371
|
+
def shared_resources(self) -> Sequence[HasOpenShiftResources] | None: ...
|
1353
1372
|
|
1354
1373
|
|
1355
1374
|
@runtime_checkable
|
1356
1375
|
class HasSharedResourcesOpenshiftServiceAccountTokens(Protocol):
|
1357
1376
|
@property
|
1358
|
-
def shared_resources(self) -> Sequence[HasOpenshiftServiceAccountTokens] | None:
|
1359
|
-
pass
|
1377
|
+
def shared_resources(self) -> Sequence[HasOpenshiftServiceAccountTokens] | None: ...
|
1360
1378
|
|
1361
1379
|
|
1362
1380
|
@runtime_checkable
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import contextlib
|
2
2
|
import sys
|
3
|
+
from collections.abc import Callable
|
3
4
|
|
4
5
|
import reconcile.openshift_base as ob
|
5
6
|
from reconcile import queries
|
@@ -7,9 +8,13 @@ from reconcile.utils import (
|
|
7
8
|
expiration,
|
8
9
|
gql,
|
9
10
|
)
|
11
|
+
from reconcile.utils.constants import DEFAULT_THREAD_POOL_SIZE
|
10
12
|
from reconcile.utils.defer import defer
|
11
13
|
from reconcile.utils.openshift_resource import OpenshiftResource as OR
|
12
|
-
from reconcile.utils.openshift_resource import
|
14
|
+
from reconcile.utils.openshift_resource import (
|
15
|
+
ResourceInventory,
|
16
|
+
ResourceKeyExistsError,
|
17
|
+
)
|
13
18
|
from reconcile.utils.semver_helper import make_semver
|
14
19
|
|
15
20
|
ROLES_QUERY = """
|
@@ -42,7 +47,7 @@ QONTRACT_INTEGRATION = "openshift-clusterrolebindings"
|
|
42
47
|
QONTRACT_INTEGRATION_VERSION = make_semver(0, 1, 0)
|
43
48
|
|
44
49
|
|
45
|
-
def construct_user_oc_resource(role, user):
|
50
|
+
def construct_user_oc_resource(role: str, user: str) -> tuple[OR, str]:
|
46
51
|
name = f"{role}-{user}"
|
47
52
|
# Note: In OpenShift 4.x this resource is in rbac.authorization.k8s.io/v1
|
48
53
|
body = {
|
@@ -60,7 +65,7 @@ def construct_user_oc_resource(role, user):
|
|
60
65
|
)
|
61
66
|
|
62
67
|
|
63
|
-
def construct_sa_oc_resource(role, namespace, sa_name):
|
68
|
+
def construct_sa_oc_resource(role: str, namespace: str, sa_name: str) -> tuple[OR, str]:
|
64
69
|
name = f"{role}-{namespace}-{sa_name}"
|
65
70
|
# Note: In OpenShift 4.x this resource is in rbac.authorization.k8s.io/v1
|
66
71
|
body = {
|
@@ -80,7 +85,9 @@ def construct_sa_oc_resource(role, namespace, sa_name):
|
|
80
85
|
)
|
81
86
|
|
82
87
|
|
83
|
-
def fetch_desired_state(
|
88
|
+
def fetch_desired_state(
|
89
|
+
ri: ResourceInventory | None, oc_map: ob.ClusterMap
|
90
|
+
) -> list[dict[str, str]]:
|
84
91
|
gqlapi = gql.get_api()
|
85
92
|
roles: list[dict] = expiration.filter(gqlapi.query(ROLES_QUERY)["roles"])
|
86
93
|
users_desired_state = []
|
@@ -153,7 +160,13 @@ def fetch_desired_state(ri, oc_map):
|
|
153
160
|
|
154
161
|
|
155
162
|
@defer
|
156
|
-
def run(
|
163
|
+
def run(
|
164
|
+
dry_run: bool,
|
165
|
+
thread_pool_size: int = DEFAULT_THREAD_POOL_SIZE,
|
166
|
+
internal: bool | None = None,
|
167
|
+
use_jump_host: bool = True,
|
168
|
+
defer: Callable | None = None,
|
169
|
+
) -> None:
|
157
170
|
clusters = [
|
158
171
|
cluster_info
|
159
172
|
for cluster_info in queries.get_clusters()
|
@@ -169,7 +182,8 @@ def run(dry_run, thread_pool_size=10, internal=None, use_jump_host=True, defer=N
|
|
169
182
|
internal=internal,
|
170
183
|
use_jump_host=use_jump_host,
|
171
184
|
)
|
172
|
-
defer
|
185
|
+
if defer:
|
186
|
+
defer(oc_map.cleanup)
|
173
187
|
fetch_desired_state(ri, oc_map)
|
174
188
|
ob.publish_metrics(ri, QONTRACT_INTEGRATION)
|
175
189
|
ob.realize_data(dry_run, oc_map, ri, thread_pool_size)
|
{qontract_reconcile-0.10.2.dev269 → qontract_reconcile-0.10.2.dev271}/reconcile/openshift_groups.py
RENAMED
@@ -25,6 +25,7 @@ from reconcile.utils import (
|
|
25
25
|
expiration,
|
26
26
|
gql,
|
27
27
|
)
|
28
|
+
from reconcile.utils.constants import DEFAULT_THREAD_POOL_SIZE
|
28
29
|
from reconcile.utils.defer import defer
|
29
30
|
from reconcile.utils.oc_map import (
|
30
31
|
OCLogMsg,
|
@@ -256,7 +257,7 @@ def act(diff: Mapping[str, str | None], oc_map: ClusterMap) -> None:
|
|
256
257
|
@defer
|
257
258
|
def run(
|
258
259
|
dry_run: bool,
|
259
|
-
thread_pool_size: int =
|
260
|
+
thread_pool_size: int = DEFAULT_THREAD_POOL_SIZE,
|
260
261
|
internal: bool | None = None,
|
261
262
|
use_jump_host: bool = True,
|
262
263
|
defer: Callable | None = None,
|