aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-12-15 13:36:08 +0100
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-12-15 12:52:07 +0000
commit379a16c8405c3955ec06505470ace005db08e96c (patch)
tree8df6b2d1c073ce06bca64d2e0a58d1b4807a87ee
parentb761beb3ea2bafd786473775b5ba0afcb3fa2fd3 (diff)
Fix paths that have changed after moving the code to it's own repo
Change-Id: Ibede6c7e15549bf46d540489f7b15ac779fca816 Issue-ID: INT-1810 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
-rw-r--r--deployment/heat/README.rst2
-rw-r--r--deployment/heat/mass-pnf-sim_run.sh4
-rw-r--r--pnf-sim-lightweight/README.md2
3 files changed, 4 insertions, 4 deletions
diff --git a/deployment/heat/README.rst b/deployment/heat/README.rst
index 60473fa..cb87791 100644
--- a/deployment/heat/README.rst
+++ b/deployment/heat/README.rst
@@ -55,4 +55,4 @@ To instantiate the Heat template run from *openstack* CLI:
::
- stack create -t integration/test/mocks/masspnfsim/deployment/heat/heat.yaml -e integration/test/mocks/masspnfsim/deployment/heat/heat.env
+ stack create -t masspnf-simulator/deployment/heat/heat.yaml -e masspnf-simulator/deployment/heat/heat.env
diff --git a/deployment/heat/mass-pnf-sim_run.sh b/deployment/heat/mass-pnf-sim_run.sh
index 184684b..08eaee3 100644
--- a/deployment/heat/mass-pnf-sim_run.sh
+++ b/deployment/heat/mass-pnf-sim_run.sh
@@ -1,7 +1,7 @@
#!/bin/bash
pushd /root
-git clone https://git.onap.org/integration
-pushd integration/test/mocks/masspnfsim
+git clone https://git.onap.org/integration/simulators/masspnf-simulator
+pushd masspnf-simulator
./setup.sh
source .tox/MassPnfSim-runtime/bin/activate
./mass-pnf-sim.py build
diff --git a/pnf-sim-lightweight/README.md b/pnf-sim-lightweight/README.md
index 2b902d0..d52fbf7 100644
--- a/pnf-sim-lightweight/README.md
+++ b/pnf-sim-lightweight/README.md
@@ -15,7 +15,7 @@ echo "Hello World" | nc localhost 10000
Trigger the pnf simulator locally:
```
-~/dev/git/integration/test/mocks/masspnfsim/pnf-sim-lightweight$ curl -s -X POST -H "Content-Type: application/json" -H "X-ONAP-RequestID: 123" -H "X-InvocationID: 456" -d @config/config.json
+~/dev/git/masspnf-simulator/pnf-sim-lightweight$ curl -s -X POST -H "Content-Type: application/json" -H "X-ONAP-RequestID: 123" -H "X-InvocationID: 456" -d @config/config.json
http://localhost:5000/simulator/start
```