diff options
author | Brady Johnson <brady.allen.johnson@ericsson.com> | 2015-09-15 16:36:36 +0200 |
---|---|---|
committer | Brady Johnson <brady.allen.johnson@ericsson.com> | 2015-09-17 09:52:28 +0200 |
commit | f23271a3d6f0ad734984382afbad7e1ec47ba2bc (patch) | |
tree | e2a15048dc17867dea6f22b83f069eed5fbc0a64 /vnfmgr_sim/sample_config/RestConf-SFCs-HttpPut.json | |
parent | e8c34d7014395471076d7f4884a87e229f6aa4e1 (diff) |
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 <brady.allen.johnson@ericsson.com>
Diffstat (limited to 'vnfmgr_sim/sample_config/RestConf-SFCs-HttpPut.json')
-rwxr-xr-x | vnfmgr_sim/sample_config/RestConf-SFCs-HttpPut.json | 22 |
1 files changed, 22 insertions, 0 deletions
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" + } + ] + } + + ] + } +} + |