From 6fb1b92a37bce0bd7ed38c0935d5ec39c0d2895c Mon Sep 17 00:00:00 2001 From: demx8as6 Date: Sat, 28 May 2022 15:22:02 +0200 Subject: [PATCH] O-DUs must not be affected by a disaster - fix for Operator C - fix for Operator D - fix for Operator E IssueID: OAM-270 Change-Id: I91c45c04eb88a29585f5d448d6e097cbc278a5aa Signed-off-by: demx8as6 --- .../after-disaster/tapi-common-operational.json | 12 ++++++------ .../after-disaster/tapi-common-operational.json | 8 ++++---- .../after-disaster/tapi-common-operational.json | 16 ++++++++-------- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/code/network-topology-instance-generator/archive/2022-06-pocfest-operator-c/after-disaster/tapi-common-operational.json b/code/network-topology-instance-generator/archive/2022-06-pocfest-operator-c/after-disaster/tapi-common-operational.json index a3a6695..f26a8a1 100644 --- a/code/network-topology-instance-generator/archive/2022-06-pocfest-operator-c/after-disaster/tapi-common-operational.json +++ b/code/network-topology-instance-generator/archive/2022-06-pocfest-operator-c/after-disaster/tapi-common-operational.json @@ -2203,7 +2203,7 @@ } ], "administrative-state": "LOCKED", - "operational-state": "DISABLED", + "operational-state": "ENABLED", "lifecycle-state": "INSTALLED", "layer-protocol-name": [ "ETH" @@ -9210,7 +9210,7 @@ } ], "administrative-state": "LOCKED", - "operational-state": "DISABLED", + "operational-state": "ENABLED", "lifecycle-state": "INSTALLED", "layer-protocol-name": [ "ETH" @@ -13468,7 +13468,7 @@ } ], "administrative-state": "LOCKED", - "operational-state": "DISABLED", + "operational-state": "ENABLED", "lifecycle-state": "INSTALLED", "layer-protocol-name": [ "ETH" @@ -23224,7 +23224,7 @@ } ], "administrative-state": "LOCKED", - "operational-state": "DISABLED", + "operational-state": "ENABLED", "lifecycle-state": "INSTALLED", "layer-protocol-name": [ "ETH" @@ -34489,7 +34489,7 @@ } ], "administrative-state": "LOCKED", - "operational-state": "DISABLED", + "operational-state": "ENABLED", "lifecycle-state": "INSTALLED", "layer-protocol-name": [ "ETH" @@ -46374,7 +46374,7 @@ } ], "administrative-state": "LOCKED", - "operational-state": "DISABLED", + "operational-state": "ENABLED", "lifecycle-state": "INSTALLED", "layer-protocol-name": [ "ETH" diff --git a/code/network-topology-instance-generator/archive/2022-06-pocfest-operator-d/after-disaster/tapi-common-operational.json b/code/network-topology-instance-generator/archive/2022-06-pocfest-operator-d/after-disaster/tapi-common-operational.json index 7ee8156..ae6a8a7 100644 --- a/code/network-topology-instance-generator/archive/2022-06-pocfest-operator-d/after-disaster/tapi-common-operational.json +++ b/code/network-topology-instance-generator/archive/2022-06-pocfest-operator-d/after-disaster/tapi-common-operational.json @@ -9210,7 +9210,7 @@ } ], "administrative-state": "LOCKED", - "operational-state": "DISABLED", + "operational-state": "ENABLED", "lifecycle-state": "INSTALLED", "layer-protocol-name": [ "ETH" @@ -20475,7 +20475,7 @@ } ], "administrative-state": "LOCKED", - "operational-state": "DISABLED", + "operational-state": "ENABLED", "lifecycle-state": "INSTALLED", "layer-protocol-name": [ "ETH" @@ -34489,7 +34489,7 @@ } ], "administrative-state": "LOCKED", - "operational-state": "DISABLED", + "operational-state": "ENABLED", "lifecycle-state": "INSTALLED", "layer-protocol-name": [ "ETH" @@ -44245,7 +44245,7 @@ } ], "administrative-state": "LOCKED", - "operational-state": "DISABLED", + "operational-state": "ENABLED", "lifecycle-state": "INSTALLED", "layer-protocol-name": [ "ETH" diff --git a/code/network-topology-instance-generator/archive/2022-06-pocfest-operator-e/after-disaster/tapi-common-operational.json b/code/network-topology-instance-generator/archive/2022-06-pocfest-operator-e/after-disaster/tapi-common-operational.json index 785b054..9977ce4 100644 --- a/code/network-topology-instance-generator/archive/2022-06-pocfest-operator-e/after-disaster/tapi-common-operational.json +++ b/code/network-topology-instance-generator/archive/2022-06-pocfest-operator-e/after-disaster/tapi-common-operational.json @@ -2203,7 +2203,7 @@ } ], "administrative-state": "LOCKED", - "operational-state": "DISABLED", + "operational-state": "ENABLED", "lifecycle-state": "INSTALLED", "layer-protocol-name": [ "ETH" @@ -4332,7 +4332,7 @@ } ], "administrative-state": "LOCKED", - "operational-state": "DISABLED", + "operational-state": "ENABLED", "lifecycle-state": "INSTALLED", "layer-protocol-name": [ "ETH" @@ -11339,7 +11339,7 @@ } ], "administrative-state": "LOCKED", - "operational-state": "DISABLED", + "operational-state": "ENABLED", "lifecycle-state": "INSTALLED", "layer-protocol-name": [ "ETH" @@ -16217,7 +16217,7 @@ } ], "administrative-state": "LOCKED", - "operational-state": "DISABLED", + "operational-state": "ENABLED", "lifecycle-state": "INSTALLED", "layer-protocol-name": [ "ETH" @@ -18346,7 +18346,7 @@ } ], "administrative-state": "LOCKED", - "operational-state": "DISABLED", + "operational-state": "ENABLED", "lifecycle-state": "INSTALLED", "layer-protocol-name": [ "ETH" @@ -25353,7 +25353,7 @@ } ], "administrative-state": "LOCKED", - "operational-state": "DISABLED", + "operational-state": "ENABLED", "lifecycle-state": "INSTALLED", "layer-protocol-name": [ "ETH" @@ -32360,7 +32360,7 @@ } ], "administrative-state": "LOCKED", - "operational-state": "DISABLED", + "operational-state": "ENABLED", "lifecycle-state": "INSTALLED", "layer-protocol-name": [ "ETH" @@ -44245,7 +44245,7 @@ } ], "administrative-state": "LOCKED", - "operational-state": "DISABLED", + "operational-state": "ENABLED", "lifecycle-state": "INSTALLED", "layer-protocol-name": [ "ETH" -- 2.16.6