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

Bump version to Widfly 35.0.0.Final #283

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion molecule/colocated_cluster/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ provisioner:
group_vars: ../group_vars
host_vars:
instance:
wildfly_java_package_name: java-11-openjdk-headless
wildfly_java_package_name: java-17-openjdk-headless
molecule_scenario_requires_app: true
localhost:
ansible_python_interpreter: "{{ ansible_playbook_python }}"
Expand All @@ -46,6 +46,8 @@ provisioner:
ANSIBLE_ROLES_PATH: "../../roles"
verifier:
name: ansible
options:
sudo: true
scenario:
test_sequence:
- cleanup
Expand Down
2 changes: 2 additions & 0 deletions molecule/custom_config_file/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ provisioner:
ANSIBLE_ROLES_PATH: "../../roles"
verifier:
name: ansible
options:
sudo: true
scenario:
test_sequence:
- cleanup
Expand Down
2 changes: 1 addition & 1 deletion molecule/custom_config_file/vars.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
wildfly_config_custom_file: files/wildfly-custom.xml
wildfly_version: '34.0.0.Final'
wildfly_version: '35.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 }}"
Expand Down
4 changes: 3 additions & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ provisioner:
group_vars: ../group_vars
host_vars:
instance:
wildfly_java_package_name: java-11-openjdk-headless
wildfly_java_package_name: java-17-openjdk-headless
localhost:
ansible_python_interpreter: "{{ ansible_playbook_python }}"
env:
Expand All @@ -45,6 +45,8 @@ provisioner:
ANSIBLE_ROLES_PATH: "../../roles"
verifier:
name: ansible
options:
sudo: true
scenario:
test_sequence:
- cleanup
Expand Down
2 changes: 1 addition & 1 deletion molecule/install_options/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
wildfly_install_workdir: /apps/
wildfly_user: mware
wildfly_group: sysgroup
wildfly_java_package_name: java-11-openjdk-headless
wildfly_java_package_name: java-17-openjdk-headless
2 changes: 2 additions & 0 deletions molecule/install_options/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ provisioner:
ANSIBLE_ROLES_PATH: "../../roles"
verifier:
name: ansible
options:
sudo: true
scenario:
test_sequence:
- cleanup
Expand Down
2 changes: 1 addition & 1 deletion molecule/install_options/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
tasks:
- name: Verify we are running on requested jvm
ansible.builtin.shell: |
ps -ef | grep /etc/alternatives/jre_11/bin/java | grep -v grep
ps -ef | grep /etc/alternatives/jre_17/bin/java | grep -v grep
changed_when: False
2 changes: 1 addition & 1 deletion molecule/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
become: true
ansible.builtin.yum:
name:
- java-11-openjdk
- java-17-openjdk
- procps-ng
- tzdata-java
state: present
Expand Down
4 changes: 3 additions & 1 deletion molecule/prospero/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provisioner:
group_vars: ../group_vars
host_vars:
instance:
wildfly_java_package_name: java-11-openjdk-headless
wildfly_java_package_name: java-17-openjdk-headless
localhost:
ansible_python_interpreter: "{{ ansible_playbook_python }}"
env:
Expand All @@ -43,6 +43,8 @@ provisioner:
ANSIBLE_ROLES_PATH: "../../roles"
verifier:
name: ansible
options:
sudo: true
scenario:
test_sequence:
- cleanup
Expand Down
4 changes: 3 additions & 1 deletion molecule/uninstall/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ provisioner:
group_vars: ../group_vars
host_vars:
instance:
wildfly_java_package_name: java-11-openjdk-headless
wildfly_java_package_name: java-17-openjdk-headless
localhost:
ansible_python_interpreter: "{{ ansible_playbook_python }}"
env:
Expand All @@ -45,6 +45,8 @@ provisioner:
ANSIBLE_ROLES_PATH: "../../roles"
verifier:
name: ansible
options:
sudo: true
scenario:
test_sequence:
- cleanup
Expand Down
4 changes: 2 additions & 2 deletions molecule/uninstall/vars.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
wildfly_uninstall_service_name: wildfly
wildfly_uninstall_home: /opt/wildfly/wildfly-34.0.0.Final
wildfly_uninstall_path_to_archive: /opt/wildfly/wildfly-34.0.0.Final.zip
wildfly_uninstall_home: /opt/wildfly/wildfly-35.0.0.Final
wildfly_uninstall_path_to_archive: /opt/wildfly/wildfly-35.0.0.Final.zip
4 changes: 3 additions & 1 deletion molecule/yaml_config_validation/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provisioner:
group_vars: ../group_vars
host_vars:
instance:
wildfly_java_package_name: java-11-openjdk-headless
wildfly_java_package_name: java-17-openjdk-headless
localhost:
ansible_python_interpreter: "{{ ansible_playbook_python }}"
env:
Expand All @@ -43,6 +43,8 @@ provisioner:
ANSIBLE_ROLES_PATH: "../../roles"
verifier:
name: ansible
options:
sudo: true
scenario:
test_sequence:
- cleanup
Expand Down
2 changes: 1 addition & 1 deletion roles/wildfly_driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Role Defaults
|:---------|:------------|:--------|
|`wildfly_driver_module_dir`| Path for module installation | `{{ wildfly_home }}/modules/{{ wildfly_driver_module_name | replace('.', '/') }}/main` |
|`wildfly_driver_jar_installation_path`| Path for jdbc driver installation | `{{ wildfly_driver_module_dir }}/{{ wildfly_driver_jar_filename }}` |
|`wildfly_version`| Wildfly version to install | `34.0.0.Final` |
|`wildfly_version`| Wildfly version to install | `35.0.0.Final` |
|`wildfly_home`| Wildfly installation directory | `/opt/wildfly/wildfly-{{ wildfly_version }}/` |
|`wildfly_user`| posix user account for wildfly | `wildfly` |
|`wildfly_group`| posix group for wildfly | `{{ wildfly_user }}` |
Expand Down
2 changes: 1 addition & 1 deletion roles/wildfly_driver/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
wildfly_user: 'wildfly'
wildfly_group: "{{ wildfly_user }}"
wildfly_version: '34.0.0.Final'
wildfly_version: '35.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 }}"
2 changes: 1 addition & 1 deletion roles/wildfly_driver/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ argument_specs:
description: "Name for the jdbc driver module"
type: "str"
wildfly_version:
default: "34.0.0.Final"
default: "35.0.0.Final"
description: "Wildfly version to install"
type: "str"
wildfly_home:
Expand Down
2 changes: 1 addition & 1 deletion roles/wildfly_install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Role Defaults

| Variable | Description | Default |
|:---------|:------------|:--------|
|`wildfly_version`| Wildfly version to install | `34.0.0.Final` |
|`wildfly_version`| Wildfly version to install | `35.0.0.Final` |
|`wildfly_archive_filename`| Wildfly download archive name | `wildfly-{{ wildfly_version }}.zip` |
|`wildfly_download_baseurl`| Base URL for wildfly download | `https://github.com/wildfly/wildfly/releases/download` |
|`wildfly_install_workdir`| Wildfly installation directory (where the server files are unzipped) | `/opt/wildfly/` |
Expand Down
4 changes: 2 additions & 2 deletions roles/wildfly_install/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
wildfly_version: '34.0.0.Final'
wildfly_version: '35.0.0.Final'
wildfly_archive_filename: "wildfly-{{ wildfly_version }}.zip"
wildfly_archive_filename_on_controller: true
wildfly_download_baseurl: 'https://github.com/wildfly/wildfly/releases/download'
Expand All @@ -12,7 +12,7 @@ wildfly_config_base: 'standalone.xml'
wildfly_config_custom_file: ''
wildfly_user: 'wildfly'
wildfly_group: "{{ wildfly_user }}"
wildfly_java_version: 11
wildfly_java_version: 17
wildfly_java_package_name: "java-{{ wildfly_java_version }}-openjdk-headless"
wildfly_install_force_reinstall_config_base: false

Expand Down
2 changes: 1 addition & 1 deletion roles/wildfly_install/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ argument_specs:
main:
options:
wildfly_version:
default: "34.0.0.Final"
default: "35.0.0.Final"
description: "Wildfly version to install"
type: "str"
wildfly_archive_filename:
Expand Down
2 changes: 1 addition & 1 deletion roles/wildfly_systemd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Role Defaults
|:---------|:------------|:--------|
|`wildfly_user`| posix user account for wildfly service | `wildfly` |
|`wildfly_group`| posix group for wildfly service | `{{ wildfly_user }}` |
|`wildfly_version`| Wildfly version to install | `34.0.0.Final` |
|`wildfly_version`| Wildfly version to install | `35.0.0.Final` |
|`wildfly_install_workdir`| Wildfly installation directory (where the server files are unzipped) | `/opt/wildfly/` |
|`wildfly_home`| Wildfly installation directory (WILDFLY_HOME) | `{{ wildfly_install_workdir }}wildfly-{{ wildfly_version }}/` |
|`wildfly_config_base`| Base standalone.xml config for instance | `standalone.xml` unless `wildfly_config_custom_file` is used |
Expand Down
2 changes: 1 addition & 1 deletion roles/wildfly_systemd/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
wildfly_user: 'wildfly'
wildfly_group: "{{ wildfly_user }}"
wildfly_version: '34.0.0.Final'
wildfly_version: '35.0.0.Final'
wildfly_install_workdir: '/opt/wildfly/'
wildfly_home: "{{ wildfly_install_workdir }}wildfly-{{ wildfly_version }}"
wildfly_config_base: 'standalone.xml'
Expand Down
2 changes: 1 addition & 1 deletion roles/wildfly_systemd/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ argument_specs:
description: "posix group for wildfly service"
type: "str"
wildfly_version:
default: "34.0.0.Final"
default: "35.0.0.Final"
description: "Wildfly version to install"
type: "str"
wildfly_install_workdir:
Expand Down
4 changes: 2 additions & 2 deletions roles/wildfly_uninstall/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ Role Variables
gather_facts: false
vars:
wildfly_uninstall_service_name: wildfly
wildfly_uninstall_home: /opt/wildfly/wildfly-34.0.0.Final
wildfly_uninstall_path_to_archive: /opt/wildfly/wildfly-34.0.0.Final.zip
wildfly_uninstall_home: /opt/wildfly/wildfly-35.0.0.Final
wildfly_uninstall_path_to_archive: /opt/wildfly/wildfly-35.0.0.Final.zip
roles:
- name: wildfly_uninstall
```
Expand Down
4 changes: 2 additions & 2 deletions roles/wildfly_utils/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ jboss_cli_apply_cp_default_conflict_default: '--override-all'
wildfly_no_restart_after_patch: False
wildfly_user: wildfly
wildfly_group: "{{ wildfly_user }}"
wildfly_version: '34.0.0.Final'
wildfly_version: '35.0.0.Final'
wildfly_install_workdir: '/opt/wildfly/'
wildfly_home: "{{ wildfly_install_workdir }}wildfly-{{ wildfly_version }}/"
wildfly_selinux_enabled: False
jboss_home: "{{ wildfly_home }}"
wildfly_utils_jboss_cli_require_privilege_escalation: true
wildfly_port_range_offset: 0

wildfly_prospero_version: 1.3.0.Final
wildfly_prospero_version: 1.3.1.Final
wildfly_prospero_name: prospero
wildfly_prospero_install_dir: /opt/prospero
wildfly_prospero_profile_name: wildfly
Expand Down
4 changes: 2 additions & 2 deletions roles/wildfly_utils/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ argument_specs:
description: "posix group for wildfly"
type: "str"
wildfly_version:
default: "34.0.0.Final"
default: "35.0.0.Final"
description: "Wildfly version to install"
type: "str"
wildfly_install_workdir:
Expand Down Expand Up @@ -166,7 +166,7 @@ argument_specs:
prospero/main:
options:
wildfly_prospero_version:
default: "1.3.0.Final"
default: "1.3.1.Final"
description: "Version of Prospero to use"
type: "str"
wildfly_prospero_name:
Expand Down
2 changes: 1 addition & 1 deletion roles/wildfly_validation/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ wildfly_service_name: wildfly
wildfly_http_port: 8080
wildfly_https_port: 8443
wildfly_controller_port: 9990
wildfly_version: '34.0.0.Final'
wildfly_version: '35.0.0.Final'
wildfly_install_workdir: '/opt/wildfly/'
wildfly_home: "{{ wildfly_install_workdir }}wildfly-{{ wildfly_version }}/"
wildfly_pidfile_homedir: '/run/wildfly'
Expand Down
2 changes: 1 addition & 1 deletion roles/wildfly_validation/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ argument_specs:
description: "Server HTTPS port"
type: "str"
wildfly_version:
default: "34.0.0.Final"
default: "35.0.0.Final"
description: "Wildfly version to install"
type: "str"
wildfly_install_workdir:
Expand Down
Loading