summaryrefslogtreecommitdiffstats
path: root/app/data/shared_model/docker_host/template.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'app/data/shared_model/docker_host/template.yaml')
-rw-r--r--app/data/shared_model/docker_host/template.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/app/data/shared_model/docker_host/template.yaml b/app/data/shared_model/docker_host/template.yaml
new file mode 100644
index 0000000..54d41ea
--- /dev/null
+++ b/app/data/shared_model/docker_host/template.yaml
@@ -0,0 +1,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}
+
+
+
+