diff options
author | zhipengh <huangzhipeng@huawei.com> | 2017-02-27 04:26:21 -0500 |
---|---|---|
committer | zhipengh <huangzhipeng@huawei.com> | 2017-02-27 08:15:06 -0500 |
commit | e243c1f9c40c5acee4fb89d99fae05f7a46768be (patch) | |
tree | 3370f46e2ebfa3007d1c4757e540ebdc74f0a183 /docs/release/configguide/postinstall.rst | |
parent | f0108f26fb1f62fefbbc4d5484b87241d563737b (diff) |
Release D doc update
Change-Id: I6b2749e5692cf6af2615ff5aff81ff060a1a25d3
Signed-off-by: zhipengh <huangzhipeng@huawei.com>
Diffstat (limited to 'docs/release/configguide/postinstall.rst')
-rw-r--r-- | docs/release/configguide/postinstall.rst | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/release/configguide/postinstall.rst b/docs/release/configguide/postinstall.rst new file mode 100644 index 0000000..53ffcbe --- /dev/null +++ b/docs/release/configguide/postinstall.rst @@ -0,0 +1,38 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +************************************* +Parser Post Installation Procedure +************************************* + +Add a brief introduction to the methods of validating the installation +according to this specific installer or feature. + +.. contents:: + :depth: 3 + :local: + + +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. |