Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Jan 30, 2025
1 parent 166cc15 commit 6771ad7
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ on:

jobs:
ci:
uses: ansible-middleware/github-actions/.github/workflows/cish.yml@main
uses: ansible-middleware/github-actions/.github/workflows/ci.yml@rootperm
secrets: inherit
with:
fqcn: 'middleware_automation/amq'
debug_verbosity: "${{ github.event.inputs.debug_verbosity }}"
root_permission_varname: activemq_install_requires_become
molecule_tests: >-
[ "static_cluster", "replication", "live_only", "mirroring" ]
podman_tests_current: >-
Expand Down
1 change: 0 additions & 1 deletion molecule/amq_upgrade/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
- user: amq
password: amqbrokerpass
roles: [ amq ]
activemq_install_requires_become: false
tasks:
- name: Include role for broker upgrade
ansible.builtin.include_role:
Expand Down
1 change: 0 additions & 1 deletion molecule/custom_xml/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
activemq_jvm_package: java-11-openjdk-headless
activemq_properties_file: test.properties
activemq_version: 2.36.0
activemq_install_requires_become: false
roles:
- middleware_automation.amq.activemq
1 change: 0 additions & 1 deletion molecule/federation/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,5 @@
parameters:
max_consumers: 1
delay_before_dispatch: 3
activemq_install_requires_become: false
roles:
- middleware_automation.amq.activemq
1 change: 0 additions & 1 deletion molecule/live_only/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,5 @@
parameters:
max_consumers: 1
delay_before_dispatch: 3
activemq_install_requires_become: false
roles:
- middleware_automation.amq.activemq
1 change: 0 additions & 1 deletion molecule/mask_passwords/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,5 @@
tcpReceiveBufferSize: 1048576
protocols: CORE,MQTT
useEpoll: true
activemq_install_requires_become: false
roles:
- middleware_automation.amq.activemq
1 change: 0 additions & 1 deletion molecule/mirroring/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@
- name: a.test
anycast:
- name: a.test
activemq_install_requires_become: false
roles:
- middleware_automation.amq.activemq
1 change: 0 additions & 1 deletion molecule/replication/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,5 @@
routing_type: ANYCAST
filter: "msgType LIKE '%ff%'"
exclusive: True
activemq_install_requires_become: false
roles:
- middleware_automation.amq.activemq
1 change: 0 additions & 1 deletion molecule/static_cluster/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,5 @@
- name: b.test
anycast:
- name: b.test
activemq_install_requires_become: false
roles:
- middleware_automation.amq.activemq
1 change: 0 additions & 1 deletion molecule/static_cluster/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
- name: Prepare
hosts: all
vars:
activemq_install_requires_become: false
tasks:
- name: "Run preparation common to all scenario"
ansible.builtin.include_tasks: ../prepare.yml
Expand Down
1 change: 0 additions & 1 deletion molecule/uninstall/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
gather_facts: yes
vars:
activemq_service_user_home: /home/activemq
activemq_install_requires_become: false
roles:
- middleware_automation.amq.activemq_uninstall

0 comments on commit 6771ad7

Please sign in to comment.