diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2019-10-07 10:15:46 -0400 |
---|---|---|
committer | Mike Elliott <mike.elliott@amdocs.com> | 2019-10-07 10:23:04 -0400 |
commit | 50ce15ee86a121b14da5357763f2f4b376b7e947 (patch) | |
tree | 3f45b7910b85b57c66ec8e6a0e17638158d3a67e | |
parent | b3209d913c1e43830ecaaf2b89f627fe4e930906 (diff) |
Create El Alto Branch for OOM
Updated to link to elalto A&AI and ROBOT submodules.
Issue-ID: OOM-2027
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Change-Id: Id16ef628c49131e9a5ebbd720e745e25b45ee1d4
-rw-r--r-- | .gitmodules | 6 | ||||
-rw-r--r-- | .gitreview | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 08d7aea901..6c9fcf94b0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,11 +1,11 @@ [submodule "kubernetes/aai"] path = kubernetes/aai url = ../aai/oom - branch = master + branch = elalto ignore = dirty [submodule "kubernetes/robot"] path = kubernetes/robot url = ../testsuite/oom - branch = . + branch = elalto ignore = dirty -
\ No newline at end of file + diff --git a/.gitreview b/.gitreview index eabfdc6550..16450ec6a4 100644 --- a/.gitreview +++ b/.gitreview @@ -2,4 +2,4 @@ host=gerrit.onap.org port=29418 project=oom -defaultbranch=master +defaultbranch=elalto |