trinityX
trinityX copied to clipboard
LUNA2 role filepath issue
Following luna 2 role
https://github.com/clustervision/trinityX/blob/main/site/roles/trinity/luna2/tasks/main.yml
- name: Get python libdir
shell: "echo /trinity/local/python/lib/python*"
register: luna2_python_dir
changed_when: false
The entire file has statically defined paths to /trinity/local instead off {{ trinity_local }}
Expected results
- The role to incorporate the {{ trinity_local }} variable as path definition Currently this breaks the suggestion to use separate filesystems
Indeed, assigned internal ticket TRIX-388
Thanks for reporting, changing the defaults at this point is not (yet) supported and causes issues with multiple components
Fixed in recent releases.