From 3f0a79cee8bd2ebf6112af7837456e2ec63ba98c Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Fri, 6 Jan 2017 15:25:04 +0000 Subject: [PATCH] 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 --- contrib/template-override/.keep | 0 doc/template-override/.keep | 0 .../templete-override-files-c7489543d92d1811.yaml | 10 ++++++++++ 3 files changed, 10 insertions(+) create mode 100644 contrib/template-override/.keep create mode 100644 doc/template-override/.keep create mode 100644 releasenotes/notes/templete-override-files-c7489543d92d1811.yaml diff --git a/contrib/template-override/.keep b/contrib/template-override/.keep new file mode 100644 index 0000000000..e69de29bb2 diff --git a/doc/template-override/.keep b/doc/template-override/.keep new file mode 100644 index 0000000000..e69de29bb2 diff --git a/releasenotes/notes/templete-override-files-c7489543d92d1811.yaml b/releasenotes/notes/templete-override-files-c7489543d92d1811.yaml new file mode 100644 index 0000000000..a574b4d643 --- /dev/null +++ b/releasenotes/notes/templete-override-files-c7489543d92d1811.yaml @@ -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.