diff options
author | Rich Bennett <rb2745@att.com> | 2018-11-29 17:51:38 -0500 |
---|---|---|
committer | Helen Chen <helen.chen@huawei.com> | 2018-11-30 00:01:50 +0000 |
commit | 9b49d1c56cdaf56fc7cf47064cd7f8e99a668486 (patch) | |
tree | a131bb8a813e492353664777045878c4f18ec6cd | |
parent | 1c8c2321861604f5fd6aa65446e828c2bd729c7f (diff) |
Add integration documentation
Release notes for oparent/cia and integration/benchmarks
User Guides for verified use cases
Change-Id: If1c017dcfd5a2f30bbdf43e7e5cb6e34ff5952b6
Issue-ID: INT-245
Signed-off-by: Rich Bennett <rb2745@att.com>
-rw-r--r-- | .gitmodules | 10 | ||||
-rw-r--r-- | docs/guides/onap-user/index.rst | 1 | ||||
-rw-r--r-- | docs/release/releaserepos.rst | 2 | ||||
m--------- | docs/submodules/integration/benchmark.git | 0 | ||||
m--------- | docs/submodules/oparent/cia.git | 0 |
5 files changed, 13 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 8bed23836..89b53d4af 100644 --- a/.gitmodules +++ b/.gitmodules @@ -363,3 +363,13 @@ url = ../logging-analytics/pomba/pomba-audit-common branch = . ignore = dirty +[submodule "docs/submodules/integration/benchmark.git"] + path = docs/submodules/integration/benchmark.git + url = ../integration/benchmark + branch = . + ignore = dirty +[submodule "docs/submodules/oparent/cia.git"] + path = docs/submodules/oparent/cia.git + url = ../oparent/cia + branch = . + ignore = dirty diff --git a/docs/guides/onap-user/index.rst b/docs/guides/onap-user/index.rst index c7c9c7ac2..5592194ff 100644 --- a/docs/guides/onap-user/index.rst +++ b/docs/guides/onap-user/index.rst @@ -18,3 +18,4 @@ an instance of ONAP. servicedesigner.rst servicecreator.rst onapadmin.rst + Verified Use Cases <../../submodules/integration.git/docs/docs_usecases.rst> diff --git a/docs/release/releaserepos.rst b/docs/release/releaserepos.rst index 06094d937..74170900b 100644 --- a/docs/release/releaserepos.rst +++ b/docs/release/releaserepos.rst @@ -119,6 +119,8 @@ Integration :titlesonly: integration<../submodules/integration.git/docs/release-notes.rst> + oparent-cia<../submodules/oparent/cia.git/docs/release-notes.rst> + benchmarks<../submodules/integration/benchmark.git/docs/release-notes.rst> Logging Analytics ----------------- diff --git a/docs/submodules/integration/benchmark.git b/docs/submodules/integration/benchmark.git new file mode 160000 +Subproject b469ddb046b2e826f382cef7e3d5eb683a7ae98 diff --git a/docs/submodules/oparent/cia.git b/docs/submodules/oparent/cia.git new file mode 160000 +Subproject 74a9672825fec9e87f2b431a76ceb0a4d3db276 |