trinityX
trinityX copied to clipboard
TrinityX is the new generation of ClusterVision's open-source HPC, A/I and cloudbursting platform. It is designed from the ground up to provide all services required in a modern HPC and A/I system, an...
The installation of linux-image-generic takes long (or fails) when proc/sys/dev are not mounted. Also there is some python issue with 3.12 and Ansible (see also: https://github.com/void-linux/void-packages/issues/47483) A simple fix: ```...
``` 000099 12:48:47 [root@controller1 compute]# luna osimage show compute +-----------------------------------------------------------------------------------+ | Osimage => compute | +------------------+----------------------------------------------------------------+ | name | compute | | grab_filesystems | /, /boot | | grab_exclude |...
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:...
When running a playbook, to use Ubuntu 20 (Focal Fossa) Change the Jammy (24) to Focal: trinityX/site/roles/trinity/image-create-ubuntu/defaults/main.yml ``` 9c9 < ubuntu_distribution_release: focal --- > ubuntu_distribution_release: jammy ``` However the role...
On a default install, SlurmDBD comes online with the following message: ``` Apr 23 15:27:39 slurm systemd[1]: Started Slurm DBD accounting daemon. Apr 23 15:27:39 slurm slurmdbd[1206]: slurmdbd: accounting_storage/as_mysql: _check_mysql_concat_is_sane:...
dnf search on Rocky 9.3: ``` # dnf search slurm slurm-contribs.x86_64 : Perl tools to print Slurm job state information slurm-contribs-ohpc.x86_64 : Perl tool to print Slurm job state information...
On RHEL 8.6 ***Error*** ``` TASK [trinity/config-manager : Install config_manager pip package] ************************************************************************************************************** fatal: [d-vcpu-srv-01]: FAILED! => {"changed": false, "msg": "Failed to find required executable \"virtualenv\" in paths: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin:/sbin"} ```...
***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...
**prepare.sh selinux config** ` # To disable SElinux on the controller node setenforce 0 sed -i 's/SELINUX=enforcing/SELINUX=permissive/g' /etc/selinux/config ` **Error running ansible-playbook controller.yml** `TASK [trinity/bind : Selinux fcontext on files]...
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]...