CSCfi / ansible-role-pxe_bootstrap

Ansible role that install and configures TFTP. It also places iPXE/PXE boot conf files
MIT License
24 stars 4 forks source link

Log boot.py exceptions #5

Closed jabl closed 8 years ago

jabl commented 8 years ago

If boot.py fails with an exception, log it to syslog. In case the exception is failing to remove the hostname file, it just means the node isn't marked for reinstallation, so in this case log severity is INFO. In case some other exception occurs, it's probably a more serious error, and in that case the severity is ERR.