add template-override subdirectory to contrib and doc

- 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
This commit is contained in:
Sean Mooney 2017-01-06 15:25:04 +00:00
parent ae1cf2c88d
commit 3f0a79cee8
3 changed files with 10 additions and 0 deletions

View File

View File

View File

@ -0,0 +1,10 @@
---
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.