From 51f1c01d34888b48694e3c4ea67f707706532310 Mon Sep 17 00:00:00 2001 From: blsaws Date: Tue, 10 Nov 2015 14:17:22 -0800 Subject: Correct structure Add docs folder Update HTML theme Remove example docs JIRA: SFC-3 Change-Id: If0158796aee5f020f3bb4403b8a67952f9e6bb26 Signed-off-by: blsaws --- vnfmgr/vnfmgr_odl/sample_config/RestConf-SFPs-HttpPut.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 vnfmgr/vnfmgr_odl/sample_config/RestConf-SFPs-HttpPut.json (limited to 'vnfmgr/vnfmgr_odl/sample_config/RestConf-SFPs-HttpPut.json') diff --git a/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFPs-HttpPut.json b/vnfmgr/vnfmgr_odl/sample_config/RestConf-SFPs-HttpPut.json new file mode 100755 index 00000000..da1f2c45 --- /dev/null +++ b/vnfmgr/vnfmgr_odl/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