New DGs required for creation of a cloud leased-line (E-TREE) service.
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / cll-otn-tunnel-src-domain.json
diff --git a/platform-logic/restapi-templates/src/main/json/cll-otn-tunnel-src-domain.json b/platform-logic/restapi-templates/src/main/json/cll-otn-tunnel-src-domain.json
new file mode 100644 (file)
index 0000000..6dce14c
--- /dev/null
@@ -0,0 +1,51 @@
+{
+  "ietf-te:te": {
+    "tunnels": {
+      "tunnel": [
+        {
+          "name": ${otn-tunnel-name-src-domain},
+          "source": ${src-node-id},
+          "destination": ${dst-node-id},
+          "dst-tunnel-tp-id": ${dst-ttp-id},
+          "te-bandwidth": {
+            "ietf-otn-tunnel:otn": {
+              "ietf-otn-tunnel:odu-type": "ietf-layer1-types:ODUflex",
+              "ietf-otn-tunnel:gfp-n": ${gfp-n}
+            }
+          },
+          "encoding": "ietf-te-types:lsp-encoding-oduk",
+          "switching-type": "ietf-te-types:switching-otn",
+          "protection": {
+            "enable": "true",
+            "hold-off-time": "0",
+            "protection-reversion-disable": "true",
+            "protection-type": "ietf-te-types:lsp-protection-unprotected",
+            "wait-to-revert": "0"
+          },
+          "admin-state": "ietf-te-types:tunnel-admin-state-up",
+          "primary-paths":{
+            "primary-path" :[
+             {
+               "name":"primary",
+               "path-out-segment":{
+                 "label-restrictions":{
+                   "label-restriction":[
+                     {
+                       "index" :1,
+                       "label-start":{
+                         "te-label":{
+                            "ietf-otn-tunnel:otn-tpn": ${dst-tpn-id}
+                         }
+                       }
+                     }
+                   ]
+                 }
+               }
+             }
+           ]
+          }
+         }
+      ]
+    }
+  }
+}