qontract-reconcile 0.10.2.dev503__tar.gz → 0.10.2.dev505__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.dev503 → qontract_reconcile-0.10.2.dev505}/PKG-INFO +1 -4
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/README.md +0 -3
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/cli.py +0 -108
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/saasherder_settings.py +10 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/integrations/integrations.py +1 -31
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/introspection.json +0 -220
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/integrations_manager.py +0 -2
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_saas_deploy.py +8 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/external_resource_spec.py +1 -2
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/runtime/sharding.py +0 -80
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/saasherder/interfaces.py +1 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/saasherder/models.py +8 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/saasherder/saasherder.py +79 -1
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/cli_commands/systems_and_tools.py +0 -23
- qontract_reconcile-0.10.2.dev503/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -62
- qontract_reconcile-0.10.2.dev503/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -193
- qontract_reconcile-0.10.2.dev503/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -127
- qontract_reconcile-0.10.2.dev503/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -359
- qontract_reconcile-0.10.2.dev503/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -62
- qontract_reconcile-0.10.2.dev503/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -139
- qontract_reconcile-0.10.2.dev503/reconcile/terraform_cloudflare_dns.py +0 -379
- qontract_reconcile-0.10.2.dev503/reconcile/terraform_cloudflare_resources.py +0 -445
- qontract_reconcile-0.10.2.dev503/reconcile/terraform_cloudflare_users.py +0 -374
- qontract_reconcile-0.10.2.dev503/reconcile/typed_queries/cloudflare.py +0 -10
- qontract_reconcile-0.10.2.dev503/reconcile/utils/terrascript/cloudflare_client.py +0 -310
- qontract_reconcile-0.10.2.dev503/reconcile/utils/terrascript/cloudflare_resources.py +0 -432
- qontract_reconcile-0.10.2.dev503/reconcile/utils/terrascript/models.py +0 -26
- qontract_reconcile-0.10.2.dev503/reconcile/utils/terrascript/resources.py +0 -43
- qontract_reconcile-0.10.2.dev503/tools/cli_commands/cost_report/__init__.py +0 -0
- qontract_reconcile-0.10.2.dev503/tools/saas_metrics_exporter/__init__.py +0 -0
- qontract_reconcile-0.10.2.dev503/tools/saas_metrics_exporter/commit_distance/__init__.py +0 -0
- qontract_reconcile-0.10.2.dev503/tools/saas_promotion_state/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/pyproject.toml +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aus/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aus/advanced_upgrade_service.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aus/aus_label_source.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aus/aus_sts_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aus/base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aus/cluster_version_data.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aus/healthchecks.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aus/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aus/models.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aus/node_pool_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aus/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aus/version_gate_approver.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aus/version_gates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aus/version_gates/handler.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/automated_actions/config/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/automated_actions/config/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aws_account_manager/README.md +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aws_account_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aws_account_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aws_account_manager/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aws_account_manager/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aws_ami_cleanup/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aws_ami_share.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aws_cloudwatch_log_retention/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aws_iam_keys.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aws_iam_password_reset.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aws_saml_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aws_saml_roles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aws_support_cases_sos.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aws_version_sync/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/aws_version_sync/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/change_owners/README.md +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/change_owners/approver.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/change_owners/bundle.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/change_owners/change_log_tracking.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/change_owners/change_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/change_owners/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/change_owners/changes.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/change_owners/decision.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/change_owners/diff.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/change_owners/implicit_ownership.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/change_owners/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/change_owners/tester.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/checkpoint.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/cluster_auth_rhidp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/cluster_deployment_mapper.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/dashdotdb_base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/dashdotdb_dora.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/dashdotdb_dvo.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/dashdotdb_slo.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/deadmanssnitch.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/dynatrace_token_provider/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/dynatrace_token_provider/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/dynatrace_token_provider/model.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/dynatrace_token_provider/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/dynatrace_token_provider/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/email_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/endpoints_discovery/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/endpoints_discovery/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/external_resources/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/external_resources/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/external_resources/factories.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/external_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/external_resources/integration_secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/external_resources/manager.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/external_resources/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/external_resources/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/external_resources/model.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/external_resources/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/external_resources/secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/external_resources/state.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/fleet_labeler/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/fleet_labeler/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/fleet_labeler/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/fleet_labeler/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/fleet_labeler/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/fleet_labeler/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/fleet_labeler/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/fleet_labeler/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gabi_authorized_users.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gcp_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/github_org.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/github_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/github_repo_invites.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/github_repo_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/github_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gitlab_fork_compliance.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gitlab_housekeeping.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gitlab_labeler.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gitlab_members.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gitlab_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gitlab_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gitlab_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/glitchtip/README.md +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/glitchtip/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/glitchtip/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/glitchtip_project_alerts/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/glitchtip_project_dsn/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/users.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/automated_actions/instance.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/app_interface_clusterrole.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/app_interface_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/quay_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/users.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/common/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/email_sender/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/email_sender/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/email_sender/emails.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/email_sender/users.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/endpoints_discovery/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/external_resources/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/external_resources/fragments/external_resources_module_overrides.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fleet_labeler/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/aws_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/container_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/deploy_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/disable.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/email_service.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/email_user.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/saas_slo_document.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/user.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/gcp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/gcp/gcp_docker_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/gcp/gcp_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/gitlab_members/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/jenkins_configs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/jira/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/jira_permissions_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/jumphosts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/maintenance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/openshift_cluster_bots/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/openshift_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/openshift_serviceaccount_tokens/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/quay_membership/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/rhcs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/rhcs/certs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/rhcs/openshift_resource_rhcs_cert.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/service_dependencies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/sharding/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/slack_usergroups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/slack_usergroups_api/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/slack_usergroups_api/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/slack_usergroups_api/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/slack_usergroups_api/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/slack_usergroups_api/users.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/slo_documents/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/status_board/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/status_board/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/templating/template_collection.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/templating/templates.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/gql_definitions/terraform_cloudflare_dns → qontract_reconcile-0.10.2.dev505/reconcile/gql_definitions/terraform_init}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/gql_definitions/terraform_cloudflare_resources → qontract_reconcile-0.10.2.dev505/reconcile/gql_definitions/terraform_repo}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/gql_definitions/terraform_cloudflare_users → qontract_reconcile-0.10.2.dev505/reconcile/gql_definitions/terraform_resources}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/gql_definitions/terraform_init → qontract_reconcile-0.10.2.dev505/reconcile/gql_definitions/terraform_tgw_attachments}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/gql_definitions/terraform_repo → qontract_reconcile-0.10.2.dev505/reconcile/gql_definitions/unleash_feature_toggles}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/gql_definitions/terraform_resources → qontract_reconcile-0.10.2.dev505/reconcile/gql_definitions/vault_instances}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/gql_definitions/terraform_tgw_attachments → qontract_reconcile-0.10.2.dev505/reconcile/gql_definitions/vault_policies}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/gql_definitions/unleash_feature_toggles → qontract_reconcile-0.10.2.dev505/reconcile/gql_definitions/vpc_peerings_validator}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/jenkins_base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/jenkins_job_builder.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/jenkins_job_builds_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/jenkins_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/jenkins_webhooks.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/jenkins_webhooks_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/jenkins_worker_fleets.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/jira_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/gql_definitions/vault_instances → qontract_reconcile-0.10.2.dev505/reconcile/ldap_groups}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/ldap_groups/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/ldap_users.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/mr_client_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/gql_definitions/vault_policies → qontract_reconcile-0.10.2.dev505/reconcile/ocm}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/ocm/types.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/ocm_additional_routers.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/ocm_addons.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/ocm_aws_infrastructure_access.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/ocm_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/ocm_external_configuration_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/ocm_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/gql_definitions/vpc_peerings_validator → qontract_reconcile-0.10.2.dev505/reconcile/ocm_internal_notifications}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/ocm_internal_notifications/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/ldap_groups → qontract_reconcile-0.10.2.dev505/reconcile/ocm_labels}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/ocm_labels/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/ocm_machine_pools.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/ocm_upgrade_scheduler_org_updater.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_base.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/ocm → qontract_reconcile-0.10.2.dev505/reconcile/openshift_bindings}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_bindings/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_bindings/models.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_bindings/openshift_clusterrolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_bindings/openshift_rolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_bindings/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_cluster_bots.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_limitranges.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_namespace_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_network_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_prometheus_rules.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_resourcequotas.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_resources_base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_rhcs_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_routes.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_serviceaccount_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_tekton_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_upgrade_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_users.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/openshift_vault_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/ocm_internal_notifications → qontract_reconcile-0.10.2.dev505/reconcile/oum}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/oum/base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/oum/labelset.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/oum/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/oum/models.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/oum/providers.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/oum/standalone.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/ocm_labels → qontract_reconcile-0.10.2.dev505/reconcile/prometheus_rules_tester}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/prometheus_rules_tester/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/quay_base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/quay_mirror_org.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/quay_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/quay_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/queries.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/query_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/requests_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/resource_scraper.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/resource_template_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/openshift_bindings → qontract_reconcile-0.10.2.dev505/reconcile/rhidp}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/rhidp/common.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/rhidp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/oum → qontract_reconcile-0.10.2.dev505/reconcile/rhidp/ocm_oidc_idp}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/prometheus_rules_tester → qontract_reconcile-0.10.2.dev505/reconcile/rhidp/sso_client}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/rhidp/sso_client/base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/rhidp/sso_client/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/rhidp/sso_client/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/run_integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/rhidp → qontract_reconcile-0.10.2.dev505/reconcile/saas_auto_promotions_manager}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/saas_auto_promotions_manager/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/rhidp/ocm_oidc_idp → qontract_reconcile-0.10.2.dev505/reconcile/saas_auto_promotions_manager/merge_request_manager}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/rhidp/sso_client → qontract_reconcile-0.10.2.dev505/reconcile/saas_auto_promotions_manager/utils}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/saas_file_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/sendgrid_teammates.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/signalfx_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/saas_auto_promotions_manager → qontract_reconcile-0.10.2.dev505/reconcile/skupper_network}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/skupper_network/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/skupper_network/models.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/skupper_network/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/skupper_network/site_controller.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/slack_base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/slack_usergroups.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/slack_usergroups_api.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/sql_query.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/status.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/saas_auto_promotions_manager/merge_request_manager → qontract_reconcile-0.10.2.dev505/reconcile/statuspage}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/statuspage/atlassian.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/statuspage/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/saas_auto_promotions_manager/utils → qontract_reconcile-0.10.2.dev505/reconcile/statuspage/integrations}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/statuspage/integrations/components.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/statuspage/integrations/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/statuspage/page.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/statuspage/state.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/statuspage/status.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/skupper_network → qontract_reconcile-0.10.2.dev505/reconcile/templates}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/templates/aws_access_key_email.j2 +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/templates/email.yml.j2 +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/statuspage → qontract_reconcile-0.10.2.dev505/reconcile/templating}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/statuspage/integrations → qontract_reconcile-0.10.2.dev505/reconcile/templating/lib}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/templating/lib/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/templating/lib/model.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/templating/lib/rendering.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/templating/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/templating/validator.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/terraform_aws_route53.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/templates → qontract_reconcile-0.10.2.dev505/reconcile/terraform_init}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/terraform_init/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/terraform_init/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/terraform_init/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/terraform_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/terraform_tgw_attachments.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/terraform_users.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/terraform_vpc_peerings.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/templating → qontract_reconcile-0.10.2.dev505/reconcile/terraform_vpc_resources}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/terraform_vpc_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/app_interface_clusterroles.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/templating/lib → qontract_reconcile-0.10.2.dev505/reconcile/typed_queries/app_interface_metrics_exporter}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/app_interface_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/aws_account_tags.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/terraform_init → qontract_reconcile-0.10.2.dev505/reconcile/typed_queries/cost_report}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/dynatrace.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/dynatrace_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/get_state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/glitchtip.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/jenkins.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/jira.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/quay.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/repos.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/slack.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/smtp.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/terraform_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/terraform_vpc_resources → qontract_reconcile-0.10.2.dev505/reconcile/typed_queries/terraform_tgw_attachments}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/unleash.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/users.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/typed_queries/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/typed_queries/app_interface_metrics_exporter → qontract_reconcile-0.10.2.dev505/reconcile/unleash_feature_toggles}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/unleash_feature_toggles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/typed_queries/cost_report → qontract_reconcile-0.10.2.dev505/reconcile/utils}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/typed_queries/terraform_tgw_attachments → qontract_reconcile-0.10.2.dev505/reconcile/utils/acs}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/acs/base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/acs/policies.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/acs/rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/aggregated_list.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/amtool.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/aws_api.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/unleash_feature_toggles → qontract_reconcile-0.10.2.dev505/reconcile/utils/aws_api_typed}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/aws_api_typed/account.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/aws_api_typed/api.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/aws_api_typed/cloudformation.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/aws_api_typed/iam.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/aws_api_typed/logs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/aws_api_typed/organization.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/aws_api_typed/s3.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/aws_api_typed/sts.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/aws_api_typed/support.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/aws_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/batches.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/binary.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/utils → qontract_reconcile-0.10.2.dev505/reconcile/utils/cloud_resource_best_practice}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/utils/acs → qontract_reconcile-0.10.2.dev505/reconcile/utils/clusterhealth}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/clusterhealth/providerbase.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/clusterhealth/telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/config.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/datetime_util.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/deadmanssnitch_api.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/defer.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/differ.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/disabled_integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/dnsutils.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/utils/aws_api_typed → qontract_reconcile-0.10.2.dev505/reconcile/utils/dynatrace}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/dynatrace/client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/early_exit_cache.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/elasticsearch_exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/environ.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/expiration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/extended_early_exit.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/filtering.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/git.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/gitlab_api.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/glitchtip/client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/glitchtip/models.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/gpg.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/gql.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/grouping.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/helm.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/helpers.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/imap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/instrumented_wrappers.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/utils/cloud_resource_best_practice → qontract_reconcile-0.10.2.dev505/reconcile/utils/internal_groups}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/internal_groups/client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/internal_groups/models.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/jenkins_api.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/utils/clusterhealth → qontract_reconcile-0.10.2.dev505/reconcile/utils/jinja2}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/jinja2/extensions.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/jinja2/filters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/jinja2/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/jira_client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/jjb_client.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/utils/dynatrace → qontract_reconcile-0.10.2.dev505/reconcile/utils/jobcontroller}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/jobcontroller/controller.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/jobcontroller/models.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/json.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/jsonpath.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/jump_host.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/keycloak.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/ldap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/lean_terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/make.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/utils/internal_groups → qontract_reconcile-0.10.2.dev505/reconcile/utils/membershipsources}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/membershipsources/models.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/membershipsources/resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/utils/jinja2 → qontract_reconcile-0.10.2.dev505/reconcile/utils/merge_request_manager}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/merge_request_manager/parser.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/models.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/mr/README.md +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/mr/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/mr/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/mr/app_sre_tekton_access_report.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/mr/aws_access.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/mr/base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/mr/clusters_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/mr/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/mr/notificator.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/mr/promote_qontract.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/mr/update_access_report_base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/mr/user_maintenance.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/oauth2_backend_application_session.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/oc.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/oc_connection_parameters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/oc_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/oc_map.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/ocm/addons.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/ocm/base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/ocm/cluster_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/ocm/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/ocm/identity_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/ocm/label_sources.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/ocm/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/ocm/manifests.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/ocm/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/ocm/products.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/ocm/search_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/ocm/service_log.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/ocm/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/ocm/subscriptions.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/ocm/syncsets.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/ocm/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/ocm_base_client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/openshift_resource.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/openssl.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/output.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/pagerduty_api.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/parse_dhms_duration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/password_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/prometheus.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/promtool.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/quay_api.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/raw_github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/repo_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/rest_api_base.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/rhcsv2_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/utils/jobcontroller → qontract_reconcile-0.10.2.dev505/reconcile/utils/rosa}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/rosa/rosa_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/rosa/session.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/ruamel.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/runtime/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/runtime/desired_state_diff.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/runtime/environment.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/runtime/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/runtime/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/runtime/runner.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/saasherder/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/secret_reader.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/semver_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/slack_api.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/slo_document_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/sloth.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/smtp_client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/sqs_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/state.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/structs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/terraform/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/terraform/config.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/terraform/config_client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/terrascript_aws_client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/three_way_diff_strategy.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/throughput.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/unleash/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/unleash/client.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/unleash/server.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/utils/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/vault_replication.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/reconcile/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/utils/membershipsources → qontract_reconcile-0.10.2.dev505/tools}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/alert_report.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/app_interface_metrics_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/app_sre_tekton_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/app_sre_tekton_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/utils/merge_request_manager → qontract_reconcile-0.10.2.dev505/tools/cli_commands}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/cli_commands/container_images_report.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/utils/rosa → qontract_reconcile-0.10.2.dev505/tools/cli_commands/cost_report}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/cli_commands/cost_report/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/cli_commands/cost_report/model.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/cli_commands/cost_report/openshift.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/cli_commands/cost_report/response.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/cli_commands/cost_report/util.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/cli_commands/cost_report/view.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/cli_commands/erv2.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/cli_commands/gpg_encrypt.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/glitchtip_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/qontract_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev503/reconcile/utils/terrascript → qontract_reconcile-0.10.2.dev505/tools/saas_metrics_exporter}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503/tools → qontract_reconcile-0.10.2.dev505/tools/saas_metrics_exporter/commit_distance}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/saas_metrics_exporter/commit_distance/channel.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/saas_metrics_exporter/main.py +0 -0
- {qontract_reconcile-0.10.2.dev503/tools/cli_commands → qontract_reconcile-0.10.2.dev505/tools/saas_promotion_state}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/saas_promotion_state/saas_promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/sre_checkpoints/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/tools/sre_checkpoints/util.py +0 -0
- {qontract_reconcile-0.10.2.dev503 → qontract_reconcile-0.10.2.dev505}/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.dev505
|
|
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
|
|
@@ -302,9 +302,6 @@ OpenShift templates can be found [here](/openshift/qontract-reconcile.yaml). In
|
|
|
302
302
|
template-validator Test app-interface templates.
|
|
303
303
|
terraform-aws-route53 Manage AWS Route53 resources using
|
|
304
304
|
Terraform.
|
|
305
|
-
terraform-cloudflare-dns Manage Cloudflare DNS using Terraform.
|
|
306
|
-
terraform-cloudflare-resources Manage Cloudflare Resources using Terraform.
|
|
307
|
-
terraform-cloudflare-users Manage Cloudflare Users using Terraform.
|
|
308
305
|
terraform-init Initialize AWS accounts for Terraform usage.
|
|
309
306
|
terraform-repo Manages raw HCL Terraform from a separate
|
|
310
307
|
repository.
|
|
@@ -235,9 +235,6 @@ OpenShift templates can be found [here](/openshift/qontract-reconcile.yaml). In
|
|
|
235
235
|
template-validator Test app-interface templates.
|
|
236
236
|
terraform-aws-route53 Manage AWS Route53 resources using
|
|
237
237
|
Terraform.
|
|
238
|
-
terraform-cloudflare-dns Manage Cloudflare DNS using Terraform.
|
|
239
|
-
terraform-cloudflare-resources Manage Cloudflare Resources using Terraform.
|
|
240
|
-
terraform-cloudflare-users Manage Cloudflare Users using Terraform.
|
|
241
238
|
terraform-init Initialize AWS accounts for Terraform usage.
|
|
242
239
|
terraform-repo Manages raw HCL Terraform from a separate
|
|
243
240
|
repository.
|
|
@@ -364,12 +364,6 @@ def account_name(function: Callable) -> Callable:
|
|
|
364
364
|
return function
|
|
365
365
|
|
|
366
366
|
|
|
367
|
-
def cloudflare_zone_name(function: Callable) -> Callable:
|
|
368
|
-
function = click.option("--zone-name", default=None)(function)
|
|
369
|
-
|
|
370
|
-
return function
|
|
371
|
-
|
|
372
|
-
|
|
373
367
|
def account_name_multiple(function: Callable) -> Callable:
|
|
374
368
|
"""This option can be used when more than one account needs to be passed as argument"""
|
|
375
369
|
function = click.option(
|
|
@@ -2337,108 +2331,6 @@ def terraform_resources(
|
|
|
2337
2331
|
)
|
|
2338
2332
|
|
|
2339
2333
|
|
|
2340
|
-
@integration.command(short_help="Manage Cloudflare Resources using Terraform.")
|
|
2341
|
-
@print_to_file
|
|
2342
|
-
@enable_deletion(default=False)
|
|
2343
|
-
@threaded()
|
|
2344
|
-
@binary(["terraform"])
|
|
2345
|
-
@binary_version("terraform", ["version"], TERRAFORM_VERSION_REGEX, TERRAFORM_VERSION)
|
|
2346
|
-
@account_name
|
|
2347
|
-
@vault_output_path
|
|
2348
|
-
@use_jump_host()
|
|
2349
|
-
@internal()
|
|
2350
|
-
@click.pass_context
|
|
2351
|
-
def terraform_cloudflare_resources(
|
|
2352
|
-
ctx: click.Context,
|
|
2353
|
-
print_to_file: str | None,
|
|
2354
|
-
enable_deletion: bool,
|
|
2355
|
-
thread_pool_size: int,
|
|
2356
|
-
account_name: str | None,
|
|
2357
|
-
vault_output_path: str,
|
|
2358
|
-
internal: bool,
|
|
2359
|
-
use_jump_host: bool,
|
|
2360
|
-
) -> None:
|
|
2361
|
-
import reconcile.terraform_cloudflare_resources
|
|
2362
|
-
|
|
2363
|
-
run_integration(
|
|
2364
|
-
reconcile.terraform_cloudflare_resources,
|
|
2365
|
-
ctx,
|
|
2366
|
-
print_to_file,
|
|
2367
|
-
enable_deletion,
|
|
2368
|
-
thread_pool_size,
|
|
2369
|
-
account_name,
|
|
2370
|
-
vault_output_path,
|
|
2371
|
-
internal,
|
|
2372
|
-
use_jump_host,
|
|
2373
|
-
)
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
@integration.command(short_help="Manage Cloudflare DNS using Terraform.")
|
|
2377
|
-
@print_to_file
|
|
2378
|
-
@enable_deletion(default=False)
|
|
2379
|
-
@threaded()
|
|
2380
|
-
@binary(["terraform"])
|
|
2381
|
-
@binary_version("terraform", ["version"], TERRAFORM_VERSION_REGEX, TERRAFORM_VERSION)
|
|
2382
|
-
@account_name
|
|
2383
|
-
@cloudflare_zone_name
|
|
2384
|
-
@click.pass_context
|
|
2385
|
-
def terraform_cloudflare_dns(
|
|
2386
|
-
ctx: click.Context,
|
|
2387
|
-
print_to_file: str | None,
|
|
2388
|
-
enable_deletion: bool,
|
|
2389
|
-
thread_pool_size: int,
|
|
2390
|
-
account_name: str | None,
|
|
2391
|
-
zone_name: str | None,
|
|
2392
|
-
) -> None:
|
|
2393
|
-
from reconcile import terraform_cloudflare_dns
|
|
2394
|
-
|
|
2395
|
-
run_class_integration(
|
|
2396
|
-
integration=terraform_cloudflare_dns.TerraformCloudflareDNSIntegration(
|
|
2397
|
-
terraform_cloudflare_dns.TerraformCloudflareDNSIntegrationParams(
|
|
2398
|
-
print_to_file=print_to_file,
|
|
2399
|
-
enable_deletion=enable_deletion,
|
|
2400
|
-
thread_pool_size=thread_pool_size,
|
|
2401
|
-
selected_account=account_name,
|
|
2402
|
-
selected_zone=zone_name,
|
|
2403
|
-
)
|
|
2404
|
-
),
|
|
2405
|
-
ctx=ctx,
|
|
2406
|
-
)
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
@integration.command(short_help="Manage Cloudflare Users using Terraform.")
|
|
2410
|
-
@print_to_file
|
|
2411
|
-
@binary(["terraform"])
|
|
2412
|
-
@threaded()
|
|
2413
|
-
@binary_version("terraform", ["version"], TERRAFORM_VERSION_REGEX, TERRAFORM_VERSION)
|
|
2414
|
-
@account_name
|
|
2415
|
-
@enable_deletion(default=True)
|
|
2416
|
-
@click.pass_context
|
|
2417
|
-
def terraform_cloudflare_users(
|
|
2418
|
-
ctx: click.Context,
|
|
2419
|
-
print_to_file: str | None,
|
|
2420
|
-
account_name: str | None,
|
|
2421
|
-
thread_pool_size: int,
|
|
2422
|
-
enable_deletion: bool,
|
|
2423
|
-
) -> None:
|
|
2424
|
-
from reconcile.terraform_cloudflare_users import (
|
|
2425
|
-
TerraformCloudflareUsers,
|
|
2426
|
-
TerraformCloudflareUsersParams,
|
|
2427
|
-
)
|
|
2428
|
-
|
|
2429
|
-
run_class_integration(
|
|
2430
|
-
TerraformCloudflareUsers(
|
|
2431
|
-
TerraformCloudflareUsersParams(
|
|
2432
|
-
print_to_file=print_to_file,
|
|
2433
|
-
account_name=account_name,
|
|
2434
|
-
thread_pool_size=thread_pool_size,
|
|
2435
|
-
enable_deletion=enable_deletion,
|
|
2436
|
-
)
|
|
2437
|
-
),
|
|
2438
|
-
ctx,
|
|
2439
|
-
)
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
2334
|
@integration.command(short_help="Manage auto-promotions defined in SaaS files")
|
|
2443
2335
|
@threaded()
|
|
2444
2336
|
@click.option("--env-name", default=None, help="environment to filter saas files by")
|
|
@@ -23,6 +23,10 @@ query SaasherderSettings {
|
|
|
23
23
|
settings: app_interface_settings_v1 {
|
|
24
24
|
repoUrl
|
|
25
25
|
hashLength
|
|
26
|
+
imagePatternsBlockRules {
|
|
27
|
+
environmentLabelSelector
|
|
28
|
+
imagePatterns
|
|
29
|
+
}
|
|
26
30
|
}
|
|
27
31
|
}
|
|
28
32
|
"""
|
|
@@ -34,9 +38,15 @@ class ConfiguredBaseModel(BaseModel):
|
|
|
34
38
|
)
|
|
35
39
|
|
|
36
40
|
|
|
41
|
+
class ImagePatternsBlockV1(ConfiguredBaseModel):
|
|
42
|
+
environment_label_selector: Json = Field(..., alias="environmentLabelSelector")
|
|
43
|
+
image_patterns: list[str] = Field(..., alias="imagePatterns")
|
|
44
|
+
|
|
45
|
+
|
|
37
46
|
class AppInterfaceSettingsV1(ConfiguredBaseModel):
|
|
38
47
|
repo_url: str = Field(..., alias="repoUrl")
|
|
39
48
|
hash_length: int = Field(..., alias="hashLength")
|
|
49
|
+
image_patterns_block_rules: Optional[list[ImagePatternsBlockV1]] = Field(..., alias="imagePatternsBlockRules")
|
|
40
50
|
|
|
41
51
|
|
|
42
52
|
class SaasherderSettingsQueryData(ConfiguredBaseModel):
|
|
@@ -174,20 +174,6 @@ query Integrations {
|
|
|
174
174
|
}
|
|
175
175
|
}
|
|
176
176
|
}
|
|
177
|
-
|
|
178
|
-
... on CloudflareDNSZoneSharding_v1 {
|
|
179
|
-
shardSpecOverrides {
|
|
180
|
-
shard {
|
|
181
|
-
zone
|
|
182
|
-
identifier
|
|
183
|
-
}
|
|
184
|
-
imageRef
|
|
185
|
-
disabled
|
|
186
|
-
resources {
|
|
187
|
-
...DeployResourcesFields
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
177
|
}
|
|
192
178
|
}
|
|
193
179
|
}
|
|
@@ -323,26 +309,10 @@ class AWSAccountShardingV1(IntegrationShardingV1):
|
|
|
323
309
|
shard_spec_overrides: Optional[list[AWSAccountShardSpecOverrideV1]] = Field(..., alias="shardSpecOverrides")
|
|
324
310
|
|
|
325
311
|
|
|
326
|
-
class CloudflareDnsZoneV1(ConfiguredBaseModel):
|
|
327
|
-
zone: str = Field(..., alias="zone")
|
|
328
|
-
identifier: str = Field(..., alias="identifier")
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
class CloudflareDNSZoneShardSpecOverrideV1(ConfiguredBaseModel):
|
|
332
|
-
shard: CloudflareDnsZoneV1 = Field(..., alias="shard")
|
|
333
|
-
image_ref: Optional[str] = Field(..., alias="imageRef")
|
|
334
|
-
disabled: Optional[bool] = Field(..., alias="disabled")
|
|
335
|
-
resources: Optional[DeployResourcesFields] = Field(..., alias="resources")
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
class CloudflareDNSZoneShardingV1(IntegrationShardingV1):
|
|
339
|
-
shard_spec_overrides: Optional[list[CloudflareDNSZoneShardSpecOverrideV1]] = Field(..., alias="shardSpecOverrides")
|
|
340
|
-
|
|
341
|
-
|
|
342
312
|
class IntegrationManagedV1(ConfiguredBaseModel):
|
|
343
313
|
namespace: NamespaceV1 = Field(..., alias="namespace")
|
|
344
314
|
spec: IntegrationSpecV1 = Field(..., alias="spec")
|
|
345
|
-
sharding: Optional[Union[StaticShardingV1, OpenshiftClusterShardingV1, OCMOrganizationShardingV1, AWSAccountShardingV1,
|
|
315
|
+
sharding: Optional[Union[StaticShardingV1, OpenshiftClusterShardingV1, OCMOrganizationShardingV1, AWSAccountShardingV1, IntegrationShardingV1]] = Field(..., alias="sharding")
|
|
346
316
|
|
|
347
317
|
|
|
348
318
|
class IntegrationV1(ConfiguredBaseModel):
|
|
@@ -4567,21 +4567,11 @@
|
|
|
4567
4567
|
"name": "QuayInstance_v1",
|
|
4568
4568
|
"ofType": null
|
|
4569
4569
|
},
|
|
4570
|
-
{
|
|
4571
|
-
"kind": "OBJECT",
|
|
4572
|
-
"name": "PermissionQuayOrgTeam_v1",
|
|
4573
|
-
"ofType": null
|
|
4574
|
-
},
|
|
4575
4570
|
{
|
|
4576
4571
|
"kind": "OBJECT",
|
|
4577
4572
|
"name": "AppEscalationPolicy_v1",
|
|
4578
4573
|
"ofType": null
|
|
4579
4574
|
},
|
|
4580
|
-
{
|
|
4581
|
-
"kind": "OBJECT",
|
|
4582
|
-
"name": "PermissionSlackUsergroup_v1",
|
|
4583
|
-
"ofType": null
|
|
4584
|
-
},
|
|
4585
4575
|
{
|
|
4586
4576
|
"kind": "OBJECT",
|
|
4587
4577
|
"name": "SlackWorkspace_v1",
|
|
@@ -4697,11 +4687,6 @@
|
|
|
4697
4687
|
"name": "AutomatedActionsInstance_v1",
|
|
4698
4688
|
"ofType": null
|
|
4699
4689
|
},
|
|
4700
|
-
{
|
|
4701
|
-
"kind": "OBJECT",
|
|
4702
|
-
"name": "PermissionAutomatedActions_v1",
|
|
4703
|
-
"ofType": null
|
|
4704
|
-
},
|
|
4705
4690
|
{
|
|
4706
4691
|
"kind": "OBJECT",
|
|
4707
4692
|
"name": "AWSVPC_v1",
|
|
@@ -4732,11 +4717,6 @@
|
|
|
4732
4717
|
"name": "VaultAuth_v1",
|
|
4733
4718
|
"ofType": null
|
|
4734
4719
|
},
|
|
4735
|
-
{
|
|
4736
|
-
"kind": "OBJECT",
|
|
4737
|
-
"name": "PermissionGithubOrgTeam_v1",
|
|
4738
|
-
"ofType": null
|
|
4739
|
-
},
|
|
4740
4720
|
{
|
|
4741
4721
|
"kind": "OBJECT",
|
|
4742
4722
|
"name": "VaultPolicy_v1",
|
|
@@ -4792,11 +4772,6 @@
|
|
|
4792
4772
|
"name": "UnleashProject_v1",
|
|
4793
4773
|
"ofType": null
|
|
4794
4774
|
},
|
|
4795
|
-
{
|
|
4796
|
-
"kind": "OBJECT",
|
|
4797
|
-
"name": "FeatureToggleUnleash_v1",
|
|
4798
|
-
"ofType": null
|
|
4799
|
-
},
|
|
4800
4775
|
{
|
|
4801
4776
|
"kind": "OBJECT",
|
|
4802
4777
|
"name": "ResourceTemplateTest_v1",
|
|
@@ -4882,95 +4857,10 @@
|
|
|
4882
4857
|
"name": "SaasResourceTemplateTargetReference_v2",
|
|
4883
4858
|
"ofType": null
|
|
4884
4859
|
},
|
|
4885
|
-
{
|
|
4886
|
-
"kind": "OBJECT",
|
|
4887
|
-
"name": "PipelinesProviderTekton_v1",
|
|
4888
|
-
"ofType": null
|
|
4889
|
-
},
|
|
4890
4860
|
{
|
|
4891
4861
|
"kind": "OBJECT",
|
|
4892
4862
|
"name": "PipelinesProviderTektonProviderDefaults_v1",
|
|
4893
4863
|
"ofType": null
|
|
4894
|
-
},
|
|
4895
|
-
{
|
|
4896
|
-
"kind": "OBJECT",
|
|
4897
|
-
"name": "OidcPermissionVault_v1",
|
|
4898
|
-
"ofType": null
|
|
4899
|
-
},
|
|
4900
|
-
{
|
|
4901
|
-
"kind": "OBJECT",
|
|
4902
|
-
"name": "OidcPermissionAcs_v1",
|
|
4903
|
-
"ofType": null
|
|
4904
|
-
},
|
|
4905
|
-
{
|
|
4906
|
-
"kind": "OBJECT",
|
|
4907
|
-
"name": "PermissionGithubOrg_v1",
|
|
4908
|
-
"ofType": null
|
|
4909
|
-
},
|
|
4910
|
-
{
|
|
4911
|
-
"kind": "OBJECT",
|
|
4912
|
-
"name": "PermissionJenkinsRole_v1",
|
|
4913
|
-
"ofType": null
|
|
4914
|
-
},
|
|
4915
|
-
{
|
|
4916
|
-
"kind": "OBJECT",
|
|
4917
|
-
"name": "PermissionGitlabGroupMembership_v1",
|
|
4918
|
-
"ofType": null
|
|
4919
|
-
},
|
|
4920
|
-
{
|
|
4921
|
-
"kind": "OBJECT",
|
|
4922
|
-
"name": "EndpointMonitoringProviderBlackboxExporter_v1",
|
|
4923
|
-
"ofType": null
|
|
4924
|
-
},
|
|
4925
|
-
{
|
|
4926
|
-
"kind": "OBJECT",
|
|
4927
|
-
"name": "EndpointMonitoringProviderSignalFx_v1",
|
|
4928
|
-
"ofType": null
|
|
4929
|
-
},
|
|
4930
|
-
{
|
|
4931
|
-
"kind": "OBJECT",
|
|
4932
|
-
"name": "AutomatedActionActionList_v1",
|
|
4933
|
-
"ofType": null
|
|
4934
|
-
},
|
|
4935
|
-
{
|
|
4936
|
-
"kind": "OBJECT",
|
|
4937
|
-
"name": "AutomatedActionCreateToken_v1",
|
|
4938
|
-
"ofType": null
|
|
4939
|
-
},
|
|
4940
|
-
{
|
|
4941
|
-
"kind": "OBJECT",
|
|
4942
|
-
"name": "AutomatedActionExternalResourceFlushElastiCache_v1",
|
|
4943
|
-
"ofType": null
|
|
4944
|
-
},
|
|
4945
|
-
{
|
|
4946
|
-
"kind": "OBJECT",
|
|
4947
|
-
"name": "AutomatedActionExternalResourceRdsReboot_v1",
|
|
4948
|
-
"ofType": null
|
|
4949
|
-
},
|
|
4950
|
-
{
|
|
4951
|
-
"kind": "OBJECT",
|
|
4952
|
-
"name": "AutomatedActionExternalResourceRdsSnapshot_v1",
|
|
4953
|
-
"ofType": null
|
|
4954
|
-
},
|
|
4955
|
-
{
|
|
4956
|
-
"kind": "OBJECT",
|
|
4957
|
-
"name": "AutomatedActionNoOp_v1",
|
|
4958
|
-
"ofType": null
|
|
4959
|
-
},
|
|
4960
|
-
{
|
|
4961
|
-
"kind": "OBJECT",
|
|
4962
|
-
"name": "AutomatedActionOpenshiftTriggerCronjob_v1",
|
|
4963
|
-
"ofType": null
|
|
4964
|
-
},
|
|
4965
|
-
{
|
|
4966
|
-
"kind": "OBJECT",
|
|
4967
|
-
"name": "AutomatedActionOpenshiftWorkloadDelete_v1",
|
|
4968
|
-
"ofType": null
|
|
4969
|
-
},
|
|
4970
|
-
{
|
|
4971
|
-
"kind": "OBJECT",
|
|
4972
|
-
"name": "AutomatedActionOpenshiftWorkloadRestart_v1",
|
|
4973
|
-
"ofType": null
|
|
4974
4864
|
}
|
|
4975
4865
|
]
|
|
4976
4866
|
},
|
|
@@ -18583,11 +18473,6 @@
|
|
|
18583
18473
|
"kind": "INTERFACE",
|
|
18584
18474
|
"name": "Permission_v1",
|
|
18585
18475
|
"ofType": null
|
|
18586
|
-
},
|
|
18587
|
-
{
|
|
18588
|
-
"kind": "INTERFACE",
|
|
18589
|
-
"name": "DatafileObject_v1",
|
|
18590
|
-
"ofType": null
|
|
18591
18476
|
}
|
|
18592
18477
|
],
|
|
18593
18478
|
"enumValues": null,
|
|
@@ -19184,11 +19069,6 @@
|
|
|
19184
19069
|
"kind": "INTERFACE",
|
|
19185
19070
|
"name": "Permission_v1",
|
|
19186
19071
|
"ofType": null
|
|
19187
|
-
},
|
|
19188
|
-
{
|
|
19189
|
-
"kind": "INTERFACE",
|
|
19190
|
-
"name": "DatafileObject_v1",
|
|
19191
|
-
"ofType": null
|
|
19192
19072
|
}
|
|
19193
19073
|
],
|
|
19194
19074
|
"enumValues": null,
|
|
@@ -27985,11 +27865,6 @@
|
|
|
27985
27865
|
"kind": "INTERFACE",
|
|
27986
27866
|
"name": "Permission_v1",
|
|
27987
27867
|
"ofType": null
|
|
27988
|
-
},
|
|
27989
|
-
{
|
|
27990
|
-
"kind": "INTERFACE",
|
|
27991
|
-
"name": "DatafileObject_v1",
|
|
27992
|
-
"ofType": null
|
|
27993
27868
|
}
|
|
27994
27869
|
],
|
|
27995
27870
|
"enumValues": null,
|
|
@@ -29551,11 +29426,6 @@
|
|
|
29551
29426
|
"kind": "INTERFACE",
|
|
29552
29427
|
"name": "Permission_v1",
|
|
29553
29428
|
"ofType": null
|
|
29554
|
-
},
|
|
29555
|
-
{
|
|
29556
|
-
"kind": "INTERFACE",
|
|
29557
|
-
"name": "DatafileObject_v1",
|
|
29558
|
-
"ofType": null
|
|
29559
29429
|
}
|
|
29560
29430
|
],
|
|
29561
29431
|
"enumValues": null,
|
|
@@ -32224,11 +32094,6 @@
|
|
|
32224
32094
|
"kind": "INTERFACE",
|
|
32225
32095
|
"name": "FeatureToggle_v1",
|
|
32226
32096
|
"ofType": null
|
|
32227
|
-
},
|
|
32228
|
-
{
|
|
32229
|
-
"kind": "INTERFACE",
|
|
32230
|
-
"name": "DatafileObject_v1",
|
|
32231
|
-
"ofType": null
|
|
32232
32097
|
}
|
|
32233
32098
|
],
|
|
32234
32099
|
"enumValues": null,
|
|
@@ -51163,11 +51028,6 @@
|
|
|
51163
51028
|
"kind": "INTERFACE",
|
|
51164
51029
|
"name": "PipelinesProvider_v1",
|
|
51165
51030
|
"ofType": null
|
|
51166
|
-
},
|
|
51167
|
-
{
|
|
51168
|
-
"kind": "INTERFACE",
|
|
51169
|
-
"name": "DatafileObject_v1",
|
|
51170
|
-
"ofType": null
|
|
51171
51031
|
}
|
|
51172
51032
|
],
|
|
51173
51033
|
"enumValues": null,
|
|
@@ -51903,11 +51763,6 @@
|
|
|
51903
51763
|
"kind": "INTERFACE",
|
|
51904
51764
|
"name": "OidcPermission_v1",
|
|
51905
51765
|
"ofType": null
|
|
51906
|
-
},
|
|
51907
|
-
{
|
|
51908
|
-
"kind": "INTERFACE",
|
|
51909
|
-
"name": "DatafileObject_v1",
|
|
51910
|
-
"ofType": null
|
|
51911
51766
|
}
|
|
51912
51767
|
],
|
|
51913
51768
|
"enumValues": null,
|
|
@@ -52073,11 +51928,6 @@
|
|
|
52073
51928
|
"kind": "INTERFACE",
|
|
52074
51929
|
"name": "OidcPermission_v1",
|
|
52075
51930
|
"ofType": null
|
|
52076
|
-
},
|
|
52077
|
-
{
|
|
52078
|
-
"kind": "INTERFACE",
|
|
52079
|
-
"name": "DatafileObject_v1",
|
|
52080
|
-
"ofType": null
|
|
52081
51931
|
}
|
|
52082
51932
|
],
|
|
52083
51933
|
"enumValues": null,
|
|
@@ -52215,11 +52065,6 @@
|
|
|
52215
52065
|
"kind": "INTERFACE",
|
|
52216
52066
|
"name": "Permission_v1",
|
|
52217
52067
|
"ofType": null
|
|
52218
|
-
},
|
|
52219
|
-
{
|
|
52220
|
-
"kind": "INTERFACE",
|
|
52221
|
-
"name": "DatafileObject_v1",
|
|
52222
|
-
"ofType": null
|
|
52223
52068
|
}
|
|
52224
52069
|
],
|
|
52225
52070
|
"enumValues": null,
|
|
@@ -52377,11 +52222,6 @@
|
|
|
52377
52222
|
"kind": "INTERFACE",
|
|
52378
52223
|
"name": "Permission_v1",
|
|
52379
52224
|
"ofType": null
|
|
52380
|
-
},
|
|
52381
|
-
{
|
|
52382
|
-
"kind": "INTERFACE",
|
|
52383
|
-
"name": "DatafileObject_v1",
|
|
52384
|
-
"ofType": null
|
|
52385
52225
|
}
|
|
52386
52226
|
],
|
|
52387
52227
|
"enumValues": null,
|
|
@@ -52563,11 +52403,6 @@
|
|
|
52563
52403
|
"kind": "INTERFACE",
|
|
52564
52404
|
"name": "Permission_v1",
|
|
52565
52405
|
"ofType": null
|
|
52566
|
-
},
|
|
52567
|
-
{
|
|
52568
|
-
"kind": "INTERFACE",
|
|
52569
|
-
"name": "DatafileObject_v1",
|
|
52570
|
-
"ofType": null
|
|
52571
52406
|
}
|
|
52572
52407
|
],
|
|
52573
52408
|
"enumValues": null,
|
|
@@ -53651,11 +53486,6 @@
|
|
|
53651
53486
|
"kind": "INTERFACE",
|
|
53652
53487
|
"name": "EndpointMonitoringProvider_v1",
|
|
53653
53488
|
"ofType": null
|
|
53654
|
-
},
|
|
53655
|
-
{
|
|
53656
|
-
"kind": "INTERFACE",
|
|
53657
|
-
"name": "DatafileObject_v1",
|
|
53658
|
-
"ofType": null
|
|
53659
53489
|
}
|
|
53660
53490
|
],
|
|
53661
53491
|
"enumValues": null,
|
|
@@ -53876,11 +53706,6 @@
|
|
|
53876
53706
|
"kind": "INTERFACE",
|
|
53877
53707
|
"name": "EndpointMonitoringProvider_v1",
|
|
53878
53708
|
"ofType": null
|
|
53879
|
-
},
|
|
53880
|
-
{
|
|
53881
|
-
"kind": "INTERFACE",
|
|
53882
|
-
"name": "DatafileObject_v1",
|
|
53883
|
-
"ofType": null
|
|
53884
53709
|
}
|
|
53885
53710
|
],
|
|
53886
53711
|
"enumValues": null,
|
|
@@ -54769,11 +54594,6 @@
|
|
|
54769
54594
|
"kind": "INTERFACE",
|
|
54770
54595
|
"name": "AutomatedAction_v1",
|
|
54771
54596
|
"ofType": null
|
|
54772
|
-
},
|
|
54773
|
-
{
|
|
54774
|
-
"kind": "INTERFACE",
|
|
54775
|
-
"name": "DatafileObject_v1",
|
|
54776
|
-
"ofType": null
|
|
54777
54597
|
}
|
|
54778
54598
|
],
|
|
54779
54599
|
"enumValues": null,
|
|
@@ -54946,11 +54766,6 @@
|
|
|
54946
54766
|
"kind": "INTERFACE",
|
|
54947
54767
|
"name": "AutomatedAction_v1",
|
|
54948
54768
|
"ofType": null
|
|
54949
|
-
},
|
|
54950
|
-
{
|
|
54951
|
-
"kind": "INTERFACE",
|
|
54952
|
-
"name": "DatafileObject_v1",
|
|
54953
|
-
"ofType": null
|
|
54954
54769
|
}
|
|
54955
54770
|
],
|
|
54956
54771
|
"enumValues": null,
|
|
@@ -55112,11 +54927,6 @@
|
|
|
55112
54927
|
"kind": "INTERFACE",
|
|
55113
54928
|
"name": "AutomatedAction_v1",
|
|
55114
54929
|
"ofType": null
|
|
55115
|
-
},
|
|
55116
|
-
{
|
|
55117
|
-
"kind": "INTERFACE",
|
|
55118
|
-
"name": "DatafileObject_v1",
|
|
55119
|
-
"ofType": null
|
|
55120
54930
|
}
|
|
55121
54931
|
],
|
|
55122
54932
|
"enumValues": null,
|
|
@@ -55321,11 +55131,6 @@
|
|
|
55321
55131
|
"kind": "INTERFACE",
|
|
55322
55132
|
"name": "AutomatedAction_v1",
|
|
55323
55133
|
"ofType": null
|
|
55324
|
-
},
|
|
55325
|
-
{
|
|
55326
|
-
"kind": "INTERFACE",
|
|
55327
|
-
"name": "DatafileObject_v1",
|
|
55328
|
-
"ofType": null
|
|
55329
55134
|
}
|
|
55330
55135
|
],
|
|
55331
55136
|
"enumValues": null,
|
|
@@ -55487,11 +55292,6 @@
|
|
|
55487
55292
|
"kind": "INTERFACE",
|
|
55488
55293
|
"name": "AutomatedAction_v1",
|
|
55489
55294
|
"ofType": null
|
|
55490
|
-
},
|
|
55491
|
-
{
|
|
55492
|
-
"kind": "INTERFACE",
|
|
55493
|
-
"name": "DatafileObject_v1",
|
|
55494
|
-
"ofType": null
|
|
55495
55295
|
}
|
|
55496
55296
|
],
|
|
55497
55297
|
"enumValues": null,
|
|
@@ -55629,11 +55429,6 @@
|
|
|
55629
55429
|
"kind": "INTERFACE",
|
|
55630
55430
|
"name": "AutomatedAction_v1",
|
|
55631
55431
|
"ofType": null
|
|
55632
|
-
},
|
|
55633
|
-
{
|
|
55634
|
-
"kind": "INTERFACE",
|
|
55635
|
-
"name": "DatafileObject_v1",
|
|
55636
|
-
"ofType": null
|
|
55637
55432
|
}
|
|
55638
55433
|
],
|
|
55639
55434
|
"enumValues": null,
|
|
@@ -55795,11 +55590,6 @@
|
|
|
55795
55590
|
"kind": "INTERFACE",
|
|
55796
55591
|
"name": "AutomatedAction_v1",
|
|
55797
55592
|
"ofType": null
|
|
55798
|
-
},
|
|
55799
|
-
{
|
|
55800
|
-
"kind": "INTERFACE",
|
|
55801
|
-
"name": "DatafileObject_v1",
|
|
55802
|
-
"ofType": null
|
|
55803
55593
|
}
|
|
55804
55594
|
],
|
|
55805
55595
|
"enumValues": null,
|
|
@@ -56004,11 +55794,6 @@
|
|
|
56004
55794
|
"kind": "INTERFACE",
|
|
56005
55795
|
"name": "AutomatedAction_v1",
|
|
56006
55796
|
"ofType": null
|
|
56007
|
-
},
|
|
56008
|
-
{
|
|
56009
|
-
"kind": "INTERFACE",
|
|
56010
|
-
"name": "DatafileObject_v1",
|
|
56011
|
-
"ofType": null
|
|
56012
55797
|
}
|
|
56013
55798
|
],
|
|
56014
55799
|
"enumValues": null,
|
|
@@ -56241,11 +56026,6 @@
|
|
|
56241
56026
|
"kind": "INTERFACE",
|
|
56242
56027
|
"name": "AutomatedAction_v1",
|
|
56243
56028
|
"ofType": null
|
|
56244
|
-
},
|
|
56245
|
-
{
|
|
56246
|
-
"kind": "INTERFACE",
|
|
56247
|
-
"name": "DatafileObject_v1",
|
|
56248
|
-
"ofType": null
|
|
56249
56029
|
}
|
|
56250
56030
|
],
|
|
56251
56031
|
"enumValues": null,
|
|
@@ -41,7 +41,6 @@ from reconcile.utils.openshift_resource import (
|
|
|
41
41
|
from reconcile.utils.runtime.meta import IntegrationMeta
|
|
42
42
|
from reconcile.utils.runtime.sharding import (
|
|
43
43
|
AWSAccountShardingStrategy,
|
|
44
|
-
CloudflareDnsZoneShardingStrategy,
|
|
45
44
|
IntegrationShardManager,
|
|
46
45
|
OCMOrganizationShardingStrategy,
|
|
47
46
|
OpenshiftClusterShardingStrategy,
|
|
@@ -257,7 +256,6 @@ def run(
|
|
|
257
256
|
StaticShardingStrategy.IDENTIFIER: StaticShardingStrategy(),
|
|
258
257
|
AWSAccountShardingStrategy.IDENTIFIER: AWSAccountShardingStrategy(),
|
|
259
258
|
OpenshiftClusterShardingStrategy.IDENTIFIER: OpenshiftClusterShardingStrategy(),
|
|
260
|
-
CloudflareDnsZoneShardingStrategy.IDENTIFIER: CloudflareDnsZoneShardingStrategy(),
|
|
261
259
|
OCMOrganizationShardingStrategy.IDENTIFIER: OCMOrganizationShardingStrategy(),
|
|
262
260
|
},
|
|
263
261
|
integration_runtime_meta=integration_runtime_meta,
|
|
@@ -30,6 +30,7 @@ from reconcile.utils.gitlab_api import GitLabApi
|
|
|
30
30
|
from reconcile.utils.json import json_dumps
|
|
31
31
|
from reconcile.utils.openshift_resource import ResourceInventory
|
|
32
32
|
from reconcile.utils.saasherder import SaasHerder
|
|
33
|
+
from reconcile.utils.saasherder.models import ImagePatternsBlockRule
|
|
33
34
|
from reconcile.utils.secret_reader import create_secret_reader
|
|
34
35
|
from reconcile.utils.semver_helper import make_semver
|
|
35
36
|
from reconcile.utils.slack_api import SlackApi
|
|
@@ -211,6 +212,13 @@ def run(
|
|
|
211
212
|
jenkins_map=jenkins_map,
|
|
212
213
|
state=init_state(integration=QONTRACT_INTEGRATION, secret_reader=secret_reader),
|
|
213
214
|
all_saas_files=saas_file_list.saas_files,
|
|
215
|
+
image_patterns_block_rules=[
|
|
216
|
+
ImagePatternsBlockRule(
|
|
217
|
+
environment_label_selector=rule.environment_label_selector or {},
|
|
218
|
+
image_patterns=rule.image_patterns,
|
|
219
|
+
)
|
|
220
|
+
for rule in (saasherder_settings.image_patterns_block_rules or [])
|
|
221
|
+
],
|
|
214
222
|
)
|
|
215
223
|
if defer:
|
|
216
224
|
defer(saasherder.cleanup)
|