lava: Update PDU port for cloud08
[lttng-ci.git] / lava / devices / x86_server01-cloud08.jinja2
CommitLineData
94810d86
JR
1{% extends 'x86.jinja2' %}
2{% set connection_command = 'telnet serial01.internal.efficios.com 7025' %}
1ec27bd9
KS
3{% set hard_reset_command = '/usr/bin/pduclient --daemon localhost --hostname pdu01.internal.efficios.com --command reboot --port 17' %}
4{% set power_off_command = '/usr/bin/pduclient --daemon localhost --hostname pdu01.internal.efficios.com --command off --port 17' %}
5{% set power_on_command = '/usr/bin/pduclient --daemon localhost --hostname pdu01.internal.efficios.com --command on --port 17' %}
a6cc3cc4
JR
6{% set soft_reset_command = 'reboot' %}
7{% set boot_interface = 'net2' %}
This page took 0.025434 seconds and 4 git commands to generate.