qontract-reconcile 0.10.1rc904__py3-none-any.whl → 0.10.1rc906__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: qontract-reconcile
3
- Version: 0.10.1rc904
3
+ Version: 0.10.1rc906
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
@@ -460,8 +460,8 @@ reconcile/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
460
460
  reconcile/templates/aws_access_key_email.j2,sha256=2MUr1ERmyISzKgHqsWYLd-1Wbl-peUa-FsGUS-JLUFc,238
461
461
  reconcile/templates/email.yml.j2,sha256=OZgczNRgXPj2gVYTgwQyHAQrMGu7xp-e4W1rX19GcrU,690
462
462
  reconcile/templates/jira-checkpoint-missinginfo.j2,sha256=c_Vvg-lEENsB3tgxm9B6Y9igCUQhCnFDYh6xw-zcIbU,570
463
- reconcile/templates/rosa-classic-cluster-creation.sh.j2,sha256=0UHfYtXRVJqP07VJQx456cRI6EbZNBgamtP_8nb4WPY,2353
464
- reconcile/templates/rosa-hcp-cluster-creation.sh.j2,sha256=O7Bf3WQIJhsZoEqaYA0wRktUO4yXXCb4BQkuvvp-C80,2385
463
+ reconcile/templates/rosa-classic-cluster-creation.sh.j2,sha256=FVBmnR2FmVModhqOYNBInhF8zk0Qnj9og9KHK5-X9v0,2361
464
+ reconcile/templates/rosa-hcp-cluster-creation.sh.j2,sha256=2wTdv9qvapCvT8NSi_hq8sXhpFSaxRX-V6Cao1diCI8,2393
465
465
  reconcile/templating/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
466
466
  reconcile/templating/renderer.py,sha256=VQVsQxMjKfftpsgzpd1jJ-bhrsgi8zjDYXYzMfI4vZA,12104
467
467
  reconcile/templating/validator.py,sha256=L_5kvY1LJTNQUmhPZZoB62NBiTKFIjlia0j6jZGdvh8,4660
@@ -844,8 +844,8 @@ tools/test/test_qontract_cli.py,sha256=_D61RFGAN5x44CY1tYbouhlGXXABwYfxKSWSQx3Jr
844
844
  tools/test/test_saas_promotion_state.py,sha256=dy4kkSSAQ7bC0Xp2CociETGN-2aABEfL6FU5D9Jl00Y,6056
845
845
  tools/test/test_sd_app_sre_alert_report.py,sha256=v363r9zM7__0kR5K6mvJoGFcM9BvE33fWAayrqkpojA,2116
846
846
  tools/test/test_sre_checkpoints.py,sha256=SKqPPTl9ua0RFdSSofnoQX-JZE6dFLO3LRhfQzqtfh8,2607
847
- qontract_reconcile-0.10.1rc904.dist-info/METADATA,sha256=35nxCfRZyg7rbU2UR9f8dh3HN9mqEceMI2fm9FLHHHM,2273
848
- qontract_reconcile-0.10.1rc904.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
849
- qontract_reconcile-0.10.1rc904.dist-info/entry_points.txt,sha256=GKQqCl2j2X1BJQ69een6rHcR26PmnxnONLNOQB-nRjY,491
850
- qontract_reconcile-0.10.1rc904.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
851
- qontract_reconcile-0.10.1rc904.dist-info/RECORD,,
847
+ qontract_reconcile-0.10.1rc906.dist-info/METADATA,sha256=NaNsfgzOVbHepp-YNXLE0eHLI1zIu8KZ27c6MAOX_40,2273
848
+ qontract_reconcile-0.10.1rc906.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
849
+ qontract_reconcile-0.10.1rc906.dist-info/entry_points.txt,sha256=GKQqCl2j2X1BJQ69een6rHcR26PmnxnONLNOQB-nRjY,491
850
+ qontract_reconcile-0.10.1rc906.dist-info/top_level.txt,sha256=l5ISPoXzt0SdR4jVdkfa7RPSKNc8zAHYWAnR-Dw8Ey8,24
851
+ qontract_reconcile-0.10.1rc906.dist-info/RECORD,,
@@ -50,7 +50,7 @@ rosa create cluster -y --cluster-name={{ cluster_name }} \
50
50
  --operator-roles-prefix {{ cluster_name }} \
51
51
  --subnet-ids {{ cluster.spec.subnet_ids | join(",") }} \
52
52
  --region {{ cluster.spec.region }} \
53
- --version {{ cluster.spec.version }} \
53
+ --version {{ cluster.spec.initial_version }} \
54
54
  --machine-cidr {{ cluster.network.vpc }} \
55
55
  --service-cidr {{ cluster.network.service }} \
56
56
  --pod-cidr {{ cluster.network.pod }} \
@@ -44,7 +44,7 @@ rosa create cluster --cluster-name={{ cluster_name }} \
44
44
  --operator-roles-prefix {{ cluster_name }} \
45
45
  --subnet-ids {{ cluster.spec.subnet_ids | join(",") }} \
46
46
  --region {{ cluster.spec.region }} \
47
- --version {{ cluster.spec.version }} \
47
+ --version {{ cluster.spec.initial_version }} \
48
48
  --machine-cidr {{ cluster.network.vpc }} \
49
49
  --service-cidr {{ cluster.network.service }} \
50
50
  --pod-cidr {{ cluster.network.pod }} \