From 5fba392e061558acced771bc246856f467c13b63 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Tue, 23 Jun 2020 12:12:55 +0200 Subject: Upgrade pnf-simulator repo link PNF Simulator was moved to it's own repo of integration/simulators/pnf-simulator so updating broken links. Change-Id: Idbd940c3898d34b68d9c0578deee5078ff2bdcad Issue-ID: INT-1634 Signed-off-by: Bartek Grzybowski --- deployment/src/simulators_heat_template.yaml | 6 +++--- 1 file 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 } -- cgit 1.2.3-korg