From: demx8as6 Date: Thu, 26 May 2022 12:33:58 +0000 (+0200) Subject: Create topologies for 2022-06 OTIC PoCfest X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=5159eb3a5865bd5f11be2de5471bcb31bb5b7469;p=oam.git Create topologies for 2022-06 OTIC PoCfest - provide operator a's running data-store IssueID: OAM268 Change-Id: Ic1416cea75d5c785d48d87c4e492a4445918176e Signed-off-by: demx8as6 --- 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