Closed Dirowa closed 2 years ago
let's merge tomorrow when we have time for things to go wrong.
I tried fixing it so far but we have our meeting soon.
what have i done:
Original error
fatal: [galaxy.bioinformatics-atgm.nl]: FAILED! => {"changed": false, "msg": "AnsibleUndefinedVariable: {{ pulsar_yaml_config_default | combine(pulsar_yaml_config | default({})) }}: {'tool_dependency_dir': '{{ pulsar_dependencies_dir }}', 'persistence_directory': '{{ pulsar_persistence_dir }}', 'staging_directory': '{{ pulsar_staging_dir }}', 'job_metrics_config_file': \"job_metrics_conf.{{ (pulsar_job_metrics_plugins is defined) | ternary('yml', 'xml') }}\"}: {{ galaxy_job_metrics_plugins }}: 'galaxy_job_metrics_plugins' is undefined"}
Tried to correct the variable pulsar_job_metrics_plugins: by filling in the path to : "//srv/galaxy/config/job_metrics_conf.xml
and other various paths
resulting error is
fatal: [galaxy.bioinformatics-atgm.nl]: FAILED! => {"changed": false, "msg": "AnsibleUndefinedVariable: 'str object' has no attribute 'keys'"}
what wil i do now.
Try to figure out what actual has to be in here
hi @hexylena here are the changes to which i believe make pulsar and condor work together
Files added:
files changed:
further to look into because I,m not sure: