diff options
author | mbuil <manuel.buil@ericsson.com> | 2015-11-10 13:43:09 +0100 |
---|---|---|
committer | mbuil <manuel.buil@ericsson.com> | 2015-11-10 13:43:09 +0100 |
commit | dc75170d734debbe8a5de88cc71b52c3e53fd45e (patch) | |
tree | eee0920b55d62003c7abbf593ff1f8d785866897 /VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFPs-HttpPut.json | |
parent | 9c15bd683ccd0bf11d79ee0934a4cc3f78be521f (diff) |
Moves the VnfManagerSimulator code to one specific folder so it is not in the root of the OPNFV SFC repository
Change-Id: I7e5003a69e3514f6b0bf0968758aec167fc052a4
Diffstat (limited to 'VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFPs-HttpPut.json')
-rwxr-xr-x | VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFPs-HttpPut.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFPs-HttpPut.json b/VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFPs-HttpPut.json new file mode 100755 index 00000000..da1f2c45 --- /dev/null +++ b/VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFPs-HttpPut.json @@ -0,0 +1,12 @@ +{ + "service-function-paths": { + "service-function-path": [ + { + "name": "sfc-path-1", + "service-chain-name": "sfc-chain-1", + "transport-type": "service-locator:vxlan-gpe", + "symmetric": true + } + ] + } +} |