diff options
author | 2016-09-08 08:49:19 -0700 | |
---|---|---|
committer | 2016-09-16 18:21:45 +0000 | |
commit | 8136666e1efc9f89ac0793d5fbd7b41c1be91712 (patch) | |
tree | 8147fa3d05b92b2483fa1b4c7bed5accbb72576b /docs/releasenotes | |
parent | 9c9e9476f3ed63b8a50c7f706d610e91baa62492 (diff) |
Update to new docs folders and names.
JIRA: COPPER-1
Remove trailing whitespace
Change-Id: I6291106ca6133034cdee6551df1b7b075ea5ee69
Signed-off-by: blsaws <bryan.sullivan@att.com>
(cherry picked from commit f845679c6e99e9a8b48a4f9ad01a6647383aa62e)
Diffstat (limited to 'docs/releasenotes')
-rw-r--r-- | docs/releasenotes/index.rst | 9 | ||||
-rw-r--r-- | docs/releasenotes/release.notes.rst | 27 |
2 files changed, 36 insertions, 0 deletions
diff --git a/docs/releasenotes/index.rst b/docs/releasenotes/index.rst new file mode 100644 index 0000000..f33c7fc --- /dev/null +++ b/docs/releasenotes/index.rst @@ -0,0 +1,9 @@ +************************** +OPNFV Copper Rekease Notes +************************** + +.. toctree:: + :numbered: + :maxdepth: 4 + + release.notes.rst diff --git a/docs/releasenotes/release.notes.rst b/docs/releasenotes/release.notes.rst new file mode 100644 index 0000000..c62ae74 --- /dev/null +++ b/docs/releasenotes/release.notes.rst @@ -0,0 +1,27 @@ +.. This work is licensed under a +.. Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) OPNFV + +Release Notes +============= + +Copper Release 1 Scope +---------------------- +OPNFV Brahmaputra was the initial OPNFV release for Copper, and achieved the +goals: + * Add the OpenStack Congress service to OPNFV, through at least one installer + project, through post-install configuration. + * Provide basis tests scripts and tools to exercise the Congress service + +Copper Release 2 Scope +---------------------- +OPNFV Colorado includes the additional features: + * Congress support in the the OPNFV CI/CD pipeline for the JOID and Apex + installers, through the following projects being upstreamed to OpenStack: + + * For JOID, a JuJu Charm for Congress + * For Apex, a Puppet Module for Congress + + * Congress use case tests integrated into Functest and as manual tests + * Further enhancements of Congress test tools |