rename step

This commit is contained in:
Josh Patterson
2025-05-23 11:41:45 -04:00
parent 08f208cd38
commit be5e41227f
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -15,9 +15,9 @@
# so-salt-emit-vm-deployment-status sets event_tag = f'soc/dyanno/hypervisor/{status.lower()}'
vm_highstate_trigger:
event.send:
- name: soc/dyanno/hypervisor/highstate triggered
- name: soc/dyanno/hypervisor/highstate initiated
- data:
status: Highstate Triggered
status: Highstate Initiated
vm_name: {{ grains.id }}
hypervisor: {{ salt['grains.get']('salt-cloud:profile', '').split('-')[1] }}
- order: 1 # Ensure this runs early in the highstate process