Closed MMirelli closed 1 year ago
Some considerations
I think we need to discuss control node requirements for Pulsar-Ansible and EVMT.
I think we need to discuss control node requirements for Pulsar-Ansible and EVMT.
I see your concern and I agree. IMO, it would be best to align the behaviour across the testing tools. So either we run pulsar binaries from the ansible control node or from a client, in this way we make sure we are using the same pulsar version and we reduce the complexity of the solution.
The pulsar installation on the omb-runner is shared by all EVMT deployments.
A nice feature would be to add a property in a global config file to select the pulsar version to use both on the server (VMs running pulsar) and client side (node where we are issuing pulsar-admin
commands).
I would say this should be merged after https://github.com/datastax/pulsar-ansible/issues/24 is done.
Fixes #16 by injecting an environment variable based on the global value of
tgt_pulsar_inst_dir
.