Add lava-node-amd64-04 device
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 29 Apr 2021 04:24:30 +0000 (00:24 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 29 Apr 2021 04:24:30 +0000 (00:24 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
lava/devices/lava-node-amd64-04.jinja2 [new file with mode: 0644]

diff --git a/lava/devices/lava-node-amd64-04.jinja2 b/lava/devices/lava-node-amd64-04.jinja2
new file mode 100644 (file)
index 0000000..1de006e
--- /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-04' %}
+{% set hard_reset_command = 'virsh --connect qemu+ssh://cloud06.internal.efficios.com/system reset lava-node-amd64-04' %}
+{% set power_off_command = 'virsh --connect qemu+ssh://cloud06.internal.efficios.com/system reset lava-node-amd64-04' %}
+{% set power_on_command = 'virsh --connect qemu+ssh://cloud06.internal.efficios.com/system reset lava-node-amd64-04' %}
+{% set soft_reset_command = 'reboot' %}
+{% set boot_interface = 'net0' %}
+{% set boot_character_delay = '100' %}
+{% set test_character_delay = '100' %}
+
This page took 0.024664 seconds and 4 git commands to generate.