From 07d173c059f15fe9959deec9650246b173a3b50c Mon Sep 17 00:00:00 2001 From: "prakash.e" Date: Fri, 24 Aug 2018 19:21:33 +0530 Subject: SDWAN flow based end-end test and issue fix SDWAN DGs and restapi templates issue fixes Change-Id: I5d1d4e6cb17e9b187ea4f0942ca837472738fe62 Issue-ID: SDNC-357 Signed-off-by: Prakash.E Former-commit-id: b1da373ad0e08400b4c1f2a8cfbb69524df745a2 --- platform-logic/restapi-templates/src/main/json/sdwan-port.json | 5 ++++- platform-logic/restapi-templates/src/main/json/sdwan-wan-port.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'platform-logic/restapi-templates/src/main/json') diff --git a/platform-logic/restapi-templates/src/main/json/sdwan-port.json b/platform-logic/restapi-templates/src/main/json/sdwan-port.json index b60a2715..a1402488 100644 --- a/platform-logic/restapi-templates/src/main/json/sdwan-port.json +++ b/platform-logic/restapi-templates/src/main/json/sdwan-port.json @@ -30,7 +30,10 @@ "cellular": "null", "atm": "null", "ethernet": { - "negotiateMode": "auto" + "negotiateMode": "auto", + "media": "null", + "duplex": "null", + "speed" : "10" } } } diff --git a/platform-logic/restapi-templates/src/main/json/sdwan-wan-port.json b/platform-logic/restapi-templates/src/main/json/sdwan-wan-port.json index 6dfb9972..ada44a38 100644 --- a/platform-logic/restapi-templates/src/main/json/sdwan-wan-port.json +++ b/platform-logic/restapi-templates/src/main/json/sdwan-wan-port.json @@ -26,7 +26,7 @@ "deviceId": ${prop.wan.deviceId}, "portId": ${prop.wan.devicePortId}, "inSubInterfaces": "false", - "vlanId": ${prop.wan.vlanId}, + "vlanId": "null", "ipConnection": { "ipv4": { "publicIP": ${prop.wan.ip-address}, -- cgit 1.2.3-korg