kolla/releasenotes/notes/static-uid-gid-b90800f2947e656d.yaml
Sam Yaple 58eee09c15 use static uid/gid in images
This centralizes all user and group creation into a single source. This
will fix any current and furture uid/gid mismatches (such as with
nova-libvirt).

In the process, we also unify users between the distros in a standard
way. The users in the following containers change from thier defaults:

Ubuntu: _chrony user is now chrony
Ubuntu: memcache user is now memcached
All: qemu user is used for ownership and socket permissions

All uid and gid numbers are customizable via kolla-build.conf

Co-Authored-By: Kris Lindgren <klindgren@godaddy.com>
Change-Id: I120f26ab0683dc87d69727c3df8d4707e52a4543
Partially-Implements: blueprint static-uid-gid
2017-01-17 09:02:21 -03:00

11 lines
460 B
YAML

---
features:
- Static uid and gid are now set in container images.
This ensures the numbers do not change and mess up
upgrades from one image to another. These values are
customizable in the kolla-build.conf if someone
should wish to change the default values. By default,
the uid and gid are set to 42400+, with the exception
of Ceph, which is set to the static 64045 which
matches the static uid that the package already uses.