Skip to content

Implementing cluster in molecule testing

🍓 Fredrik Luthander requested to merge cluster into master

Creating more hosts now, and preparing them to interact with each other through deploying hostnames in /etc/hosts. Because of there being three hosts with at least four different wildfly instances running on each, the Xmx value has been lowered in the molecule tests to 128M to decrease the memory footprint of the molecule test activities.

The two new groups introduced, one is passed as argument to the role when setting up the cluster, the other is a single item list for the non-cluster host only used in the test cases.

Upgrades epicsarchiverap role to 0.4.0 that also supports cluster configuration.

JIRA: infra-58

Merge request reports