aboutsummaryrefslogtreecommitdiffstats
path: root/plans/so/integration-etsi-testing/docker-compose.yml
diff options
context:
space:
mode:
authorwaqas.ikram <waqas.ikram@est.tech>2019-07-09 16:14:17 +0000
committerwaqas.ikram <waqas.ikram@est.tech>2019-07-09 16:14:17 +0000
commitb01df8be03edfbea5e6185d763496bd8cfa833ff (patch)
treef23ea7558b8767fc432ca31cae0ed9dc7273403b /plans/so/integration-etsi-testing/docker-compose.yml
parent1e0cd76fa5fb5f43d2b404083a0622eaf1e7b9f5 (diff)
Adding Infrastructure for Simulate Request for SDC
Change-Id: Icf1100f180201735b4862cb0b9762d4a30750817 Issue-ID: SO-1949 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
Diffstat (limited to 'plans/so/integration-etsi-testing/docker-compose.yml')
-rw-r--r--plans/so/integration-etsi-testing/docker-compose.yml34
1 files changed, 34 insertions, 0 deletions
diff --git a/plans/so/integration-etsi-testing/docker-compose.yml b/plans/so/integration-etsi-testing/docker-compose.yml
new file mode 100644
index 00000000..d725596e
--- /dev/null
+++ b/plans/so/integration-etsi-testing/docker-compose.yml
@@ -0,0 +1,34 @@
+version: '3'
+services:
+################################################################################
+ sdc-simulator:
+ image: simulators/sdc-simulator:latest
+ ports:
+ - "9991:9991"
+ environment:
+ - APP=SDC-SIMULATOR
+ - JVM_ARGS=-Xms64m -Xmx512m
+ hostname:
+ sdc-simulator
+ logging:
+ driver: "json-file"
+ options:
+ max-size: "30m"
+ max-file: "5"
+################################################################################
+ VNFM-adapter:
+ image: nexus3.onap.org:10001/onap/so/vnfm-adapter:1.4.4
+ ports:
+ - "9092:9092"
+ environment:
+ - APP=VNFM-adapter
+ - JVM_ARGS=-Xms64m -Xmx512m
+ hostname:
+ vnfm-adapter-test
+ logging:
+ driver: "json-file"
+ options:
+ max-size: "30m"
+ max-file: "5"
+################################################################################
+