3f0a79cee8
- This change introduces new template-override directories to store container template override files. - template override files stored in the contirb/template-override directory will not be gated and serve as an example of how to extend in-tree container images for specific use cases, e.g. source build of infra containers. - templates stored in contrib/template-override should have corresponding documentation in doc/template-override Change-Id: I4c76b9338f92b779cc47b3f1147a816f0b683c6c
11 lines
510 B
YAML
11 lines
510 B
YAML
---
|
|
other:
|
|
- |
|
|
In the Ocata cycle, two new template-override subdirectories were added
|
|
to contrib and doc directory. template override files stored in the
|
|
contrib/template-override directory will not be gated and serve as an
|
|
example of how to extend in-tree container images for specific use cases
|
|
e.g. source build of infrastructure containers.
|
|
Templates stored in contrib/template-override should have to correspond
|
|
documentation in doc/template-override to describe their use.
|