Automate injection of 3GPP yaml files 50/10850/2
authorMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Wed, 5 Apr 2023 15:31:28 +0000 (17:31 +0200)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Wed, 5 Apr 2023 15:35:47 +0000 (15:35 +0000)
- add config file used by install.py

Issue-ID: OAM-324
Change-Id: Id56591daadf22c1f51d8668ae61b4c659b82cdeb
Signed-off-by: Martin Skorupski <martin.skorupski@highstreet-technologies.com>
solution/smo/oam/ves-collector/externalRepo.json [new file with mode: 0644]

diff --git a/solution/smo/oam/ves-collector/externalRepo.json b/solution/smo/oam/ves-collector/externalRepo.json
new file mode 100644 (file)
index 0000000..20de1b9
--- /dev/null
@@ -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