From 96a9aafdff7813324bc8a8ba1e743683e251dde6 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 1 Dec 2020 11:33:35 -0800 Subject: Migrate files from sli-plugins Migrate sli-plugins repo into new directory "plugins". Signed-off-by: Jessica Wagantall --- .../provider/src/main/resources/l3smvrftemplate.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 restapi-call-node/provider/src/main/resources/l3smvrftemplate.json (limited to 'restapi-call-node/provider/src/main/resources/l3smvrftemplate.json') diff --git a/restapi-call-node/provider/src/main/resources/l3smvrftemplate.json b/restapi-call-node/provider/src/main/resources/l3smvrftemplate.json deleted file mode 100644 index 52359a7fd..000000000 --- a/restapi-call-node/provider/src/main/resources/l3smvrftemplate.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "vrf-attribute": [ - { - "vrf-attribute-id": ${prop.l3vpn.vrf1-id}, - "ne-id": ${prop.l3vpn.pe1_id}, - "vpn-policy-id": ${prop.l3vpn.vpn-policy1-id} - }, - { - "vrf-attribute-id": ${prop.l3vpn.vrf2-id}, - "ne-id": ${prop.l3vpn.pe2_id}, - "vpn-policy-id": ${prop.l3vpn.vpn-policy2-id} - } - ] -} -- cgit 1.2.3-korg