From: Bartek Grzybowski Date: Thu, 18 Jun 2020 12:57:53 +0000 (+0200) Subject: Remove obsoleted part concerning running the simulator X-Git-Tag: 1.0.2~29 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=727c7c94ab200aed9f8deb7265bf19f17ed0fa69;p=integration%2Fsimulators%2Fpnf-simulator.git 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 --- 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/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.