Description of problem:
file: ovirt-node/scripts/local_boot_trigger.sh
Current way to trigger local_boot_trigger url is:
wget --no-check-certificate "$trigger_url" -O /dev/null
-O /dev/null should be removed, and out-put should be print direct in screen
or save to log file, so if fails can check how an why.
Version-Release number of selected component (if applicable):
rhevh-6.5-20140317.0
How reproducible:
100%
Steps to Reproduce:
1. auto-install with params as below to get a invalid url
"local_boot_trigger=http://invaild-FQDN/"
Actual results:
Can not get out-put anywhere
Expected results:
Should save out-put in file, so if the trigger failed can check how and why
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://rhn.redhat.com/errata/RHEA-2015-0160.html
Description of problem: file: ovirt-node/scripts/local_boot_trigger.sh Current way to trigger local_boot_trigger url is: wget --no-check-certificate "$trigger_url" -O /dev/null -O /dev/null should be removed, and out-put should be print direct in screen or save to log file, so if fails can check how an why. Version-Release number of selected component (if applicable): rhevh-6.5-20140317.0 How reproducible: 100% Steps to Reproduce: 1. auto-install with params as below to get a invalid url "local_boot_trigger=http://invaild-FQDN/" Actual results: Can not get out-put anywhere Expected results: Should save out-put in file, so if the trigger failed can check how and why