aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorBen Nemec <bnemec@redhat.com>2017-06-20 14:53:19 -0500
committerBen Nemec <bnemec@redhat.com>2017-06-20 15:53:17 -0500
commit2cd328d79d82657fe0915982352d07f81958ae20 (patch)
tree45dc2e10c31ae2406abd5a6c16a590793ab67d1f /releasenotes
parentf3b2e144302a9d7a4b95a26b3de3422de43393b0 (diff)
Add release note for generated sample environments
This was missed in the original patch series, but this is a significant enough change that it needs to be communicated to users. Change-Id: Ibcfdde3cc544d152e78529fc57a63c7dc6592c4f
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/generated-sample-environments-8b523f55f36e940c.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/releasenotes/notes/generated-sample-environments-8b523f55f36e940c.yaml b/releasenotes/notes/generated-sample-environments-8b523f55f36e940c.yaml
new file mode 100644
index 00000000..0721334c
--- /dev/null
+++ b/releasenotes/notes/generated-sample-environments-8b523f55f36e940c.yaml
@@ -0,0 +1,21 @@
+---
+features:
+ - |
+ There is now a tool in tripleo-heat-templates, similar to the
+ oslo-config-generator, that can be used to programmatically generate
+ sample environment files based directly on the contents of the templates
+ themselves. This ensures consistency in the sample environments, as well
+ as making it easier to update environments to reflect changes to the
+ templates.
+upgrade:
+ - |
+ Some sample environment files will be moving as part of the work to
+ generate them programmatically. The old versions will be left in place for
+ one cycle to allow a smooth upgrade process. When upgrading, if any of the
+ environment files in use for the deployment have been deprecated they
+ should be replaced with the new generated verions.
+deprecations:
+ - |
+ Where a generated sample environment replaces an existing one, the existing
+ environment is deprecated. This will be noted in a comment at the top of
+ the file.