Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archive file on the controller can't be relocated #264

Open
rpelisse opened this issue Aug 21, 2024 · 0 comments
Open

Archive file on the controller can't be relocated #264

rpelisse opened this issue Aug 21, 2024 · 0 comments
Assignees
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

Comments

@rpelisse
Copy link
Contributor

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
  • Bug Report
@rpelisse rpelisse added bugfixes Fixes that resolve issues. SHOULD not be used for minor enhancements enhancement New feature or request good first issue Good for newcomers hacktoberfest labels Aug 21, 2024
@RanabirChakraborty RanabirChakraborty self-assigned this Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants