qontract-reconcile 0.10.2.dev160__tar.gz → 0.10.2.dev162__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.dev160 → qontract_reconcile-0.10.2.dev162}/PKG-INFO +2 -2
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/pyproject.toml +1 -1
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/cli.py +4 -6
- qontract_reconcile-0.10.2.dev162/reconcile/gcp_image_mirror.py +276 -0
- qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/fragments/container_image_mirror.py +33 -0
- qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/gcp/gcp_docker_repos.py +128 -0
- qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/gcp/gcp_projects.py +77 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/introspection.json +131 -1
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/dynatrace/client.py +0 -31
- qontract_reconcile-0.10.2.dev162/tools/saas_promotion_state/__init__.py +0 -0
- qontract_reconcile-0.10.2.dev160/reconcile/gcr_mirror.py +0 -278
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/README.md +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/acs_notifiers.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aus/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aus/advanced_upgrade_service.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aus/aus_label_source.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aus/base.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aus/cluster_version_data.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aus/healthchecks.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aus/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aus/models.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aus/node_pool_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aus/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aus/version_gate_approver.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aus/version_gates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aus/version_gates/handler.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/automated_actions/config/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/automated_actions/config/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_account_manager/README.md +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_account_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_account_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_account_manager/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_account_manager/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_ami_cleanup/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_ami_share.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_cloudwatch_log_retention/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_garbage_collector.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_iam_keys.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_iam_password_reset.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_saml_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_saml_roles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_support_cases_sos.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_version_sync/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/aws_version_sync/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/change_owners/README.md +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/change_owners/approver.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/change_owners/bundle.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/change_owners/change_log_tracking.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/change_owners/change_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/change_owners/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/change_owners/changes.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/change_owners/decision.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/change_owners/diff.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/change_owners/implicit_ownership.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/change_owners/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/change_owners/tester.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/checkpoint.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/cluster_auth_rhidp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/cluster_deployment_mapper.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/cna/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/cna/assets/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/cna/assets/asset.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/cna/assets/asset_factory.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/cna/assets/null.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/cna/client.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/cna/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/cna/state.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/dashdotdb_base.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/dashdotdb_cso.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/dashdotdb_dora.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/dashdotdb_dvo.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/dashdotdb_slo.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/deadmanssnitch.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/dynatrace_token_provider/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/dynatrace_token_provider/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/dynatrace_token_provider/model.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/dynatrace_token_provider/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/dynatrace_token_provider/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/email_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/endpoints_discovery/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/endpoints_discovery/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/external_resources/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/external_resources/factories.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/external_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/external_resources/integration_secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/external_resources/manager.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/external_resources/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/external_resources/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/external_resources/model.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/external_resources/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/external_resources/secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/external_resources/state.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/fleet_labeler/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/fleet_labeler/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/fleet_labeler/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/fleet_labeler/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/fleet_labeler/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/fleet_labeler/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/fleet_labeler/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/fleet_labeler/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gabi_authorized_users.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/github_org.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/github_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/github_repo_invites.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/github_repo_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/github_users.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/github_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gitlab_fork_compliance.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gitlab_housekeeping.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gitlab_labeler.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gitlab_members.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gitlab_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gitlab_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gitlab_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/glitchtip/README.md +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/glitchtip/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/glitchtip/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/glitchtip_project_alerts/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/glitchtip_project_dsn/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/users.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/automated_actions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/automated_actions/instance.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/cna/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/cna/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/cna/queries/cna_provisioners.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/cna/queries/cna_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/quay_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/saasherder_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/common/users.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/email_sender/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/email_sender/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/email_sender/emails.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/email_sender/users.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/endpoints_discovery/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/external_resources/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/external_resources/fragments/external_resources_module_overrides.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fleet_labeler/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fleet_labeler/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/aws_vpc_request_subnet.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/deplopy_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/disable.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/email_service.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/email_user.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/user.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/gitlab_members → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/gcp}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/glitchtip → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/gitlab_members}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/glitchtip_project_alerts → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/glitchtip}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/integrations → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/glitchtip_project_alerts}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/jenkins_configs → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/integrations}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/integrations/integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/jira → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/jenkins_configs}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/jira_permissions_validator → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/jira}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/jumphosts → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/jira_permissions_validator}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/ldap_groups → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/jumphosts}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/maintenance → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/ldap_groups}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/membershipsources → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/maintenance}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/ocm_labels → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/membershipsources}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/ocm_oidc_idp → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/ocm_labels}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/ocm_subscription_labels → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/ocm_oidc_idp}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/openshift_cluster_bots → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/ocm_subscription_labels}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/openshift_groups → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/openshift_cluster_bots}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/openshift_serviceaccount_tokens → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/openshift_groups}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/quay_membership → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/openshift_serviceaccount_tokens}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/rhidp → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/quay_membership}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/service_dependencies → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/rhidp}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/sharding → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/service_dependencies}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/skupper_network → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/sharding}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/slack_usergroups → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/skupper_network}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/slo_documents → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/slack_usergroups}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/status_board → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/slo_documents}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/statuspage → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/status_board}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/status_board/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/templating → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/statuspage}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/terraform_cloudflare_dns → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/templating}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/templating/template_collection.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/templating/templates.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/terraform_cloudflare_resources → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/terraform_cloudflare_dns}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/terraform_cloudflare_users → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/terraform_cloudflare_resources}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/terraform_init → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/terraform_cloudflare_users}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/terraform_repo → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/terraform_init}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/terraform_resources → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/terraform_repo}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/terraform_tgw_attachments → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/terraform_resources}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/unleash_feature_toggles → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/terraform_tgw_attachments}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/vault_instances → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/unleash_feature_toggles}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/vault_policies → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/vault_instances}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/gql_definitions/vpc_peerings_validator → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/vault_policies}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/jenkins → qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/vpc_peerings_validator}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/integrations_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/ldap_groups → qontract_reconcile-0.10.2.dev162/reconcile/jenkins}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/jenkins/types.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/jenkins_base.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/jenkins_job_builder.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/jenkins_job_builds_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/jenkins_job_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/jenkins_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/jenkins_webhooks.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/jenkins_webhooks_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/jenkins_worker_fleets.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/jira_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/jira_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/ocm → qontract_reconcile-0.10.2.dev162/reconcile/ldap_groups}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/ldap_groups/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/ldap_users.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/mr_client_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/ocm_internal_notifications → qontract_reconcile-0.10.2.dev162/reconcile/ocm}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/ocm/types.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/ocm_additional_routers.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/ocm_addons.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/ocm_aws_infrastructure_access.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/ocm_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/ocm_external_configuration_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/ocm_github_idp.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/ocm_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/ocm_labels → qontract_reconcile-0.10.2.dev162/reconcile/ocm_internal_notifications}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/ocm_internal_notifications/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/oum → qontract_reconcile-0.10.2.dev162/reconcile/ocm_labels}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/ocm_labels/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/ocm_machine_pools.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/ocm_upgrade_scheduler_org_updater.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_base.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_cluster_bots.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_clusterrolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_limitranges.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_namespace_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_network_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_prometheus_rules.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_resourcequotas.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_resources_base.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_rolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_routes.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_saas_deploy.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_serviceaccount_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_tekton_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_upgrade_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_users.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/openshift_vault_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/prometheus_rules_tester → qontract_reconcile-0.10.2.dev162/reconcile/oum}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/oum/base.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/oum/labelset.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/oum/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/oum/models.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/oum/providers.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/oum/standalone.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/rhidp → qontract_reconcile-0.10.2.dev162/reconcile/prometheus_rules_tester}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/prometheus_rules_tester/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/quay_base.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/quay_mirror_org.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/quay_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/quay_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/queries.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/query_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/requests_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/resource_scraper.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/resource_template_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/rhidp/ocm_oidc_idp → qontract_reconcile-0.10.2.dev162/reconcile/rhidp}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/rhidp/common.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/rhidp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/rhidp/sso_client → qontract_reconcile-0.10.2.dev162/reconcile/rhidp/ocm_oidc_idp}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/saas_auto_promotions_manager → qontract_reconcile-0.10.2.dev162/reconcile/rhidp/sso_client}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/rhidp/sso_client/base.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/rhidp/sso_client/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/rhidp/sso_client/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/run_integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/saas_auto_promotions_manager/merge_request_manager → qontract_reconcile-0.10.2.dev162/reconcile/saas_auto_promotions_manager}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/saas_auto_promotions_manager/utils → qontract_reconcile-0.10.2.dev162/reconcile/saas_auto_promotions_manager/merge_request_manager}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/skupper_network → qontract_reconcile-0.10.2.dev162/reconcile/saas_auto_promotions_manager/utils}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/saas_file_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/sendgrid_teammates.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/signalfx_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/statuspage → qontract_reconcile-0.10.2.dev162/reconcile/skupper_network}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/skupper_network/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/skupper_network/models.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/skupper_network/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/skupper_network/site_controller.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/slack_base.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/slack_usergroups.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/sql_query.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/status.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/statuspage/integrations → qontract_reconcile-0.10.2.dev162/reconcile/statuspage}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/statuspage/atlassian.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/statuspage/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/templates → qontract_reconcile-0.10.2.dev162/reconcile/statuspage/integrations}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/statuspage/integrations/components.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/statuspage/integrations/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/statuspage/page.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/statuspage/state.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/statuspage/status.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/templating → qontract_reconcile-0.10.2.dev162/reconcile/templates}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/templates/aws_access_key_email.j2 +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/templates/email.yml.j2 +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/templating/lib → qontract_reconcile-0.10.2.dev162/reconcile/templating}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/terraform_init → qontract_reconcile-0.10.2.dev162/reconcile/templating/lib}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/templating/lib/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/templating/lib/model.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/templating/lib/rendering.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/templating/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/templating/validator.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/terraform_aws_route53.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/terraform_cloudflare_dns.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/terraform_cloudflare_users.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/terraform_vpc_resources → qontract_reconcile-0.10.2.dev162/reconcile/terraform_init}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/terraform_init/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/terraform_init/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/terraform_init/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/terraform_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/terraform_tgw_attachments.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/terraform_users.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/terraform_vpc_peerings.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/typed_queries/app_interface_metrics_exporter → qontract_reconcile-0.10.2.dev162/reconcile/terraform_vpc_resources}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/terraform_vpc_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/typed_queries/cost_report → qontract_reconcile-0.10.2.dev162/reconcile/typed_queries/app_interface_metrics_exporter}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/aws_cloudwatch_log_retention/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/typed_queries/terraform_tgw_attachments → qontract_reconcile-0.10.2.dev162/reconcile/typed_queries/cost_report}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/dynatrace.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/dynatrace_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/fleet_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/get_state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/glitchtip.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/jenkins.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/jira.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/quay.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/repos.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/slack.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/smtp.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/terraform_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/unleash_feature_toggles → qontract_reconcile-0.10.2.dev162/reconcile/typed_queries/terraform_tgw_attachments}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/unleash.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/users.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/typed_queries/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/utils → qontract_reconcile-0.10.2.dev162/reconcile/unleash_feature_toggles}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/unleash_feature_toggles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/utils/acs → qontract_reconcile-0.10.2.dev162/reconcile/utils}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/utils/aws_api_typed → qontract_reconcile-0.10.2.dev162/reconcile/utils/acs}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/acs/base.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/acs/notifiers.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/acs/policies.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/acs/rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/aggregated_list.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/amtool.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/aws_api.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/utils/cloud_resource_best_practice → qontract_reconcile-0.10.2.dev162/reconcile/utils/aws_api_typed}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/aws_api_typed/account.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/aws_api_typed/api.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/aws_api_typed/iam.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/aws_api_typed/organization.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/aws_api_typed/s3.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/aws_api_typed/sts.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/aws_api_typed/support.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/aws_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/batches.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/binary.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/utils/clusterhealth → qontract_reconcile-0.10.2.dev162/reconcile/utils/cloud_resource_best_practice}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/utils/dynatrace → qontract_reconcile-0.10.2.dev162/reconcile/utils/clusterhealth}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/clusterhealth/providerbase.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/clusterhealth/telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/config.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/deadmanssnitch_api.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/defer.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/differ.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/disabled_integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/dnsutils.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/utils/internal_groups → qontract_reconcile-0.10.2.dev162/reconcile/utils/dynatrace}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/early_exit_cache.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/elasticsearch_exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/environ.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/expiration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/extended_early_exit.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/external_resource_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/filtering.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/git.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/gitlab_api.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/glitchtip/client.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/glitchtip/models.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/gpg.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/gql.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/grouping.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/helm.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/helpers.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/imap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/instrumented_wrappers.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/utils/jinja2 → qontract_reconcile-0.10.2.dev162/reconcile/utils/internal_groups}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/internal_groups/client.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/internal_groups/models.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/jenkins_api.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/utils/jobcontroller → qontract_reconcile-0.10.2.dev162/reconcile/utils/jinja2}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/jinja2/extensions.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/jinja2/filters.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/jinja2/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/jira_client.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/jjb_client.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/utils/membershipsources → qontract_reconcile-0.10.2.dev162/reconcile/utils/jobcontroller}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/jobcontroller/controller.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/jobcontroller/models.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/jsonpath.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/jump_host.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/keycloak.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/ldap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/lean_terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/make.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/utils/merge_request_manager → qontract_reconcile-0.10.2.dev162/reconcile/utils/membershipsources}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/membershipsources/models.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/membershipsources/resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/utils/rosa → qontract_reconcile-0.10.2.dev162/reconcile/utils/merge_request_manager}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/merge_request_manager/parser.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/models.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/mr/README.md +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/mr/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/mr/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/mr/app_sre_tekton_access_report.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/mr/aws_access.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/mr/base.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/mr/clusters_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/mr/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/mr/notificator.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/mr/promote_qontract.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/mr/update_access_report_base.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/mr/user_maintenance.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/oauth2_backend_application_session.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/oc.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/oc_connection_parameters.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/oc_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/oc_map.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/ocm/addons.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/ocm/base.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/ocm/cluster_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/ocm/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/ocm/identity_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/ocm/label_sources.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/ocm/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/ocm/manifests.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/ocm/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/ocm/products.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/ocm/search_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/ocm/service_log.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/ocm/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/ocm/subscriptions.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/ocm/syncsets.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/ocm/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/ocm_base_client.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/openshift_resource.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/openssl.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/output.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/pagerduty_api.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/parse_dhms_duration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/password_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/prometheus.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/promtool.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/quay_api.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/raw_github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/repo_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/rest_api_base.py +0 -0
- {qontract_reconcile-0.10.2.dev160/reconcile/utils/terrascript → qontract_reconcile-0.10.2.dev162/reconcile/utils/rosa}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/rosa/rosa_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/rosa/session.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/ruamel.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/runtime/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/runtime/desired_state_diff.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/runtime/environment.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/runtime/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/runtime/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/runtime/runner.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/runtime/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/saasherder/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/saasherder/interfaces.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/saasherder/models.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/saasherder/saasherder.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/secret_reader.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/semver_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/slack_api.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/smtp_client.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/sqs_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/state.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/structs.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/template.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/terraform/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/terraform/config.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/terraform/config_client.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev160/tools → qontract_reconcile-0.10.2.dev162/reconcile/utils/terrascript}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/terrascript/cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/terrascript/models.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/terrascript/resources.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/terrascript_aws_client.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/three_way_diff_strategy.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/throughput.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/unleash/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/unleash/client.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/unleash/server.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/vaultsecretref.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/utils/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/vault_replication.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/reconcile/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev160/tools/cli_commands → qontract_reconcile-0.10.2.dev162/tools}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/app_interface_metrics_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/app_sre_tekton_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/app_sre_tekton_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev160/tools/cli_commands/cost_report → qontract_reconcile-0.10.2.dev162/tools/cli_commands}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/cli_commands/container_images_report.py +0 -0
- {qontract_reconcile-0.10.2.dev160/tools/saas_metrics_exporter → qontract_reconcile-0.10.2.dev162/tools/cli_commands/cost_report}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/cli_commands/cost_report/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/cli_commands/cost_report/model.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/cli_commands/cost_report/openshift.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/cli_commands/cost_report/response.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/cli_commands/cost_report/util.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/cli_commands/cost_report/view.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/cli_commands/erv2.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/cli_commands/gpg_encrypt.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/cli_commands/systems_and_tools.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/glitchtip_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/qontract_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev160/tools/saas_metrics_exporter/commit_distance → qontract_reconcile-0.10.2.dev162/tools/saas_metrics_exporter}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160/tools/saas_promotion_state → qontract_reconcile-0.10.2.dev162/tools/saas_metrics_exporter/commit_distance}/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/saas_metrics_exporter/commit_distance/channel.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/saas_metrics_exporter/main.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/saas_promotion_state/saas_promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/sd_app_sre_alert_report.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/sre_checkpoints/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/tools/sre_checkpoints/util.py +0 -0
- {qontract_reconcile-0.10.2.dev160 → qontract_reconcile-0.10.2.dev162}/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.dev162
|
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
|
@@ -20,7 +20,7 @@ Requires-Dist: croniter<1.1.0,>=1.0.15
|
|
20
20
|
Requires-Dist: dateparser~=1.1.7
|
21
21
|
Requires-Dist: deepdiff==6.7.1
|
22
22
|
Requires-Dist: dnspython~=2.1
|
23
|
-
Requires-Dist: dt==1.1.
|
23
|
+
Requires-Dist: dt==1.1.73
|
24
24
|
Requires-Dist: filetype~=1.2.0
|
25
25
|
Requires-Dist: gql==3.1.0
|
26
26
|
Requires-Dist: hvac<0.8.0,>=0.7.0
|
@@ -1849,15 +1849,13 @@ def quay_membership(ctx):
|
|
1849
1849
|
run_integration(reconcile.quay_membership, ctx.obj)
|
1850
1850
|
|
1851
1851
|
|
1852
|
-
@integration.command(
|
1853
|
-
short_help="Mirrors external images into Google Container Registry."
|
1854
|
-
)
|
1852
|
+
@integration.command(short_help="Mirrors external images into GCP Artifact Registry.")
|
1855
1853
|
@click.pass_context
|
1856
1854
|
@binary(["skopeo"])
|
1857
|
-
def
|
1858
|
-
import reconcile.
|
1855
|
+
def gcp_image_mirror(ctx):
|
1856
|
+
import reconcile.gcp_image_mirror
|
1859
1857
|
|
1860
|
-
run_integration(reconcile.
|
1858
|
+
run_integration(reconcile.gcp_image_mirror, ctx.obj)
|
1861
1859
|
|
1862
1860
|
|
1863
1861
|
@integration.command(short_help="Mirrors external images into Quay.")
|
@@ -0,0 +1,276 @@
|
|
1
|
+
import base64
|
2
|
+
import logging
|
3
|
+
import os
|
4
|
+
import re
|
5
|
+
import tempfile
|
6
|
+
import time
|
7
|
+
from typing import Any, Self
|
8
|
+
|
9
|
+
import requests
|
10
|
+
from pydantic import BaseModel
|
11
|
+
from sretoolbox.container import (
|
12
|
+
Image,
|
13
|
+
Skopeo,
|
14
|
+
)
|
15
|
+
from sretoolbox.container.image import ImageComparisonError
|
16
|
+
from sretoolbox.container.skopeo import SkopeoCmdError
|
17
|
+
|
18
|
+
import reconcile.gql_definitions.gcp.gcp_docker_repos as gql_gcp_repos
|
19
|
+
import reconcile.gql_definitions.gcp.gcp_projects as gql_gcp_projects
|
20
|
+
from reconcile import queries
|
21
|
+
from reconcile.gql_definitions.fragments.container_image_mirror import (
|
22
|
+
ContainerImageMirror,
|
23
|
+
)
|
24
|
+
from reconcile.gql_definitions.fragments.vault_secret import VaultSecret
|
25
|
+
from reconcile.utils import gql
|
26
|
+
from reconcile.utils.secret_reader import SecretReader
|
27
|
+
|
28
|
+
QONTRACT_INTEGRATION = "gcp-image-mirror"
|
29
|
+
REQUEST_TIMEOUT = 60
|
30
|
+
GCR_SECRET_PREFIX = "gcr_"
|
31
|
+
AR_SECRET_PREFIX = "ar_"
|
32
|
+
|
33
|
+
|
34
|
+
class ImageSyncItem(BaseModel):
|
35
|
+
mirror: ContainerImageMirror
|
36
|
+
destination_url: str
|
37
|
+
org_name: str
|
38
|
+
|
39
|
+
|
40
|
+
class SyncTask(BaseModel):
|
41
|
+
mirror_creds: str | None = None
|
42
|
+
source_url: str
|
43
|
+
dest_url: str
|
44
|
+
org_name: str
|
45
|
+
|
46
|
+
|
47
|
+
class QuayMirror:
|
48
|
+
def __init__(self, dry_run: bool = False) -> None:
|
49
|
+
self.dry_run = dry_run
|
50
|
+
self.gqlapi = gql.get_api()
|
51
|
+
settings = queries.get_app_interface_settings()
|
52
|
+
self.secret_reader = SecretReader(settings=settings)
|
53
|
+
self.skopeo_cli = Skopeo(dry_run)
|
54
|
+
self.push_creds = self._get_push_creds()
|
55
|
+
self.session = requests.Session()
|
56
|
+
|
57
|
+
def __enter__(self) -> Self:
|
58
|
+
return self
|
59
|
+
|
60
|
+
def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None:
|
61
|
+
self.session.close()
|
62
|
+
|
63
|
+
def run(self) -> None:
|
64
|
+
gql_result = gql_gcp_repos.query(query_func=self.gqlapi.query)
|
65
|
+
processed_repos = self.process_repos_to_sync(gql_result)
|
66
|
+
sync_tasks = self.process_sync_tasks(processed_repos)
|
67
|
+
|
68
|
+
for task in sync_tasks:
|
69
|
+
try:
|
70
|
+
dest_creds = self.push_creds[f"{GCR_SECRET_PREFIX}{task.org_name}"]
|
71
|
+
if "pkg.dev" in task.dest_url:
|
72
|
+
dest_creds = self.push_creds[f"{AR_SECRET_PREFIX}{task.org_name}"]
|
73
|
+
|
74
|
+
self.skopeo_cli.copy(
|
75
|
+
src_image=task.source_url,
|
76
|
+
src_creds=task.mirror_creds,
|
77
|
+
dst_image=task.dest_url,
|
78
|
+
dest_creds=dest_creds,
|
79
|
+
)
|
80
|
+
except SkopeoCmdError as details:
|
81
|
+
logging.error("[%s]", details)
|
82
|
+
|
83
|
+
# processes the GQL repos to come up with a list of items that need to be synced
|
84
|
+
def process_repos_to_sync(
|
85
|
+
self, repos: gql_gcp_repos.GcpDockerReposQueryData
|
86
|
+
) -> list[ImageSyncItem]:
|
87
|
+
summary = list[ImageSyncItem]()
|
88
|
+
if repos.apps:
|
89
|
+
for app in repos.apps:
|
90
|
+
if app.gcr_repos:
|
91
|
+
for gcr_project in app.gcr_repos:
|
92
|
+
for gcr_repo in gcr_project.items:
|
93
|
+
if gcr_repo.mirror:
|
94
|
+
project_name = gcr_project.project.name
|
95
|
+
summary.append(
|
96
|
+
ImageSyncItem(
|
97
|
+
mirror=gcr_repo.mirror,
|
98
|
+
destination_url=f"gcr.io/{project_name}/{gcr_repo.name}",
|
99
|
+
org_name=project_name,
|
100
|
+
)
|
101
|
+
)
|
102
|
+
if app.artifact_registry_mirrors:
|
103
|
+
for ar_project in app.artifact_registry_mirrors:
|
104
|
+
for ar_repo in ar_project.items:
|
105
|
+
summary.append(
|
106
|
+
ImageSyncItem(
|
107
|
+
mirror=ar_repo.mirror,
|
108
|
+
destination_url=ar_repo.image_url,
|
109
|
+
org_name=ar_project.project.name,
|
110
|
+
)
|
111
|
+
)
|
112
|
+
|
113
|
+
return summary
|
114
|
+
|
115
|
+
@staticmethod
|
116
|
+
def sync_tag(
|
117
|
+
tags: list[str] | None, tags_exclude: list[str] | None, candidate: str
|
118
|
+
) -> bool:
|
119
|
+
if tags is not None:
|
120
|
+
# When tags is defined, we don't look at tags_exclude
|
121
|
+
return any(re.match(tag, candidate) for tag in tags)
|
122
|
+
|
123
|
+
if tags_exclude is not None:
|
124
|
+
return any(re.match(tag, candidate) for tag in tags_exclude)
|
125
|
+
for tag_exclude in tags_exclude:
|
126
|
+
if re.match(tag_exclude, candidate):
|
127
|
+
return False
|
128
|
+
return True
|
129
|
+
|
130
|
+
# Both tags and tags_exclude are None, so
|
131
|
+
# tag must be synced
|
132
|
+
return True
|
133
|
+
|
134
|
+
# second layer of processing that matches up pull/push creds with each repo and determines what tags need to be synced
|
135
|
+
def process_sync_tasks(self, repos_to_sync: list[ImageSyncItem]) -> list[SyncTask]:
|
136
|
+
eight_hours = 28800 # 60 * 60 * 8
|
137
|
+
is_deep_sync = self._is_deep_sync(interval=eight_hours)
|
138
|
+
|
139
|
+
sync_tasks = list[SyncTask]()
|
140
|
+
for item in repos_to_sync:
|
141
|
+
image = Image(
|
142
|
+
f"{item.destination_url}",
|
143
|
+
session=self.session,
|
144
|
+
timeout=REQUEST_TIMEOUT,
|
145
|
+
)
|
146
|
+
|
147
|
+
mirror_url = item.mirror.url
|
148
|
+
|
149
|
+
username = None
|
150
|
+
password = None
|
151
|
+
mirror_creds = None
|
152
|
+
pull_credentials = item.mirror.pull_credentials
|
153
|
+
if pull_credentials:
|
154
|
+
raw_data = self.secret_reader.read_all(pull_credentials.dict())
|
155
|
+
username = raw_data["user"]
|
156
|
+
password = raw_data["token"]
|
157
|
+
mirror_creds = f"{username}:{password}"
|
158
|
+
|
159
|
+
image_mirror = Image(
|
160
|
+
mirror_url,
|
161
|
+
username=username,
|
162
|
+
password=password,
|
163
|
+
session=self.session,
|
164
|
+
timeout=REQUEST_TIMEOUT,
|
165
|
+
)
|
166
|
+
|
167
|
+
for tag in image_mirror:
|
168
|
+
if not self.sync_tag(
|
169
|
+
tags=item.mirror.tags,
|
170
|
+
tags_exclude=item.mirror.tags_exclude,
|
171
|
+
candidate=tag,
|
172
|
+
):
|
173
|
+
continue
|
174
|
+
|
175
|
+
# the Image class allows you to fetch Image information at a specific tag with a get operator
|
176
|
+
upstream = image_mirror[tag]
|
177
|
+
downstream = image[tag]
|
178
|
+
if tag not in image:
|
179
|
+
logging.debug(
|
180
|
+
f"Image {image.image}: {downstream} and mirror {upstream} are out of sync"
|
181
|
+
)
|
182
|
+
sync_tasks.append(
|
183
|
+
SyncTask(
|
184
|
+
source_url=str(upstream),
|
185
|
+
mirror_creds=mirror_creds,
|
186
|
+
dest_url=str(downstream),
|
187
|
+
org_name=item.org_name,
|
188
|
+
)
|
189
|
+
)
|
190
|
+
continue
|
191
|
+
|
192
|
+
# Deep (slow) check only in non dry-run mode
|
193
|
+
if self.dry_run:
|
194
|
+
logging.debug(
|
195
|
+
f"Image {image.image}: {downstream} and mirror {upstream} are in sync"
|
196
|
+
)
|
197
|
+
continue
|
198
|
+
|
199
|
+
# Deep (slow) check only from time to time
|
200
|
+
if not is_deep_sync:
|
201
|
+
logging.debug(
|
202
|
+
f"Image {image.image}: {downstream} and mirror {upstream} are in sync"
|
203
|
+
)
|
204
|
+
continue
|
205
|
+
|
206
|
+
try:
|
207
|
+
if downstream == upstream:
|
208
|
+
logging.debug(
|
209
|
+
f"Image {image.image}: {downstream} and mirror {upstream} are in sync",
|
210
|
+
)
|
211
|
+
continue
|
212
|
+
except ImageComparisonError as details:
|
213
|
+
logging.error("[%s]", details)
|
214
|
+
continue
|
215
|
+
|
216
|
+
logging.debug(
|
217
|
+
f"Image {image.image}: {downstream} and mirror {upstream} are out of sync"
|
218
|
+
)
|
219
|
+
sync_tasks.append(
|
220
|
+
SyncTask(
|
221
|
+
source_url=str(upstream),
|
222
|
+
mirror_creds=mirror_creds,
|
223
|
+
dest_url=str(downstream),
|
224
|
+
org_name=item.org_name,
|
225
|
+
)
|
226
|
+
)
|
227
|
+
|
228
|
+
return sync_tasks
|
229
|
+
|
230
|
+
def _is_deep_sync(self, interval: int) -> bool:
|
231
|
+
control_file_name = "qontract-reconcile-gcp-image-mirror.timestamp"
|
232
|
+
control_file_path = os.path.join(tempfile.gettempdir(), control_file_name)
|
233
|
+
try:
|
234
|
+
with open(control_file_path, encoding="locale") as file_obj:
|
235
|
+
last_deep_sync = float(file_obj.read())
|
236
|
+
except FileNotFoundError:
|
237
|
+
self._record_timestamp(control_file_path)
|
238
|
+
return True
|
239
|
+
|
240
|
+
next_deep_sync = last_deep_sync + interval
|
241
|
+
if time.time() >= next_deep_sync:
|
242
|
+
self._record_timestamp(control_file_path)
|
243
|
+
return True
|
244
|
+
|
245
|
+
return False
|
246
|
+
|
247
|
+
def _decode_push_secret(self, secret: VaultSecret) -> str:
|
248
|
+
raw_data = self.secret_reader.read_all(secret.dict())
|
249
|
+
token = base64.b64decode(raw_data["token"]).decode()
|
250
|
+
return f"{raw_data['user']}:{token}"
|
251
|
+
|
252
|
+
@staticmethod
|
253
|
+
def _record_timestamp(path: str) -> None:
|
254
|
+
with open(path, "w", encoding="locale") as file_object:
|
255
|
+
file_object.write(str(time.time()))
|
256
|
+
|
257
|
+
def _get_push_creds(self) -> dict[str, str]:
|
258
|
+
result = gql_gcp_projects.query(query_func=self.gqlapi.query)
|
259
|
+
|
260
|
+
creds = dict[str, str]()
|
261
|
+
if result.gcp_projects:
|
262
|
+
for project_data in result.gcp_projects:
|
263
|
+
# support old pull secret for backwards compatibility (although they are both using artifact registry on the backend)
|
264
|
+
if project_data.gcr_push_credentials:
|
265
|
+
creds[f"{GCR_SECRET_PREFIX}{project_data.name}"] = (
|
266
|
+
self._decode_push_secret(project_data.gcr_push_credentials)
|
267
|
+
)
|
268
|
+
creds[f"{AR_SECRET_PREFIX}{project_data.name}"] = (
|
269
|
+
self._decode_push_secret(project_data.artifact_push_credentials)
|
270
|
+
)
|
271
|
+
return creds
|
272
|
+
|
273
|
+
|
274
|
+
def run(dry_run: bool) -> None:
|
275
|
+
with QuayMirror(dry_run) as gcp_image_mirror:
|
276
|
+
gcp_image_mirror.run()
|
qontract_reconcile-0.10.2.dev162/reconcile/gql_definitions/fragments/container_image_mirror.py
ADDED
@@ -0,0 +1,33 @@
|
|
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.vault_secret import VaultSecret
|
21
|
+
|
22
|
+
|
23
|
+
class ConfiguredBaseModel(BaseModel):
|
24
|
+
class Config:
|
25
|
+
smart_union=True
|
26
|
+
extra=Extra.forbid
|
27
|
+
|
28
|
+
|
29
|
+
class ContainerImageMirror(ConfiguredBaseModel):
|
30
|
+
url: str = Field(..., alias="url")
|
31
|
+
pull_credentials: Optional[VaultSecret] = Field(..., alias="pullCredentials")
|
32
|
+
tags: Optional[list[str]] = Field(..., alias="tags")
|
33
|
+
tags_exclude: Optional[list[str]] = Field(..., alias="tagsExclude")
|
@@ -0,0 +1,128 @@
|
|
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.container_image_mirror import ContainerImageMirror
|
21
|
+
|
22
|
+
|
23
|
+
DEFINITION = """
|
24
|
+
fragment ContainerImageMirror on ContainerImageMirror_v1 {
|
25
|
+
url
|
26
|
+
pullCredentials {
|
27
|
+
...VaultSecret
|
28
|
+
}
|
29
|
+
tags
|
30
|
+
tagsExclude
|
31
|
+
}
|
32
|
+
|
33
|
+
fragment VaultSecret on VaultSecret_v1 {
|
34
|
+
path
|
35
|
+
field
|
36
|
+
version
|
37
|
+
format
|
38
|
+
}
|
39
|
+
|
40
|
+
query GcpDockerRepos {
|
41
|
+
apps: apps_v1 {
|
42
|
+
gcrRepos {
|
43
|
+
project {
|
44
|
+
name
|
45
|
+
}
|
46
|
+
items {
|
47
|
+
name
|
48
|
+
mirror {
|
49
|
+
...ContainerImageMirror
|
50
|
+
}
|
51
|
+
}
|
52
|
+
}
|
53
|
+
artifactRegistryMirrors {
|
54
|
+
project {
|
55
|
+
name
|
56
|
+
}
|
57
|
+
items {
|
58
|
+
imageURL
|
59
|
+
mirror {
|
60
|
+
...ContainerImageMirror
|
61
|
+
}
|
62
|
+
}
|
63
|
+
}
|
64
|
+
}
|
65
|
+
}
|
66
|
+
"""
|
67
|
+
|
68
|
+
|
69
|
+
class ConfiguredBaseModel(BaseModel):
|
70
|
+
class Config:
|
71
|
+
smart_union=True
|
72
|
+
extra=Extra.forbid
|
73
|
+
|
74
|
+
|
75
|
+
class GcpProjectV1(ConfiguredBaseModel):
|
76
|
+
name: str = Field(..., alias="name")
|
77
|
+
|
78
|
+
|
79
|
+
class AppGcrReposItemsV1(ConfiguredBaseModel):
|
80
|
+
name: str = Field(..., alias="name")
|
81
|
+
mirror: Optional[ContainerImageMirror] = Field(..., alias="mirror")
|
82
|
+
|
83
|
+
|
84
|
+
class AppGcrReposV1(ConfiguredBaseModel):
|
85
|
+
project: GcpProjectV1 = Field(..., alias="project")
|
86
|
+
items: list[AppGcrReposItemsV1] = Field(..., alias="items")
|
87
|
+
|
88
|
+
|
89
|
+
class AppArtifactRegistryMirrorsV1_GcpProjectV1(ConfiguredBaseModel):
|
90
|
+
name: str = Field(..., alias="name")
|
91
|
+
|
92
|
+
|
93
|
+
class AppArtifactRegistryMirrorsItemsV1(ConfiguredBaseModel):
|
94
|
+
image_url: str = Field(..., alias="imageURL")
|
95
|
+
mirror: ContainerImageMirror = Field(..., alias="mirror")
|
96
|
+
|
97
|
+
|
98
|
+
class AppArtifactRegistryMirrorsV1(ConfiguredBaseModel):
|
99
|
+
project: AppArtifactRegistryMirrorsV1_GcpProjectV1 = Field(..., alias="project")
|
100
|
+
items: list[AppArtifactRegistryMirrorsItemsV1] = Field(..., alias="items")
|
101
|
+
|
102
|
+
|
103
|
+
class AppV1(ConfiguredBaseModel):
|
104
|
+
gcr_repos: Optional[list[AppGcrReposV1]] = Field(..., alias="gcrRepos")
|
105
|
+
artifact_registry_mirrors: Optional[list[AppArtifactRegistryMirrorsV1]] = Field(..., alias="artifactRegistryMirrors")
|
106
|
+
|
107
|
+
|
108
|
+
class GcpDockerReposQueryData(ConfiguredBaseModel):
|
109
|
+
apps: Optional[list[AppV1]] = Field(..., alias="apps")
|
110
|
+
|
111
|
+
|
112
|
+
def query(query_func: Callable, **kwargs: Any) -> GcpDockerReposQueryData:
|
113
|
+
"""
|
114
|
+
This is a convenience function which queries and parses the data into
|
115
|
+
concrete types. It should be compatible with most GQL clients.
|
116
|
+
You do not have to use it to consume the generated data classes.
|
117
|
+
Alternatively, you can also mime and alternate the behavior
|
118
|
+
of this function in the caller.
|
119
|
+
|
120
|
+
Parameters:
|
121
|
+
query_func (Callable): Function which queries your GQL Server
|
122
|
+
kwargs: optional arguments that will be passed to the query function
|
123
|
+
|
124
|
+
Returns:
|
125
|
+
GcpDockerReposQueryData: queried data parsed into generated classes
|
126
|
+
"""
|
127
|
+
raw_data: dict[Any, Any] = query_func(DEFINITION, **kwargs)
|
128
|
+
return GcpDockerReposQueryData(**raw_data)
|
@@ -0,0 +1,77 @@
|
|
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.vault_secret import VaultSecret
|
21
|
+
|
22
|
+
|
23
|
+
DEFINITION = """
|
24
|
+
fragment VaultSecret on VaultSecret_v1 {
|
25
|
+
path
|
26
|
+
field
|
27
|
+
version
|
28
|
+
format
|
29
|
+
}
|
30
|
+
|
31
|
+
query GcpProjects {
|
32
|
+
gcp_projects: gcp_projects_v1 {
|
33
|
+
name
|
34
|
+
gcrPushCredentials {
|
35
|
+
...VaultSecret
|
36
|
+
}
|
37
|
+
artifactPushCredentials {
|
38
|
+
...VaultSecret
|
39
|
+
}
|
40
|
+
}
|
41
|
+
}
|
42
|
+
"""
|
43
|
+
|
44
|
+
|
45
|
+
class ConfiguredBaseModel(BaseModel):
|
46
|
+
class Config:
|
47
|
+
smart_union=True
|
48
|
+
extra=Extra.forbid
|
49
|
+
|
50
|
+
|
51
|
+
class GcpProjectV1(ConfiguredBaseModel):
|
52
|
+
name: str = Field(..., alias="name")
|
53
|
+
gcr_push_credentials: Optional[VaultSecret] = Field(..., alias="gcrPushCredentials")
|
54
|
+
artifact_push_credentials: VaultSecret = Field(..., alias="artifactPushCredentials")
|
55
|
+
|
56
|
+
|
57
|
+
class GcpProjectsQueryData(ConfiguredBaseModel):
|
58
|
+
gcp_projects: Optional[list[GcpProjectV1]] = Field(..., alias="gcp_projects")
|
59
|
+
|
60
|
+
|
61
|
+
def query(query_func: Callable, **kwargs: Any) -> GcpProjectsQueryData:
|
62
|
+
"""
|
63
|
+
This is a convenience function which queries and parses the data into
|
64
|
+
concrete types. It should be compatible with most GQL clients.
|
65
|
+
You do not have to use it to consume the generated data classes.
|
66
|
+
Alternatively, you can also mime and alternate the behavior
|
67
|
+
of this function in the caller.
|
68
|
+
|
69
|
+
Parameters:
|
70
|
+
query_func (Callable): Function which queries your GQL Server
|
71
|
+
kwargs: optional arguments that will be passed to the query function
|
72
|
+
|
73
|
+
Returns:
|
74
|
+
GcpProjectsQueryData: queried data parsed into generated classes
|
75
|
+
"""
|
76
|
+
raw_data: dict[Any, Any] = query_func(DEFINITION, **kwargs)
|
77
|
+
return GcpProjectsQueryData(**raw_data)
|