aboutsummaryrefslogtreecommitdiffstats
path: root/plans/so/integration-etsi-testing/docker-compose.yml
diff options
context:
space:
mode:
authorAndrewLamb <andrew.a.lamb@est.tech>2021-02-12 13:58:36 +0000
committerAndrewLamb <andrew.a.lamb@est.tech>2021-02-12 14:39:54 +0000
commit29da40e2e76f35598642d52bdf35fc9a501ac7dc (patch)
tree22d18e455570613ddf1a1663c9b6f85a39c3b543 /plans/so/integration-etsi-testing/docker-compose.yml
parent4fbb28749f57727dc23790b6e9ec480ca61490fb (diff)
Add Tests for VNF Package Mgmt - Subscribe and Notify
Change-Id: Ie6a14445f3b90975ec579ebf96c806365a01b8ca Issue-ID: INT-1847 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
Diffstat (limited to 'plans/so/integration-etsi-testing/docker-compose.yml')
-rw-r--r--plans/so/integration-etsi-testing/docker-compose.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/plans/so/integration-etsi-testing/docker-compose.yml b/plans/so/integration-etsi-testing/docker-compose.yml
index f1853e0e..cc753118 100644
--- a/plans/so/integration-etsi-testing/docker-compose.yml
+++ b/plans/so/integration-etsi-testing/docker-compose.yml
@@ -159,6 +159,8 @@ services:
- DB_ADMIN_PASSWORD=so_Admin123
hostname:
bpmn-infra.so.testlab.onap.org
+ links:
+ - "so-vnfm-adapter:so-vnfm-adapter.onap"
depends_on:
- mariadb
- catalog-db-adapter
@@ -288,6 +290,8 @@ services:
- JVM_ARGS=-Xms64m -Xmx512m
hostname:
so-vnfm-simulator
+ links:
+ - "so-vnfm-adapter:so-vnfm-adapter.onap"
depends_on:
- mariadb
- so-vnfm-adapter
@@ -361,6 +365,8 @@ services:
- SDC_ADDR=http://sdc-simulator:9991
hostname:
modeling-etsicatalog
+ links:
+ - "so-vnfm-adapter:so-vnfm-adapter.onap"
depends_on:
- mariadb
- sdc-simulator