You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file setenv.sh is deployed by the java role using template and amended using its dependent roles. such as tomcat, search, sync, etc…
This is problematic generally speaking (in particular for idempotence) as we want to avoid cases where one part of the playbook may interfere with what another part needs to do.
Target OS
all
Ansible error
molecule idempotence test failures (currently skipped using molecule-idempotence-notest)
Acceptance criteria
java do not provide a setenv.sh file
tests are amended accordingly
The text was updated successfully, but these errors were encountered:
Bug description
This task can only be picked up after the issues bellow have been fixed:
activemq
role from using thesetenv.sh
file #439setenv.sh
file #440sfs
role from using thesetenv.sh
file #441trouter
role from using thesetenv.sh
file #442transformers
role from using thesetenv.sh
file #443search
role from using thesetenv.sh
file #444tomcat
role from using thesetenv.sh
file #445repository
role from using thesetenv.sh
file #446The file
setenv.sh
is deployed by the java role using template and amended using its dependent roles. such as tomcat, search, sync, etc…This is problematic generally speaking (in particular for idempotence) as we want to avoid cases where one part of the playbook may interfere with what another part needs to do.
Target OS
all
Ansible error
molecule idempotence test failures (currently skipped using
molecule-idempotence-notest
)Acceptance criteria
java
do not provide asetenv.sh
fileThe text was updated successfully, but these errors were encountered: