Base updated. Trigger for images build. 42/5042/2
authorAlex Stancu <alexandru.stancu@highstreet-technologies.com>
Wed, 11 Nov 2020 17:49:04 +0000 (19:49 +0200)
committerAlex Stancu <alexandru.stancu@highstreet-technologies.com>
Fri, 13 Nov 2020 08:14:36 +0000 (10:14 +0200)
Fix for loading data in JSON format on install time of a YANG model. Trrigger for images build.

Issue-ID: SIM-48
Change-Id: I6e29b543068f0253405d0ffed38c8c07996a72ac
Signed-off-by: Alex Stancu <alexandru.stancu@highstreet-technologies.com>
ntsimulator/deploy/nts-manager/config.json
ntsimulator/deploy/nts-manager/container-tag.yaml [moved from ntsimulator/container-tag.yaml with 100% similarity]
ntsimulator/deploy/o-ran/config.json
ntsimulator/deploy/o-ran/container-tag.yaml [new file with mode: 0644]
ntsimulator/deploy/x-ran/config.json
ntsimulator/deploy/x-ran/container-tag.yaml [new file with mode: 0644]

index 504a016..aafc0d3 100644 (file)
@@ -20,7 +20,7 @@
             "nts-manager"
         ],
         
-        "default-list-instances": 1,
+        "default-list-instances": 2,
         "custom-list-instances" : []
     }
 }
\ No newline at end of file
index a5e30c4..59166db 100644 (file)
@@ -19,7 +19,7 @@
             "nts-network-function"
         ],
         
-        "default-list-instances": 1,
+        "default-list-instances": 2,
         "custom-list-instances" : []
     },
 
diff --git a/ntsimulator/deploy/o-ran/container-tag.yaml b/ntsimulator/deploy/o-ran/container-tag.yaml
new file mode 100644 (file)
index 0000000..a8e0c0f
--- /dev/null
@@ -0,0 +1,2 @@
+---
+tag: 1.0.0
\ No newline at end of file
index c088a54..72bac1d 100644 (file)
@@ -19,7 +19,7 @@
             "nts-network-function"
         ],
         
-        "default-list-instances": 1,
+        "default-list-instances": 2,
         "custom-list-instances" : []
     }
 }
\ No newline at end of file
diff --git a/ntsimulator/deploy/x-ran/container-tag.yaml b/ntsimulator/deploy/x-ran/container-tag.yaml
new file mode 100644 (file)
index 0000000..a8e0c0f
--- /dev/null
@@ -0,0 +1,2 @@
+---
+tag: 1.0.0
\ No newline at end of file