OpenFabrics / fsdp_docs

Other
2 stars 3 forks source link

Rootless podman configuration #43

Closed shall1024 closed 3 years ago

shall1024 commented 3 years ago

Rootless podman was configured correctly on builder-00 before it was wiped to support software RAID; need to get this configured again so regular users can run container images.

shall1024 commented 3 years ago

Currently looking into this PAM module that may help us have subuids/subgids assigned automatically to accounts in our IPA database.

shall1024 commented 3 years ago

PAM module seemed to be causing more issues to install than writing our own scripts to do this; there is now a script we can run upon creating new users that will automatically assign subuids/subgids without overlaps. We also assigned subuids and subgids to users that already exist. Ran tests to ensure that these subuids/subgids are usable by users and confirmed rootless podman is working. Closing this issue.