diff options
author | LiamBurke <Liam.Burke@ericsson.com> | 2019-02-11 12:28:55 +0000 |
---|---|---|
committer | LiamBurke <liam.burke@ericsson.com> | 2019-02-11 13:34:34 +0000 |
commit | a4516196eeb9c244f5a044a42aca21f1a0d97da8 (patch) | |
tree | 5b7e01245aabefa4a3de9ba900d6a90591f2a69d /plans/usecases/5G-bulkpm/composefile | |
parent | 47abceca6dcbb8d559277d92ad9cc0f1ea806196 (diff) |
Changes to CSIT so it executes in ONAP also
Change-Id: I518b92a1e6aa72e441bc62cc149870df6a8575e4
Issue-ID: INT-832
Signed-off-by: LiamBurke <liam.burke@ericsson.com>
Diffstat (limited to 'plans/usecases/5G-bulkpm/composefile')
-rw-r--r-- | plans/usecases/5G-bulkpm/composefile/onap.docker-compose-e2e | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plans/usecases/5G-bulkpm/composefile/onap.docker-compose-e2e b/plans/usecases/5G-bulkpm/composefile/onap.docker-compose-e2e new file mode 100644 index 00000000..1c05ca5b --- /dev/null +++ b/plans/usecases/5G-bulkpm/composefile/onap.docker-compose-e2e @@ -0,0 +1,19 @@ +version: '2.1' +services: + datarouter-subscriber: + image: nexus3.onap.org:10001/onap/dmaap/datarouter-subscriber:2.0.0-SNAPSHOT + container_name: fileconsumer-node + hostname: subscriber.com + ports: + - "7070:7070" + volumes: + - ../subscriber_data/subscriber.properties:/opt/app/subscriber/etc/subscriber.properties + + sftp: + container_name: sftp + image: atmoz/sftp + ports: + - "2222:22" + volumes: + - /host/upload:/home/admin + command: admin:admin:1001
\ No newline at end of file |