Clean up A1 controller code
[nonrtric.git] / sdnc-a1-controller / oam / platform-logic / restapi-templates / src / main / json / sdwan-port-ethernet.json
diff --git a/sdnc-a1-controller/oam/platform-logic/restapi-templates/src/main/json/sdwan-port-ethernet.json b/sdnc-a1-controller/oam/platform-logic/restapi-templates/src/main/json/sdwan-port-ethernet.json
deleted file mode 100644 (file)
index d24cf4f..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-    "ports": [
-        {
-            "portType": ${prop.wan.portType},
-            "portNumber": ${prop.wan.portNumber},
-            "deviceId": ${prop.wan.deviceId},
-            "portSwitch": "layer3-port",
-            "linkInfo": {
-                 "linkType": "Ethernet",
-                 "cellular": null,
-                 "atm": null,
-                 "ethernet": {
-                      "negotiationMode": "auto",
-                      "media": "copper",
-                      "duplex": "half",
-                      "speed": 10
-                 }
-            }
-        }
-    ]
-}