ROBIN-78 - Distribute X license file during provision
This release implements the ability to drop an X license file into a Robin installation and have Robin distribute the license file to the XVM sandboxes during provision (prepare)
Improvement
ROBIN-84 - Merge all logging into a single log file
Prior to this release, when troubleshooting issues with Robin script execution, a user has to look into three different logs
The controller log
The XVM (Talon Server) log
The scenario log This release combines the output to all three of the above logs into the controller 'troubleshooting' log in the Robin logs directory. The XVM log will also continue to exist on the target machine along with the existing controller log. However, the existing scenarios log will no longer be present.
Change
ROBIN-79 - Replace robin.conf by conf/application.conf
Robin uses the robin.conf file to source its configuration properties. However, this is only when Robin scripts are used. It is often confusing to users that the robin.conf is not a special file but rather just a a Talon application.conf file with a different name. Using application.conf under the $ROBIN_HOME/conf directory instead of robin.conf provides that clarity and allows users to work with Robin as a regular X application which allows for configuration to be provided in the conf/application.conf file. This release implements this change