Skip to content

Commit

Permalink
Archive file on the controller can't be relocated
Browse files Browse the repository at this point in the history
  • Loading branch information
RanabirChakraborty committed Nov 7, 2024
1 parent 530bf56 commit 302a0c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
with:
fqcn: 'middleware_automation/wildfly'
molecule_tests: >-
[ "default", "prospero", "yaml_config_validation", "install_options", "colocated_cluster" ]
[ "default", "prospero", "yaml_config_validation", "install_options", "colocated_cluster", "custom_confifg_file" ]
7 changes: 7 additions & 0 deletions molecule/custom_config_file/vars.yml
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
wildfly_config_custom_file: files/wildfly-custom.xml
wildfly_version: '34.0.0.Final'
wildfly_archive_filename: "wildfly-{{ wildfly_version }}.zip"
wildfly_download_baseurl: 'https://github.com/wildfly/wildfly/releases/download'
wildfly_install_download_url: "{{ wildfly_download_baseurl }}/{{ wildfly_version }}/{{ wildfly_archive_filename }}"
wildfly_install_download_controller_download_dir: "/tmp"
wildfly_offline_install: true
wildfly_archive_filename_local: "{{ wildfly_install_download_controller_download_dir }}/{{ wildfly_archive_filename }}"

0 comments on commit 302a0c4

Please sign in to comment.