Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Purpose

 The purpose of SNIRO Emulator is to mock SNIRO homing functionality,  which can be used to demo use cases.


Set up

SNIRO emulator is built using microservices architecture to support portability and evolution. It is built based on wiremock testing tool wireMock .

It is deployed as dedicated docker container either using OOM based kubernetes deployment or as an additional container inside Robot VM using Heat template deployment technique.

  1.  OOM based deployment
    Since emulator is not core component of ONAP, it is not included in the list of all components that are deployed by "all" option of OOM oneclick/createALL.bash script.
    In order to run it, one should explicitly deploy is using "-a" option :  
    Image Added
    Image Added
  2. Heat based deployment
    TBD

Using emulator