qontract-reconcile 0.10.2.dev247__tar.gz → 0.10.2.dev249__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.dev247 → qontract_reconcile-0.10.2.dev249}/PKG-INFO +1 -2
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/README.md +0 -1
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/pyproject.toml +0 -1
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/cli.py +0 -9
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/status_board.py +31 -39
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/ocm/ocm.py +0 -56
- qontract_reconcile-0.10.2.dev247/reconcile/ocm_github_idp.py +0 -117
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aus/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aus/advanced_upgrade_service.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aus/aus_label_source.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aus/base.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aus/cluster_version_data.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aus/healthchecks.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aus/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aus/models.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aus/node_pool_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aus/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aus/version_gate_approver.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aus/version_gates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aus/version_gates/handler.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/automated_actions/config/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/automated_actions/config/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_account_manager/README.md +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_account_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_account_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_account_manager/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_account_manager/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_ami_cleanup/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_ami_share.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_cloudwatch_log_retention/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_iam_keys.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_iam_password_reset.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_saml_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_saml_roles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_support_cases_sos.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_version_sync/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_version_sync/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/change_owners/README.md +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/change_owners/approver.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/change_owners/bundle.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/change_owners/change_log_tracking.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/change_owners/change_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/change_owners/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/change_owners/changes.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/change_owners/decision.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/change_owners/diff.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/change_owners/implicit_ownership.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/change_owners/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/change_owners/tester.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/checkpoint.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/cluster_auth_rhidp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/cluster_deployment_mapper.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/dashdotdb_base.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/dashdotdb_cso.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/dashdotdb_dora.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/dashdotdb_dvo.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/dashdotdb_slo.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/deadmanssnitch.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/dynatrace_token_provider/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/dynatrace_token_provider/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/dynatrace_token_provider/model.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/dynatrace_token_provider/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/dynatrace_token_provider/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/email_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/endpoints_discovery/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/endpoints_discovery/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/external_resources/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/external_resources/factories.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/external_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/external_resources/integration_secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/external_resources/manager.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/external_resources/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/external_resources/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/external_resources/model.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/external_resources/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/external_resources/secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/external_resources/state.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/fleet_labeler/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/fleet_labeler/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/fleet_labeler/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/fleet_labeler/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/fleet_labeler/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/fleet_labeler/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/fleet_labeler/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/fleet_labeler/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gabi_authorized_users.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gcp_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/github_org.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/github_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/github_repo_invites.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/github_repo_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/github_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gitlab_fork_compliance.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gitlab_housekeeping.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gitlab_labeler.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gitlab_members.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gitlab_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gitlab_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gitlab_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/glitchtip/README.md +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/glitchtip/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/glitchtip/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/glitchtip_project_alerts/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/glitchtip_project_dsn/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/users.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/automated_actions/instance.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/quay_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/saasherder_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/users.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/common/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/email_sender/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/email_sender/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/email_sender/emails.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/email_sender/users.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/endpoints_discovery/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/external_resources/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/external_resources/fragments/external_resources_module_overrides.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fleet_labeler/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/aws_vpc_request_subnet.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/container_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/deploy_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/disable.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/email_service.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/email_user.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/saas_slo_document.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/user.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/gcp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/gcp/gcp_docker_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/gcp/gcp_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/gitlab_members/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/integrations/integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/introspection.json +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/jenkins_configs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/jira/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/jira_permissions_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/jumphosts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/maintenance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/ocm_subscription_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/openshift_cluster_bots/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/openshift_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/openshift_serviceaccount_tokens/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/quay_membership/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/rhcs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/rhcs/certs.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/service_dependencies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/sharding/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/slack_usergroups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/slo_documents/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/status_board/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/status_board/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/templating/template_collection.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/templating/templates.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/terraform_cloudflare_dns/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/terraform_cloudflare_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/terraform_cloudflare_users/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/terraform_repo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/terraform_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/vault_instances/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/vault_policies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/vpc_peerings_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/integrations_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/jenkins/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/jenkins/types.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/jenkins_base.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/jenkins_job_builder.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/jenkins_job_builds_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/jenkins_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/jenkins_webhooks.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/jenkins_webhooks_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/jenkins_worker_fleets.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/jira_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/ldap_groups/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/ldap_users.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/mr_client_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/ocm/types.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/ocm_additional_routers.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/ocm_addons.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/ocm_aws_infrastructure_access.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/ocm_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/ocm_external_configuration_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/ocm_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/ocm_internal_notifications/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/ocm_internal_notifications/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/ocm_labels/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/ocm_machine_pools.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/ocm_upgrade_scheduler_org_updater.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_base.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_cluster_bots.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_clusterrolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_limitranges.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_namespace_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_network_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_prometheus_rules.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_resourcequotas.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_resources_base.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_rhcs_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_rolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_routes.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_saas_deploy.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_serviceaccount_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_tekton_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_upgrade_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_users.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/openshift_vault_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/oum/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/oum/base.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/oum/labelset.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/oum/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/oum/models.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/oum/providers.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/oum/standalone.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/prometheus_rules_tester/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/prometheus_rules_tester/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/quay_base.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/quay_mirror_org.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/quay_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/quay_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/queries.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/query_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/requests_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/resource_scraper.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/resource_template_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/rhidp/common.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/rhidp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/rhidp/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/rhidp/sso_client/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/rhidp/sso_client/base.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/rhidp/sso_client/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/rhidp/sso_client/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/run_integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/saas_auto_promotions_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/saas_auto_promotions_manager/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/saas_auto_promotions_manager/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/saas_file_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/sendgrid_teammates.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/signalfx_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/skupper_network/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/skupper_network/models.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/skupper_network/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/skupper_network/site_controller.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/slack_base.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/slack_usergroups.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/sql_query.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/status.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/statuspage/atlassian.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/statuspage/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/statuspage/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/statuspage/integrations/components.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/statuspage/integrations/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/statuspage/page.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/statuspage/state.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/statuspage/status.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/templates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/templates/aws_access_key_email.j2 +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/templates/email.yml.j2 +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/templating/lib/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/templating/lib/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/templating/lib/model.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/templating/lib/rendering.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/templating/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/templating/validator.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/terraform_aws_route53.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/terraform_cloudflare_dns.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/terraform_cloudflare_users.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/terraform_init/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/terraform_init/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/terraform_init/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/terraform_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/terraform_tgw_attachments.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/terraform_users.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/terraform_vpc_peerings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/terraform_vpc_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/terraform_vpc_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/dynatrace.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/dynatrace_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/get_state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/glitchtip.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/jenkins.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/jira.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/quay.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/repos.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/slack.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/smtp.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/terraform_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/unleash.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/users.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/typed_queries/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/unleash_feature_toggles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/acs/base.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/acs/policies.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/acs/rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/aggregated_list.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/amtool.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/aws_api.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/aws_api_typed/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/aws_api_typed/account.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/aws_api_typed/api.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/aws_api_typed/iam.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/aws_api_typed/organization.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/aws_api_typed/s3.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/aws_api_typed/sts.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/aws_api_typed/support.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/aws_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/batches.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/binary.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/cloud_resource_best_practice/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/clusterhealth/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/clusterhealth/providerbase.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/clusterhealth/telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/config.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/deadmanssnitch_api.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/defer.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/differ.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/disabled_integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/dnsutils.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/dynatrace/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/dynatrace/client.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/early_exit_cache.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/elasticsearch_exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/environ.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/expiration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/extended_early_exit.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/external_resource_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/filtering.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/git.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/gitlab_api.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/glitchtip/client.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/glitchtip/models.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/gpg.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/gql.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/grouping.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/helm.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/helpers.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/imap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/instrumented_wrappers.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/internal_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/internal_groups/client.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/internal_groups/models.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/jenkins_api.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/jinja2/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/jinja2/extensions.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/jinja2/filters.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/jinja2/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/jira_client.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/jjb_client.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/jobcontroller/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/jobcontroller/controller.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/jobcontroller/models.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/jsonpath.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/jump_host.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/keycloak.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/ldap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/lean_terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/make.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/membershipsources/models.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/membershipsources/resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/merge_request_manager/parser.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/models.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/mr/README.md +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/mr/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/mr/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/mr/app_sre_tekton_access_report.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/mr/aws_access.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/mr/base.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/mr/clusters_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/mr/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/mr/notificator.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/mr/promote_qontract.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/mr/update_access_report_base.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/mr/user_maintenance.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/oauth2_backend_application_session.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/oc.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/oc_connection_parameters.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/oc_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/oc_map.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/ocm/addons.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/ocm/base.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/ocm/cluster_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/ocm/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/ocm/identity_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/ocm/label_sources.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/ocm/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/ocm/manifests.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/ocm/products.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/ocm/search_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/ocm/service_log.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/ocm/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/ocm/subscriptions.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/ocm/syncsets.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/ocm/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/ocm_base_client.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/openshift_resource.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/openssl.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/output.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/pagerduty_api.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/parse_dhms_duration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/password_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/prometheus.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/promtool.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/quay_api.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/raw_github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/repo_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/rest_api_base.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/rhcsv2_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/rosa/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/rosa/rosa_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/rosa/session.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/ruamel.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/runtime/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/runtime/desired_state_diff.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/runtime/environment.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/runtime/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/runtime/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/runtime/runner.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/runtime/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/saasherder/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/saasherder/interfaces.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/saasherder/models.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/saasherder/saasherder.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/secret_reader.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/semver_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/slack_api.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/slo_document_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/smtp_client.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/sqs_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/state.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/structs.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/terraform/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/terraform/config.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/terraform/config_client.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/terrascript/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/terrascript/cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/terrascript/models.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/terrascript/resources.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/terrascript_aws_client.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/three_way_diff_strategy.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/throughput.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/unleash/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/unleash/client.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/unleash/server.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/vaultsecretref.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/vault_replication.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/alert_report.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/app_interface_metrics_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/app_sre_tekton_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/app_sre_tekton_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/cli_commands/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/cli_commands/container_images_report.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/cli_commands/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/cli_commands/cost_report/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/cli_commands/cost_report/model.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/cli_commands/cost_report/openshift.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/cli_commands/cost_report/response.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/cli_commands/cost_report/util.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/cli_commands/cost_report/view.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/cli_commands/erv2.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/cli_commands/gpg_encrypt.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/cli_commands/systems_and_tools.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/glitchtip_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/qontract_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/saas_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/saas_metrics_exporter/commit_distance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/saas_metrics_exporter/commit_distance/channel.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/saas_metrics_exporter/main.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/saas_promotion_state/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/saas_promotion_state/saas_promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/sre_checkpoints/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/tools/sre_checkpoints/util.py +0 -0
- {qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/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.dev249
|
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
|
@@ -205,7 +205,6 @@ OpenShift templates can be found [here](/openshift/qontract-reconcile.yaml). In
|
|
205
205
|
ocm-clusters Manages clusters via OCM.
|
206
206
|
ocm-external-configuration-labels
|
207
207
|
Manage External Configuration labels in OCM.
|
208
|
-
ocm-github-idp Manage GitHub Identity Providers in OCM.
|
209
208
|
ocm-groups Manage membership in OpenShift groups via
|
210
209
|
OCM.
|
211
210
|
ocm-internal-notifications Notifications to internal Red Hat users
|
@@ -140,7 +140,6 @@ OpenShift templates can be found [here](/openshift/qontract-reconcile.yaml). In
|
|
140
140
|
ocm-clusters Manages clusters via OCM.
|
141
141
|
ocm-external-configuration-labels
|
142
142
|
Manage External Configuration labels in OCM.
|
143
|
-
ocm-github-idp Manage GitHub Identity Providers in OCM.
|
144
143
|
ocm-groups Manage membership in OpenShift groups via
|
145
144
|
OCM.
|
146
145
|
ocm-internal-notifications Notifications to internal Red Hat users
|
@@ -256,7 +256,6 @@ module = [
|
|
256
256
|
"reconcile.ocm_aws_infrastructure_access",
|
257
257
|
"reconcile.ocm_clusters",
|
258
258
|
"reconcile.ocm_external_configuration_labels",
|
259
|
-
"reconcile.ocm_github_idp",
|
260
259
|
"reconcile.ocm_groups",
|
261
260
|
"reconcile.ocm_machine_pools",
|
262
261
|
"reconcile.ocm_upgrade_scheduler_org_updater",
|
@@ -2958,15 +2958,6 @@ def ocm_aws_infrastructure_access(ctx: click.Context) -> None:
|
|
2958
2958
|
run_integration(reconcile.ocm_aws_infrastructure_access, ctx)
|
2959
2959
|
|
2960
2960
|
|
2961
|
-
@integration.command(short_help="Manage GitHub Identity Providers in OCM.")
|
2962
|
-
@vault_input_path
|
2963
|
-
@click.pass_context
|
2964
|
-
def ocm_github_idp(ctx: click.Context, vault_input_path: str) -> None:
|
2965
|
-
import reconcile.ocm_github_idp
|
2966
|
-
|
2967
|
-
run_integration(reconcile.ocm_github_idp, ctx, vault_input_path)
|
2968
|
-
|
2969
|
-
|
2970
2961
|
@integration.command(
|
2971
2962
|
short_help="Manage OIDC cluster configuration in OCM organizations based on OCM labels. Part of RHIDP."
|
2972
2963
|
)
|
{qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/status_board.py
RENAMED
@@ -5,9 +5,7 @@ from abc import (
|
|
5
5
|
)
|
6
6
|
from collections.abc import Iterable, Mapping
|
7
7
|
from enum import Enum
|
8
|
-
from
|
9
|
-
Optional,
|
10
|
-
)
|
8
|
+
from itertools import chain
|
11
9
|
|
12
10
|
from pydantic import BaseModel
|
13
11
|
|
@@ -122,11 +120,11 @@ class Product(AbstractStatusBoard):
|
|
122
120
|
|
123
121
|
|
124
122
|
class Application(AbstractStatusBoard):
|
125
|
-
product:
|
123
|
+
product: Product
|
126
124
|
services: list["Service"] | None
|
127
125
|
|
128
126
|
def create(self, ocm: OCMBaseClient) -> None:
|
129
|
-
if self.product
|
127
|
+
if self.product.id:
|
130
128
|
spec = self.to_ocm_spec()
|
131
129
|
self.id = create_application(ocm, spec)
|
132
130
|
else:
|
@@ -147,7 +145,7 @@ class Application(AbstractStatusBoard):
|
|
147
145
|
return f'Application: "{self.name}" "{self.fullname}"'
|
148
146
|
|
149
147
|
def to_ocm_spec(self) -> ApplicationOCMSpec:
|
150
|
-
product_id = self.product.id
|
148
|
+
product_id = self.product.id or ""
|
151
149
|
return {
|
152
150
|
"name": self.name,
|
153
151
|
"fullname": self.fullname,
|
@@ -160,18 +158,12 @@ class Application(AbstractStatusBoard):
|
|
160
158
|
|
161
159
|
|
162
160
|
class Service(AbstractStatusBoard):
|
163
|
-
|
164
|
-
# This field is optional so we can create the Service object without the
|
165
|
-
# need to create an Application object first.
|
166
|
-
# This filed is needed when we are creating a Service on teh OCM API.
|
167
|
-
# This field is not used when we are mapping the services that belongs to an
|
168
|
-
# application in that case we use the `services` field in Application class.
|
169
|
-
application: Optional["Application"]
|
161
|
+
application: Application
|
170
162
|
metadata: ServiceMetadataSpec
|
171
163
|
|
172
164
|
def create(self, ocm: OCMBaseClient) -> None:
|
173
165
|
spec = self.to_ocm_spec()
|
174
|
-
if self.application
|
166
|
+
if self.application.id:
|
175
167
|
self.id = create_service(ocm, spec)
|
176
168
|
else:
|
177
169
|
logging.warning("Missing application id for service")
|
@@ -187,7 +179,7 @@ class Service(AbstractStatusBoard):
|
|
187
179
|
logging.error(f'Trying to update Service "{self.name}" without id')
|
188
180
|
return
|
189
181
|
spec = self.to_ocm_spec()
|
190
|
-
if self.application
|
182
|
+
if self.application.id:
|
191
183
|
update_service(ocm, self.id, spec)
|
192
184
|
else:
|
193
185
|
logging.warning("Missing application id for service")
|
@@ -196,9 +188,7 @@ class Service(AbstractStatusBoard):
|
|
196
188
|
return f'Service: "{self.name}" "{self.fullname}"'
|
197
189
|
|
198
190
|
def to_ocm_spec(self) -> ServiceOCMSpec:
|
199
|
-
application_id =
|
200
|
-
self.application.id if self.application and self.application.id else ""
|
201
|
-
)
|
191
|
+
application_id = self.application.id or ""
|
202
192
|
|
203
193
|
return {
|
204
194
|
"name": self.name,
|
@@ -281,21 +271,24 @@ class StatusBoardExporterIntegration(QontractReconcileIntegration):
|
|
281
271
|
logging.error(f'Product "{p.name}" has no id')
|
282
272
|
continue
|
283
273
|
p.applications = [
|
284
|
-
Application(**a
|
274
|
+
Application(**a, product=p)
|
275
|
+
for a in get_product_applications(ocm_api, p.id)
|
285
276
|
]
|
286
277
|
for a in p.applications:
|
287
278
|
if not a.id:
|
288
279
|
logging.error(f'Application "{a.name}" has no id')
|
289
280
|
continue
|
290
281
|
a.services = [
|
291
|
-
Service(**s
|
282
|
+
Service(**s, application=a)
|
283
|
+
for s in get_application_services(ocm_api, a.id)
|
292
284
|
]
|
293
285
|
|
294
286
|
return products
|
295
287
|
|
296
288
|
@staticmethod
|
297
289
|
def desired_abstract_status_board_map(
|
298
|
-
desired_product_apps: Mapping[str, set[str]],
|
290
|
+
desired_product_apps: Mapping[str, set[str]],
|
291
|
+
slodocs: list[SLODocumentV1],
|
299
292
|
) -> dict[str, AbstractStatusBoard]:
|
300
293
|
"""
|
301
294
|
Returns a Mapping of all the AbstractStatusBoard data objects as dictionaries.
|
@@ -304,25 +297,26 @@ class StatusBoardExporterIntegration(QontractReconcileIntegration):
|
|
304
297
|
on Status Board OCM API.
|
305
298
|
"""
|
306
299
|
desired_abstract_status_board_map: dict[str, AbstractStatusBoard] = {}
|
307
|
-
for
|
308
|
-
|
309
|
-
name=
|
300
|
+
for product_name, apps in desired_product_apps.items():
|
301
|
+
product = Product(
|
302
|
+
id=None, name=product_name, fullname=product_name, applications=[]
|
310
303
|
)
|
304
|
+
desired_abstract_status_board_map[product_name] = product
|
311
305
|
for a in apps:
|
312
|
-
key = f"{
|
306
|
+
key = f"{product_name}/{a}"
|
313
307
|
desired_abstract_status_board_map[key] = Application(
|
308
|
+
id=None,
|
314
309
|
name=a,
|
315
310
|
fullname=key,
|
316
311
|
services=[],
|
317
|
-
product=
|
318
|
-
metadata={},
|
312
|
+
product=product,
|
319
313
|
)
|
320
314
|
for slodoc in slodocs:
|
321
315
|
products = [
|
322
316
|
ns.namespace.environment.product.name for ns in slodoc.namespaces
|
323
317
|
]
|
324
318
|
for slo in slodoc.slos or []:
|
325
|
-
for
|
319
|
+
for product_name in products:
|
326
320
|
if slodoc.app.parent_app:
|
327
321
|
app = f"{slodoc.app.parent_app.name}-{slodoc.app.name}"
|
328
322
|
else:
|
@@ -330,8 +324,8 @@ class StatusBoardExporterIntegration(QontractReconcileIntegration):
|
|
330
324
|
|
331
325
|
# Check if the product or app is excluded from the desired list
|
332
326
|
product_or_app_excluded = (
|
333
|
-
|
334
|
-
or app not in desired_product_apps.get(
|
327
|
+
product_name not in desired_product_apps
|
328
|
+
or app not in desired_product_apps.get(product_name, set())
|
335
329
|
)
|
336
330
|
|
337
331
|
# Check if statusBoard label exists and is explicitly disabled
|
@@ -344,8 +338,8 @@ class StatusBoardExporterIntegration(QontractReconcileIntegration):
|
|
344
338
|
if product_or_app_excluded or not status_board_enabled:
|
345
339
|
continue
|
346
340
|
|
347
|
-
key = f"{
|
348
|
-
metadata = {
|
341
|
+
key = f"{product_name}/{app}/{slo.name}"
|
342
|
+
metadata: ServiceMetadataSpec = {
|
349
343
|
"sli_type": slo.sli_type,
|
350
344
|
"sli_specification": slo.sli_specification,
|
351
345
|
"slo_details": slo.slo_details,
|
@@ -354,11 +348,12 @@ class StatusBoardExporterIntegration(QontractReconcileIntegration):
|
|
354
348
|
"window": slo.slo_parameters.window,
|
355
349
|
}
|
356
350
|
desired_abstract_status_board_map[key] = Service(
|
351
|
+
id=None,
|
357
352
|
name=slo.name,
|
358
353
|
fullname=key,
|
359
354
|
metadata=metadata,
|
360
355
|
application=desired_abstract_status_board_map[
|
361
|
-
f"{
|
356
|
+
f"{product_name}/{app}"
|
362
357
|
],
|
363
358
|
)
|
364
359
|
|
@@ -382,7 +377,6 @@ class StatusBoardExporterIntegration(QontractReconcileIntegration):
|
|
382
377
|
def get_diff(
|
383
378
|
desired_abstract_status_board_map: Mapping[str, AbstractStatusBoard],
|
384
379
|
current_abstract_status_board_map: Mapping[str, AbstractStatusBoard],
|
385
|
-
current_products: Mapping[str, Product],
|
386
380
|
) -> list[StatusBoardHandler]:
|
387
381
|
return_list: list[StatusBoardHandler] = []
|
388
382
|
|
@@ -391,6 +385,9 @@ class StatusBoardExporterIntegration(QontractReconcileIntegration):
|
|
391
385
|
desired_abstract_status_board_map,
|
392
386
|
)
|
393
387
|
|
388
|
+
for pair in chain(diff_result.identical.values(), diff_result.change.values()):
|
389
|
+
pair.desired.id = pair.current.id
|
390
|
+
|
394
391
|
return_list.extend(
|
395
392
|
StatusBoardHandler(action=Action.create, status_board_object=o)
|
396
393
|
for o in diff_result.add.values()
|
@@ -460,14 +457,9 @@ class StatusBoardExporterIntegration(QontractReconcileIntegration):
|
|
460
457
|
current_abstract_status_board_map = self.current_abstract_status_board_map(
|
461
458
|
current_products_applications_services
|
462
459
|
)
|
463
|
-
|
464
|
-
current_products = {
|
465
|
-
p.name: p for p in current_products_applications_services
|
466
|
-
}
|
467
460
|
diff = self.get_diff(
|
468
461
|
desired_abstract_status_board_map,
|
469
462
|
current_abstract_status_board_map,
|
470
|
-
current_products,
|
471
463
|
)
|
472
464
|
|
473
465
|
self.apply_diff(dry_run, ocm_api, diff)
|
{qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/utils/ocm/ocm.py
RENAMED
@@ -337,62 +337,6 @@ class OCM: # pylint: disable=too-many-public-methods
|
|
337
337
|
aws_infrastructure_access_role_grant_id = rg["id"]
|
338
338
|
self._delete(f"{api}/{aws_infrastructure_access_role_grant_id}")
|
339
339
|
|
340
|
-
def get_github_idp_teams(self, cluster):
|
341
|
-
"""Returns a list of details of GitHub IDP providers
|
342
|
-
|
343
|
-
:param cluster: cluster name
|
344
|
-
|
345
|
-
:type cluster: string
|
346
|
-
"""
|
347
|
-
result_idps = []
|
348
|
-
cluster_id = self.cluster_ids.get(cluster)
|
349
|
-
if not cluster_id:
|
350
|
-
return result_idps
|
351
|
-
api = f"{CS_API_BASE}/v1/clusters/{cluster_id}/identity_providers"
|
352
|
-
idps = self._get_json(api).get("items")
|
353
|
-
if not idps:
|
354
|
-
return result_idps
|
355
|
-
|
356
|
-
for idp in idps:
|
357
|
-
if idp["type"] != "GithubIdentityProvider":
|
358
|
-
continue
|
359
|
-
idp_name = idp["name"]
|
360
|
-
idp_github = idp["github"]
|
361
|
-
|
362
|
-
item = {
|
363
|
-
"id": idp["id"],
|
364
|
-
"cluster": cluster,
|
365
|
-
"name": idp_name,
|
366
|
-
"client_id": idp_github["client_id"],
|
367
|
-
"teams": idp_github.get("teams"),
|
368
|
-
}
|
369
|
-
result_idps.append(item)
|
370
|
-
return result_idps
|
371
|
-
|
372
|
-
def create_github_idp_teams(self, spec):
|
373
|
-
"""Creates a new GitHub IDP
|
374
|
-
|
375
|
-
:param cluster: cluster name
|
376
|
-
:param spec: required information for idp creation
|
377
|
-
|
378
|
-
:type cluster: string
|
379
|
-
:type spec: dictionary
|
380
|
-
"""
|
381
|
-
cluster = spec["cluster"]
|
382
|
-
cluster_id = self.cluster_ids[cluster]
|
383
|
-
api = f"{CS_API_BASE}/v1/clusters/{cluster_id}/identity_providers"
|
384
|
-
payload = {
|
385
|
-
"type": "GithubIdentityProvider",
|
386
|
-
"mapping_method": "add",
|
387
|
-
"name": spec["name"],
|
388
|
-
"github": {
|
389
|
-
"client_id": spec["client_id"],
|
390
|
-
"client_secret": spec["client_secret"],
|
391
|
-
"teams": spec["teams"],
|
392
|
-
},
|
393
|
-
}
|
394
|
-
self._post(api, payload)
|
395
|
-
|
396
340
|
def get_kubeconfig(self, cluster: str) -> str | None:
|
397
341
|
"""Returns the cluster credentials (kubeconfig)
|
398
342
|
|
@@ -1,117 +0,0 @@
|
|
1
|
-
import logging
|
2
|
-
import sys
|
3
|
-
from collections.abc import Mapping
|
4
|
-
from typing import Any
|
5
|
-
|
6
|
-
from reconcile import queries
|
7
|
-
from reconcile.status import ExitCodes
|
8
|
-
from reconcile.utils.disabled_integrations import integration_is_enabled
|
9
|
-
from reconcile.utils.ocm import OCMMap
|
10
|
-
from reconcile.utils.secret_reader import SecretReader
|
11
|
-
|
12
|
-
QONTRACT_INTEGRATION = "ocm-github-idp"
|
13
|
-
|
14
|
-
|
15
|
-
def fetch_current_state(clusters, settings):
|
16
|
-
current_state = []
|
17
|
-
ocm_map = OCMMap(
|
18
|
-
clusters=clusters, integration=QONTRACT_INTEGRATION, settings=settings
|
19
|
-
)
|
20
|
-
|
21
|
-
for cluster_info in clusters:
|
22
|
-
cluster = cluster_info["name"]
|
23
|
-
ocm = ocm_map.get(cluster)
|
24
|
-
idps = ocm.get_github_idp_teams(cluster)
|
25
|
-
current_state.extend(idps)
|
26
|
-
|
27
|
-
return ocm_map, current_state
|
28
|
-
|
29
|
-
|
30
|
-
def fetch_desired_state(clusters, vault_input_path, settings):
|
31
|
-
desired_state = []
|
32
|
-
error = False
|
33
|
-
secret_reader = SecretReader(settings=settings)
|
34
|
-
for cluster_info in clusters:
|
35
|
-
cluster = cluster_info["name"]
|
36
|
-
for auth in cluster_info["auth"]:
|
37
|
-
if auth["service"] != "github-org-team":
|
38
|
-
continue
|
39
|
-
|
40
|
-
org = auth["org"]
|
41
|
-
team = auth["team"]
|
42
|
-
secret = {
|
43
|
-
"path": f"{vault_input_path}/{QONTRACT_INTEGRATION}/{auth['service']}/{org}/{team}"
|
44
|
-
}
|
45
|
-
try:
|
46
|
-
oauth_data = secret_reader.read_all(secret)
|
47
|
-
client_id = oauth_data["client-id"]
|
48
|
-
client_secret = oauth_data["client-secret"]
|
49
|
-
except Exception:
|
50
|
-
logging.error(f"unable to read secret in path {secret['path']}")
|
51
|
-
error = True
|
52
|
-
continue
|
53
|
-
item = {
|
54
|
-
"cluster": cluster,
|
55
|
-
"name": f"github-{org}",
|
56
|
-
"client_id": client_id,
|
57
|
-
"client_secret": client_secret,
|
58
|
-
"teams": [f"{org}/{team}"],
|
59
|
-
}
|
60
|
-
desired_state.append(item)
|
61
|
-
|
62
|
-
return desired_state, error
|
63
|
-
|
64
|
-
|
65
|
-
def sanitize(state):
|
66
|
-
return {k: v for k, v in state.items() if k not in {"client_secret", "id"}}
|
67
|
-
|
68
|
-
|
69
|
-
def act(dry_run, ocm_map, current_state, desired_state):
|
70
|
-
sanitized_current_state = [sanitize(d) for d in current_state]
|
71
|
-
sanitized_desired_state = [sanitize(d) for d in desired_state]
|
72
|
-
to_add = [d for d in desired_state if sanitize(d) not in sanitized_current_state]
|
73
|
-
for item in to_add:
|
74
|
-
cluster = item["cluster"]
|
75
|
-
idp_name = item["name"]
|
76
|
-
team = item["teams"][0]
|
77
|
-
logging.info(["create_github_idp", cluster, idp_name, team])
|
78
|
-
|
79
|
-
if not dry_run:
|
80
|
-
ocm = ocm_map.get(cluster)
|
81
|
-
ocm.create_github_idp_teams(item)
|
82
|
-
|
83
|
-
to_remove = [d for d in current_state if sanitize(d) not in sanitized_desired_state]
|
84
|
-
for item in to_remove:
|
85
|
-
cluster = item["cluster"]
|
86
|
-
idp_name = item["name"]
|
87
|
-
team = item["teams"][0]
|
88
|
-
logging.info(["remove_github_idp", cluster, idp_name, team])
|
89
|
-
|
90
|
-
if not dry_run:
|
91
|
-
ocm = ocm_map.get(cluster)
|
92
|
-
ocm.delete_idp(cluster, item["id"])
|
93
|
-
|
94
|
-
|
95
|
-
def _cluster_is_compatible(cluster: Mapping[str, Any]) -> bool:
|
96
|
-
return cluster.get("ocm") is not None and cluster.get("auth") is not None
|
97
|
-
|
98
|
-
|
99
|
-
def run(dry_run, vault_input_path=""):
|
100
|
-
if not vault_input_path:
|
101
|
-
logging.error("must supply vault input path")
|
102
|
-
sys.exit(1)
|
103
|
-
settings = queries.get_app_interface_settings()
|
104
|
-
clusters = [
|
105
|
-
c
|
106
|
-
for c in queries.get_clusters()
|
107
|
-
if integration_is_enabled(QONTRACT_INTEGRATION, c) and _cluster_is_compatible(c)
|
108
|
-
]
|
109
|
-
if not clusters:
|
110
|
-
logging.debug("No github-idp definitions found in app-interface")
|
111
|
-
sys.exit(ExitCodes.SUCCESS)
|
112
|
-
|
113
|
-
ocm_map, current_state = fetch_current_state(clusters, settings)
|
114
|
-
desired_state, error = fetch_desired_state(clusters, vault_input_path, settings)
|
115
|
-
if error:
|
116
|
-
sys.exit(1)
|
117
|
-
act(dry_run, ocm_map, current_state, desired_state)
|
File without changes
|
{qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/acs_policies.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aus/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aus/healthchecks.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aus/metrics.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aus/models.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aus/upgrades.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_ami_share.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/aws_iam_keys.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/checkpoint.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/dashdotdb_base.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/dashdotdb_cso.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/dashdotdb_dora.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/dashdotdb_dvo.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/dashdotdb_slo.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev247 → qontract_reconcile-0.10.2.dev249}/reconcile/deadmanssnitch.py
RENAMED
File without changes
|
File without changes
|