lava: add lava-node-amd64-05 device
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 29 Apr 2021 11:36:13 +0000 (07:36 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 29 Apr 2021 11:36:13 +0000 (07:36 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
lava/devices/lava-node-amd64-05.jinja2 [new file with mode: 0644]

diff --git a/lava/devices/lava-node-amd64-05.jinja2 b/lava/devices/lava-node-amd64-05.jinja2
new file mode 100644 (file)
index 0000000..f056d80
--- /dev/null
@@ -0,0 +1,10 @@
+{% extends 'x86.jinja2' %}
+{% set connection_command = 'virsh --connect qemu+ssh://cloud06.internal.efficios.com/system console --force lava-node-amd64-05' %}
+{% set hard_reset_command = 'virsh --connect qemu+ssh://cloud06.internal.efficios.com/system reset lava-node-amd64-05' %}
+{% set power_off_command = 'virsh --connect qemu+ssh://cloud06.internal.efficios.com/system reset lava-node-amd64-05' %}
+{% set power_on_command = 'virsh --connect qemu+ssh://cloud06.internal.efficios.com/system reset lava-node-amd64-05' %}
+{% set soft_reset_command = 'reboot' %}
+{% set boot_interface = 'net0' %}
+{% set boot_character_delay = '100' %}
+{% set test_character_delay = '100' %}
+
This page took 0.023475 seconds and 4 git commands to generate.