diff options
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/heat/README.rst | 2 | ||||
-rw-r--r-- | deployment/heat/mass-pnf-sim_run.sh | 4 |
2 files changed, 3 insertions, 3 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 |