From dc75170d734debbe8a5de88cc71b52c3e53fd45e Mon Sep 17 00:00:00 2001 From: mbuil Date: Tue, 10 Nov 2015 13:43:09 +0100 Subject: Moves the VnfManagerSimulator code to one specific folder so it is not in the root of the OPNFV SFC repository Change-Id: I7e5003a69e3514f6b0bf0968758aec167fc052a4 --- .../sample_config/RestConf-SFCs-HttpPut.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json (limited to 'VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json') diff --git a/VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json b/VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json new file mode 100755 index 00000000..34449647 --- /dev/null +++ b/VnfMgrSim/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFCs-HttpPut.json @@ -0,0 +1,22 @@ +{ + "service-function-chains": { + "service-function-chain": [ + { + "name": "sfc-chain-1", + "symmetric": true, + "sfc-service-function": [ + { + "name": "firewall-abstract1", + "type": "service-function-type:firewall" + }, + { + "name": "firewall-abstract2", + "type": "service-function-type:firewall" + } + ] + } + + ] + } +} + -- cgit 1.2.3-korg