Upgrade pnf-simulator repo link 49/109449/1
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Tue, 23 Jun 2020 10:12:55 +0000 (12:12 +0200)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Tue, 23 Jun 2020 10:12:55 +0000 (12:12 +0200)
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 <b.grzybowski@partner.samsung.com>
deployment/src/simulators_heat_template.yaml

index dd80567..a8071c5 100644 (file)
@@ -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
             }