diff options
-rw-r--r-- | .gitmodules | 5 | ||||
-rw-r--r-- | docs/release/installation.introduction.rst | 2 | ||||
-rw-r--r-- | docs/submodules/openretriever/.gitignore | 0 | ||||
-rw-r--r-- | docs/testing/testing-user.rst | 4 |
4 files changed, 9 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index fa60a7123..f6cc45619 100644 --- a/.gitmodules +++ b/.gitmodules @@ -98,6 +98,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 --- /dev/null +++ b/docs/submodules/openretriever/.gitignore 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 + + |