From 63194cd9cd9548e513ea6c78b45f5de3010238bb Mon Sep 17 00:00:00 2001 From: Hesam Rahimi Date: Fri, 2 Sep 2022 16:35:12 -0400 Subject: Initial submission for supporting E-Line based cloud leased line service for CCVPN use-case. This is work in-progress. Issue-ID: SDNC-1732 Signed-off-by: Hesam Rahimi Change-Id: Ie4ae1c15199baa07371364524bc4a3b76f2d127f Former-commit-id: aae4789682d86825c24fcdb2ed49176094266415 --- .../src/main/json/p2p-create-pm-data.json | 17 +++++ .../src/main/json/p2p-ethernet-service.json | 74 ++++++++++++++++++++++ .../src/main/json/p2p-otn-tunnel-domainG.json | 43 +++++++++++++ .../src/main/json/p2p-otn-tunnel-dst-domain.json | 43 +++++++++++++ .../src/main/json/p2p-otn-tunnel-src-domain.json | 43 +++++++++++++ .../src/main/json/p2p-subscribe-notification.json | 1 + .../src/main/json/p2p-terminate-notification.json | 1 + 7 files changed, 222 insertions(+) create mode 100644 platform-logic/restapi-templates/src/main/json/p2p-create-pm-data.json create mode 100644 platform-logic/restapi-templates/src/main/json/p2p-ethernet-service.json create mode 100644 platform-logic/restapi-templates/src/main/json/p2p-otn-tunnel-domainG.json create mode 100644 platform-logic/restapi-templates/src/main/json/p2p-otn-tunnel-dst-domain.json create mode 100644 platform-logic/restapi-templates/src/main/json/p2p-otn-tunnel-src-domain.json create mode 100644 platform-logic/restapi-templates/src/main/json/p2p-subscribe-notification.json create mode 100644 platform-logic/restapi-templates/src/main/json/p2p-terminate-notification.json (limited to 'platform-logic/restapi-templates/src/main') diff --git a/platform-logic/restapi-templates/src/main/json/p2p-create-pm-data.json b/platform-logic/restapi-templates/src/main/json/p2p-create-pm-data.json new file mode 100644 index 00000000..101e9b9d --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/p2p-create-pm-data.json @@ -0,0 +1,17 @@ +{ + "ietf-service-pm:performance-monitoring": { + "service-pm": [ + { + "service-name": ${eth-service-name}, + "task-pm-enable": true, + "granularity": "ietf-service-pm:granularity-1min", + "performance-data-config": [ + { + "parameter-name": "ietf-service-pm:ingress-bandwidth", + "measure-method": "ietf-service-pm:measure-at-ingress" + } + ] + } + ] + } +} diff --git a/platform-logic/restapi-templates/src/main/json/p2p-ethernet-service.json b/platform-logic/restapi-templates/src/main/json/p2p-ethernet-service.json new file mode 100644 index 00000000..96052f88 --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/p2p-ethernet-service.json @@ -0,0 +1,74 @@ +{ + "ietf-eth-tran-service:etht-svc-instances": [ + { + "etht-svc-name": "8f91fa46-e638-4ce7-8736-87abee900002", + "etht-svc-title": "actn-eoo-00044", + "etht-svc-type": "ietf-eth-tran-types:p2p-svc", + "te-topology-identifier": { + "provider-id": 5555, + "client-id": 6666, + "topology-id": "33" + }, + "underlay": { + "otn-tunnels": [ + { + "name": "9f91fa46-e638-4ce7-8736-87abee900001", + "encoding": "ietf-te-types:lsp-encoding-oduk", + "switching-type": "ietf-te-types:switching-otn" + } + ] + }, + "resilience": { + "protection": { + "enable": true, + "protection-reversion-disable": true, + "protection-type": "ietf-te-types:lsp-protection-unprotected", + "wait-to-revert": 0 + } + }, + "admin-status": "ietf-te-types:tunnel-admin-state-up", + "etht-svc-end-points": [ + { + "etht-svc-end-point-name": "0", + "etht-svc-access-points": [ + { + "access-point-id": "0", + "access-node-id": "0.181.0.62", + "access-ltp-id": 218038274 + } + ], + "service-classification-type": "ietf-eth-tran-types:vlan-classification", + "outer-tag": { + "tag-type": "ietf-eth-tran-types:classify-c-vlan", + "vlan-value": 1029 + }, + "ingress-egress-bandwidth-profile": { + "bandwidth-profile-type": "ietf-eth-tran-types:mef-10-bwp", + "CIR": 1000, + "EIR": 0 + } + }, + { + "etht-svc-end-point-name": "1", + "etht-svc-access-points": [ + { + "access-point-id": "0", + "access-node-id": "0.181.0.61", + "access-ltp-id": 218038274 + } + ], + "service-classification-type": "ietf-eth-tran-types:vlan-classification", + "outer-tag": { + "tag-type": "ietf-eth-tran-types:classify-c-vlan", + "vlan-value": 1029 + }, + "ingress-egress-bandwidth-profile": { + "bandwidth-profile-type": "ietf-eth-tran-types:mef-10-bwp", + "CIR": 1000, + "EIR": 0 + } + } + ] + } + ] +} \ No newline at end of file diff --git a/platform-logic/restapi-templates/src/main/json/p2p-otn-tunnel-domainG.json b/platform-logic/restapi-templates/src/main/json/p2p-otn-tunnel-domainG.json new file mode 100644 index 00000000..3724158b --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/p2p-otn-tunnel-domainG.json @@ -0,0 +1,43 @@ +{ + "ietf-te:tunnel": [ + { + "source": "0.181.0.62", + "destination": "0.181.0.61", + "encoding": "ietf-te-types:lsp-encoding-oduk", + "name": "9f91fa46-e638-4ce7-8736-87abee900001", + "restoration": { + "enable": "false", + "restoration-reversion-disable": "true", + "restoration-type": "ietf-te-types:lsp-restoration-restore-any", + "wait-to-revert": 0 + }, + "te-bandwidth": { + "ietf-otn-tunnel:odu-type": "ietf-otn-types:prot-ODU0" + }, + "switching-type": "ietf-te-types:switching-otn", + "te-topology-identifier": { + "client-id": 6666, + "provider-id": 5555, + "topology-id": "11" + }, + "p2p-primary-paths": { + "p2p-primary-path": [ + { + "name": "primary-path", + "optimizations": { + "optimization-metric": [ + { + "metric-type": "ietf-te-types:path-metric-te", + "weight": "1" + } + ] + } + } + ] + }, + "ietf-otn-tunnel:dst-tributary-slot-count": 0, + "ietf-otn-tunnel:src-tributary-slot-count": 0, + "provisioning-state": "ietf-te-types:tunnel-admin-state-down" + } + ] +} \ No newline at end of file diff --git a/platform-logic/restapi-templates/src/main/json/p2p-otn-tunnel-dst-domain.json b/platform-logic/restapi-templates/src/main/json/p2p-otn-tunnel-dst-domain.json new file mode 100644 index 00000000..3724158b --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/p2p-otn-tunnel-dst-domain.json @@ -0,0 +1,43 @@ +{ + "ietf-te:tunnel": [ + { + "source": "0.181.0.62", + "destination": "0.181.0.61", + "encoding": "ietf-te-types:lsp-encoding-oduk", + "name": "9f91fa46-e638-4ce7-8736-87abee900001", + "restoration": { + "enable": "false", + "restoration-reversion-disable": "true", + "restoration-type": "ietf-te-types:lsp-restoration-restore-any", + "wait-to-revert": 0 + }, + "te-bandwidth": { + "ietf-otn-tunnel:odu-type": "ietf-otn-types:prot-ODU0" + }, + "switching-type": "ietf-te-types:switching-otn", + "te-topology-identifier": { + "client-id": 6666, + "provider-id": 5555, + "topology-id": "11" + }, + "p2p-primary-paths": { + "p2p-primary-path": [ + { + "name": "primary-path", + "optimizations": { + "optimization-metric": [ + { + "metric-type": "ietf-te-types:path-metric-te", + "weight": "1" + } + ] + } + } + ] + }, + "ietf-otn-tunnel:dst-tributary-slot-count": 0, + "ietf-otn-tunnel:src-tributary-slot-count": 0, + "provisioning-state": "ietf-te-types:tunnel-admin-state-down" + } + ] +} \ No newline at end of file diff --git a/platform-logic/restapi-templates/src/main/json/p2p-otn-tunnel-src-domain.json b/platform-logic/restapi-templates/src/main/json/p2p-otn-tunnel-src-domain.json new file mode 100644 index 00000000..3724158b --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/p2p-otn-tunnel-src-domain.json @@ -0,0 +1,43 @@ +{ + "ietf-te:tunnel": [ + { + "source": "0.181.0.62", + "destination": "0.181.0.61", + "encoding": "ietf-te-types:lsp-encoding-oduk", + "name": "9f91fa46-e638-4ce7-8736-87abee900001", + "restoration": { + "enable": "false", + "restoration-reversion-disable": "true", + "restoration-type": "ietf-te-types:lsp-restoration-restore-any", + "wait-to-revert": 0 + }, + "te-bandwidth": { + "ietf-otn-tunnel:odu-type": "ietf-otn-types:prot-ODU0" + }, + "switching-type": "ietf-te-types:switching-otn", + "te-topology-identifier": { + "client-id": 6666, + "provider-id": 5555, + "topology-id": "11" + }, + "p2p-primary-paths": { + "p2p-primary-path": [ + { + "name": "primary-path", + "optimizations": { + "optimization-metric": [ + { + "metric-type": "ietf-te-types:path-metric-te", + "weight": "1" + } + ] + } + } + ] + }, + "ietf-otn-tunnel:dst-tributary-slot-count": 0, + "ietf-otn-tunnel:src-tributary-slot-count": 0, + "provisioning-state": "ietf-te-types:tunnel-admin-state-down" + } + ] +} \ No newline at end of file diff --git a/platform-logic/restapi-templates/src/main/json/p2p-subscribe-notification.json b/platform-logic/restapi-templates/src/main/json/p2p-subscribe-notification.json new file mode 100644 index 00000000..02fd8a54 --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/p2p-subscribe-notification.json @@ -0,0 +1 @@ +{ "ietf-subscribed-notifications:input": { "encoding": "encode-json" } } \ No newline at end of file diff --git a/platform-logic/restapi-templates/src/main/json/p2p-terminate-notification.json b/platform-logic/restapi-templates/src/main/json/p2p-terminate-notification.json new file mode 100644 index 00000000..1b407a3d --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/p2p-terminate-notification.json @@ -0,0 +1 @@ +{ "ietf-subscribed-notifications:input": { "identifier": ${subscriptionId} } } \ No newline at end of file -- cgit 1.2.3-korg