Archive file on the controller can't be relocated #264
Labels
bugfixes
Fixes that resolve issues. SHOULD not be used for minor enhancements
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
SUMMARY
It's been reported by @iamgini that if the archive file is not located, on the controller, where the Ansible collection expects it to be (by default, so PWD of the system user running Ansible), the installation process fails.
The proposal for this issue is to modify the existing custom_config_file to implement such strategy. This means download the zipfile from Wildfly website in the prepare phase of the scenario and place it, for example, in the
/tmp
or/opt
directory on the controller. Then modify the converge.yml to use this file and set the installation as offline (wildfly_install_offline: true
). This should fail and therefore confirmed the issue. Then would remains to implement a fixed for this particular scenario to works.Note: it's proposed to adapt an existing scenario, because adding scenario sensibly increase the duration of the molecule run.
ISSUE TYPE
The text was updated successfully, but these errors were encountered: