Skip to content

Commit 7acdc3f

Browse files
Merge pull request #387 from stfc/add_email_template_for_capi_images_to_be_deleted
Add new email templates
2 parents 5f839cd + c54c341 commit 7acdc3f

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

lib/apis/email_api/email_template_schemas.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,10 @@ mailing_list_capi_decom_image:
8989
html_filepath: "html/mailing_list_capi_decom_image.html.j2"
9090
plaintext_filepath: "plaintext/mailing_list_capi_decom_image.txt.j2"
9191

92+
decom_capi_image:
93+
schema:
94+
affected_images_table: "No Images"
95+
html_filepath: "html/decom_capi_image.html.j2"
96+
plaintext_filepath: "plaintext/decom_capi_image.txt.j2"
97+
98+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Dear Cloud User, <br/><br/>
2+
3+
As you may be aware, the STFC Cloud regularly rotates its set of CAPI (Cluster API) images for Kubernetes clusters in order to provide support for new versions, remove End-of-Life (EOL) images, and to include updates for the underlying operating system.<br/><br/>
4+
5+
We are contacting you as the image {{affected_image}} currently being used for project {{affected_project}} is due to be decommissioned/warehoused on {{date_of_decommissioning}}.
6+
7+
<p>Access to the above images will be revoked at the time specified. This means you will not be able to create new machines using any of the above images but any existing machines will not be affected.
8+
9+
We request that you upgrade any CAPI Clusters using the affected images to a newly released equivalent as soon as possible. Instructions can be found <a href="https://stfc.atlassian.net/wiki/x/QIAHEQ">here</a> <br/><br/>
10+
11+
<b>(Note: Users who do not use Kubernetes Clusters, or who do not use CAPI or our images to deploy their clusters, do not need to take any action)</b><br/><br/>
12+
13+
If you have any concerns with this notice or require clarification or support,please get in touch with the STFC Cloud Operations group directly by raising a ticket at <a data-fr-linked="true" href="mailto:cloud-support@stfc.ac.uk">cloud-support@stfc.ac.uk</a><br/><br/>
14+
15+
Best Regards,<br/>
16+
STFC Cloud Operations Group
17+
18+
</p>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Dear Cloud User,
2+
3+
As you may be aware, the STFC Cloud regularly rotates its set of CAPI (Cluster API) images for Kubernetes clusters in order to provide support for new versions, remove End-of-Life (EOL) images, and to include updates for the underlying operating system.
4+
5+
We are contacting you as the image {{affected_image}} currently being used for project {{affected_project}} is due to be decommissioned/warehoused on {{date_of_decommissioning}}.
6+
7+
Access to the above images will be revoked at the time specified. This means you will not be able to create new machines using any of the above images but any existing machines will not be affected.
8+
9+
We request that you upgrade any CAPI Clusters using the affected images to a newly released equivalent as soon as possible. Instructions can be found here https://stfc.atlassian.net/wiki/x/QIAHEQ
10+
11+
(Note: Users who do not use Kubernetes Clusters, or who do not use CAPI or our images to deploy their clusters, do not need to take any action)
12+
13+
If you have any concerns with this notice or require clarification or support, please get in touch with the STFC Cloud Operations group directly by raising a ticket at cloud-support@stfc.ac.uk.
14+
15+
Best Regards,
16+
STFC Cloud Operations Group

0 commit comments

Comments
 (0)