
Commit 79a2342395
introduced an ability to
build 'in-house'/'not-built-in' projects with Kolla.
This commits extends this feature with an ability to use configure_user
macro for 'not-built-in' users.
The implementation is done the same way as for 'sources', i.e. engine
after registers new section structure as soon as it finds unknown
'<project>-user' section.
In addition, the documentation and CI are extended to cover
``--docker-dir`` option.
Change-Id: I690d9f3829083f2493bf286a1c45764b9699219b
10 lines
382 B
YAML
10 lines
382 B
YAML
---
|
|
features:
|
|
- |
|
|
Extends the support of externally-managed projects provided by the
|
|
``--docker-dir`` option with an ability to use ``configure_user``
|
|
jinja2 macros like Kolla built-in projects.
|
|
The operator should specify "non-default" user details with
|
|
``<custom_user_name>-user`` configuration section and include info for
|
|
``uid`` and ``gid`` at least.
|