For non ipmi methods, have confluent use the xcat<meth>.sh module that corresponds

This commit is contained in:
Jarrod Johnson 2014-05-28 15:27:31 -04:00
parent d5134f8c91
commit 6f9c87f6b2

View File

@ -356,7 +356,7 @@ foreach my $node (sort keys %$cfgenthash) {
return $node;
}
if ($cmeth ne 'ipmi') {
die 'TODO: non ipmi consoles...'
$cmeth = 'xcat' . $cmeth;
}
my %parameters;
$parameters{'console.method'} = $cmeth;