From db05cb943f111d47e9a715f602a1942b925ba675 Mon Sep 17 00:00:00 2001 From: Alex Stancu Date: Wed, 11 Nov 2020 19:49:04 +0200 Subject: [PATCH] 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 --- ntsimulator/deploy/nts-manager/config.json | 2 +- ntsimulator/{ => deploy/nts-manager}/container-tag.yaml | 0 ntsimulator/deploy/o-ran/config.json | 2 +- ntsimulator/deploy/o-ran/container-tag.yaml | 2 ++ ntsimulator/deploy/x-ran/config.json | 2 +- ntsimulator/deploy/x-ran/container-tag.yaml | 2 ++ 6 files changed, 7 insertions(+), 3 deletions(-) rename ntsimulator/{ => deploy/nts-manager}/container-tag.yaml (100%) create mode 100644 ntsimulator/deploy/o-ran/container-tag.yaml create mode 100644 ntsimulator/deploy/x-ran/container-tag.yaml 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 -- 2.16.6