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

tdp-ui init error #292

Open
NakhalyJabir opened this issue Sep 27, 2023 · 5 comments
Open

tdp-ui init error #292

NakhalyJabir opened this issue Sep 27, 2023 · 5 comments

Comments

@NakhalyJabir
Copy link

Following the getting-started instructions, can't get past the "tpd-ui init", previously i was getting past it with some warning,.

OS : Alma 8
Python : 3.11
Ansible core : 2.15

PS: tried Python 3.6 (not working either)
Screenshot from 2023-09-27 13-30-49

@rpignolet
Copy link
Contributor

TDP UI is written in Next.js so it is using Node.js not Python.

You have permission errors during npm install. I don't know why your npm command try to write in /root directory.

@NakhalyJabir
Copy link
Author

i have no idea why , when installed separately it worked , however another issue arises !
when running the playbook prerequisites it stucks there for hours
ansible-playbook ansible_collections/tosit/tdp_prerequisites/playbooks/all.yml
Screenshot from 2023-09-27 15-42-40

@rpignolet
Copy link
Contributor

rpignolet commented Sep 27, 2023

You have to look at what this task does, it installs packages via yum/dnf. You need to find out why the packages cannot be installed.

@PACordonnier
Copy link
Member

Hi,
If you're having troubles initializing TDP in your environment, I may suggest you look into this project https://github.com/pacordonnier/haradrim. It is a satellite project written by my colleague Sergei and me.

I consider the project a PoC to help users get into TDP in their environment. I dont know how it will evolve in the future but it may help you for now.

@NakhalyJabir
Copy link
Author

@PACordonnier Hello, Thanks I'll try it and get back to you

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

3 participants