diff options
author | Ben Nemec <bnemec@redhat.com> | 2017-06-27 14:47:55 -0500 |
---|---|---|
committer | Ben Nemec <bnemec@redhat.com> | 2017-06-27 14:47:55 -0500 |
commit | df1d69106640369f1f099c875e79f654d15c46ae (patch) | |
tree | 13dbb5bc023f2a6e6f7bff1c07b069964673b283 /ci | |
parent | 43c38f36f6e7a5c988c120813ccb9acdff56c9d8 (diff) |
Add README to ci/environments directory
Let's be clear that the contents of this directory are for ci use
only and should not be used in production.
Change-Id: I3b448b9922c207b29cbdae36ee876368bda23dac
Diffstat (limited to 'ci')
-rw-r--r-- | ci/environments/README.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/environments/README.rst b/ci/environments/README.rst new file mode 100644 index 00000000..4a3cb9d9 --- /dev/null +++ b/ci/environments/README.rst @@ -0,0 +1,4 @@ +This directory contains environments that are used in tripleo-ci. They may change from +release to release or within a release, and should not be relied upon in a production +environment. The top-level ``environments`` directory in tripleo-heat-templates +contains the production-ready environment files. |