Skip to content

Commit 3354c1f

Browse files
RanabirChakrabortyrpelisse
authored andcommitted
Bump version to Widfly 35.0.0.Final
1 parent 759ab1b commit 3354c1f

File tree

26 files changed

+43
-30
lines changed

26 files changed

+43
-30
lines changed

molecule/colocated_cluster/molecule.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ provisioner:
3131
group_vars: ../group_vars
3232
host_vars:
3333
instance:
34-
wildfly_java_package_name: java-11-openjdk-headless
34+
wildfly_java_package_name: java-17-openjdk-headless
3535
molecule_scenario_requires_app: true
3636
localhost:
3737
ansible_python_interpreter: "{{ ansible_playbook_python }}"
@@ -46,6 +46,8 @@ provisioner:
4646
ANSIBLE_ROLES_PATH: "../../roles"
4747
verifier:
4848
name: ansible
49+
options:
50+
sudo: true
4951
scenario:
5052
test_sequence:
5153
- cleanup

molecule/custom_config_file/molecule.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ provisioner:
4141
ANSIBLE_ROLES_PATH: "../../roles"
4242
verifier:
4343
name: ansible
44+
options:
45+
sudo: true
4446
scenario:
4547
test_sequence:
4648
- cleanup

molecule/custom_config_file/vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
wildfly_config_custom_file: files/wildfly-custom.xml
2-
wildfly_version: '34.0.0.Final'
2+
wildfly_version: '35.0.0.Final'
33
wildfly_archive_filename: "wildfly-{{ wildfly_version }}.zip"
44
wildfly_download_baseurl: 'https://github.com/wildfly/wildfly/releases/download'
55
wildfly_install_download_url: "{{ wildfly_download_baseurl }}/{{ wildfly_version }}/{{ wildfly_archive_filename }}"

molecule/default/molecule.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ provisioner:
3131
group_vars: ../group_vars
3232
host_vars:
3333
instance:
34-
wildfly_java_package_name: java-11-openjdk-headless
34+
wildfly_java_package_name: java-17-openjdk-headless
3535
localhost:
3636
ansible_python_interpreter: "{{ ansible_playbook_python }}"
3737
env:
@@ -45,6 +45,8 @@ provisioner:
4545
ANSIBLE_ROLES_PATH: "../../roles"
4646
verifier:
4747
name: ansible
48+
options:
49+
sudo: true
4850
scenario:
4951
test_sequence:
5052
- cleanup

molecule/install_options/converge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
wildfly_install_workdir: /apps/
55
wildfly_user: mware
66
wildfly_group: sysgroup
7-
wildfly_java_package_name: java-11-openjdk-headless
7+
wildfly_java_package_name: java-17-openjdk-headless

molecule/install_options/molecule.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ provisioner:
4141
ANSIBLE_ROLES_PATH: "../../roles"
4242
verifier:
4343
name: ansible
44+
options:
45+
sudo: true
4446
scenario:
4547
test_sequence:
4648
- cleanup

molecule/install_options/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
tasks:
1313
- name: Verify we are running on requested jvm
1414
ansible.builtin.shell: |
15-
ps -ef | grep /etc/alternatives/jre_11/bin/java | grep -v grep
15+
ps -ef | grep /etc/alternatives/jre_17/bin/java | grep -v grep
1616
changed_when: False

molecule/prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
become: "{{ wildfly_install_requires_become | default(true) }}"
4040
ansible.builtin.yum:
4141
name:
42-
- java-11-openjdk
42+
- java-17-openjdk
4343
- procps-ng
4444
- tzdata-java
4545
state: present

molecule/prospero/molecule.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ provisioner:
2929
group_vars: ../group_vars
3030
host_vars:
3131
instance:
32-
wildfly_java_package_name: java-11-openjdk-headless
32+
wildfly_java_package_name: java-17-openjdk-headless
3333
localhost:
3434
ansible_python_interpreter: "{{ ansible_playbook_python }}"
3535
env:
@@ -43,6 +43,8 @@ provisioner:
4343
ANSIBLE_ROLES_PATH: "../../roles"
4444
verifier:
4545
name: ansible
46+
options:
47+
sudo: true
4648
scenario:
4749
test_sequence:
4850
- cleanup

molecule/uninstall/molecule.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ provisioner:
3131
group_vars: ../group_vars
3232
host_vars:
3333
instance:
34-
wildfly_java_package_name: java-11-openjdk-headless
34+
wildfly_java_package_name: java-17-openjdk-headless
3535
localhost:
3636
ansible_python_interpreter: "{{ ansible_playbook_python }}"
3737
env:
@@ -45,6 +45,8 @@ provisioner:
4545
ANSIBLE_ROLES_PATH: "../../roles"
4646
verifier:
4747
name: ansible
48+
options:
49+
sudo: true
4850
scenario:
4951
test_sequence:
5052
- cleanup

0 commit comments

Comments
 (0)