aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmgr_sim/sample_config/RestConf-SFCs-HttpPut.json
diff options
context:
space:
mode:
authorBrady Johnson <brady.allen.johnson@ericsson.com>2015-09-15 16:36:36 +0200
committerBrady Johnson <brady.allen.johnson@ericsson.com>2015-09-17 09:52:28 +0200
commitf23271a3d6f0ad734984382afbad7e1ec47ba2bc (patch)
treee2a15048dc17867dea6f22b83f069eed5fbc0a64 /vnfmgr_sim/sample_config/RestConf-SFCs-HttpPut.json
parente8c34d7014395471076d7f4884a87e229f6aa4e1 (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-xvnfmgr_sim/sample_config/RestConf-SFCs-HttpPut.json22
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"
+ }
+ ]
+ }
+
+ ]
+ }
+}
+