-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: Email users on a HV workflow #262
base: main
Are you sure you want to change the base?
Conversation
Server properties previously using host id as hv id however hosts are different to hvs
Action takes a hv name and sends email to users with VMs on that hv Test email templates
Test for sending hv emails workflow
Update tests to change server property from HYPERVISOR_ID to HYPERVISOR_NAME
@@ -0,0 +1,9 @@ | |||
Dear Cloud User {{username}}, <br/><br/> | |||
|
|||
Test email about servers on hv <br/><br/><br/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jacob-ward @DavidFair - What should the email template be here? Worth getting this nailed down before merging this into Prod
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #262 +/- ##
==========================================
+ Coverage 98.20% 98.25% +0.05%
==========================================
Files 195 197 +2
Lines 7636 7860 +224
Branches 460 468 +8
==========================================
+ Hits 7499 7723 +224
Misses 110 110
Partials 27 27 ☔ View full report in Codecov by Sentry. |
744c3f0
to
29613d8
Compare
Update docs and actions using server properties to use hypervisor name instead of hypervisor id
29613d8
to
8599ef9
Compare
Description:
Add workflow for emailing users on a given hypervisor, test temporary email template. Tests for the new workflow
Special Notes:
Submitter:
Have you (where applicable):
Reviewer
Does this PR:
lib
directory?lib
layers?