From f83b65de23e6caab3f6d8eb6c16541236d5afb6e Mon Sep 17 00:00:00 2001 From: Sandeep Shah Date: Fri, 26 Jul 2019 08:29:49 -0500 Subject: Configuration changes to DG/templates SDNR POC Configuration changes to DG and templates to support OOCPCIPOC demo Issue-ID: CCSDK-1544 Signed-off-by: SandeepLinux Change-Id: I1fa680c40c969d19691bbb445ec863c0344a0ea7 --- .../src/main/json/oofpcipoc-generic-neighbor-patch.json | 8 -------- 1 file changed, 8 deletions(-) (limited to 'platform-logic/restapi-templates/src/main') diff --git a/platform-logic/restapi-templates/src/main/json/oofpcipoc-generic-neighbor-patch.json b/platform-logic/restapi-templates/src/main/json/oofpcipoc-generic-neighbor-patch.json index b3b4643b..6362d641 100644 --- a/platform-logic/restapi-templates/src/main/json/oofpcipoc-generic-neighbor-patch.json +++ b/platform-logic/restapi-templates/src/main/json/oofpcipoc-generic-neighbor-patch.json @@ -10,14 +10,6 @@ "value": { "blacklisted": ${tmp.blacklisted} } - }, - { - "edit-id": "patch phy-cell-id", - "operation": "merge", - "target": "/oofpcipoc:phy-cell-id", - "value": { - "phy-cell-id": ${tmp.phy-cell-id} - } } ] } -- cgit 1.2.3-korg