xdk
xdk
(something went wrong with the merge request, previous one got closed - here's a new one that should be up to date and easier to merge) ------------------------------------------------------------------------------------- Herewith the suggestion...
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]...
**Problem description** During iPXE boot, the following challenge pops up. Maybe someone has encountered this before in the past?  **Command used** `ansible-playbook compute-redhat.yml -v` **Expected results** A working image...
**[issue]** Related to https://github.com/clustervision/trinityX/issues/416  OS: RHEL 8.10 Trix version: '15' **[cause]** unknown **[remarkable]** should there be config files listed here??     **[reproduce]** playbooks executed: `ansible-playbook -i...
# Issue Harbor 2.13.1 can't access shared `data` folder  # reproduce the issue ```shell mkdir harbor-v2.13.1 tar xzf harbor-offline-installer-v2.13.1.tgz -C harbor-v2.13.1 cd harbor-v2.13.1/harbor mkdir data # prepare script ensures...