xdk

Results 7 issues of 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? ![image](https://github.com/clustervision/trinityX/assets/24566213/00ad13b4-a84d-41e7-8267-9fec037616c1) **Command used** `ansible-playbook compute-redhat.yml -v` **Expected results** A working image...

**[issue]** Related to https://github.com/clustervision/trinityX/issues/416 ![Image](https://github.com/user-attachments/assets/2cc9f996-9dea-43a4-93c2-d95dbb0cecc1) OS: RHEL 8.10 Trix version: '15' **[cause]** unknown **[remarkable]** should there be config files listed here?? ![Image](https://github.com/user-attachments/assets/0fa2e91f-40b0-4d8c-8225-3acba0a6d7ff) ![Image](https://github.com/user-attachments/assets/2adf127a-24ed-4bf4-9696-c4449b6869d6) ![Image](https://github.com/user-attachments/assets/88924fc7-fa5d-45e9-9736-00654458d5fb) ![Image](https://github.com/user-attachments/assets/a780b063-a6d9-4603-8407-5549ae527ea2) **[reproduce]** playbooks executed: `ansible-playbook -i...

# Issue Harbor 2.13.1 can't access shared `data` folder ![Image](https://github.com/user-attachments/assets/c0cbdbaf-76e6-493c-b7a5-4e3728837764) # 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...

kind/question