Skip to content

Commit

Permalink
Show which baremetal-support server is configured for which SUT IP
Browse files Browse the repository at this point in the history
  • Loading branch information
asdil12 committed Nov 27, 2024
1 parent d5d38b6 commit 4126f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ipmi_backend_utils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ sub set_ipxe_bootscript {

$url =~ s/^\s+|\s+$//g;

diag "setting iPXE bootscript to:\n$content";
diag "setting iPXE bootscript on $http_server for $ip to:\n$content";
my $response = HTTP::Tiny->new->request('POST', $url,
{content => $content, headers => {'content-type' => 'text/plain'}});
diag "$response->{status} $response->{reason}\n";
Expand Down

0 comments on commit 4126f7d

Please sign in to comment.