aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFs-HttpPut.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmgr/vnfmgr_odl/sample_config/RestConf-SFs-HttpPut.json')
-rwxr-xr-xvnfmgr/vnfmgr_odl/sample_config/RestConf-SFs-HttpPut.json38
1 files changed, 0 insertions, 38 deletions
diff --git a/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFs-HttpPut.json b/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFs-HttpPut.json
deleted file mode 100755
index 1ea27e79..00000000
--- a/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFs-HttpPut.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "service-functions": {
- "service-function": [
- {
- "name": "firewall-2",
- "sf-data-plane-locator": [
- {
- "name": "firewall-2-dp1",
- "ip": "192.168.1.11",
- "port": 6633,
- "transport": "service-locator:vxlan-gpe",
- "service-function-forwarder": "SFF2"
- }
- ],
- "rest-uri": "http://192.168.1.11:5000",
- "nsh-aware": true,
- "ip-mgmt-address": "192.168.1.11",
- "type": "service-function-type:firewall"
- },
- {
- "name": "firewall-3",
- "sf-data-plane-locator": [
- {
- "name": "firewall-3-dp1",
- "ip": "192.168.1.12",
- "port": 6633,
- "transport": "service-locator:vxlan-gpe",
- "service-function-forwarder": "SFF2"
- }
- ],
- "rest-uri": "http://192.168.1.12:5000",
- "nsh-aware": true,
- "ip-mgmt-address": "192.168.1.12",
- "type": "service-function-type:firewall"
- }
- ]
- }
-}