qontract-reconcile 0.10.1rc993__py3-none-any.whl → 0.10.1rc994__py3-none-any.whl
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.1rc993.dist-info → qontract_reconcile-0.10.1rc994.dist-info}/METADATA +1 -1
- {qontract_reconcile-0.10.1rc993.dist-info → qontract_reconcile-0.10.1rc994.dist-info}/RECORD +6 -6
- reconcile/terraform_repo.py +1 -3
- {qontract_reconcile-0.10.1rc993.dist-info → qontract_reconcile-0.10.1rc994.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.1rc993.dist-info → qontract_reconcile-0.10.1rc994.dist-info}/entry_points.txt +0 -0
- {qontract_reconcile-0.10.1rc993.dist-info → qontract_reconcile-0.10.1rc994.dist-info}/top_level.txt +0 -0
{qontract_reconcile-0.10.1rc993.dist-info → qontract_reconcile-0.10.1rc994.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: qontract-reconcile
|
3
|
-
Version: 0.10.
|
3
|
+
Version: 0.10.1rc994
|
4
4
|
Summary: Collection of tools to reconcile services with their desired state as defined in the app-interface DB.
|
5
5
|
Home-page: https://github.com/app-sre/qontract-reconcile
|
6
6
|
Author: Red Hat App-SRE Team
|
{qontract_reconcile-0.10.1rc993.dist-info → qontract_reconcile-0.10.1rc994.dist-info}/RECORD
RENAMED
@@ -112,7 +112,7 @@ reconcile/terraform_aws_route53.py,sha256=1C1_xd_xjysPLSYKvohS6bfSsjSMP0U3sWVcRN
|
|
112
112
|
reconcile/terraform_cloudflare_dns.py,sha256=-aLEe2QnH5cJPu7HWqs-R9NmQ1NlFbcVUm0v7alVL3I,13431
|
113
113
|
reconcile/terraform_cloudflare_resources.py,sha256=41Mj1WkuS75slCDpmhG2GGf1nh3BwfxcdNC73-PNadc,15000
|
114
114
|
reconcile/terraform_cloudflare_users.py,sha256=iyTG5sj20Jg4J4qWJ144KVptfIHGOSfH8wQKxu0imq0,13942
|
115
|
-
reconcile/terraform_repo.py,sha256=
|
115
|
+
reconcile/terraform_repo.py,sha256=TKqlodhQGoAtQ6nDm04TNlpx4wpgJ_n4atoUK5Rfd7o,16444
|
116
116
|
reconcile/terraform_resources.py,sha256=-sgMMHDtNvnQyNR05-MKebI_pSiyxSWAg8LmeA2_Ntk,19326
|
117
117
|
reconcile/terraform_tgw_attachments.py,sha256=EucuF4p3RWKTS4GTPd8oZmR79GpIW_grQl2PAeeNQeI,18665
|
118
118
|
reconcile/terraform_users.py,sha256=HqSm3ev3b8dZ9J6F_phDZB-FQsnlsdeKp9RPoY1cU94,10188
|
@@ -854,8 +854,8 @@ tools/test/test_qontract_cli.py,sha256=_D61RFGAN5x44CY1tYbouhlGXXABwYfxKSWSQx3Jr
|
|
854
854
|
tools/test/test_saas_promotion_state.py,sha256=dy4kkSSAQ7bC0Xp2CociETGN-2aABEfL6FU5D9Jl00Y,6056
|
855
855
|
tools/test/test_sd_app_sre_alert_report.py,sha256=v363r9zM7__0kR5K6mvJoGFcM9BvE33fWAayrqkpojA,2116
|
856
856
|
tools/test/test_sre_checkpoints.py,sha256=SKqPPTl9ua0RFdSSofnoQX-JZE6dFLO3LRhfQzqtfh8,2607
|
857
|
-
qontract_reconcile-0.10.
|
858
|
-
qontract_reconcile-0.10.
|
859
|
-
qontract_reconcile-0.10.
|
860
|
-
qontract_reconcile-0.10.
|
861
|
-
qontract_reconcile-0.10.
|
857
|
+
qontract_reconcile-0.10.1rc994.dist-info/METADATA,sha256=NDNNmj_EkStdXwWIxSksfHHzEU6G17bZRB_G3z5DxO4,2262
|
858
|
+
qontract_reconcile-0.10.1rc994.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
859
|
+
qontract_reconcile-0.10.1rc994.dist-info/entry_points.txt,sha256=GKQqCl2j2X1BJQ69een6rHcR26PmnxnONLNOQB-nRjY,491
|
860
|
+
qontract_reconcile-0.10.1rc994.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
|
861
|
+
qontract_reconcile-0.10.1rc994.dist-info/RECORD,,
|
reconcile/terraform_repo.py
CHANGED
@@ -109,6 +109,7 @@ class TerraformRepoIntegration(
|
|
109
109
|
# when updating TerraformRepoV1 GQL schema, Pydantic does not gracefully handle these changes and fails to parse
|
110
110
|
# the existing state stored in S3. This is due to a behavior in Pydantic V1 that has since been addressed in V2
|
111
111
|
# https://docs.pydantic.dev/latest/blog/pydantic-v2/#required-vs-nullable-cleanup
|
112
|
+
# so in this case, tf-repo will just recreate all of those state files in S3 and not actually do a plan or apply
|
112
113
|
logging.error(err)
|
113
114
|
logging.info(
|
114
115
|
"Unable to parse existing Terraform-Repo state from S3. Note that this is separate from the actual .tfstate files. Terraform Repo will re-create its own state upon merge and will not update any infrastructure. This typically occurs with changes to the Terraform Repo schema files and is normally resolved once state is re-created."
|
@@ -121,9 +122,6 @@ class TerraformRepoIntegration(
|
|
121
122
|
recreate_state=True,
|
122
123
|
)
|
123
124
|
|
124
|
-
if repo_diff_result:
|
125
|
-
self.print_output(repo_diff_result, dry_run)
|
126
|
-
|
127
125
|
def print_output(self, diff: list[TerraformRepoV1], dry_run: bool) -> OutputFile:
|
128
126
|
"""Parses and prints the output of a Terraform Repo diff for the executor
|
129
127
|
|
File without changes
|
File without changes
|
{qontract_reconcile-0.10.1rc993.dist-info → qontract_reconcile-0.10.1rc994.dist-info}/top_level.txt
RENAMED
File without changes
|