From f436981eedcaaacf8be760c95404c6ba5a9fa4de Mon Sep 17 00:00:00 2001 From: Bin Hu Date: Thu, 4 Feb 2016 14:11:24 -0800 Subject: Add ipv6 docs entries in feature-config.rst, post-install.rst, userguide.rst and build-composite.sh Change-Id: I3783c30d4adfe4ebe913cfeeace3e76d5bb57f38 Signed-off-by: Bin Hu (cherry picked from commit 3f9b7e0eebea5599b3393d92f3220c2d0827c5ac) --- build-composite.sh | 1 + docs/configguide/feature-config.rst | 1 + docs/configguide/post-install.rst | 1 + docs/userguide/feature-usage.rst | 1 + 4 files changed, 4 insertions(+) diff --git a/build-composite.sh b/build-composite.sh index d05d6c4fc..a87db0b47 100755 --- a/build-composite.sh +++ b/build-composite.sh @@ -24,6 +24,7 @@ get_repo_names() { # grep -v '^#' releng/jjb/opnfvdocs/project.cfg | sort echo "sdnvpn" echo "fuel" + echo "ipv6" echo "joid" echo "functest" echo "apex" diff --git a/docs/configguide/feature-config.rst b/docs/configguide/feature-config.rst index 60696caf4..1d0650200 100644 --- a/docs/configguide/feature-config.rst +++ b/docs/configguide/feature-config.rst @@ -10,6 +10,7 @@ The following sections describe the configuration options for specific platform Further details for each feature are captured in the referred project documentation. .. include:: ../projects/copper/configguide/configguide.rst +.. include:: ../projects/ipv6/configguide/featureconfig.rst .. include:: ../projects/promise/configguide/featureconfig.rst .. include:: ../projects/sdnvpn/configguide/configguide.rst diff --git a/docs/configguide/post-install.rst b/docs/configguide/post-install.rst index 1a7c4ca53..af5039306 100644 --- a/docs/configguide/post-install.rst +++ b/docs/configguide/post-install.rst @@ -13,6 +13,7 @@ The following guides provide information on how to validate the installation of based on the tools and test suites available for the installation tool you have selected: .. include:: ../projects/functest/configguide/configguide.rst +.. include:: ../projects/ipv6/configguide/postinstall.rst .. include:: ../projects/joid/configguide/postinstall.rst The following sections provide information on how to validate the features you have diff --git a/docs/userguide/feature-usage.rst b/docs/userguide/feature-usage.rst index 0b23c42eb..a90038fb9 100644 --- a/docs/userguide/feature-usage.rst +++ b/docs/userguide/feature-usage.rst @@ -12,4 +12,5 @@ some operation in this section may refer back to the guides in the general syste .. include:: ../projects/promise/userguide/userguide.rst .. include:: ../projects/copper/userguide/userguide.rst +.. include:: ../projects/ipv6/userguide/userguide.rst -- cgit 1.2.3-korg