mulderij
mulderij
When providing the image_name var with the playbook compute-redhat.yml (and probably also compute-ubuntu.yml) the existence of the image is first checked on line 231 of [site/roles/trinity/image-create-redhat/tasks/main.yml](https://github.com/clustervision/trinityX/blob/6cc431327813de1c80016765d75203585704ecd2/site/roles/trinity/image-create-redhat/tasks/main.yml) with: ``` - name:...
While running playbook compute-default.yml (https://github.com/clustervision/trinityX/commit/0a847796949ab0645e8a194a9beda21b67258da1) for a Rocky 8 image (without OpenOnDemand) on RHEL9 controller I receive the following error: ``` PLAY [base-rocky8.osimages.luna] ... TASK [init : Install init packages]...
Rocky 8 image creation (and possible more) using playbook compute-default.yml (0a84779) is missing package `slurm-slurmd` when not installing OpenHPC. The installation uses {{ slurm_packages }} from site/roles/trinity/slurm/defaults/main.yml c8987aa. (Also a...
Rocky 8 image creation (and possible more) using playbook compute-default.yml (https://github.com/clustervision/trinityX/commit/0a847796949ab0645e8a194a9beda21b67258da1) is not enabling powertools repo (at least when not installing OpenHPC). The repo is installed, but not permanently enabled...
When running INSTALL.sh site/hosts is just copied from site/hosts.example. It should probably be updated from the site/group_vars/all.yml information that was entered in the tui_configurator. For example: ``` ha=$(/bin/grep '^ha: '...
In several files the literal string /trinity/local is used. This conflicts with an installation where `{{ trix_root }}` or `{{ trix_local }}` are not set to the defaults `/trinity` or...
In the [main.yaml](https://github.com/clustervision/trinityX/blob/328768f7fa531f7604eba10125877470c2cc7f17/site/roles/trinity/shared-fs/defaults/main.yaml) of shared-fs packages drbd90-utils and kmod-drbd90 are defined. However for RHEL9 the correct packages in ELRepo appear to be: [drbd9x-utils](https://pkgs.org/download/drbd9x-utils) [kmod-drbd9x](https://pkgs.org/download/kmod-drbd9x) I am not sure if just...
Image creation (and others) places luna.ini in {{ image_path }}/{{ trix_luna }}/node/config/luna.ini by extend.yml (e3b86bc, 230d9be and a88bc28). During image deployment this file is called as /trinity/local/luna/node/config/luna.ini (I suppose it's...