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 --- vnfmgr_sim/sample_config/RestConf-SFPs-HttpPut.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 vnfmgr_sim/sample_config/RestConf-SFPs-HttpPut.json (limited to 'vnfmgr_sim/sample_config/RestConf-SFPs-HttpPut.json') diff --git a/vnfmgr_sim/sample_config/RestConf-SFPs-HttpPut.json b/vnfmgr_sim/sample_config/RestConf-SFPs-HttpPut.json new file mode 100755 index 00000000..da1f2c45 --- /dev/null +++ b/vnfmgr_sim/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 + } + ] + } +} -- cgit 1.2.3-korg