step reset-node that just kills/run a node
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 23 Jun 2015 12:57:22 +0000 (14:57 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 23 Jun 2015 12:57:22 +0000 (14:57 +0200)
system/AA-bonding.md
system/macros.py

index d712d8a..3363aee 100644 (file)
@@ -11,7 +11,7 @@ general idea is to use this command
        
 or in an equivalent manner
 
-       export bonding= 2015.04.13--f18
+       export bonding=bond212015.04.13--f18
        run -G
        
 # requirements
index 31625a5..28cc7d6 100644 (file)
@@ -189,6 +189,8 @@ qemu_kill_mine nodestate_reinstall qemu_local_init bootcd qemu_local_config
 qemu_clean_mine qemu_export qemu_start qemu_timestamp qemu_nodefamily
 """.split()
 
+sequence['reset_node'] = "qemu-kill-mine qemu-start"
+
 sequences['bonding_node'] = 'node start-node'.split()
 
 sequences['wait_node'] = 'ping_node ssh_node_debug ssh_node_boot'.split()