aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/clds/single-microservice-fragment-without-relationships.yaml
blob: 0354acd69494bfa74f36a9930be21f3861169b36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
second_app:
  type: dcae.nodes.ContainerizedServiceComponentUsingDmaap
  properties:
    service_component_type: dcaegen2-analytics-tca
    service_component_name_override: second_app
    image: { get_input: second_app_docker_image }
    name: second_app
  interfaces:
    cloudify.interfaces.lifecycle:
      start:
        inputs:
          envs:
            grpc_server.host: "first_app.onap"
            dmaap_ip: {get_input: dmaap_ip}
            dmapp_topic: {get_input: dmaap_topic}
            policy_id: {get_input: policy_id}
          ports:
            - 8080:8080