Skip to content

Revisit ironic UID and GID assignment #582

@elfosardo

Description

@elfosardo

currently the ironic user and group have fixed UID and GID assigned, specifically UID is 997 and GID is 994
Unfortunately, with the increase of default system services, these numbers can easily conflict with other already installed services, for example in the CentOS Stream 10 image they're assigned by default to chrony and dockerroot.
We have at least two options:

  • remove fixed UID and GID and let the system generate them -> this would be the preferred solution
  • change UID and GID and assign higher numbers (ideally over 1000) -> with this approach we risk to see the same issue happening again, unless we use very high number

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.triage/acceptedIndicates an issue is ready to be actively worked on.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions