qontract-reconcile 0.10.2.dev41__tar.gz → 0.10.2.dev42__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.dev41 → qontract_reconcile-0.10.2.dev42}/PKG-INFO +1 -1
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/terrascript_aws_client.py +0 -313
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/README.md +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/pyproject.toml +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/acs_notifiers.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aus/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aus/advanced_upgrade_service.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aus/aus_label_source.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aus/base.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aus/cluster_version_data.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aus/healthchecks.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aus/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aus/models.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aus/node_pool_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aus/ocm_addons_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aus/ocm_upgrade_scheduler.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aus/ocm_upgrade_scheduler_org.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aus/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aus/version_gate_approver.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aus/version_gates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aus/version_gates/handler.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aus/version_gates/ingress_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aus/version_gates/ocp_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aus/version_gates/sts_version_gate_handler.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_account_manager/README.md +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_account_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_account_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_account_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_account_manager/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_account_manager/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_ami_cleanup/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_ami_share.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_cloudwatch_log_retention/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_cloudwatch_log_retention/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_ecr_image_pull_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_garbage_collector.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_iam_keys.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_iam_password_reset.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_saml_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_saml_roles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_support_cases_sos.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_version_sync/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_version_sync/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_version_sync/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_version_sync/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_version_sync/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/blackbox_exporter_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/change_owners/README.md +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/change_owners/approver.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/change_owners/bundle.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/change_owners/change_log_tracking.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/change_owners/change_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/change_owners/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/change_owners/changes.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/change_owners/decision.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/change_owners/diff.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/change_owners/implicit_ownership.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/change_owners/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/change_owners/tester.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/checkpoint.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/cli.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/closedbox_endpoint_monitoring_base.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/cluster_auth_rhidp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/cluster_deployment_mapper.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/cna/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/cna/assets/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/cna/assets/asset.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/cna/assets/asset_factory.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/cna/assets/null.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/cna/client.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/cna/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/cna/state.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/dashdotdb_base.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/dashdotdb_cso.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/dashdotdb_dora.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/dashdotdb_dvo.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/dashdotdb_slo.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/deadmanssnitch.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/dynatrace_token_provider/dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/dynatrace_token_provider/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/dynatrace_token_provider/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/dynatrace_token_provider/model.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/dynatrace_token_provider/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/dynatrace_token_provider/validate.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/email_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/endpoints_discovery/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/endpoints_discovery/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/endpoints_discovery/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/external_resources/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/external_resources/factories.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/external_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/external_resources/integration_secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/external_resources/manager.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/external_resources/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/external_resources/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/external_resources/model.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/external_resources/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/external_resources/secrets_sync.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/external_resources/state.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gabi_authorized_users.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gcr_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/github_org.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/github_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/github_repo_invites.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/github_repo_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/github_users.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/github_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gitlab_fork_compliance.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gitlab_housekeeping.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gitlab_labeler.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gitlab_members.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gitlab_mr_sqs_consumer.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gitlab_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gitlab_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gitlab_projects.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/glitchtip/README.md +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/glitchtip/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/glitchtip/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/glitchtip_project_alerts/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/glitchtip_project_dsn/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/glitchtip_project_dsn/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/acs/acs_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/acs/acs_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/acs/acs_rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/advanced_upgrade_service/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/advanced_upgrade_service/aus_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/advanced_upgrade_service/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/app_sre_tekton_access_revalidation/users.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/aws_account_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/aws_account_manager/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/aws_ami_cleanup/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/aws_ami_cleanup/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/aws_saml_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/aws_saml_idp/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/aws_saml_roles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/aws_saml_roles/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/aws_saml_roles/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/aws_version_sync/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/aws_version_sync/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/aws_version_sync/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/change_owners/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/change_owners/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/change_owners/queries/change_types.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/change_owners/queries/self_service_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/cluster_auth_rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/cluster_auth_rhidp/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/cna/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/cna/queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/cna/queries/cna_provisioners.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/cna/queries/cna_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/app_code_component_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/app_interface_dms_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/app_interface_repo_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/ocm_env_telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/ocm_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/pgp_reencryption_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/quay_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/quay_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/saas_target_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/saasherder_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/slack_workspaces.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/smtp_client_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/common/users.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/dashdotdb_slo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/dashdotdb_slo/slo_documents_query.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/dynatrace_token_provider/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/dynatrace_token_provider/dynatrace_bootstrap_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/dynatrace_token_provider/token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/endpoints_discovery/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/endpoints_discovery/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/external_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/external_resources/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/external_resources/external_resources_modules.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/external_resources/external_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/external_resources/external_resources_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/aus_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/aws_account_common.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/aws_account_managed.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/aws_account_sso.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/aws_infra_management_account.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/aws_vpc.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/aws_vpc_request.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/aws_vpc_request_subnet.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/deplopy_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/disable.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/jumphost_common_fields.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/membership_source.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/minimal_ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/oc_connection_cluster.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/ocm_environment.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/pipeline_provider_retention.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/prometheus_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/resource_limits_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/resource_requests_requirements.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/resource_values.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/saas_target_namespace.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/serviceaccount_token.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/terraform_state.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/upgrade_policy.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/user.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/fragments/vault_secret.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/gitlab_members/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/gitlab_members/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/gitlab_members/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/glitchtip/glitchtip_instance.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/glitchtip/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/glitchtip_project_alerts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/glitchtip_project_alerts/glitchtip_project.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/integrations/integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/introspection.json +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/jenkins_configs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/jenkins_configs/jenkins_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/jenkins_configs/jenkins_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/jira/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/jira/jira_servers.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/jira_permissions_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/jira_permissions_validator/jira_boards_for_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/jumphosts/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/jumphosts/jumphosts.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/ldap_groups/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/ldap_groups/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/maintenance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/maintenance/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/membershipsources/roles.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/ocm_labels/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/ocm_labels/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/ocm_subscription_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/openshift_cluster_bots/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/openshift_cluster_bots/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/openshift_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/openshift_groups/managed_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/openshift_groups/managed_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/openshift_serviceaccount_tokens/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/openshift_serviceaccount_tokens/tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/quay_membership/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/quay_membership/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/rhidp/organizations.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/service_dependencies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/service_dependencies/jenkins_instance_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/service_dependencies/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/sharding/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/sharding/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/sharding/ocm_organization.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/skupper_network/site_controller_template.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/skupper_network/skupper_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/slack_usergroups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/slack_usergroups/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/slack_usergroups/permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/slack_usergroups/users.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/slo_documents/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/slo_documents/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/status_board/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/status_board/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/statuspage/statuspages.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/templating/template_collection.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/templating/templates.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/terraform_cloudflare_dns/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/terraform_cloudflare_dns/app_interface_cloudflare_dns_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/terraform_cloudflare_dns/terraform_cloudflare_zones.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/terraform_cloudflare_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/terraform_cloudflare_resources/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/terraform_cloudflare_users/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/terraform_cloudflare_users/app_interface_setting_cloudflare_and_vault.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/terraform_cloudflare_users/terraform_cloudflare_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/terraform_init/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/terraform_repo/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/terraform_repo/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/terraform_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/terraform_resources/database_access_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/terraform_resources/terraform_resources_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/unleash_feature_toggles/feature_toggles.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/vault_instances/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/vault_instances/vault_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/vault_policies/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/vault_policies/vault_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/vpc_peerings_validator/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/gql_definitions/vpc_peerings_validator/vpc_peerings_validator_peered_cluster_fragment.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/integrations_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/jenkins/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/jenkins/types.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/jenkins_base.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/jenkins_job_builder.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/jenkins_job_builds_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/jenkins_job_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/jenkins_roles.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/jenkins_webhooks.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/jenkins_webhooks_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/jenkins_worker_fleets.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/jira_permissions_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/jira_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/ldap_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/ldap_groups/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/ldap_users.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/mr_client_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/ocm/types.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/ocm_additional_routers.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/ocm_addons.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/ocm_addons_upgrade_tests_trigger.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/ocm_aws_infrastructure_access.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/ocm_clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/ocm_external_configuration_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/ocm_github_idp.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/ocm_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/ocm_internal_notifications/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/ocm_internal_notifications/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/ocm_labels/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/ocm_labels/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/ocm_machine_pools.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/ocm_upgrade_scheduler_org_updater.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_base.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_cluster_bots.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_clusterrolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_limitranges.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_namespace_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_network_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_prometheus_rules.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_resourcequotas.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_resources_base.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_rolebindings.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_routes.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_saas_deploy.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_saas_deploy_change_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_saas_deploy_trigger_base.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_saas_deploy_trigger_cleaner.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_saas_deploy_trigger_configs.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_saas_deploy_trigger_images.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_saas_deploy_trigger_moving_commits.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_saas_deploy_trigger_upstream_jobs.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_serviceaccount_tokens.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_tekton_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_upgrade_watcher.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_users.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/openshift_vault_secrets.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/oum/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/oum/base.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/oum/labelset.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/oum/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/oum/models.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/oum/providers.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/oum/standalone.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/prometheus_rules_tester/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/prometheus_rules_tester/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/quay_base.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/quay_membership.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/quay_mirror.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/quay_mirror_org.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/quay_permissions.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/quay_repos.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/queries.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/query_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/requests_sender.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/resource_scraper.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/resource_template_tester.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/rhidp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/rhidp/common.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/rhidp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/rhidp/ocm_oidc_idp/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/rhidp/ocm_oidc_idp/base.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/rhidp/ocm_oidc_idp/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/rhidp/ocm_oidc_idp/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/rhidp/sso_client/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/rhidp/sso_client/base.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/rhidp/sso_client/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/rhidp/sso_client/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/run_integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/saas_auto_promotions_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/saas_auto_promotions_manager/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/saas_auto_promotions_manager/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/saas_auto_promotions_manager/merge_request_manager/batcher.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/saas_auto_promotions_manager/merge_request_manager/desired_state.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/saas_auto_promotions_manager/merge_request_manager/merge_request_manager_v2.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/saas_auto_promotions_manager/merge_request_manager/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/saas_auto_promotions_manager/merge_request_manager/mr_parser.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/saas_auto_promotions_manager/merge_request_manager/open_merge_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/saas_auto_promotions_manager/merge_request_manager/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/saas_auto_promotions_manager/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/saas_auto_promotions_manager/publisher.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/saas_auto_promotions_manager/s3_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/saas_auto_promotions_manager/subscriber.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/saas_auto_promotions_manager/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/saas_auto_promotions_manager/utils/saas_files_inventory.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/saas_file_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/sendgrid_teammates.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/service_dependencies.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/signalfx_endpoint_monitoring.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/skupper_network/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/skupper_network/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/skupper_network/models.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/skupper_network/reconciler.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/skupper_network/site_controller.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/slack_base.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/slack_usergroups.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/sql_query.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/status.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/statuspage/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/statuspage/atlassian.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/statuspage/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/statuspage/integrations/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/statuspage/integrations/components.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/statuspage/integrations/maintenances.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/statuspage/page.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/statuspage/state.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/statuspage/status.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/templates/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/templates/aws_access_key_email.j2 +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/templates/email.yml.j2 +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/templates/jira-checkpoint-missinginfo.j2 +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/templates/rosa-classic-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/templates/rosa-hcp-cluster-creation.sh.j2 +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/templating/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/templating/lib/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/templating/lib/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/templating/lib/model.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/templating/lib/rendering.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/templating/renderer.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/templating/validator.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/terraform_aws_route53.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/terraform_cloudflare_dns.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/terraform_cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/terraform_cloudflare_users.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/terraform_init/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/terraform_init/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/terraform_init/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/terraform_init/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/terraform_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/terraform_tgw_attachments.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/terraform_users.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/terraform_vpc_peerings.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/terraform_vpc_resources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/terraform_vpc_resources/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/terraform_vpc_resources/merge_request.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/terraform_vpc_resources/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/alerting_services_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/app_interface_custom_messages.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/app_interface_deadmanssnitch_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/app_interface_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/app_interface_metrics_exporter/onboarding_status.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/app_interface_metrics_exporter/terraform_repo.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/app_interface_repo_url.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/app_interface_state_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/app_interface_vault_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/app_quay_repos_escalation_policies.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/apps.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/aws_vpc_requests.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/aws_vpcs.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/cloudflare.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/clusters_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/clusters_with_dms.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/clusters_with_peering.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/cost_report/app_names.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/cost_report/cost_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/cost_report/settings.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/dynatrace.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/dynatrace_environments.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/dynatrace_token_provider_token_specs.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/get_state_aws_account.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/github_orgs.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/gitlab_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/glitchtip.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/jenkins.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/jira.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/jira_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/jiralert_settings.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/namespaces_minimal.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/pagerduty_instances.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/quay.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/repos.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/reserved_networks.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/saas_files.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/slack.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/slo_documents.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/smtp.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/tekton_pipeline_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/terraform_namespaces.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/terraform_tgw_attachments/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/terraform_tgw_attachments/aws_accounts.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/unleash.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/users.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/typed_queries/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/unleash_feature_toggles/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/unleash_feature_toggles/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/acs/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/acs/base.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/acs/notifiers.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/acs/policies.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/acs/rbac.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/aggregated_list.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/amtool.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/aws_api.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/aws_api_typed/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/aws_api_typed/account.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/aws_api_typed/api.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/aws_api_typed/dynamodb.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/aws_api_typed/iam.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/aws_api_typed/organization.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/aws_api_typed/s3.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/aws_api_typed/service_quotas.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/aws_api_typed/sts.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/aws_api_typed/support.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/aws_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/batches.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/binary.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/cloud_resource_best_practice/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/cloud_resource_best_practice/aws_rds.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/clusterhealth/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/clusterhealth/providerbase.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/clusterhealth/telemeter.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/config.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/constants.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/data_structures.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/deadmanssnitch_api.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/defer.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/differ.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/disabled_integrations.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/dnsutils.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/dynatrace/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/dynatrace/client.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/early_exit_cache.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/elasticsearch_exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/environ.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/exceptions.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/expiration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/extended_early_exit.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/external_resource_spec.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/external_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/filtering.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/git.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/gitlab_api.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/glitchtip/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/glitchtip/client.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/glitchtip/models.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/gpg.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/gql.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/grouping.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/helm.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/helpers.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/imap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/instrumented_wrappers.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/internal_groups/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/internal_groups/client.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/internal_groups/models.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/jenkins_api.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/jinja2/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/jinja2/extensions.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/jinja2/filters.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/jinja2/utils.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/jira_client.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/jjb_client.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/jobcontroller/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/jobcontroller/controller.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/jobcontroller/models.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/jsonpath.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/jump_host.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/keycloak.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/ldap_client.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/lean_terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/make.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/membershipsources/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/membershipsources/app_interface_resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/membershipsources/models.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/membershipsources/resolver.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/merge_request_manager/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/merge_request_manager/merge_request_manager.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/merge_request_manager/parser.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/models.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/mr/README.md +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/mr/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/mr/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/mr/app_sre_tekton_access_report.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/mr/aws_access.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/mr/base.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/mr/clusters_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/mr/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/mr/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/mr/notificator.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/mr/ocm_update_recommended_version.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/mr/ocm_upgrade_scheduler_org_updates.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/mr/promote_qontract.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/mr/update_access_report_base.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/mr/user_maintenance.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/oauth2_backend_application_session.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/oc.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/oc_connection_parameters.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/oc_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/oc_map.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/ocm/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/ocm/addons.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/ocm/base.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/ocm/cluster_groups.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/ocm/clusters.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/ocm/identity_providers.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/ocm/label_sources.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/ocm/labels.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/ocm/manifests.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/ocm/ocm.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/ocm/products.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/ocm/search_filters.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/ocm/service_log.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/ocm/sre_capability_labels.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/ocm/status_board.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/ocm/subscriptions.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/ocm/syncsets.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/ocm/upgrades.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/ocm_base_client.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/openshift_resource.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/openssl.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/output.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/pagerduty_api.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/parse_dhms_duration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/password_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/prometheus.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/promtool.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/quay_api.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/raw_github_api.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/repo_owners.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/rest_api_base.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/rosa/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/rosa/rosa_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/rosa/session.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/ruamel.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/runtime/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/runtime/desired_state_diff.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/runtime/environment.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/runtime/integration.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/runtime/meta.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/runtime/runner.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/runtime/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/saasherder/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/saasherder/interfaces.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/saasherder/models.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/saasherder/saasherder.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/secret_reader.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/semver_helper.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/sharding.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/slack_api.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/smtp_client.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/sqs_gateway.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/state.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/structs.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/template.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/terraform/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/terraform/config.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/terraform/config_client.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/terraform_client.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/terrascript/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/terrascript/cloudflare_client.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/terrascript/cloudflare_resources.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/terrascript/models.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/terrascript/resources.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/three_way_diff_strategy.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/throughput.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/unleash/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/unleash/client.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/unleash/server.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/vault.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/vaultsecretref.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/utils/vcs.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/vault_replication.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/vpc_peerings_validator.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/app_interface_metrics_exporter.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/app_interface_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/app_sre_tekton_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/app_sre_tekton_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/cli_commands/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/cli_commands/container_images_report.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/cli_commands/cost_report/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/cli_commands/cost_report/aws.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/cli_commands/cost_report/cost_management_api.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/cli_commands/cost_report/model.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/cli_commands/cost_report/openshift.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/cli_commands/cost_report/openshift_cost_optimization.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/cli_commands/cost_report/response.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/cli_commands/cost_report/util.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/cli_commands/cost_report/view.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/cli_commands/erv2.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/cli_commands/gpg_encrypt.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/cli_commands/systems_and_tools.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/glitchtip_access_reporter.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/glitchtip_access_revalidation.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/qontract_cli.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/saas_metrics_exporter/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/saas_metrics_exporter/commit_distance/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/saas_metrics_exporter/commit_distance/channel.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/saas_metrics_exporter/commit_distance/commit_distance.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/saas_metrics_exporter/commit_distance/metrics.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/saas_metrics_exporter/main.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/saas_promotion_state/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/saas_promotion_state/saas_promotion_state.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/sd_app_sre_alert_report.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/sre_checkpoints/__init__.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/tools/sre_checkpoints/util.py +0 -0
- {qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/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.dev42
|
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
|
@@ -77,8 +77,6 @@ from terrascript.resource import (
|
|
77
77
|
aws_ec2_transit_gateway_vpc_attachment,
|
78
78
|
aws_ec2_transit_gateway_vpc_attachment_accepter,
|
79
79
|
aws_ecr_repository,
|
80
|
-
aws_elasticache_parameter_group,
|
81
|
-
aws_elasticache_replication_group,
|
82
80
|
aws_elasticsearch_domain,
|
83
81
|
aws_iam_access_key,
|
84
82
|
aws_iam_group,
|
@@ -106,8 +104,6 @@ from terrascript.resource import (
|
|
106
104
|
aws_lb_listener_rule,
|
107
105
|
aws_lb_target_group,
|
108
106
|
aws_lb_target_group_attachment,
|
109
|
-
aws_msk_cluster,
|
110
|
-
aws_msk_configuration,
|
111
107
|
aws_ram_principal_association,
|
112
108
|
aws_ram_resource_association,
|
113
109
|
aws_ram_resource_share,
|
@@ -1645,8 +1641,6 @@ class TerrascriptClient: # pylint: disable=too-many-public-methods
|
|
1645
1641
|
self.populate_tf_resource_rds(spec)
|
1646
1642
|
elif provider == "s3":
|
1647
1643
|
self.populate_tf_resource_s3(spec)
|
1648
|
-
elif provider == "elasticache":
|
1649
|
-
self.populate_tf_resource_elasticache(spec)
|
1650
1644
|
elif provider == "aws-iam-service-account":
|
1651
1645
|
self.populate_tf_resource_service_account(spec, ocm_map=ocm_map)
|
1652
1646
|
elif provider == "secrets-manager-service-account":
|
@@ -1689,8 +1683,6 @@ class TerrascriptClient: # pylint: disable=too-many-public-methods
|
|
1689
1683
|
self.populate_tf_resource_rosa_authenticator(spec)
|
1690
1684
|
elif provider == "rosa-authenticator-vpce":
|
1691
1685
|
self.populate_tf_resource_rosa_authenticator_vpce(spec)
|
1692
|
-
elif provider == "msk":
|
1693
|
-
self.populate_tf_resource_msk(spec)
|
1694
1686
|
else:
|
1695
1687
|
raise UnknownProviderError(provider)
|
1696
1688
|
|
@@ -2491,94 +2483,6 @@ class TerrascriptClient: # pylint: disable=too-many-public-methods
|
|
2491
2483
|
|
2492
2484
|
return bucket_tf_resource
|
2493
2485
|
|
2494
|
-
def populate_tf_resource_elasticache(self, spec):
|
2495
|
-
account = spec.provisioner_name
|
2496
|
-
identifier = spec.identifier
|
2497
|
-
values = self.init_values(spec)
|
2498
|
-
output_prefix = spec.output_prefix
|
2499
|
-
values.setdefault("replication_group_id", values["identifier"])
|
2500
|
-
values.pop("identifier", None)
|
2501
|
-
|
2502
|
-
tf_resources = []
|
2503
|
-
self.init_common_outputs(tf_resources, spec)
|
2504
|
-
|
2505
|
-
default_region = self.default_regions.get(account)
|
2506
|
-
desired_region = values.pop("region", default_region)
|
2507
|
-
|
2508
|
-
provider = ""
|
2509
|
-
if desired_region is not None and self._multiregion_account(account):
|
2510
|
-
provider = "aws." + desired_region
|
2511
|
-
values["provider"] = provider
|
2512
|
-
|
2513
|
-
if not values.get("apply_immediately"):
|
2514
|
-
values["apply_immediately"] = False
|
2515
|
-
|
2516
|
-
parameter_group = values.get("parameter_group")
|
2517
|
-
# Assume that cluster enabled is false if parameter group unset
|
2518
|
-
pg_cluster_enabled = False
|
2519
|
-
|
2520
|
-
if parameter_group:
|
2521
|
-
pg_values = self.get_values(parameter_group)
|
2522
|
-
pg_name = pg_values["name"]
|
2523
|
-
pg_identifier = pg_name
|
2524
|
-
|
2525
|
-
# If the desired region is not the same as the default region
|
2526
|
-
# we append the region to the identifier to make it unique
|
2527
|
-
# in the terraform config
|
2528
|
-
if desired_region is not None and desired_region != default_region:
|
2529
|
-
pg_identifier = f"{pg_name}-{desired_region}"
|
2530
|
-
|
2531
|
-
pg_values["parameter"] = pg_values.pop("parameters")
|
2532
|
-
for param in pg_values["parameter"]:
|
2533
|
-
if param["name"] == "cluster-enabled" and param["value"] == "yes":
|
2534
|
-
pg_cluster_enabled = True
|
2535
|
-
|
2536
|
-
if self._multiregion_account(account) and len(provider) > 0:
|
2537
|
-
pg_values["provider"] = provider
|
2538
|
-
pg_tf_resource = aws_elasticache_parameter_group(pg_identifier, **pg_values)
|
2539
|
-
tf_resources.append(pg_tf_resource)
|
2540
|
-
values["depends_on"] = [
|
2541
|
-
f"aws_elasticache_parameter_group.{pg_identifier}",
|
2542
|
-
]
|
2543
|
-
values["parameter_group_name"] = pg_name
|
2544
|
-
values.pop("parameter_group", None)
|
2545
|
-
|
2546
|
-
auth_token = spec.get_secret_field("db.auth_token")
|
2547
|
-
if not auth_token:
|
2548
|
-
auth_token = self.generate_random_password()
|
2549
|
-
|
2550
|
-
if values.get("transit_encryption_enabled", False):
|
2551
|
-
values["auth_token"] = auth_token
|
2552
|
-
|
2553
|
-
# elasticache replication group
|
2554
|
-
# Ref: https://www.terraform.io/docs/providers/aws/r/
|
2555
|
-
# elasticache_replication_group.html
|
2556
|
-
tf_resource = aws_elasticache_replication_group(identifier, **values)
|
2557
|
-
tf_resources.append(tf_resource)
|
2558
|
-
# elasticache outputs
|
2559
|
-
# we want the outputs to be formed into an OpenShift Secret
|
2560
|
-
# with the following fields
|
2561
|
-
# db.endpoint
|
2562
|
-
output_name = output_prefix + "__db_endpoint"
|
2563
|
-
# https://docs.aws.amazon.com/AmazonElastiCache/
|
2564
|
-
# latest/red-ug/Endpoints.html
|
2565
|
-
if pg_cluster_enabled:
|
2566
|
-
output_value = "${" + tf_resource.configuration_endpoint_address + "}"
|
2567
|
-
else:
|
2568
|
-
output_value = "${" + tf_resource.primary_endpoint_address + "}"
|
2569
|
-
tf_resources.append(Output(output_name, value=output_value))
|
2570
|
-
# db.port
|
2571
|
-
output_name = output_prefix + "__db_port"
|
2572
|
-
output_value = "${" + str(tf_resource.port) + "}"
|
2573
|
-
tf_resources.append(Output(output_name, value=output_value))
|
2574
|
-
# db.auth_token
|
2575
|
-
if values.get("transit_encryption_enabled", False):
|
2576
|
-
output_name = output_prefix + "__db_auth_token"
|
2577
|
-
output_value = values["auth_token"]
|
2578
|
-
tf_resources.append(Output(output_name, value=output_value, sensitive=True))
|
2579
|
-
|
2580
|
-
self.add_resources(account, tf_resources)
|
2581
|
-
|
2582
2486
|
def populate_tf_resource_service_account(self, spec, ocm_map=None):
|
2583
2487
|
account = spec.provisioner_name
|
2584
2488
|
identifier = spec.identifier
|
@@ -4287,24 +4191,6 @@ class TerrascriptClient: # pylint: disable=too-many-public-methods
|
|
4287
4191
|
values["db_name"] = db_name
|
4288
4192
|
if values.get("replica_source"):
|
4289
4193
|
values.pop("db_name", None)
|
4290
|
-
elif spec.provider == "elasticache":
|
4291
|
-
if description := values.pop("replication_group_description", None):
|
4292
|
-
values["description"] = description
|
4293
|
-
if num_cache_clusters := values.pop("number_cache_clusters", None):
|
4294
|
-
values["num_cache_clusters"] = num_cache_clusters
|
4295
|
-
if cluster_mode := values.pop("cluster_mode", {}):
|
4296
|
-
for k, v in cluster_mode.items():
|
4297
|
-
values[k] = v
|
4298
|
-
values.pop("availability_zones", None)
|
4299
|
-
elif spec.provider == "msk":
|
4300
|
-
if ebs_volume_size := values.get("broker_node_group_info", {}).pop(
|
4301
|
-
"ebs_volume_size", None
|
4302
|
-
):
|
4303
|
-
values["broker_node_group_info"].setdefault(
|
4304
|
-
"storage_info", {}
|
4305
|
-
).setdefault("ebs_storage_info", {})[
|
4306
|
-
"volume_size"
|
4307
|
-
] = ebs_volume_size
|
4308
4194
|
|
4309
4195
|
return values
|
4310
4196
|
|
@@ -6656,205 +6542,6 @@ class TerrascriptClient: # pylint: disable=too-many-public-methods
|
|
6656
6542
|
|
6657
6543
|
self.add_resources(account, tf_resources)
|
6658
6544
|
|
6659
|
-
def populate_tf_resource_msk(self, spec):
|
6660
|
-
account = spec.provisioner_name
|
6661
|
-
values = self.init_values(spec)
|
6662
|
-
output_prefix = spec.output_prefix
|
6663
|
-
tf_resources = []
|
6664
|
-
resource_id = spec.identifier
|
6665
|
-
|
6666
|
-
del values["identifier"]
|
6667
|
-
values.setdefault("cluster_name", spec.identifier)
|
6668
|
-
|
6669
|
-
# common
|
6670
|
-
self.init_common_outputs(tf_resources, spec)
|
6671
|
-
|
6672
|
-
# validations
|
6673
|
-
if (
|
6674
|
-
values["number_of_broker_nodes"]
|
6675
|
-
% len(values["broker_node_group_info"]["client_subnets"])
|
6676
|
-
!= 0
|
6677
|
-
):
|
6678
|
-
raise ValueError(
|
6679
|
-
"number_of_broker_nodes must be a multiple of the number of specified client subnets."
|
6680
|
-
)
|
6681
|
-
|
6682
|
-
scram_enabled = (
|
6683
|
-
values.get("client_authentication", {}).get("sasl", {}).get("scram", False)
|
6684
|
-
)
|
6685
|
-
scram_users = {}
|
6686
|
-
if scram_enabled:
|
6687
|
-
if not spec.resource.get("users", []):
|
6688
|
-
raise ValueError(
|
6689
|
-
"users attribute must be given when client_authentication.sasl.scram is enabled."
|
6690
|
-
)
|
6691
|
-
scram_users = {
|
6692
|
-
user["name"]: self.secret_reader.read_all(user["secret"])
|
6693
|
-
for user in spec.resource["users"]
|
6694
|
-
}
|
6695
|
-
# validate user objects
|
6696
|
-
for user, secret in scram_users.items():
|
6697
|
-
if secret.keys() != {"password", "username"}:
|
6698
|
-
raise ValueError(
|
6699
|
-
f"MSK user '{user}' secret must contain only 'username' and 'password' keys!"
|
6700
|
-
)
|
6701
|
-
|
6702
|
-
# resource - msk config
|
6703
|
-
# unique msk config resource name enables "create_before_destroy" lifecycle
|
6704
|
-
# which is required when changing version which requires a resource replacement
|
6705
|
-
msk_version_str = values["kafka_version"].replace(".", "-")
|
6706
|
-
msk_config_name = f"{resource_id}-{msk_version_str}"
|
6707
|
-
msk_config = aws_msk_configuration(
|
6708
|
-
msk_config_name,
|
6709
|
-
name=msk_config_name,
|
6710
|
-
kafka_versions=[values["kafka_version"]],
|
6711
|
-
server_properties=values["server_properties"],
|
6712
|
-
# lifecycle create_before_destroy is required to ensure that the config is created
|
6713
|
-
# before it is assigned to the cluster
|
6714
|
-
lifecycle={
|
6715
|
-
"create_before_destroy": True,
|
6716
|
-
},
|
6717
|
-
)
|
6718
|
-
tf_resources.append(msk_config)
|
6719
|
-
values.pop("server_properties", None)
|
6720
|
-
|
6721
|
-
# resource - cluster
|
6722
|
-
values["configuration_info"] = {
|
6723
|
-
"arn": "${" + msk_config.arn + "}",
|
6724
|
-
"revision": "${" + msk_config.latest_revision + "}",
|
6725
|
-
}
|
6726
|
-
msk_cluster = aws_msk_cluster(resource_id, **values)
|
6727
|
-
tf_resources.append(msk_cluster)
|
6728
|
-
|
6729
|
-
# resource - cloudwatch
|
6730
|
-
if (
|
6731
|
-
values.get("logging_info", {})
|
6732
|
-
.get("broker_logs", {})
|
6733
|
-
.get("cloudwatch_logs", {})
|
6734
|
-
.get("enabled", False)
|
6735
|
-
):
|
6736
|
-
log_group_values = {
|
6737
|
-
"name": f"{resource_id}-msk-broker-logs",
|
6738
|
-
"tags": values["tags"],
|
6739
|
-
"retention_in_days": values["logging_info"]["broker_logs"][
|
6740
|
-
"cloudwatch_logs"
|
6741
|
-
]["retention_in_days"],
|
6742
|
-
}
|
6743
|
-
log_group_tf_resource = aws_cloudwatch_log_group(
|
6744
|
-
resource_id, **log_group_values
|
6745
|
-
)
|
6746
|
-
tf_resources.append(log_group_tf_resource)
|
6747
|
-
del values["logging_info"]["broker_logs"]["cloudwatch_logs"][
|
6748
|
-
"retention_in_days"
|
6749
|
-
]
|
6750
|
-
values["logging_info"]["broker_logs"]["cloudwatch_logs"]["log_group"] = (
|
6751
|
-
log_group_tf_resource.name
|
6752
|
-
)
|
6753
|
-
|
6754
|
-
# resource - secret manager for SCRAM client credentials
|
6755
|
-
if scram_enabled and scram_users:
|
6756
|
-
scram_secrets: list[
|
6757
|
-
tuple[aws_secretsmanager_secret, aws_secretsmanager_secret_version]
|
6758
|
-
] = []
|
6759
|
-
|
6760
|
-
# kms
|
6761
|
-
kms_values = {
|
6762
|
-
"description": "KMS key for MSK SCRAM credentials",
|
6763
|
-
"tags": values["tags"],
|
6764
|
-
}
|
6765
|
-
kms_key = aws_kms_key(resource_id, **kms_values)
|
6766
|
-
tf_resources.append(kms_key)
|
6767
|
-
|
6768
|
-
kms_key_alias = aws_kms_alias(
|
6769
|
-
resource_id,
|
6770
|
-
name=f"alias/{resource_id}-msk-scram",
|
6771
|
-
target_key_id="${" + kms_key.arn + "}",
|
6772
|
-
)
|
6773
|
-
tf_resources.append(kms_key_alias)
|
6774
|
-
|
6775
|
-
for user, secret in scram_users.items():
|
6776
|
-
secret_identifier = f"AmazonMSK_{resource_id}-{user}"
|
6777
|
-
|
6778
|
-
secret_values = {
|
6779
|
-
"name": secret_identifier,
|
6780
|
-
"tags": values["tags"],
|
6781
|
-
"kms_key_id": "${" + kms_key.arn + "}",
|
6782
|
-
}
|
6783
|
-
secret_resource = aws_secretsmanager_secret(
|
6784
|
-
secret_identifier, **secret_values
|
6785
|
-
)
|
6786
|
-
tf_resources.append(secret_resource)
|
6787
|
-
|
6788
|
-
version_values = {
|
6789
|
-
"secret_id": "${" + secret_resource.arn + "}",
|
6790
|
-
"secret_string": json.dumps(secret, sort_keys=True),
|
6791
|
-
}
|
6792
|
-
version_resource = aws_secretsmanager_secret_version(
|
6793
|
-
secret_identifier, **version_values
|
6794
|
-
)
|
6795
|
-
tf_resources.append(version_resource)
|
6796
|
-
|
6797
|
-
secret_policy_values = {
|
6798
|
-
"secret_arn": "${" + secret_resource.arn + "}",
|
6799
|
-
"policy": json.dumps({
|
6800
|
-
"Version": "2012-10-17",
|
6801
|
-
"Statement": [
|
6802
|
-
{
|
6803
|
-
"Sid": "AWSKafkaResourcePolicy",
|
6804
|
-
"Effect": "Allow",
|
6805
|
-
"Principal": {"Service": "kafka.amazonaws.com"},
|
6806
|
-
"Action": "secretsmanager:getSecretValue",
|
6807
|
-
"Resource": "${" + secret_resource.arn + "}",
|
6808
|
-
}
|
6809
|
-
],
|
6810
|
-
}),
|
6811
|
-
}
|
6812
|
-
secret_policy = aws_secretsmanager_secret_policy(
|
6813
|
-
secret_identifier, **secret_policy_values
|
6814
|
-
)
|
6815
|
-
tf_resources.append(secret_policy)
|
6816
|
-
scram_secrets.append((secret_resource, version_resource))
|
6817
|
-
|
6818
|
-
# create ONE scram secret association for each secret created above
|
6819
|
-
scram_secret_association_values = {
|
6820
|
-
"cluster_arn": "${" + msk_cluster.arn + "}",
|
6821
|
-
"secret_arn_list": ["${" + s.arn + "}" for s, _ in scram_secrets],
|
6822
|
-
"depends_on": self.get_dependencies([v for _, v in scram_secrets]),
|
6823
|
-
}
|
6824
|
-
scram_secret_association = aws_msk_scram_secret_association(
|
6825
|
-
resource_id, **scram_secret_association_values
|
6826
|
-
)
|
6827
|
-
tf_resources.append(scram_secret_association)
|
6828
|
-
|
6829
|
-
# outputs
|
6830
|
-
tf_resources += [
|
6831
|
-
Output(
|
6832
|
-
output_prefix + "__zookeeper_connect_string",
|
6833
|
-
value="${" + msk_cluster.zookeeper_connect_string + "}",
|
6834
|
-
),
|
6835
|
-
Output(
|
6836
|
-
output_prefix + "__zookeeper_connect_string_tls",
|
6837
|
-
value="${" + msk_cluster.zookeeper_connect_string_tls + "}",
|
6838
|
-
),
|
6839
|
-
Output(
|
6840
|
-
output_prefix + "__bootstrap_brokers",
|
6841
|
-
value="${" + msk_cluster.bootstrap_brokers + "}",
|
6842
|
-
),
|
6843
|
-
Output(
|
6844
|
-
output_prefix + "__bootstrap_brokers_tls",
|
6845
|
-
value="${" + msk_cluster.bootstrap_brokers_tls + "}",
|
6846
|
-
),
|
6847
|
-
Output(
|
6848
|
-
output_prefix + "__bootstrap_brokers_sasl_iam",
|
6849
|
-
value="${" + msk_cluster.bootstrap_brokers_sasl_iam + "}",
|
6850
|
-
),
|
6851
|
-
Output(
|
6852
|
-
output_prefix + "__bootstrap_brokers_sasl_scram",
|
6853
|
-
value="${" + msk_cluster.bootstrap_brokers_sasl_scram + "}",
|
6854
|
-
),
|
6855
|
-
]
|
6856
|
-
self.add_resources(account, tf_resources)
|
6857
|
-
|
6858
6545
|
def populate_saml_idp(self, account_name: str, name: str, metadata: str) -> None:
|
6859
6546
|
saml_idp = aws_iam_saml_provider(
|
6860
6547
|
f"{account_name}-{name}", name=name, saml_metadata_document=metadata
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/acs_notifiers.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/acs_policies.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aus/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aus/healthchecks.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aus/metrics.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aus/node_pool_spec.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aus/upgrades.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_ami_share.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/aws_iam_keys.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/change_owners/diff.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/cna/__init__.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/cna/assets/__init__.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/cna/assets/asset.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/cna/assets/null.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/cna/integration.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/dashdotdb_base.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/dashdotdb_cso.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/dashdotdb_dora.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/dashdotdb_dvo.py
RENAMED
File without changes
|
{qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/dashdotdb_slo.py
RENAMED
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/deadmanssnitch.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.2.dev41 → qontract_reconcile-0.10.2.dev42}/reconcile/email_sender.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|