trinityX icon indicating copy to clipboard operation
trinityX copied to clipboard

LUNA2 role filepath issue

Open xdkreij opened this issue 2 years ago • 2 comments

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

xdkreij avatar Dec 18 '23 11:12 xdkreij

Indeed, assigned internal ticket TRIX-388

msteggink avatar Dec 18 '23 12:12 msteggink

Thanks for reporting, changing the defaults at this point is not (yet) supported and causes issues with multiple components

msteggink avatar Dec 19 '23 10:12 msteggink

Fixed in recent releases.

aphmschonewille avatar Feb 14 '25 20:02 aphmschonewille