diff options
author | 2020-06-18 14:57:53 +0200 | |
---|---|---|
committer | 2020-06-18 14:59:54 +0200 | |
commit | 727c7c94ab200aed9f8deb7265bf19f17ed0fa69 (patch) | |
tree | 100545a047092debc19c587965eebfed4217a626 | |
parent | b06189e0c1f15237519d3727aeab007fadd952cb (diff) |
Remove obsoleted part concerning running the simulator
"Simulator.sh" script is no longer present in current simulator
release and instructions on how to run it are mentioned in first
section.
Change-Id: I3a16dc1f15abfec901c3c700fb99fcccd600e1b0
Issue-ID: INT-1631
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
-rw-r--r-- | pnfsimulator/README.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/pnfsimulator/README.md b/pnfsimulator/README.md index 23cc76b..6b107ae 100644 --- a/pnfsimulator/README.md +++ b/pnfsimulator/README.md @@ -97,22 +97,6 @@ To update vesServerUrl *PUT* method is used, example request: Note: passed vesServerUrl must be wellformed URL. - -### Running simulator -The recommended way is to checkout PNF Simulator project from ONAP Git repository and use *simulator*.sh script. -If you copy *simulator.sh* script to another location, keep in mind to copy also *docker-compose.yml* and directories: *config and templates*. -In order to run simulator, invoke ./simulator.sh -e build to build required images and then invoke ./simulator.sh -e start -Script downloads if necessary needed Docker images and runs instances of these images. -After simulator start it is advisable to setup default value for target vesServerUrl. - -Example request: - - PUT to http://<simulator_ip>:<simulator_port>/simulator/config - - { - "vesServerUrl": "PUT HERE VALID URL TO YOUR VES EVENT LISTENER" - } - ### Templates Template is a draft event. Merging event with patch will result in valid VES event. Template itself should be a correct VES event as well as valid json object. In order to apply custom template, just copy it to ./templates directory. |