summaryrefslogtreecommitdiff
path: root/subplot/vmadm.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'subplot/vmadm.yaml')
-rw-r--r--subplot/vmadm.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/subplot/vmadm.yaml b/subplot/vmadm.yaml
index 21662b6..76881e1 100644
--- a/subplot/vmadm.yaml
+++ b/subplot/vmadm.yaml
@@ -11,6 +11,12 @@
function: create_vm
cleanup: delete_vm
+- when: "I invoke vmadm shutdown --config {config} {filename}"
+ function: shutdown_vm
+
+- when: "I invoke vmadm start --config {config} {filename}"
+ function: start_vm
+
- when: "I invoke ssh -F {config} {target} {args:text}"
function: run_hostname_over_ssh