summaryrefslogtreecommitdiffstats
path: root/app/data/shared_model/policies/template.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'app/data/shared_model/policies/template.yaml')
-rw-r--r--app/data/shared_model/policies/template.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/app/data/shared_model/policies/template.yaml b/app/data/shared_model/policies/template.yaml
new file mode 100644
index 0000000..b3e894a
--- /dev/null
+++ b/app/data/shared_model/policies/template.yaml
@@ -0,0 +1,28 @@
+tosca_definitions_version: tosca_simple_yaml_1_0_0
+metadata:
+ template_name: policies
+imports:
+- schema: schema.yaml
+
+topology_template:
+ inputs:
+ policyName:
+ type: string
+ configName:
+ type: string
+ onapName:
+ type: string
+ configAttributes:
+ type: string
+ unique:
+ type: boolean
+
+ node_templates:
+ policy:
+ type: tosca.dcae.nodes.policies
+ properties:
+ policyName: "DCAE.Config_"
+ configName: ""
+ onapName: "DCAE"
+ configAttributes: ""
+ unique: false