From: Martin Skorupski Date: Wed, 5 Apr 2023 15:31:28 +0000 (+0200) Subject: Automate injection of 3GPP yaml files X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F50%2F10850%2F2;hp=b413b91a82f5a0a565dc9cd5fb0be5c9f3adbf54;p=oam.git Automate injection of 3GPP yaml files - add config file used by install.py Issue-ID: OAM-324 Change-Id: Id56591daadf22c1f51d8668ae61b4c659b82cdeb Signed-off-by: Martin Skorupski --- diff --git a/solution/smo/oam/ves-collector/externalRepo.json b/solution/smo/oam/ves-collector/externalRepo.json new file mode 100644 index 0000000..20de1b9 --- /dev/null +++ b/solution/smo/oam/ves-collector/externalRepo.json @@ -0,0 +1,10 @@ +[ + { + "repository": "https://forge.3gpp.org/rep/sa5/MnS.git", + "branch": "Rel-18" + }, + { + "repository": "https://forge.3gpp.org/rep/sa5/MnS.git", + "branch": "Rel-16" + } +] \ No newline at end of file