diff options
author | blsaws <blsaws@hotmail.com> | 2015-11-10 14:17:22 -0800 |
---|---|---|
committer | blsaws <blsaws@hotmail.com> | 2015-11-10 14:31:51 -0800 |
commit | 51f1c01d34888b48694e3c4ea67f707706532310 (patch) | |
tree | 2ec8f1354b906431bc45ca2a1d76f544fc736442 /vnfmgr/vnfmgr_odl/sample_config/RestConf-SFs-HttpPut.json | |
parent | dc75170d734debbe8a5de88cc71b52c3e53fd45e (diff) |
Correct structure
Add docs folder
Update HTML theme
Remove example docs
JIRA: SFC-3
Change-Id: If0158796aee5f020f3bb4403b8a67952f9e6bb26
Signed-off-by: blsaws <blsaws@hotmail.com>
Diffstat (limited to 'vnfmgr/vnfmgr_odl/sample_config/RestConf-SFs-HttpPut.json')
-rwxr-xr-x | vnfmgr/vnfmgr_odl/sample_config/RestConf-SFs-HttpPut.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFs-HttpPut.json b/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFs-HttpPut.json new file mode 100755 index 00000000..1ea27e79 --- /dev/null +++ b/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFs-HttpPut.json @@ -0,0 +1,38 @@ +{ + "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" + } + ] + } +} |