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 /.gitmodules | |
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>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 10 |
1 files changed, 10 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 |