aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/src/simulators_heat_template.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/src/simulators_heat_template.yaml')
-rw-r--r--deployment/src/simulators_heat_template.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/deployment/src/simulators_heat_template.yaml b/deployment/src/simulators_heat_template.yaml
index ea4b44b..dd70bd0 100644
--- a/deployment/src/simulators_heat_template.yaml
+++ b/deployment/src/simulators_heat_template.yaml
@@ -96,12 +96,16 @@ resources:
start_pnf_simulator () {
docker login -u docker -p docker nexus3.onap.org:10003
cd ~/pnf-simulator/pnfsimulator
+ # Add registry address to Onap image; by default locally built one is used
+ sed -i 's/image: onap/image: nexus3.onap.org:10003\/onap/' docker-compose.yml
docker-compose up -d
}
start_netconf_simulator () {
docker login -u docker -p docker nexus3.onap.org:10003
cd ~/pnf-simulator/netconfsimulator
+ # Add registry address to Onap image; by default locally built one is used
+ sed -i 's/image: onap/image: nexus3.onap.org:10003\/onap/' docker-compose.yml
docker-compose up -d
}