From 62df1ed8f9f256132c2d52552eeeacd1bddb21bd Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Mon, 10 Apr 2017 21:10:02 -0400 Subject: Adding the submdules directory for openretriever see verify failure in https://gerrit.opnfv.org/gerrit/#/c/33199/ this patch aims to fix the rtd failure Change-Id: I7beed908835ff9ef2b9a07335757cccf0dc9b58b Signed-off-by: MatthewLi (cherry picked from commit b11e635f9ec57fc6f3e4451b790a4c7d8b1bd3b8) --- .gitmodules | 5 +++++ docs/release/installation.introduction.rst | 2 +- docs/submodules/openretriever/.gitignore | 0 docs/testing/testing-user.rst | 4 +++- 4 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 docs/submodules/openretriever/.gitignore diff --git a/.gitmodules b/.gitmodules index 77b3fc5a2..9efec3df1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -78,6 +78,11 @@ url = ../onosfw branch = . ignore = dirty +[submodule "docs/submodules/openretriever"] + path = docs/submodules/openretriever + url = ../openretriever + branch = . + ignore = dirty [submodule "docs/submodules/ovsnfv"] path = docs/submodules/ovsnfv url = ../ovsnfv diff --git a/docs/release/installation.introduction.rst b/docs/release/installation.introduction.rst index b9bef1db2..c1450adef 100644 --- a/docs/release/installation.introduction.rst +++ b/docs/release/installation.introduction.rst @@ -22,7 +22,7 @@ the OPNFV community. Introduction ============ -The OPNFV platform is comprised of a variety of upstream components that may be deployed on your +The OPNFV platform is comprised of a variety of upstream components that may be deployed on your infrastructure. A composition of components, tools and configurations is identified in OPNFV as a deployment scenario. diff --git a/docs/submodules/openretriever/.gitignore b/docs/submodules/openretriever/.gitignore new file mode 100644 index 000000000..e69de29bb diff --git a/docs/testing/testing-user.rst b/docs/testing/testing-user.rst index 4c10ae92a..ac205a0a0 100644 --- a/docs/testing/testing-user.rst +++ b/docs/testing/testing-user.rst @@ -59,4 +59,6 @@ Storperf .. toctree:: :maxdepth: 1 - ../submodules/storperf/docs/testing/user/index \ No newline at end of file + ../submodules/storperf/docs/testing/user/index + + -- cgit 1.2.3-korg