-
Notifications
You must be signed in to change notification settings - Fork 22
Change Wildfly to WildFly #293
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
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
b19b5eb
AMW-399 Compute Prospero version from GitHub relase
RanabirChakraborty e17d7d8
Change Wildfly to WildFly
bstansberry 0155f12
Merge pull request #290 from RanabirChakraborty/AMW-399
hcherukuri 4fcd297
prospero: rm removed vars.yml from verify.yml
rpelisse fcf0aa2
AMW-406 Update WildFly version in wildfly collection
RanabirChakraborty 6816e56
AMW-407 WildFly collection CI badge link change
RanabirChakraborty f786027
Update changelog for release 1.5.7
ansible-middleware-core 35a7cd6
Bump version to 1.5.8
ansible-middleware-core 312757e
AMW-416 Make wildfly collection compliant with ansible-core 2.19
RanabirChakraborty f67c76c
Merge pull request #296 from RanabirChakraborty/AMW-416
hcherukuri 368b9eb
Rebase with main
hcherukuri File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
|
||
# -- Project information ----------------------------------------------------- | ||
|
||
project = 'Wildfly Ansible Collection' | ||
project = 'WildFly Ansible Collection' | ||
copyright = '{y}, Red Hat, Inc.'.format(y=datetime.date.today().year) | ||
author = 'Red Hat, Inc.' | ||
|
||
|
@@ -109,7 +109,7 @@ | |
# -- Options for HTMLHelp output --------------------------------------------- | ||
|
||
# Output file base name for HTML help builder. | ||
htmlhelp_basename = 'WildflyCollectionDoc' | ||
htmlhelp_basename = 'WildFlyCollectionDoc' | ||
|
||
|
||
# -- Options for LaTeX output ------------------------------------------------ | ||
|
@@ -136,7 +136,7 @@ | |
# (source start file, target name, title, | ||
# author, documentclass [howto, manual, or own class]). | ||
latex_documents = [ | ||
(master_doc, 'WildflyCollection.tex', 'Red Hat JBoss EAP Ansible Collection Documentation', | ||
(master_doc, 'WildFlyCollection.tex', 'Red Hat JBoss EAP Ansible Collection Documentation', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same comment as above. |
||
'Red Hat, Inc.', 'manual'), | ||
] | ||
|
||
|
@@ -157,8 +157,8 @@ | |
# (source start file, target name, title, author, | ||
# dir menu entry, description, category) | ||
texinfo_documents = [ | ||
(master_doc, 'WildflyCollection', 'Red Hat JBoss EAP Ansible Collection Documentation', | ||
author, 'WildflyCollection', 'One line description of project.', | ||
(master_doc, 'WildFlyCollection', 'Red Hat JBoss EAP Ansible Collection Documentation', | ||
author, 'WildFlyCollection', 'One line description of project.', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same comment as above. |
||
'Miscellaneous'), | ||
] | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
--- | ||
namespace: middleware_automation | ||
name: wildfly | ||
version: "1.5.7" | ||
version: "1.5.8" | ||
readme: README.md | ||
authors: | ||
- Romain Pelisse <[email protected]> | ||
- Andrew Block <[email protected]> | ||
- Harsha Cherukuri <[email protected]> | ||
- Guido Grazioli <[email protected]> | ||
- Ranabir Chakraborty <[email protected]> | ||
description: Enable Ansible to provisioning JBoss EAP or Wildfly instances. | ||
description: Enable Ansible to provisioning JBoss EAP or WildFly instances. | ||
license_file: "LICENSE" | ||
tags: | ||
- java | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
wildfly_uninstall_service_name: wildfly | ||
wildfly_uninstall_version: '35.0.0.Final' | ||
wildfly_uninstall_version: '37.0.0.Final' | ||
wildfly_uninstall_home: "/opt/wildfly/wildfly-{{ wildfly_uninstall_version }}" | ||
wildfly_uninstall_path_to_archive: "/opt/wildfly/wildfly-{{ wildfly_uninstall_version }}.zip" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
wildfly_user: 'wildfly' | ||
wildfly_group: "{{ wildfly_user }}" | ||
wildfly_version: '35.0.0.Final' | ||
wildfly_version: '37.0.0.Final' | ||
wildfly_home: "/opt/wildfly/wildfly-{{ wildfly_version }}/" | ||
wildfly_driver_module_dir: "{{ wildfly_home }}/modules/{{ wildfly_driver.module_name | replace('.', '/') }}/main" | ||
wildfly_driver_jar_installation_path: "{{ wildfly_driver_module_dir }}/{{ wildfly_driver_jar_filename }}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops; I missed this when I scanned the diff locally. This looks like a possible functional change. I'll gladly revert it if it is a problem. I'll leave it for now in case it's harmless.