Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 32

Table of Contents

1.

1. Architecture

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

Image Removed

...

 Description

The simulator exposes standard NSSMF northbound api for 5G network slicing use case. Including allocate, deallocate, activate, deactivate etc. this simulator api exposed only support https.

External Core NSSMF Simulator can be found in integration project. (Created in H release.)

Repo location: https://gerrit.onap.org/r/admin/repos/integration/simulators/core-nssmf-simulator (Created in H release.)


2. Architecture

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

Image Added

3. Precondition

...

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. 

        

250
View file
namesimulator.tar.gz
height
View file
namesimulator-new.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(Updated in H release)

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

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

...


4. start up the application by running " docker-compose up "

...


5. Register sndc info in AAI-ESR-GUI:

K8S='172.19.0.50' # depned on your k8s
THIRDPARTY_SDNC_ID='12345' # dont' care, anyting ok
ESR_SYSTEM_INFO_ID='12345' # dont' care, anyting ok
VENDER='HW' # only HW
TYPE='cn' # only cn
SIM_IP='172.19.0.11' # depned on your sim

...