diff options
Diffstat (limited to 'vnfmgr')
-rwxr-xr-x | vnfmgr/vnfmgr_odl/sample_config/RestConf-SFFs-HttpPut.json | 6 | ||||
-rwxr-xr-x | vnfmgr/vnfmgr_odl/sample_config/RestConf-SFs-HttpPut.json | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFFs-HttpPut.json b/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFFs-HttpPut.json index 191fd540..7809f1c2 100755 --- a/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFFs-HttpPut.json +++ b/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFFs-HttpPut.json @@ -33,10 +33,8 @@ "name": "firewall-2", "type": "service-function-type:firewall", "sff-sf-data-plane-locator": { - "service-function-forwarder-ovs:ovs-bridge": {}, - "transport": "service-locator:vxlan-gpe", - "port": 6633, - "ip": "192.168.1.11" + "sf-dpl-name": "firewall-2-dp1", + "sff-dpl-name": "sff2-dp1" } }, { diff --git a/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFs-HttpPut.json b/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFs-HttpPut.json index 1ea27e79..391394f3 100755 --- a/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFs-HttpPut.json +++ b/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFs-HttpPut.json @@ -15,7 +15,7 @@ "rest-uri": "http://192.168.1.11:5000", "nsh-aware": true, "ip-mgmt-address": "192.168.1.11", - "type": "service-function-type:firewall" + "type": "firewall" }, { "name": "firewall-3", @@ -31,7 +31,7 @@ "rest-uri": "http://192.168.1.12:5000", "nsh-aware": true, "ip-mgmt-address": "192.168.1.12", - "type": "service-function-type:firewall" + "type": "firewall" } ] } |