qontract-reconcile 0.10.2.dev221__tar.gz → 0.10.2.dev222__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.dev221 → qontract_reconcile-0.10.2.dev222}/PKG-INFO +1 -3
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/README.md +0 -2
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/cli.py +0 -21
- qontract_reconcile-0.10.2.dev221/reconcile/cna/assets/asset.py +0 -43
- qontract_reconcile-0.10.2.dev221/reconcile/cna/assets/asset_factory.py +0 -25
- qontract_reconcile-0.10.2.dev221/reconcile/cna/assets/null.py +0 -61
- qontract_reconcile-0.10.2.dev221/reconcile/cna/client.py +0 -52
- qontract_reconcile-0.10.2.dev221/reconcile/cna/integration.py +0 -137
- qontract_reconcile-0.10.2.dev221/reconcile/cna/state.py +0 -128
- qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/cna/queries/cna_provisioners.py +0 -106
- qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/cna/queries/cna_resources.py +0 -98
- qontract_reconcile-0.10.2.dev221/tools/cli_commands/cost_report/__init__.py +0 -0
- qontract_reconcile-0.10.2.dev221/tools/saas_metrics_exporter/__init__.py +0 -0
- qontract_reconcile-0.10.2.dev221/tools/saas_metrics_exporter/commit_distance/__init__.py +0 -0
- qontract_reconcile-0.10.2.dev221/tools/saas_promotion_state/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/pyproject.toml +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aus/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aus/advanced_upgrade_service.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aus/aus_label_source.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aus/base.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aus/cluster_version_data.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aus/healthchecks.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aus/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aus/models.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aus/node_pool_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aus/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aus/version_gate_approver.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aus/version_gates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aus/version_gates/handler.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/automated_actions/config/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/automated_actions/config/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_account_manager/README.md +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_account_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_account_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_account_manager/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_account_manager/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_ami_cleanup/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_ami_share.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_cloudwatch_log_retention/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_garbage_collector.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_iam_keys.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_iam_password_reset.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_saml_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_saml_roles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_support_cases_sos.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_version_sync/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/aws_version_sync/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/change_owners/README.md +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/change_owners/approver.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/change_owners/bundle.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/change_owners/change_log_tracking.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/change_owners/change_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/change_owners/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/change_owners/changes.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/change_owners/decision.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/change_owners/diff.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/change_owners/implicit_ownership.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/change_owners/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/change_owners/tester.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/checkpoint.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/cluster_auth_rhidp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/cluster_deployment_mapper.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/dashdotdb_base.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/dashdotdb_cso.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/dashdotdb_dora.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/dashdotdb_dvo.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/dashdotdb_slo.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/deadmanssnitch.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/cna → qontract_reconcile-0.10.2.dev222/reconcile/dynatrace_token_provider}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/dynatrace_token_provider/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/dynatrace_token_provider/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/dynatrace_token_provider/model.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/dynatrace_token_provider/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/dynatrace_token_provider/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/email_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/cna/assets → qontract_reconcile-0.10.2.dev222/reconcile/endpoints_discovery}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/endpoints_discovery/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/endpoints_discovery/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/dynatrace_token_provider → qontract_reconcile-0.10.2.dev222/reconcile/external_resources}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/external_resources/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/external_resources/factories.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/external_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/external_resources/integration_secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/external_resources/manager.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/external_resources/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/external_resources/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/external_resources/model.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/external_resources/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/external_resources/secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/external_resources/state.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/endpoints_discovery → qontract_reconcile-0.10.2.dev222/reconcile/fleet_labeler}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/fleet_labeler/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/fleet_labeler/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/fleet_labeler/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/fleet_labeler/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/fleet_labeler/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/fleet_labeler/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/fleet_labeler/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/fleet_labeler/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gabi_authorized_users.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gcp_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/github_org.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/github_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/github_repo_invites.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/github_repo_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/github_users.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/github_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gitlab_fork_compliance.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gitlab_housekeeping.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gitlab_labeler.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gitlab_members.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gitlab_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gitlab_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gitlab_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/glitchtip/README.md +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/external_resources → qontract_reconcile-0.10.2.dev222/reconcile/glitchtip}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/glitchtip/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/glitchtip/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/fleet_labeler → qontract_reconcile-0.10.2.dev222/reconcile/glitchtip_project_alerts}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/glitchtip_project_alerts/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/glitchtip → qontract_reconcile-0.10.2.dev222/reconcile/glitchtip_project_dsn}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/glitchtip_project_dsn/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/glitchtip_project_alerts → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/glitchtip_project_dsn → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/acs}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/advanced_upgrade_service}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/acs → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/app_interface_metrics_exporter}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/advanced_upgrade_service → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/app_sre_tekton_access_revalidation}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/users.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/app_interface_metrics_exporter → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/automated_actions}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/automated_actions/instance.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/app_sre_tekton_access_revalidation → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/aws_account_manager}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/automated_actions → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/aws_ami_cleanup}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/aws_account_manager → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/aws_cloudwatch_log_retention}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/aws_ami_cleanup → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/aws_saml_idp}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/aws_cloudwatch_log_retention → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/aws_saml_roles}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/aws_saml_idp → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/aws_version_sync}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/aws_saml_roles → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/change_owners}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/aws_version_sync → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/change_owners/queries}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/change_owners → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/cluster_auth_rhidp}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/change_owners/queries → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/common}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/quay_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/saasherder_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/users.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/common/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/cluster_auth_rhidp → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/cost_report}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/cna → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/dashdotdb_slo}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/cna/queries → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/dynatrace_token_provider}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/common → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/email_sender}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/email_sender/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/email_sender/emails.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/email_sender/users.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/cost_report → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/endpoints_discovery}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/endpoints_discovery/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/dashdotdb_slo → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/external_resources}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/dynatrace_token_provider → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/external_resources/fragments}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/external_resources/fragments/external_resources_module_overrides.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/email_sender → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/fleet_labeler}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fleet_labeler/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/endpoints_discovery → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/fragments}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/aws_vpc_request_subnet.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/container_image_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/deploy_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/disable.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/email_service.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/email_user.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/saas_slo_document.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/user.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/external_resources → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/gcp}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/gcp/gcp_docker_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/gcp/gcp_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/external_resources/fragments → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/gitlab_members}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/fleet_labeler → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/glitchtip}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/fragments → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/glitchtip_project_alerts}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/gcp → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/integrations}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/integrations/integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/introspection.json +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/gitlab_members → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/jenkins_configs}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/glitchtip → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/jira}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/glitchtip_project_alerts → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/jira_permissions_validator}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/integrations → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/jumphosts}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/jenkins_configs → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/ldap_groups}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/jira → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/maintenance}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/jira_permissions_validator → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/membershipsources}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/jumphosts → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/ocm_labels}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/ldap_groups → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/ocm_oidc_idp}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/maintenance → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/ocm_subscription_labels}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/membershipsources → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/openshift_cluster_bots}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/ocm_labels → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/openshift_groups}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/ocm_oidc_idp → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/openshift_serviceaccount_tokens}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/ocm_subscription_labels → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/quay_membership}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/openshift_cluster_bots → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/rhcs}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/rhcs/certs.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/openshift_groups → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/rhidp}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/openshift_serviceaccount_tokens → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/service_dependencies}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/quay_membership → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/sharding}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/rhcs → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/skupper_network}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/rhidp → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/slack_usergroups}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/service_dependencies → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/slo_documents}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/sharding → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/status_board}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/status_board/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/skupper_network → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/statuspage}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/slack_usergroups → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/templating}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/templating/template_collection.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/templating/templates.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/slo_documents → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/terraform_cloudflare_dns}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/status_board → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/terraform_cloudflare_resources}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/statuspage → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/terraform_cloudflare_users}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/templating → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/terraform_init}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/terraform_cloudflare_dns → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/terraform_repo}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/terraform_cloudflare_resources → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/terraform_resources}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/terraform_cloudflare_users → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/terraform_tgw_attachments}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/terraform_init → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/unleash_feature_toggles}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/terraform_repo → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/vault_instances}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/terraform_resources → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/vault_policies}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/terraform_tgw_attachments → qontract_reconcile-0.10.2.dev222/reconcile/gql_definitions/vpc_peerings_validator}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/integrations_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/unleash_feature_toggles → qontract_reconcile-0.10.2.dev222/reconcile/jenkins}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/jenkins/types.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/jenkins_base.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/jenkins_job_builder.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/jenkins_job_builds_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/jenkins_job_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/jenkins_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/jenkins_webhooks.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/jenkins_webhooks_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/jenkins_worker_fleets.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/jira_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/jira_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/vault_instances → qontract_reconcile-0.10.2.dev222/reconcile/ldap_groups}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/ldap_groups/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/ldap_users.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/mr_client_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/vault_policies → qontract_reconcile-0.10.2.dev222/reconcile/ocm}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/ocm/types.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/ocm_additional_routers.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/ocm_addons.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/ocm_aws_infrastructure_access.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/ocm_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/ocm_external_configuration_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/ocm_github_idp.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/ocm_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/gql_definitions/vpc_peerings_validator → qontract_reconcile-0.10.2.dev222/reconcile/ocm_internal_notifications}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/ocm_internal_notifications/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/jenkins → qontract_reconcile-0.10.2.dev222/reconcile/ocm_labels}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/ocm_labels/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/ocm_machine_pools.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/ocm_upgrade_scheduler_org_updater.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_base.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_cluster_bots.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_clusterrolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_limitranges.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_namespace_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_network_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_prometheus_rules.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_resourcequotas.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_resources_base.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_rhcs_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_rolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_routes.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_saas_deploy.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_serviceaccount_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_tekton_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_upgrade_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_users.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/openshift_vault_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/ldap_groups → qontract_reconcile-0.10.2.dev222/reconcile/oum}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/oum/base.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/oum/labelset.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/oum/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/oum/models.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/oum/providers.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/oum/standalone.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/ocm → qontract_reconcile-0.10.2.dev222/reconcile/prometheus_rules_tester}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/prometheus_rules_tester/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/quay_base.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/quay_mirror_org.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/quay_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/quay_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/queries.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/query_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/requests_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/resource_scraper.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/resource_template_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/ocm_internal_notifications → qontract_reconcile-0.10.2.dev222/reconcile/rhidp}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/rhidp/common.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/rhidp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/ocm_labels → qontract_reconcile-0.10.2.dev222/reconcile/rhidp/ocm_oidc_idp}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/oum → qontract_reconcile-0.10.2.dev222/reconcile/rhidp/sso_client}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/rhidp/sso_client/base.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/rhidp/sso_client/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/rhidp/sso_client/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/run_integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/prometheus_rules_tester → qontract_reconcile-0.10.2.dev222/reconcile/saas_auto_promotions_manager}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/rhidp → qontract_reconcile-0.10.2.dev222/reconcile/saas_auto_promotions_manager/merge_request_manager}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/rhidp/ocm_oidc_idp → qontract_reconcile-0.10.2.dev222/reconcile/saas_auto_promotions_manager/utils}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/saas_file_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/sendgrid_teammates.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/signalfx_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/rhidp/sso_client → qontract_reconcile-0.10.2.dev222/reconcile/skupper_network}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/skupper_network/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/skupper_network/models.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/skupper_network/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/skupper_network/site_controller.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/slack_base.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/slack_usergroups.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/sql_query.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/status.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/saas_auto_promotions_manager → qontract_reconcile-0.10.2.dev222/reconcile/statuspage}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/statuspage/atlassian.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/statuspage/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/saas_auto_promotions_manager/merge_request_manager → qontract_reconcile-0.10.2.dev222/reconcile/statuspage/integrations}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/statuspage/integrations/components.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/statuspage/integrations/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/statuspage/page.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/statuspage/state.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/statuspage/status.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/saas_auto_promotions_manager/utils → qontract_reconcile-0.10.2.dev222/reconcile/templates}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/templates/aws_access_key_email.j2 +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/templates/email.yml.j2 +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/skupper_network → qontract_reconcile-0.10.2.dev222/reconcile/templating}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/statuspage → qontract_reconcile-0.10.2.dev222/reconcile/templating/lib}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/templating/lib/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/templating/lib/model.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/templating/lib/rendering.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/templating/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/templating/validator.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/terraform_aws_route53.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/terraform_cloudflare_dns.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/terraform_cloudflare_users.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/statuspage/integrations → qontract_reconcile-0.10.2.dev222/reconcile/terraform_init}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/terraform_init/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/terraform_init/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/terraform_init/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/terraform_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/terraform_tgw_attachments.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/terraform_users.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/terraform_vpc_peerings.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/templates → qontract_reconcile-0.10.2.dev222/reconcile/terraform_vpc_resources}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/terraform_vpc_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/templating → qontract_reconcile-0.10.2.dev222/reconcile/typed_queries/app_interface_metrics_exporter}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/templating/lib → qontract_reconcile-0.10.2.dev222/reconcile/typed_queries/cost_report}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/dynatrace.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/dynatrace_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/get_state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/glitchtip.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/jenkins.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/jira.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/ldap_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/quay.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/repos.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/rhcs_provider_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/slack.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/smtp.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/terraform_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/terraform_init → qontract_reconcile-0.10.2.dev222/reconcile/typed_queries/terraform_tgw_attachments}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/unleash.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/users.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/users_with_paths.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/typed_queries/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/terraform_vpc_resources → qontract_reconcile-0.10.2.dev222/reconcile/unleash_feature_toggles}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/unleash_feature_toggles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/typed_queries/app_interface_metrics_exporter → qontract_reconcile-0.10.2.dev222/reconcile/utils}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/typed_queries/cost_report → qontract_reconcile-0.10.2.dev222/reconcile/utils/acs}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/acs/base.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/acs/policies.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/acs/rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/aggregated_list.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/amtool.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/aws_api.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/typed_queries/terraform_tgw_attachments → qontract_reconcile-0.10.2.dev222/reconcile/utils/aws_api_typed}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/aws_api_typed/account.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/aws_api_typed/api.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/aws_api_typed/iam.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/aws_api_typed/organization.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/aws_api_typed/s3.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/aws_api_typed/sts.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/aws_api_typed/support.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/aws_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/batches.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/binary.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/unleash_feature_toggles → qontract_reconcile-0.10.2.dev222/reconcile/utils/cloud_resource_best_practice}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/utils → qontract_reconcile-0.10.2.dev222/reconcile/utils/clusterhealth}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/clusterhealth/providerbase.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/clusterhealth/telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/config.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/deadmanssnitch_api.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/defer.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/differ.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/disabled_integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/dnsutils.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/utils/acs → qontract_reconcile-0.10.2.dev222/reconcile/utils/dynatrace}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/dynatrace/client.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/early_exit_cache.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/elasticsearch_exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/environ.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/expiration.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/extended_early_exit.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/external_resource_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/filtering.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/git.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/gitlab_api.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/glitchtip/client.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/glitchtip/models.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/gpg.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/gql.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/grouping.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/helm.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/helpers.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/imap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/instrumented_wrappers.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/utils/aws_api_typed → qontract_reconcile-0.10.2.dev222/reconcile/utils/internal_groups}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/internal_groups/client.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/internal_groups/models.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/jenkins_api.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/utils/cloud_resource_best_practice → qontract_reconcile-0.10.2.dev222/reconcile/utils/jinja2}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/jinja2/extensions.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/jinja2/filters.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/jinja2/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/jira_client.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/jjb_client.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/utils/clusterhealth → qontract_reconcile-0.10.2.dev222/reconcile/utils/jobcontroller}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/jobcontroller/controller.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/jobcontroller/models.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/jsonpath.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/jump_host.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/keycloak.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/ldap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/lean_terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/make.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/utils/dynatrace → qontract_reconcile-0.10.2.dev222/reconcile/utils/membershipsources}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/membershipsources/models.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/membershipsources/resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/utils/internal_groups → qontract_reconcile-0.10.2.dev222/reconcile/utils/merge_request_manager}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/merge_request_manager/parser.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/models.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/mr/README.md +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/mr/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/mr/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/mr/app_sre_tekton_access_report.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/mr/aws_access.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/mr/base.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/mr/clusters_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/mr/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/mr/notificator.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/mr/promote_qontract.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/mr/update_access_report_base.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/mr/user_maintenance.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/oauth2_backend_application_session.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/oc.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/oc_connection_parameters.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/oc_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/oc_map.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/ocm/addons.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/ocm/base.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/ocm/cluster_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/ocm/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/ocm/identity_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/ocm/label_sources.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/ocm/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/ocm/manifests.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/ocm/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/ocm/products.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/ocm/search_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/ocm/service_log.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/ocm/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/ocm/subscriptions.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/ocm/syncsets.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/ocm/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/ocm_base_client.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/openshift_resource.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/openssl.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/output.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/pagerduty_api.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/parse_dhms_duration.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/password_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/prometheus.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/promtool.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/quay_api.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/raw_github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/repo_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/rest_api_base.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/rhcsv2_certs.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/utils/jinja2 → qontract_reconcile-0.10.2.dev222/reconcile/utils/rosa}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/rosa/rosa_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/rosa/session.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/ruamel.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/runtime/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/runtime/desired_state_diff.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/runtime/environment.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/runtime/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/runtime/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/runtime/runner.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/runtime/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/saasherder/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/saasherder/interfaces.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/saasherder/models.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/saasherder/saasherder.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/secret_reader.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/semver_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/slack_api.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/slo_document_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/smtp_client.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/sqs_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/state.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/structs.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/template.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/terraform/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/terraform/config.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/terraform/config_client.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/utils/jobcontroller → qontract_reconcile-0.10.2.dev222/reconcile/utils/terrascript}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/terrascript/cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/terrascript/models.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/terrascript/resources.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/terrascript_aws_client.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/three_way_diff_strategy.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/throughput.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/unleash/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/unleash/client.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/unleash/server.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/vaultsecretref.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/utils/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/vault_replication.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/reconcile/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/utils/membershipsources → qontract_reconcile-0.10.2.dev222/tools}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/alert_report.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/app_interface_metrics_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/app_sre_tekton_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/app_sre_tekton_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/utils/merge_request_manager → qontract_reconcile-0.10.2.dev222/tools/cli_commands}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/cli_commands/container_images_report.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/utils/rosa → qontract_reconcile-0.10.2.dev222/tools/cli_commands/cost_report}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/cli_commands/cost_report/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/cli_commands/cost_report/model.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/cli_commands/cost_report/openshift.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/cli_commands/cost_report/response.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/cli_commands/cost_report/util.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/cli_commands/cost_report/view.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/cli_commands/erv2.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/cli_commands/gpg_encrypt.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/cli_commands/systems_and_tools.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/glitchtip_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/qontract_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev221/reconcile/utils/terrascript → qontract_reconcile-0.10.2.dev222/tools/saas_metrics_exporter}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221/tools → qontract_reconcile-0.10.2.dev222/tools/saas_metrics_exporter/commit_distance}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/saas_metrics_exporter/commit_distance/channel.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/saas_metrics_exporter/main.py +0 -0
- {qontract_reconcile-0.10.2.dev221/tools/cli_commands → qontract_reconcile-0.10.2.dev222/tools/saas_promotion_state}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/saas_promotion_state/saas_promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/sre_checkpoints/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/tools/sre_checkpoints/util.py +0 -0
- {qontract_reconcile-0.10.2.dev221 → qontract_reconcile-0.10.2.dev222}/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.dev222
|
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
|
@@ -131,8 +131,6 @@ OpenShift templates can be found [here](/openshift/qontract-reconcile.yaml). In
|
|
131
131
|
RHIDP.
|
132
132
|
cluster-deployment-mapper Maps ClusterDeployment resources to Cluster
|
133
133
|
IDs.
|
134
|
-
cna-resources Manage Cloud Resources using Cloud Native
|
135
|
-
Assets (CNA).
|
136
134
|
dashdotdb-cso Collects the ImageManifestVuln CRs from all
|
137
135
|
the clusters and posts them to Dashdotdb.
|
138
136
|
dashdotdb-dora Collects dora metrics.
|
@@ -66,8 +66,6 @@ OpenShift templates can be found [here](/openshift/qontract-reconcile.yaml). In
|
|
66
66
|
RHIDP.
|
67
67
|
cluster-deployment-mapper Maps ClusterDeployment resources to Cluster
|
68
68
|
IDs.
|
69
|
-
cna-resources Manage Cloud Resources using Cloud Native
|
70
|
-
Assets (CNA).
|
71
69
|
dashdotdb-cso Collects the ImageManifestVuln CRs from all
|
72
70
|
the clusters and posts them to Dashdotdb.
|
73
71
|
dashdotdb-dora Collects dora metrics.
|
@@ -2414,27 +2414,6 @@ def terraform_cloudflare_users(
|
|
2414
2414
|
)
|
2415
2415
|
|
2416
2416
|
|
2417
|
-
@integration.command(
|
2418
|
-
short_help="Manage Cloud Resources using Cloud Native Assets (CNA)."
|
2419
|
-
)
|
2420
|
-
@enable_deletion(default=False)
|
2421
|
-
@threaded()
|
2422
|
-
@click.pass_context
|
2423
|
-
def cna_resources(
|
2424
|
-
ctx: click.Context,
|
2425
|
-
enable_deletion: bool,
|
2426
|
-
thread_pool_size: int,
|
2427
|
-
) -> None:
|
2428
|
-
import reconcile.cna.integration
|
2429
|
-
|
2430
|
-
run_integration(
|
2431
|
-
reconcile.cna.integration,
|
2432
|
-
ctx,
|
2433
|
-
enable_deletion,
|
2434
|
-
thread_pool_size,
|
2435
|
-
)
|
2436
|
-
|
2437
|
-
|
2438
2417
|
@integration.command(short_help="Manage auto-promotions defined in SaaS files")
|
2439
2418
|
@threaded()
|
2440
2419
|
@click.option("--env-name", default=None, help="environment to filter saas files by")
|
@@ -1,43 +0,0 @@
|
|
1
|
-
from __future__ import annotations
|
2
|
-
|
3
|
-
from abc import (
|
4
|
-
ABC,
|
5
|
-
abstractmethod,
|
6
|
-
)
|
7
|
-
from dataclasses import (
|
8
|
-
dataclass,
|
9
|
-
field,
|
10
|
-
)
|
11
|
-
from enum import Enum
|
12
|
-
from typing import Any
|
13
|
-
|
14
|
-
|
15
|
-
class AssetError(Exception):
|
16
|
-
pass
|
17
|
-
|
18
|
-
|
19
|
-
class AssetType(Enum):
|
20
|
-
NULL = "null"
|
21
|
-
|
22
|
-
|
23
|
-
class AssetStatus(Enum):
|
24
|
-
TERMINATED = "Terminated"
|
25
|
-
PENDING = "Pending"
|
26
|
-
RUNNING = "Running"
|
27
|
-
|
28
|
-
|
29
|
-
@dataclass(frozen=True)
|
30
|
-
class Asset(ABC):
|
31
|
-
uuid: str | None = field(compare=False, hash=True)
|
32
|
-
href: str | None = field(compare=False, hash=True)
|
33
|
-
status: AssetStatus | None = field(compare=False, hash=True)
|
34
|
-
name: str
|
35
|
-
kind: AssetType
|
36
|
-
|
37
|
-
@abstractmethod
|
38
|
-
def api_payload(self) -> dict[str, Any]:
|
39
|
-
raise NotImplementedError()
|
40
|
-
|
41
|
-
@abstractmethod
|
42
|
-
def update_from(self, asset: Asset) -> Asset:
|
43
|
-
raise NotImplementedError()
|
@@ -1,25 +0,0 @@
|
|
1
|
-
from collections.abc import Mapping
|
2
|
-
from typing import Any
|
3
|
-
|
4
|
-
from reconcile.cna.assets.asset import (
|
5
|
-
Asset,
|
6
|
-
AssetError,
|
7
|
-
)
|
8
|
-
from reconcile.cna.assets.null import NullAsset
|
9
|
-
from reconcile.gql_definitions.cna.queries.cna_resources import (
|
10
|
-
CNANullAssetV1,
|
11
|
-
CNAssetV1,
|
12
|
-
)
|
13
|
-
|
14
|
-
|
15
|
-
def asset_factory_from_schema(schema_asset: CNAssetV1) -> Asset:
|
16
|
-
if isinstance(schema_asset, CNANullAssetV1):
|
17
|
-
return NullAsset.from_query_class(schema_asset)
|
18
|
-
raise AssetError(f"Unknown schema asset type {schema_asset}")
|
19
|
-
|
20
|
-
|
21
|
-
def asset_factory_from_raw_data(data_asset: Mapping[str, Any]) -> Asset:
|
22
|
-
asset_type = data_asset.get("asset_type")
|
23
|
-
if asset_type == "null":
|
24
|
-
return NullAsset.from_api_mapping(data_asset)
|
25
|
-
raise AssetError(f"Unknown data asset type {data_asset}")
|
@@ -1,61 +0,0 @@
|
|
1
|
-
from __future__ import annotations
|
2
|
-
|
3
|
-
from collections.abc import Mapping
|
4
|
-
from dataclasses import dataclass
|
5
|
-
from typing import Any
|
6
|
-
|
7
|
-
from reconcile.cna.assets.asset import (
|
8
|
-
Asset,
|
9
|
-
AssetError,
|
10
|
-
AssetStatus,
|
11
|
-
AssetType,
|
12
|
-
)
|
13
|
-
from reconcile.gql_definitions.cna.queries.cna_resources import CNANullAssetV1
|
14
|
-
|
15
|
-
|
16
|
-
@dataclass(frozen=True)
|
17
|
-
class NullAsset(Asset):
|
18
|
-
addr_block: str | None
|
19
|
-
|
20
|
-
def api_payload(self) -> dict[str, Any]:
|
21
|
-
return {
|
22
|
-
"asset_type": "null",
|
23
|
-
"name": self.name,
|
24
|
-
"parameters": {
|
25
|
-
"addr_block": self.addr_block,
|
26
|
-
},
|
27
|
-
}
|
28
|
-
|
29
|
-
def update_from(self, asset: Asset) -> Asset:
|
30
|
-
if not isinstance(asset, NullAsset):
|
31
|
-
raise AssetError(f"Cannot create NullAsset from {asset}")
|
32
|
-
return NullAsset(
|
33
|
-
uuid=self.uuid,
|
34
|
-
href=self.href,
|
35
|
-
status=self.status,
|
36
|
-
name=self.name,
|
37
|
-
kind=self.kind,
|
38
|
-
addr_block=asset.addr_block,
|
39
|
-
)
|
40
|
-
|
41
|
-
@staticmethod
|
42
|
-
def from_query_class(asset: CNANullAssetV1) -> NullAsset:
|
43
|
-
return NullAsset(
|
44
|
-
uuid=None,
|
45
|
-
href=None,
|
46
|
-
status=None,
|
47
|
-
kind=AssetType.NULL,
|
48
|
-
name=asset.name,
|
49
|
-
addr_block=asset.addr_block,
|
50
|
-
)
|
51
|
-
|
52
|
-
@staticmethod
|
53
|
-
def from_api_mapping(asset: Mapping[str, Any]) -> NullAsset:
|
54
|
-
return NullAsset(
|
55
|
-
uuid=asset.get("id"),
|
56
|
-
href=asset.get("href"),
|
57
|
-
status=AssetStatus(asset.get("status")),
|
58
|
-
kind=AssetType.NULL,
|
59
|
-
name=asset.get("name", ""),
|
60
|
-
addr_block=asset.get("addr_block"),
|
61
|
-
)
|
@@ -1,52 +0,0 @@
|
|
1
|
-
import logging
|
2
|
-
from typing import Any
|
3
|
-
|
4
|
-
from reconcile.cna.assets.asset import Asset
|
5
|
-
from reconcile.utils.ocm_base_client import OCMBaseClient
|
6
|
-
|
7
|
-
|
8
|
-
class CNAClient:
|
9
|
-
"""
|
10
|
-
Client used to interact with CNA. CNA API doc can be found here:
|
11
|
-
https://gitlab.cee.redhat.com/service/cna-management/-/blob/main/openapi/openapi.yaml#/
|
12
|
-
"""
|
13
|
-
|
14
|
-
def __init__(self, ocm_client: OCMBaseClient):
|
15
|
-
self._ocm_client = ocm_client
|
16
|
-
|
17
|
-
def list_assets(self) -> list[dict[str, Any]]:
|
18
|
-
"""
|
19
|
-
We use this to fetch the current real-world state
|
20
|
-
of our assets
|
21
|
-
"""
|
22
|
-
# TODO: properly handle paging
|
23
|
-
cnas = self._ocm_client.get(api_path="/api/cna-management/v1/cnas")
|
24
|
-
return cnas.get("items", [])
|
25
|
-
|
26
|
-
def create(self, asset: Asset, dry_run: bool = False) -> None:
|
27
|
-
if dry_run:
|
28
|
-
logging.info("CREATE %s", asset)
|
29
|
-
return
|
30
|
-
self._ocm_client.post(
|
31
|
-
api_path="/api/cna-management/v1/cnas",
|
32
|
-
data=asset.api_payload(),
|
33
|
-
)
|
34
|
-
|
35
|
-
def delete(self, asset: Asset, dry_run: bool = False) -> None:
|
36
|
-
if dry_run:
|
37
|
-
logging.info("DELETE %s", asset)
|
38
|
-
return
|
39
|
-
if asset.href:
|
40
|
-
self._ocm_client.delete(
|
41
|
-
api_path=asset.href,
|
42
|
-
)
|
43
|
-
|
44
|
-
def update(self, asset: Asset, dry_run: bool = False) -> None:
|
45
|
-
if dry_run:
|
46
|
-
logging.info("UPDATE %s", asset)
|
47
|
-
return
|
48
|
-
if asset.href:
|
49
|
-
self._ocm_client.patch(
|
50
|
-
api_path=asset.href,
|
51
|
-
data=asset.api_payload(),
|
52
|
-
)
|
@@ -1,137 +0,0 @@
|
|
1
|
-
from collections import defaultdict
|
2
|
-
from collections.abc import (
|
3
|
-
Iterable,
|
4
|
-
Mapping,
|
5
|
-
)
|
6
|
-
|
7
|
-
from reconcile.cna.assets.asset_factory import asset_factory_from_schema
|
8
|
-
from reconcile.cna.client import CNAClient
|
9
|
-
from reconcile.cna.state import State
|
10
|
-
from reconcile.gql_definitions.cna.queries.cna_provisioners import (
|
11
|
-
CNAExperimentalProvisionerV1,
|
12
|
-
)
|
13
|
-
from reconcile.gql_definitions.cna.queries.cna_provisioners import (
|
14
|
-
query as cna_provisioners_query,
|
15
|
-
)
|
16
|
-
from reconcile.gql_definitions.cna.queries.cna_resources import (
|
17
|
-
NamespaceCNAssetV1,
|
18
|
-
NamespaceV1,
|
19
|
-
)
|
20
|
-
from reconcile.gql_definitions.cna.queries.cna_resources import (
|
21
|
-
query as namespaces_query,
|
22
|
-
)
|
23
|
-
from reconcile.typed_queries.app_interface_vault_settings import (
|
24
|
-
get_app_interface_vault_settings,
|
25
|
-
)
|
26
|
-
from reconcile.utils import gql
|
27
|
-
from reconcile.utils.ocm_base_client import OCMBaseClient
|
28
|
-
from reconcile.utils.secret_reader import (
|
29
|
-
SecretReaderBase,
|
30
|
-
create_secret_reader,
|
31
|
-
)
|
32
|
-
from reconcile.utils.semver_helper import make_semver
|
33
|
-
|
34
|
-
QONTRACT_INTEGRATION = "cna_resources"
|
35
|
-
QONTRACT_INTEGRATION_VERSION = make_semver(0, 1, 0)
|
36
|
-
|
37
|
-
|
38
|
-
class CNAConfigException(Exception):
|
39
|
-
pass
|
40
|
-
|
41
|
-
|
42
|
-
class CNAIntegration:
|
43
|
-
def __init__(
|
44
|
-
self,
|
45
|
-
cna_clients: Mapping[str, CNAClient],
|
46
|
-
namespaces: Iterable[NamespaceV1],
|
47
|
-
desired_states: Mapping[str, State] | None = None,
|
48
|
-
current_states: Mapping[str, State] | None = None,
|
49
|
-
) -> None:
|
50
|
-
self._cna_clients = cna_clients
|
51
|
-
self._namespaces = namespaces
|
52
|
-
self._desired_states = desired_states or defaultdict(State)
|
53
|
-
self._current_states = current_states or defaultdict(State)
|
54
|
-
|
55
|
-
def assemble_desired_states(self) -> None:
|
56
|
-
self._desired_states = defaultdict(State)
|
57
|
-
for namespace in self._namespaces:
|
58
|
-
for provider in namespace.external_resources or []:
|
59
|
-
# TODO: this should probably be filtered within the query already
|
60
|
-
if not isinstance(provider, NamespaceCNAssetV1):
|
61
|
-
continue
|
62
|
-
for resource in provider.resources or []:
|
63
|
-
self._desired_states[provider.provisioner.name].add_asset(
|
64
|
-
asset_factory_from_schema(resource)
|
65
|
-
)
|
66
|
-
|
67
|
-
def assemble_current_states(self) -> None:
|
68
|
-
self._current_states = defaultdict(State)
|
69
|
-
for name, client in self._cna_clients.items():
|
70
|
-
cnas = client.list_assets()
|
71
|
-
state = State()
|
72
|
-
state.add_raw_data(cnas)
|
73
|
-
self._current_states[name] = state
|
74
|
-
|
75
|
-
def provision(self, dry_run: bool = False) -> None:
|
76
|
-
for provisioner_name, cna_client in self._cna_clients.items():
|
77
|
-
desired_state = self._desired_states[provisioner_name]
|
78
|
-
current_state = self._current_states[provisioner_name]
|
79
|
-
|
80
|
-
additions = desired_state - current_state
|
81
|
-
for asset in additions:
|
82
|
-
cna_client.create(asset=asset, dry_run=dry_run)
|
83
|
-
|
84
|
-
deletions = current_state - desired_state
|
85
|
-
for asset in deletions:
|
86
|
-
cna_client.delete(asset=asset, dry_run=dry_run)
|
87
|
-
|
88
|
-
updates = current_state.required_updates_to_reach(desired_state)
|
89
|
-
for assets in updates:
|
90
|
-
cna_client.update(asset=assets, dry_run=dry_run)
|
91
|
-
|
92
|
-
|
93
|
-
def build_cna_clients(
|
94
|
-
secret_reader: SecretReaderBase,
|
95
|
-
cna_provisioners: list[CNAExperimentalProvisionerV1],
|
96
|
-
) -> dict[str, CNAClient]:
|
97
|
-
clients: dict[str, CNAClient] = {}
|
98
|
-
for provisioner in cna_provisioners:
|
99
|
-
access_token_client_secret = (
|
100
|
-
provisioner.ocm.access_token_client_secret
|
101
|
-
or provisioner.ocm.environment.access_token_client_secret
|
102
|
-
)
|
103
|
-
secret_data = secret_reader.read_all_secret(access_token_client_secret)
|
104
|
-
ocm_client = OCMBaseClient(
|
105
|
-
url=provisioner.ocm.environment.url,
|
106
|
-
access_token_client_secret=secret_data["client_secret"],
|
107
|
-
access_token_url=provisioner.ocm.access_token_url
|
108
|
-
or provisioner.ocm.environment.access_token_url,
|
109
|
-
access_token_client_id=provisioner.ocm.access_token_client_id
|
110
|
-
or provisioner.ocm.environment.access_token_client_id,
|
111
|
-
)
|
112
|
-
clients[provisioner.name] = CNAClient(
|
113
|
-
ocm_client=ocm_client,
|
114
|
-
)
|
115
|
-
return clients
|
116
|
-
|
117
|
-
|
118
|
-
def run(
|
119
|
-
dry_run: bool,
|
120
|
-
# TODO: Threadpool not used yet - will be used once we understand scopes in more detail
|
121
|
-
thread_pool_size: int,
|
122
|
-
) -> None:
|
123
|
-
settings = get_app_interface_vault_settings()
|
124
|
-
secret_reader = create_secret_reader(use_vault=settings.vault)
|
125
|
-
|
126
|
-
query_func = gql.get_api().query
|
127
|
-
cna_provisioners = cna_provisioners_query(query_func).cna_provisioners or []
|
128
|
-
namespaces = namespaces_query(query_func).namespaces or []
|
129
|
-
|
130
|
-
cna_clients = build_cna_clients(
|
131
|
-
secret_reader=secret_reader, cna_provisioners=cna_provisioners
|
132
|
-
)
|
133
|
-
|
134
|
-
integration = CNAIntegration(cna_clients=cna_clients, namespaces=namespaces)
|
135
|
-
integration.assemble_current_states()
|
136
|
-
integration.assemble_desired_states()
|
137
|
-
integration.provision(dry_run=dry_run)
|
@@ -1,128 +0,0 @@
|
|
1
|
-
from __future__ import annotations
|
2
|
-
|
3
|
-
from collections.abc import (
|
4
|
-
Iterable,
|
5
|
-
Mapping,
|
6
|
-
)
|
7
|
-
from typing import Any
|
8
|
-
|
9
|
-
from reconcile.cna.assets.asset import (
|
10
|
-
Asset,
|
11
|
-
AssetStatus,
|
12
|
-
AssetType,
|
13
|
-
)
|
14
|
-
from reconcile.cna.assets.asset_factory import asset_factory_from_raw_data
|
15
|
-
|
16
|
-
|
17
|
-
class CNAStateError(Exception):
|
18
|
-
pass
|
19
|
-
|
20
|
-
|
21
|
-
class State:
|
22
|
-
"""
|
23
|
-
State object is a collection of assets.
|
24
|
-
It can be used to describe actual or desired state.
|
25
|
-
Main objective is to calculate required additions,
|
26
|
-
deletions and updates to reach another state.
|
27
|
-
"""
|
28
|
-
|
29
|
-
def __init__(self, assets: dict[AssetType, dict[str, Asset]] | None = None):
|
30
|
-
self._assets: dict[AssetType, dict[str, Asset]] = {}
|
31
|
-
for kind in AssetType:
|
32
|
-
self._assets[kind] = {}
|
33
|
-
if assets:
|
34
|
-
self._assets = assets
|
35
|
-
|
36
|
-
def __eq__(self, other: object) -> bool:
|
37
|
-
if not isinstance(other, State):
|
38
|
-
return False
|
39
|
-
if not set(self._assets.keys()) == set(other._assets.keys()):
|
40
|
-
return False
|
41
|
-
for kind in list(self._assets.keys()):
|
42
|
-
if not set(self._assets[kind]) == set(other._assets[kind]):
|
43
|
-
return False
|
44
|
-
for name, asset in self._assets[kind].items():
|
45
|
-
if asset != other._assets[kind][name]:
|
46
|
-
return False
|
47
|
-
return True
|
48
|
-
|
49
|
-
def __repr__(self) -> str:
|
50
|
-
# pytest should show nice diff
|
51
|
-
return str(self._assets)
|
52
|
-
|
53
|
-
def _validate_addition(self, asset: Asset) -> None:
|
54
|
-
if asset.kind not in self._assets:
|
55
|
-
raise CNAStateError(f"State doesn't know asset_kind {asset.kind}")
|
56
|
-
if asset.name in self._assets[asset.kind]:
|
57
|
-
raise CNAStateError(
|
58
|
-
f"Duplicate asset name found in state: kind={asset.kind}, name={asset.name}"
|
59
|
-
)
|
60
|
-
|
61
|
-
def add_asset(self, asset: Asset) -> None:
|
62
|
-
self._validate_addition(asset=asset)
|
63
|
-
self._assets[asset.kind][asset.name] = asset
|
64
|
-
|
65
|
-
def add_raw_data(self, data: Iterable[Mapping[str, Any]]) -> None:
|
66
|
-
for cna in data:
|
67
|
-
asset = asset_factory_from_raw_data(cna)
|
68
|
-
self._validate_addition(asset=asset)
|
69
|
-
self._assets[asset.kind][asset.name] = asset
|
70
|
-
|
71
|
-
def required_updates_to_reach(self, other: State) -> State:
|
72
|
-
"""
|
73
|
-
This operation is NOT commutative, i.e.,:
|
74
|
-
a.required_updates_to_reach(b) != b.required_updates_to_reach(a)
|
75
|
-
|
76
|
-
This is supposed to be called on actual state (self).
|
77
|
-
I.e., actual.required_updates_to_reach(desired)
|
78
|
-
"""
|
79
|
-
ans = State()
|
80
|
-
for kind in AssetType:
|
81
|
-
for asset_name, other_asset in other._assets[kind].items():
|
82
|
-
if asset_name not in self._assets[kind]:
|
83
|
-
continue
|
84
|
-
asset = self._assets[kind][asset_name]
|
85
|
-
if asset.status in {AssetStatus.TERMINATED, AssetStatus.PENDING}:
|
86
|
-
continue
|
87
|
-
if asset == other_asset:
|
88
|
-
# There is no diff - no need to update
|
89
|
-
continue
|
90
|
-
ans.add_asset(asset=asset.update_from(other_asset))
|
91
|
-
return ans
|
92
|
-
|
93
|
-
def __sub__(self, other: State) -> State:
|
94
|
-
"""
|
95
|
-
This is used to determine creations and deletions
|
96
|
-
of assets. We only check the existance of the name
|
97
|
-
in each state. TERMINATED and PENDING assets are
|
98
|
-
omitted.
|
99
|
-
|
100
|
-
additions = self - other
|
101
|
-
deletions = other - self
|
102
|
-
"""
|
103
|
-
ans = State()
|
104
|
-
for kind in AssetType:
|
105
|
-
for asset_name, asset in self._assets[kind].items():
|
106
|
-
if asset.status in {AssetStatus.TERMINATED, AssetStatus.PENDING}:
|
107
|
-
continue
|
108
|
-
if other_asset := other._assets[kind].get(asset_name):
|
109
|
-
if other_asset.status == AssetStatus.TERMINATED:
|
110
|
-
raise CNAStateError(
|
111
|
-
f"Trying to create/update terminated asset {asset}. Currently not possible."
|
112
|
-
)
|
113
|
-
continue
|
114
|
-
ans.add_asset(asset)
|
115
|
-
return ans
|
116
|
-
|
117
|
-
def __iter__(self) -> State:
|
118
|
-
self._i = 0
|
119
|
-
self._assets_list: list[Asset] = []
|
120
|
-
for kind in AssetType:
|
121
|
-
self._assets_list += list(self._assets[kind].values())
|
122
|
-
return self
|
123
|
-
|
124
|
-
def __next__(self) -> Asset:
|
125
|
-
if self._i < len(self._assets_list):
|
126
|
-
self._i += 1
|
127
|
-
return self._assets_list[self._i - 1]
|
128
|
-
raise StopIteration
|
@@ -1,106 +0,0 @@
|
|
1
|
-
"""
|
2
|
-
Generated by qenerate plugin=pydantic_v1. DO NOT MODIFY MANUALLY!
|
3
|
-
"""
|
4
|
-
from collections.abc import Callable # noqa: F401 # pylint: disable=W0611
|
5
|
-
from datetime import datetime # noqa: F401 # pylint: disable=W0611
|
6
|
-
from enum import Enum # noqa: F401 # pylint: disable=W0611
|
7
|
-
from typing import ( # noqa: F401 # pylint: disable=W0611
|
8
|
-
Any,
|
9
|
-
Optional,
|
10
|
-
Union,
|
11
|
-
)
|
12
|
-
|
13
|
-
from pydantic import ( # noqa: F401 # pylint: disable=W0611
|
14
|
-
BaseModel,
|
15
|
-
Extra,
|
16
|
-
Field,
|
17
|
-
Json,
|
18
|
-
)
|
19
|
-
|
20
|
-
from reconcile.gql_definitions.fragments.ocm_environment import OCMEnvironment
|
21
|
-
from reconcile.gql_definitions.fragments.vault_secret import VaultSecret
|
22
|
-
|
23
|
-
|
24
|
-
DEFINITION = """
|
25
|
-
fragment OCMEnvironment on OpenShiftClusterManagerEnvironment_v1 {
|
26
|
-
name
|
27
|
-
description
|
28
|
-
labels
|
29
|
-
url
|
30
|
-
accessTokenClientId
|
31
|
-
accessTokenUrl
|
32
|
-
accessTokenClientSecret {
|
33
|
-
... VaultSecret
|
34
|
-
}
|
35
|
-
}
|
36
|
-
|
37
|
-
fragment VaultSecret on VaultSecret_v1 {
|
38
|
-
path
|
39
|
-
field
|
40
|
-
version
|
41
|
-
format
|
42
|
-
}
|
43
|
-
|
44
|
-
query CNAProvisioners {
|
45
|
-
cna_provisioners: cna_experimental_provisioners_v1 {
|
46
|
-
name
|
47
|
-
description
|
48
|
-
ocm {
|
49
|
-
name
|
50
|
-
orgId
|
51
|
-
accessTokenUrl
|
52
|
-
accessTokenClientId
|
53
|
-
accessTokenClientSecret {
|
54
|
-
... VaultSecret
|
55
|
-
}
|
56
|
-
environment {
|
57
|
-
... OCMEnvironment
|
58
|
-
}
|
59
|
-
}
|
60
|
-
}
|
61
|
-
}
|
62
|
-
"""
|
63
|
-
|
64
|
-
|
65
|
-
class ConfiguredBaseModel(BaseModel):
|
66
|
-
class Config:
|
67
|
-
smart_union=True
|
68
|
-
extra=Extra.forbid
|
69
|
-
|
70
|
-
|
71
|
-
class OpenShiftClusterManagerV1(ConfiguredBaseModel):
|
72
|
-
name: str = Field(..., alias="name")
|
73
|
-
org_id: str = Field(..., alias="orgId")
|
74
|
-
access_token_url: Optional[str] = Field(..., alias="accessTokenUrl")
|
75
|
-
access_token_client_id: Optional[str] = Field(..., alias="accessTokenClientId")
|
76
|
-
access_token_client_secret: Optional[VaultSecret] = Field(..., alias="accessTokenClientSecret")
|
77
|
-
environment: OCMEnvironment = Field(..., alias="environment")
|
78
|
-
|
79
|
-
|
80
|
-
class CNAExperimentalProvisionerV1(ConfiguredBaseModel):
|
81
|
-
name: str = Field(..., alias="name")
|
82
|
-
description: Optional[str] = Field(..., alias="description")
|
83
|
-
ocm: OpenShiftClusterManagerV1 = Field(..., alias="ocm")
|
84
|
-
|
85
|
-
|
86
|
-
class CNAProvisionersQueryData(ConfiguredBaseModel):
|
87
|
-
cna_provisioners: Optional[list[CNAExperimentalProvisionerV1]] = Field(..., alias="cna_provisioners")
|
88
|
-
|
89
|
-
|
90
|
-
def query(query_func: Callable, **kwargs: Any) -> CNAProvisionersQueryData:
|
91
|
-
"""
|
92
|
-
This is a convenience function which queries and parses the data into
|
93
|
-
concrete types. It should be compatible with most GQL clients.
|
94
|
-
You do not have to use it to consume the generated data classes.
|
95
|
-
Alternatively, you can also mime and alternate the behavior
|
96
|
-
of this function in the caller.
|
97
|
-
|
98
|
-
Parameters:
|
99
|
-
query_func (Callable): Function which queries your GQL Server
|
100
|
-
kwargs: optional arguments that will be passed to the query function
|
101
|
-
|
102
|
-
Returns:
|
103
|
-
CNAProvisionersQueryData: queried data parsed into generated classes
|
104
|
-
"""
|
105
|
-
raw_data: dict[Any, Any] = query_func(DEFINITION, **kwargs)
|
106
|
-
return CNAProvisionersQueryData(**raw_data)
|