From 8924fc4958062e32ed714051db3e4435b7d3b824 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 23 Jun 2015 14:57:22 +0200 Subject: [PATCH] step reset-node that just kills/run a node --- system/AA-bonding.md | 2 +- system/macros.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/system/AA-bonding.md b/system/AA-bonding.md index d712d8a..3363aee 100644 --- a/system/AA-bonding.md +++ b/system/AA-bonding.md @@ -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 diff --git a/system/macros.py b/system/macros.py index 31625a5..28cc7d6 100644 --- a/system/macros.py +++ b/system/macros.py @@ -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() -- 2.43.0