From f23271a3d6f0ad734984382afbad7e1ec47ba2bc Mon Sep 17 00:00:00 2001 From: Brady Johnson Date: Tue, 15 Sep 2015 16:36:36 +0200 Subject: First version of Vnf Mgr simulator - Still doesnt communicate with OpenStack to create VMs - Includes a simple NSH sample configuration - Patch set 2: Fixed minor error in SFC sample conf file - Patch set 3: addressed code review comments Change-Id: I71b74f31afdd66a622c80a77d49055cd3dcacda4 Signed-off-by: Brady Johnson --- .../sample_config/RestConf-SFCs-HttpPut.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 vnfmgr_sim/sample_config/RestConf-SFCs-HttpPut.json (limited to 'vnfmgr_sim/sample_config/RestConf-SFCs-HttpPut.json') diff --git a/vnfmgr_sim/sample_config/RestConf-SFCs-HttpPut.json b/vnfmgr_sim/sample_config/RestConf-SFCs-HttpPut.json new file mode 100755 index 00000000..34449647 --- /dev/null +++ b/vnfmgr_sim/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