diff options
author | Manuel Buil Mur <manuel.buil@ericsson.com> | 2015-10-09 16:48:36 +0200 |
---|---|---|
committer | mbuil <manuel.buil@ericsson.com> | 2015-10-23 11:27:18 +0200 |
commit | 9c15bd683ccd0bf11d79ee0934a4cc3f78be521f (patch) | |
tree | b0183e0e4fa543523b358315f4b6503e903fa7b8 /vnfmgr/vnfmgr_odl/sample_config/RestConf-RSP-HttpPost.json | |
parent | 40513772b3fa20c33f44fd36a8969f0763d1f9cd (diff) |
First version of VNF manager simulator
This simulator contacts Openstack to create the SF VMs and then contacts ODL to create the SFC.
It is not intended to be a replacement of other VNF Managers such as Tacker or OpenMANO, just a
simple simulation for testing and development purposes.
Change-Id: Iaf691035d1b8435f5fccf559aebf6f3ed1afd066
Signed-off-by: mbuil <manuel.buil@ericsson.com>
Diffstat (limited to 'vnfmgr/vnfmgr_odl/sample_config/RestConf-RSP-HttpPost.json')
-rwxr-xr-x | vnfmgr/vnfmgr_odl/sample_config/RestConf-RSP-HttpPost.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vnfmgr/vnfmgr_odl/sample_config/RestConf-RSP-HttpPost.json b/vnfmgr/vnfmgr_odl/sample_config/RestConf-RSP-HttpPost.json new file mode 100755 index 00000000..998d1e07 --- /dev/null +++ b/vnfmgr/vnfmgr_odl/sample_config/RestConf-RSP-HttpPost.json @@ -0,0 +1,7 @@ +{ + "input": { + "name": "sfc-path-1", + "parent-service-function-path": "sfc-path-1", + "symmetric": true + } +} |