-
Notifications
You must be signed in to change notification settings - Fork 5
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
ci: remove docker vfs workaround , fix yum task (#11) #12
base: master
Are you sure you want to change the base?
Conversation
* ci: remove docker vfs workaround it appears to be no longer needed * use molecule action * fix role name * fix role name * fix yum packages
cheers, I see you figured out how to change the image The error is now
|
@ltalirz yes but I'm still very confused about what is actually running. There is |
@ltalirz I added some debug info in https://github.com/cvmfs-contrib/ansible-cvmfs-client/actions/runs/5272761999/jobs/9535402541?pr=12 to definitely confirm the right packages are installed, and the config also looks correct. |
It is definitely running in rocky linux now
|
I'll need to look back into this some time, I don't have time now unfortunately. Besides the autofs service there are some other errors - these are not relevant?
|
@ltalirz sorry for the mess, I closed the other PR so I could work on this branch but I don't think CVMFS is functional at all in the container. Yes I believe it's a red herring ; I think any repository that we try to access would not be mountable because autofs/FUSE is not working; if you try one that has keys/URLs provided directly in the config package (e.g. atlas.cern.ch or the config repo itself cvmfs-config.cern.ch) as opposed to getting the keys/URLs via the config repo there will probably be a different error that more directly indicates the real problem. |
continue #11