[spp] [PATCH 0/5] Add exit command support for spp_nfv and spp_vm

ogawa.yasufumi at lab.ntt.co.jp ogawa.yasufumi at lab.ntt.co.jp
Thu Oct 25 07:19:38 CEST 2018


From: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>

Hi,

SPP controller does not support `exit` command after it is changed to
request via `spp-ctl` because REST APIs for `exit` command is not
implemented. This series of patches is to add `exit' command for spp_nfv
and spp_vm. Spp_primary and spp_vf is also needed to add this support,
and updated in the next patches.

Thanks,
Yasufumi

Yasufumi Ogawa (5):
  spp_nfv: chage to return msg of exit command
  spp-ctl: add exit cmd support for spp_nfv
  spp_vm: chage to return msg of exit command
  controller: update sec exit cmd to call REST API
  docs: add DELETE method for exiting spp_nfv

 docs/guides/spp-ctl/api-reference.rst | 43 +++++++++++++++++++++++++++++++++++
 src/controller/commands/sec.py        | 10 +++++++-
 src/nfv/nfv.c                         | 10 ++++----
 src/spp-ctl/spp_ctl.py                |  9 ++++++++
 src/spp-ctl/spp_proc.py               |  4 ++++
 src/spp-ctl/spp_webapi.py             |  5 ++++
 src/vm/main.c                         | 12 ++++++----
 7 files changed, 83 insertions(+), 10 deletions(-)

-- 
2.7.4



More information about the spp mailing list