From 5159eb3a5865bd5f11be2de5471bcb31bb5b7469 Mon Sep 17 00:00:00 2001 From: demx8as6 Date: Thu, 26 May 2022 14:33:58 +0200 Subject: [PATCH] Create topologies for 2022-06 OTIC PoCfest - provide operator a's running data-store IssueID: OAM268 Change-Id: Ic1416cea75d5c785d48d87c4e492a4445918176e Signed-off-by: demx8as6 --- .../2022-06-pocfest-operator-a/tapi-common-running.json | 11 +++++++++++ .../2022-06-pocfest-operator-b/tapi-common-running.json | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 code/network-topology-instance-generator/archive/2022-06-pocfest-operator-a/tapi-common-running.json create mode 100644 code/network-topology-instance-generator/archive/2022-06-pocfest-operator-b/tapi-common-running.json diff --git a/code/network-topology-instance-generator/archive/2022-06-pocfest-operator-a/tapi-common-running.json b/code/network-topology-instance-generator/archive/2022-06-pocfest-operator-a/tapi-common-running.json new file mode 100644 index 0000000..321c6a6 --- /dev/null +++ b/code/network-topology-instance-generator/archive/2022-06-pocfest-operator-a/tapi-common-running.json @@ -0,0 +1,11 @@ +{ + "tapi-common:context": { + "uuid": "9ff69821-87a4-4f7b-a458-4d39b24b9830", + "name": [ + { + "value-name": "context-name", + "value": "Operator A" + } + ] + } +} \ No newline at end of file diff --git a/code/network-topology-instance-generator/archive/2022-06-pocfest-operator-b/tapi-common-running.json b/code/network-topology-instance-generator/archive/2022-06-pocfest-operator-b/tapi-common-running.json new file mode 100644 index 0000000..bd2817c --- /dev/null +++ b/code/network-topology-instance-generator/archive/2022-06-pocfest-operator-b/tapi-common-running.json @@ -0,0 +1,11 @@ +{ + "tapi-common:context": { + "uuid": "57970648-6789-4b66-b8ab-4b4fbc93ba41", + "name": [ + { + "value-name": "context-name", + "value": "Operator B" + } + ] + } +} \ No newline at end of file -- 2.16.6