summaryrefslogtreecommitdiffstats
path: root/restapi-call-node/provider/src/main/resources/l3smvrftemplate.json
diff options
context:
space:
mode:
authorramu.n <ramu.n@huawei.com>2017-09-29 06:32:52 +0530
committerramu.n <ramu.n@huawei.com>2017-09-29 06:49:14 +0530
commit02c63c550acb82bee8d360c01bb1723b10f8df9a (patch)
tree7896d854e9d5c5e077f0fbca74d3472bd9c284a9 /restapi-call-node/provider/src/main/resources/l3smvrftemplate.json
parente93cd6ed5eaaf014a295afdf7a63a3ec3de89b9b (diff)
Update VoLTE underlay JSON template
*Add vrf-attribute configuration *Add BGP protocol type for ac Change-Id: I6deb5b4ec6d71b18e8d6b67aadaba18b7a27c47b Issue-Id: SDNC-108 Signed-off-by: Ramu N <ramu.n@huawei.com>
Diffstat (limited to 'restapi-call-node/provider/src/main/resources/l3smvrftemplate.json')
-rw-r--r--restapi-call-node/provider/src/main/resources/l3smvrftemplate.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/restapi-call-node/provider/src/main/resources/l3smvrftemplate.json b/restapi-call-node/provider/src/main/resources/l3smvrftemplate.json
new file mode 100644
index 00000000..732af278
--- /dev/null
+++ b/restapi-call-node/provider/src/main/resources/l3smvrftemplate.json
@@ -0,0 +1,35 @@
+/*-
+ * ============LICENSE_START=======================================================
+ * ONAP : SDN-C
+ * ================================================================================
+ * Copyright (C) 2017 AT&T Intellectual Property. All rights
+ * reserved.
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============LICENSE_END=========================================================
+ */
+
+{
+ "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}
+ }
+ ]
+}