diff options
author | Bin Hu <bh526r@att.com> | 2016-01-15 10:08:58 -0800 |
---|---|---|
committer | Bin Hu <bh526r@att.com> | 2016-01-15 18:10:44 +0000 |
commit | 86c9a248b85b1b72f7ae5f1c93aaa0c60dd777ad (patch) | |
tree | 19ad87678094fee3259bbedcb1af7ff743df6b72 /docs/configguide/postinstall.rst | |
parent | 0915b205ddb1ba01e306af1d9f5a1565f329cfae (diff) |
JIRA:IPVSIX-29
Change-Id: Ie3a09ed4f4b95471017c7f92c2afc9b9f096154a
Signed-off-by: Bin Hu <bh526r@att.com>
(cherry picked from commit af118dfbe26b83f9fac77fd8070b55f3013e1ce7)
Diffstat (limited to 'docs/configguide/postinstall.rst')
-rw-r--r-- | docs/configguide/postinstall.rst | 38 |
1 files changed, 16 insertions, 22 deletions
diff --git a/docs/configguide/postinstall.rst b/docs/configguide/postinstall.rst index 1702cea..2024739 100644 --- a/docs/configguide/postinstall.rst +++ b/docs/configguide/postinstall.rst @@ -1,26 +1,20 @@ -<Project> post installation procedures -====================================== -Add a brief introduction to the methods of validating the installation -according to this specific installer or feature. +================================= +IPv6 Post Installation Procedures +================================= -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. +Congratulations, you have completed the setup of using a service VM to act as an IPv6 vRouter. +You have validated the setup based on the instruction in previous sections. If you want to further +test your setup, you can ``ping6`` among ``VM1``, ``VM2``, ``vRouter`` and ``ipv6-router``. + +This setup allows further open innovation by any 3rd-party. For more instructions and documentations, +please refer to: -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. +1. IPv6 Configuration Guide (HTML): http://artifacts.opnfv.org/ipv6/docs/setupservicevm/index.html +2. IPv6 User Guide (HTML): http://artifacts.opnfv.org/ipv6/docs/gapanalysis/index.html + +************************************** +Automated post installation activities +************************************** -<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. +Refer to the relevant testing guides, results, and release notes of Yardstick Project. -Platform components validation ---------------------------------- -Describe any component specific validation procedures necessary for your -deployment tool in this section. |