diff options
author | Sofia Wallin <sofia.wallin@ericsson.com> | 2016-01-12 16:12:35 +0100 |
---|---|---|
committer | Bin Hu <bh526r@att.com> | 2016-01-13 18:56:39 +0000 |
commit | 9a2c0854c902f49e4186a81440ed32c880f18616 (patch) | |
tree | 4ee7d6d729bfaf20d574e0b6b7f6d7fe5547d4fc /docs/configguide/postinstall.rst | |
parent | 7e0a4c125fcc9e45364cfe8ece3371dd114cb773 (diff) |
Added templates for feature configuration description/reference
The featureconfig.rst document should be used to describe the configuration of
the <XYZ> feature.
The content will be added to the Brahmaputra configuration guide which intends
to describe how to configure the Brahmaputra release to a stable and ready state
For feature projects this should refer to the use of deployment tool scenario
selections and post deployment configuration specific to the feature.
Also added is the postinstall.rst document for features to describe how to
check and analyze the result of test cases for respective feature.
Change-Id: Idf700026792efb2dfd9b72fe5dd49e605e41a84a
Signed-off-by: Sofia Wallin <sofia.wallin@ericsson.com>
(cherry picked from commit c7f20d6f115677bd3965d484667eb654be5104c9)
Diffstat (limited to 'docs/configguide/postinstall.rst')
-rw-r--r-- | docs/configguide/postinstall.rst | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/configguide/postinstall.rst b/docs/configguide/postinstall.rst new file mode 100644 index 0000000..1702cea --- /dev/null +++ b/docs/configguide/postinstall.rst @@ -0,0 +1,26 @@ +<Project> post installation procedures +====================================== +Add a brief introduction to the methods of validating the installation +according to this specific installer or feature. + +Automated post installation activities +-------------------------------------- +Describe specific post installation activities performed by the OPNFV +deployment pipeline including testing activities and reports. Refer to +the relevant testing guides, results, and release notes. + +note: this section should be singular and derived from the test projects +once we have one test suite to run for all deploy tools. This is not the +case yet so each deploy tool will need to provide (hopefully very simillar) +documentation of this. + +<Project> post configuration procedures +-------------------------------------- +Describe any deploy tool or feature specific scripts, tests or procedures +that should be carried out on the deployment post install and configuration +in this section. + +Platform components validation +--------------------------------- +Describe any component specific validation procedures necessary for your +deployment tool in this section. |