diff options
author | Hesam Rahimi <hesam.rahimi@huawei.com> | 2022-05-04 15:20:28 -0400 |
---|---|---|
committer | Hesam Rahimi <hesam.rahimi@huawei.com> | 2022-05-04 15:20:28 -0400 |
commit | 284450cd6da9aabcb9817f22b606d6f149d3d8df (patch) | |
tree | 42f4c2c71f433ed18a7b9e286388289d93abf538 /platform-logic/generic-resource-api/src/main/json | |
parent | 3eb164a4255f6b43b18f05c3ec22f245ade9f007 (diff) |
Make sure to set dst topology id when hasSecondary flag is empty. This is
required for CCVPN Transport Slicing use-case.
Issue-ID: SDNC-1694
Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
Change-Id: I3d99ee179007b582f798312e6fe84907ebf36a8a
Former-commit-id: 50acc01f3c29efe1551dd16cc24b72aab87ce8e2
Diffstat (limited to 'platform-logic/generic-resource-api/src/main/json')
-rw-r--r-- | platform-logic/generic-resource-api/src/main/json/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-get-otn-tunnel-path-from-oof.json | 58 |
1 files changed, 30 insertions, 28 deletions
diff --git a/platform-logic/generic-resource-api/src/main/json/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-get-otn-tunnel-path-from-oof.json b/platform-logic/generic-resource-api/src/main/json/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-get-otn-tunnel-path-from-oof.json index 1b156b99..15dc9087 100644 --- a/platform-logic/generic-resource-api/src/main/json/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-get-otn-tunnel-path-from-oof.json +++ b/platform-logic/generic-resource-api/src/main/json/trans_slicing/GENERIC-RESOURCE-API_tsli-vnf-topology-operation-get-otn-tunnel-path-from-oof.json @@ -1857,8 +1857,8 @@ "name": "set otnTopoIdDst",
"xml": "<set>\n<parameter name='otnTopoIdDst' value='`$allNetworksList.network-resource[$netwidx].te-topo-id`' />\n",
"comments": "",
- "x": 3134.566650390625,
- "y": 244.56666564941406,
+ "x": 3173.566650390625,
+ "y": 324.566650390625,
"z": "67ca1183.dbac8",
"wires": []
},
@@ -1988,8 +1988,8 @@ "name": "set otnTopoIdDstBackup",
"xml": "<set>\n<parameter name='otnTopoIdDstBackup' value='`$allNetworksList.network-resource[$netwidx].te-topo-id`' />\n",
"comments": "",
- "x": 3224.566650390625,
- "y": 495.5666961669922,
+ "x": 3289.566650390625,
+ "y": 495.56671142578125,
"z": "67ca1183.dbac8",
"wires": []
},
@@ -3446,7 +3446,7 @@ "wires": [
[
"4aea8251.037e9c",
- "52f89c33.605164"
+ "20a24c0d.297c6c"
]
]
},
@@ -3457,8 +3457,8 @@ "xml": "<outcome value='true'>\n",
"comments": "",
"outputs": 1,
- "x": 2978.7666015625,
- "y": 332.6499938964844,
+ "x": 2936.7666015625,
+ "y": 225.6499786376953,
"z": "67ca1183.dbac8",
"wires": [
[
@@ -3474,8 +3474,8 @@ "atomic": "false",
"comments": "",
"outputs": 1,
- "x": 3105.7666015625,
- "y": 331.6499938964844,
+ "x": 3069.7666015625,
+ "y": 227.6499786376953,
"z": "67ca1183.dbac8",
"wires": [
[
@@ -3490,8 +3490,8 @@ "xml": "<!-- This is to check the provider-id of ROOt and SECONDARY-ROOT-->\n<switch test='`$param-prefix-domainB[$param-prefix-domainB_length -9] == $param-prefix-domainC[$param-prefix-domainC_length -9]`'>\n",
"comments": "",
"outputs": 1,
- "x": 3328.64990234375,
- "y": 326.53330993652344,
+ "x": 3304.64990234375,
+ "y": 237.53334045410156,
"z": "67ca1183.dbac8",
"wires": [
[
@@ -3585,22 +3585,6 @@ ]
},
{
- "id": "52f89c33.605164",
- "type": "outcomeTrue",
- "name": "false",
- "xml": "<outcome value='false'>\n",
- "comments": "",
- "outputs": 1,
- "x": 2983.5,
- "y": 284.6499938964844,
- "z": "67ca1183.dbac8",
- "wires": [
- [
- "82fe228a.5ad828"
- ]
- ]
- },
- {
"id": "89b993df.07b78",
"type": "set",
"name": "set otnTopoIdDst",
@@ -3694,7 +3678,9 @@ "y": 406.4499816894531,
"z": "67ca1183.dbac8",
"wires": [
- []
+ [
+ "c6b462ec.d5ec38"
+ ]
]
},
{
@@ -3840,5 +3826,21 @@ "1548db64.e4c295"
]
]
+ },
+ {
+ "id": "20a24c0d.297c6c",
+ "type": "other",
+ "name": "other",
+ "xml": "<outcome value='Other'>\n",
+ "comments": "",
+ "outputs": 1,
+ "x": 2982.566650390625,
+ "y": 329.566650390625,
+ "z": "67ca1183.dbac8",
+ "wires": [
+ [
+ "82fe228a.5ad828"
+ ]
+ ]
}
]
\ No newline at end of file |