--- /dev/null
+{% extends 'qemu.jinja2' %}
+{% set mac_addr = 'DE:AD:BE:EF:00:00' %}
+{% set memory = '2096' %}
+{% set netdevice = 'tap' %}
+{% set extra_options = (
+"
+ - -smp 2"
+) %}
--- /dev/null
+{% extends 'qemu.jinja2' %}
+{% set mac_addr = 'DE:AD:BE:FF:00:01' %}
+{% set memory = '2096' %}
+{% set netdevice = 'tap' %}
+{% set extra_options = (
+"
+ - -smp 2"
+) %}
+
--- /dev/null
+{% extends 'x86.jinja2' %}
+{% set connection_command = 'telnet serial01.internal.efficios.com 7025' %}
+{% set hard_reset_command = '/usr/bin/pduclient --daemon localhost --hostname pdu01.internal.efficios.com --command reboot --port 05' %}
+{% set power_off_command = '/usr/bin/pduclient --daemon localhost --hostname pdu01.internal.efficios.com --command off --port 05' %}
+{% set power_on_command = '/usr/bin/pduclient --daemon localhost --hostname pdu01.internal.efficios.com --command on --port 05'' %}
+{% set soft_reset_command = 'reboot'}
+{% set boot_interface = 'net2'}
+{% set kernel_extra_args = 'cpuidle.off=1'}