Versions Compared

Key

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

...

...

Table of Contents

1. Architecture

The high-level architecture of the simulator and its interface to ONAP is shown below.  

...

  1. Make sure the node where simulator installed can support ssh.  
  2. jdk 1.8 or higher is also required. 

4. Installation Steps:

       There are two ways to run Core NSSMF simulator. One is to start via jar package. The other is to start via docker-compose.

Start by jar package

        there is a packge: simulator.tar.gz below need to be downloaded. 

        

View file
namesimulator.tar.gz
height250

...

  1. cp simulator.tar.gz to a special folder
  2.  unzip simulator.tar.gz
  3. cd simulator
  4. modify application.properties

...

      5. run the commandjava -jar simulator-0.0.1-SNAPSHOT.jar >/dev/null &

Start by docker-compose

there is a packge: simulator.tar.gz below need to be downloaded.

View file
namecn-nssmf-simulator-docker-compose.tar.gz
height250

...