summaryrefslogtreecommitdiffstats
path: root/app/data/shared_model/policies/schema.yaml
diff options
context:
space:
mode:
authorBetzer, Rony (rb844h) <rb844h@intl.att.com>2018-09-20 14:31:06 +0300
committerBetzer, Rony (rb844h) <rb844h@intl.att.com>2018-09-20 14:31:06 +0300
commit12c8090ed5b649ac199d4f9531140bab390e6381 (patch)
tree86ab10485a764e3dee7ba086694d2958a1b3687b /app/data/shared_model/policies/schema.yaml
parent6af16809c3c7c82ca897f62e4f074e6707b3b7ab (diff)
Added tosca meta_model and shared_model
Added tosca meta_model and shared_model Change-Id: I181ef3fe282b4d16ce5c7498f15dd2a90cbb3805 Issue-ID: SDC-1218 Signed-off-by: Betzer, Rony (rb844h) <rb844h@intl.att.com>
Diffstat (limited to 'app/data/shared_model/policies/schema.yaml')
-rw-r--r--app/data/shared_model/policies/schema.yaml38
1 files changed, 38 insertions, 0 deletions
diff --git a/app/data/shared_model/policies/schema.yaml b/app/data/shared_model/policies/schema.yaml
new file mode 100644
index 0000000..505b97f
--- /dev/null
+++ b/app/data/shared_model/policies/schema.yaml
@@ -0,0 +1,38 @@
+tosca_definitions_version: tosca_simple_yaml_1_0_0
+
+node_types:
+
+ tosca.dcae.nodes.Root:
+ derived_from: tosca.nodes.Root
+ cloudify.dcae.nodes.Root:
+ derived_from: tosca.nodes.Root
+
+ tosca.dcae.nodes.policies:
+ derived_from: tosca.dcae.nodes.Root
+ properties:
+ policyName:
+ type: string
+ configName:
+ type: string
+ onapName:
+ type: string
+ configAttributes:
+ type: string
+ unique:
+ type: boolean
+ capabilities:
+ policy:
+ type: dcae.capabilities.policy
+
+ dcae.nodes.policies:
+ derived_from: cloudify.dcae.nodes.Root
+ properties:
+ policy_filter:
+ type: map
+ capabilities:
+ policy:
+ type: dcae.capabilities.policy
+
+capability_types:
+ dcae.capabilities.policy:
+ derived_from: tosca.capabilities.Root