aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deployment/src/simulators_heat_template.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/deployment/src/simulators_heat_template.yaml b/deployment/src/simulators_heat_template.yaml
index dd80567..a8071c5 100644
--- a/deployment/src/simulators_heat_template.yaml
+++ b/deployment/src/simulators_heat_template.yaml
@@ -86,18 +86,18 @@ resources:
chmod +x /usr/local/bin/docker-compose
}
pnf_sim_file_checkout () {
- cd /root; git clone https://gerrit.onap.org/r/integration
+ cd /root; git clone https://gerrit.onap.org/r/integration/simulators/pnf-simulator
}
start_pnf_simulator () {
docker login -u docker -p docker nexus3.onap.org:10003
- cd ~/integration/test/mocks/pnfsimulator/pnfsimulator
+ cd ~/pnf-simulator/pnfsimulator
docker-compose up -d
}
start_netconf_simulator () {
docker login -u docker -p docker nexus3.onap.org:10003
- cd ~/integration/test/mocks/pnfsimulator/netconfsimulator
+ cd ~/pnf-simulator/netconfsimulator
docker-compose up -d
}