summaryrefslogtreecommitdiffstats
path: root/app/data/shared_model/docker_host/template.yaml
blob: 54d41ea4abe85c08ead44988e8b8034d56df3d0d (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
tosca_definitions_version: tosca_simple_yaml_1_0_0

metadata:
  template_name: docker_host

  
imports:
  - schema: schema.yaml
  
topology_template:
  inputs:
    docker_host_override:
      type: string
      default: ""
    
  node_templates:             
    docker_host:
      type: tosca.dcae.nodes.dockerHost
      properties: 
        location_id: {get_property: [SELF, composition, location_id]}
        docker_host_override: {get_input: docker_host_override}