diff options
author | Parker Berberian <pberberian@iol.unh.edu> | 2019-10-10 15:07:45 -0400 |
---|---|---|
committer | Parker Berberian <pberberian@iol.unh.edu> | 2019-10-10 15:07:45 -0400 |
commit | ab24a8de07dac62569ec79425241a6b974ed32a9 (patch) | |
tree | 55cc7ed4f570f36f777650f4fab2d1a60d25e218 /laas/aliases | |
parent | f5025949a43415ae92b0885f3e61c43538f5c7b7 (diff) |
We have had divergent repositories for the code that
runs in UNH because of difficulties with Gerrit and
developer laziness. This incorporates the previous change
(removing all references to pharos) and updates everything to
what is currently running.
Change-Id: I5c83c70d5ca686dfa03d49936fdce1603cdac16c
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
Diffstat (limited to 'laas/aliases')
-rw-r--r-- | laas/aliases/imaging_alias.yaml | 11 | ||||
-rw-r--r-- | laas/aliases/power_alias.yaml | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/laas/aliases/imaging_alias.yaml b/laas/aliases/imaging_alias.yaml new file mode 100644 index 0000000..eba4b9a --- /dev/null +++ b/laas/aliases/imaging_alias.yaml @@ -0,0 +1,11 @@ +--- +name: imaging_alias +pack: laas +action_ref: laas.fog_imageWorkflow +formats: + - "(image|provision|ghost) {{host}}" + - "(image|provision|ghost) {{host}} using image {{image}}" + - "(image|provision|ghost) {{host}} with {{os}}" + - "(image|provision|ghost) {{host}} without ipmi {{ipmi=false}}" + - "(image|provision|ghost) {{host}} using image {{image}} without ipmi {{ipmi=false}}" + - "(image|provision|ghost) {{host}} with {{os}} without ipmi {{ipmi=false}}" diff --git a/laas/aliases/power_alias.yaml b/laas/aliases/power_alias.yaml new file mode 100644 index 0000000..b584573 --- /dev/null +++ b/laas/aliases/power_alias.yaml @@ -0,0 +1,11 @@ +--- +name: power_alias.yaml +pack: laas +action_ref: laas.restart_workflow +formats: + - "restart {{host}} {{cmd=cycle}}" + - "restart {{host}} without ipmi {{cmd=cycle}} {{ipmi=false}}" + - "boot {{host}} {{cmd=on}}" + - "boot {{host}} without ipmi {{cmd=on}} {{ipmi=false}}" + - "(shutdown|poweroff) {{host}} {{cmd=off}}" + - "(shutdown|poweroff) {{host}} without ipmi {{cmd=off}} {{ipmi=false}}" |