qontract-reconcile 0.10.2.dev139__py3-none-any.whl → 0.10.2.dev140__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.4
2
2
  Name: qontract-reconcile
3
- Version: 0.10.2.dev139
3
+ Version: 0.10.2.dev140
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
@@ -507,7 +507,7 @@ reconcile/statuspage/integrations/components.py,sha256=49KHd_E9AdRvcEA6n75q1McZv
507
507
  reconcile/statuspage/integrations/maintenances.py,sha256=8vM0cComM1m-VKIW7NrgprZrix-zLta8-muqriEF09o,4310
508
508
  reconcile/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
509
509
  reconcile/templates/aws_access_key_email.j2,sha256=2MUr1ERmyISzKgHqsWYLd-1Wbl-peUa-FsGUS-JLUFc,238
510
- reconcile/templates/email.yml.j2,sha256=OZgczNRgXPj2gVYTgwQyHAQrMGu7xp-e4W1rX19GcrU,690
510
+ reconcile/templates/email.yml.j2,sha256=MknE9rEeVRCvyh1JnelQ5dBtiV0CPPq9dqu_N7WsEms,682
511
511
  reconcile/templates/jira-checkpoint-missinginfo.j2,sha256=c_Vvg-lEENsB3tgxm9B6Y9igCUQhCnFDYh6xw-zcIbU,570
512
512
  reconcile/templates/rosa-classic-cluster-creation.sh.j2,sha256=zqMMlKWV-aUDMtA-Xu5kl5pYLilewDClnKM0c807nNA,2146
513
513
  reconcile/templates/rosa-hcp-cluster-creation.sh.j2,sha256=hQ-WapiBNV3oEKQ813W3bD4HwQ4gADRPy80z9OLtW3Y,2317
@@ -797,7 +797,7 @@ tools/saas_promotion_state/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
797
797
  tools/saas_promotion_state/saas_promotion_state.py,sha256=UfwwRLS5Ya4_Nh1w5n1dvoYtchQvYE9yj1VANt2IKqI,3925
798
798
  tools/sre_checkpoints/__init__.py,sha256=CDaDaywJnmRCLyl_NCcvxi-Zc0hTi_3OdwKiFOyS39I,145
799
799
  tools/sre_checkpoints/util.py,sha256=zEDbGr18ZeHNQwW8pUsr2JRjuXIPz--WAGJxZo9sv_Y,894
800
- qontract_reconcile-0.10.2.dev139.dist-info/METADATA,sha256=Y5jDln5E612o_oPiT5I0whrd3jujS4tJXQZSFRNE_eM,24568
801
- qontract_reconcile-0.10.2.dev139.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
802
- qontract_reconcile-0.10.2.dev139.dist-info/entry_points.txt,sha256=5i9l54La3vQrDLAdwDKQWC0iG4sV9RRfOb1BpvzOWLc,698
803
- qontract_reconcile-0.10.2.dev139.dist-info/RECORD,,
800
+ qontract_reconcile-0.10.2.dev140.dist-info/METADATA,sha256=Nj_E7bhL_bQgMU8JhqOx8jdvrC_J0jGHOeTOfjm4gFM,24568
801
+ qontract_reconcile-0.10.2.dev140.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
802
+ qontract_reconcile-0.10.2.dev140.dist-info/entry_points.txt,sha256=5i9l54La3vQrDLAdwDKQWC0iG4sV9RRfOb1BpvzOWLc,698
803
+ qontract_reconcile-0.10.2.dev140.dist-info/RECORD,,
@@ -7,25 +7,25 @@ to:
7
7
  {% if USERS is defined and USERS %}
8
8
  users:
9
9
  {% for user in USERS %}
10
- - $ref: "{{ user }}"
10
+ - $ref: "{{ user }}"
11
11
  {% endfor %}
12
12
  {% endif %}
13
13
  {% if ALIASES is defined and ALIASES %}
14
14
  aliases:
15
15
  {% for alias in ALIASES %}
16
- - {{ alias }}
16
+ - {{ alias }}
17
17
  {% endfor %}
18
18
  {% endif %}
19
19
  {% if AWS_ACCOUNTS is defined and AWS_ACCOUNTS %}
20
20
  aws_accounts:
21
21
  {% for aws_account in AWS_ACCOUNTS %}
22
- - $ref: "{{ aws_account }}"
22
+ - $ref: "{{ aws_account }}"
23
23
  {% endfor %}
24
24
  {% endif %}
25
25
  {% if SERVICES is defined and SERVICES %}
26
26
  services:
27
27
  {% for service in SERVICES %}
28
- - $ref: "{{ service }}"
28
+ - $ref: "{{ service }}"
29
29
  {% endfor %}
30
30
  {% endif %}
31
31
  body: |