From: Alex Stancu Date: Wed, 11 Nov 2020 17:49:04 +0000 (+0200) Subject: Base updated. Trigger for images build. X-Git-Tag: 1.0.3~4 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=commitdiff_plain;h=db05cb943f111d47e9a715f602a1942b925ba675 Base updated. Trigger for images build. 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 --- diff --git a/ntsimulator/deploy/nts-manager/config.json b/ntsimulator/deploy/nts-manager/config.json index 504a016..aafc0d3 100644 --- a/ntsimulator/deploy/nts-manager/config.json +++ b/ntsimulator/deploy/nts-manager/config.json @@ -20,7 +20,7 @@ "nts-manager" ], - "default-list-instances": 1, + "default-list-instances": 2, "custom-list-instances" : [] } } \ No newline at end of file diff --git a/ntsimulator/container-tag.yaml b/ntsimulator/deploy/nts-manager/container-tag.yaml similarity index 100% rename from ntsimulator/container-tag.yaml rename to ntsimulator/deploy/nts-manager/container-tag.yaml diff --git a/ntsimulator/deploy/o-ran/config.json b/ntsimulator/deploy/o-ran/config.json index a5e30c4..59166db 100644 --- a/ntsimulator/deploy/o-ran/config.json +++ b/ntsimulator/deploy/o-ran/config.json @@ -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 index 0000000..a8e0c0f --- /dev/null +++ b/ntsimulator/deploy/o-ran/container-tag.yaml @@ -0,0 +1,2 @@ +--- +tag: 1.0.0 \ No newline at end of file diff --git a/ntsimulator/deploy/x-ran/config.json b/ntsimulator/deploy/x-ran/config.json index c088a54..72bac1d 100644 --- a/ntsimulator/deploy/x-ran/config.json +++ b/ntsimulator/deploy/x-ran/config.json @@ -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 index 0000000..a8e0c0f --- /dev/null +++ b/ntsimulator/deploy/x-ran/container-tag.yaml @@ -0,0 +1,2 @@ +--- +tag: 1.0.0 \ No newline at end of file