aboutsummaryrefslogtreecommitdiffstats
path: root/plans/usecases/5G-bulkpm/composefile/docker-compose-e2e.yml
blob: a929728425eaaf9b58ebfdf2f931631d547cb514 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
version: '2.1'
services:
  datarouter-prov:
    image: nexus3.onap.org:10001/onap/dmaap/datarouter-prov:1.0.3
    container_name: datarouter-prov
    hostname: dmaap-dr-prov
    ports:
     - "443:8443"
     - "8443:8443"
     - "8080:8080"
    volumes:
     - ../prov_data/provserver.properties:/opt/app/datartr/etc/provserver.properties
     - ../prov_data/addSubscriber.txt:/opt/app/datartr/addSubscriber.txt
     - ../prov_data/addFeed3.txt:/opt/app/datartr/addFeed3.txt
    depends_on:
      mariadb_container:
        condition: service_healthy
    healthcheck:
      test: ["CMD", "curl", "-f", "http://dmaap-dr-prov:8080/internal/prov"]
      interval: 10s
      timeout: 10s
      retries: 5

  datarouter-node:
    image: nexus3.onap.org:10001/onap/dmaap/datarouter-node:1.0.3
    container_name: datarouter-node
    hostname: dmaap-dr-node
    ports:
     - "9443:8443"
     - "9090:8080"
    volumes:
     - ../node_data/node.properties:/opt/app/datartr/etc/node.properties
    depends_on:
      datarouter-prov:
        condition: service_healthy

  datarouter-subscriber:
      image: nexus3.onap.org:10001/onap/dmaap/datarouter-subscriber:1.0.3
      container_name: fileconsumer-node
      hostname: subscriber.com
      ports:
       - "7070:7070"
      volumes:
       - ../subscriber_data/subscriber.properties:/opt/app/subscriber/etc/subscriber.properties

  mariadb_container:
    image: mariadb:10.2.14
    container_name: mariadb
    ports:
      - "3306:3306"
    environment:
      MYSQL_ROOT_PASSWORD: datarouter
      MYSQL_DATABASE: datarouter
      MYSQL_USER: datarouter
      MYSQL_PASSWORD: datarouter
    healthcheck:
      test: ["CMD", "mysqladmin" ,"ping", "-h", "localhost", "--silent"]
      interval: 10s
      timeout: 30s
      retries: 5

  sftp:
    container_name: sftp
    image: atmoz/sftp
    ports:
      - "2222:22"
    volumes:
      - /host/upload:/home/admin
    command: admin:admin:1001

  dfc:
    container_name: dfc
    image: nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.0.5
    ports:
      - "8433:8433"

  ves:
    container_name: vescollector
    image: nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.ves.vescollector:1.3.1
    environment:
       DMAAPHOST: