Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LUNA2 role filepath issue #396

Open
xdkreij opened this issue Dec 18, 2023 · 2 comments
Open

LUNA2 role filepath issue #396

xdkreij opened this issue Dec 18, 2023 · 2 comments

Comments

@xdkreij
Copy link

xdkreij commented Dec 18, 2023

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
@msteggink
Copy link
Member

Indeed, assigned internal ticket TRIX-388

@msteggink
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants