aboutsummaryrefslogtreecommitdiffstats
path: root/datafile-app-server/dpo/policy.yaml
diff options
context:
space:
mode:
authorYongchaoWu <yongchao.wu@est.tech>2019-03-04 11:10:53 +0000
committerYongchaoWu <yongchao.wu@est.tech>2019-03-04 11:10:53 +0000
commitac8a0a5b22925243abaa803101f0184f0ed12660 (patch)
tree878e35812b089f18a23333158ad6de140dba29b7 /datafile-app-server/dpo/policy.yaml
parente63b7179e260e9f9db64101409b2872eab1fe639 (diff)
DFC DCAE design artifact support
Add blueprints, dataformat, component specs, policy and tosca models. Issue-ID: DCAEGEN2-1156 Change-Id: Id1b6573c3cd72a90ab2feca2180ce1d04ecf98c4 Signed-off-by: YongchaoWu <yongchao.wu@est.tech>
Diffstat (limited to 'datafile-app-server/dpo/policy.yaml')
-rw-r--r--datafile-app-server/dpo/policy.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/datafile-app-server/dpo/policy.yaml b/datafile-app-server/dpo/policy.yaml
new file mode 100644
index 00000000..28f9db15
--- /dev/null
+++ b/datafile-app-server/dpo/policy.yaml
@@ -0,0 +1,26 @@
+tosca_definitions_version: tosca_simple_yaml_1_0_0
+node_types:
+ policy.nodes.Root:
+ derived_from: tosca.nodes.Root
+ properties:
+ policyDescription:
+ required: false
+ type: string
+ policyName:
+ required: true
+ type: string
+ policyScope:
+ required: true
+ type: string
+ policyVersion:
+ required: true
+ type: string
+ policy.nodes.dcaegen2.collectors.datafile.datafile-app-server:
+ derived_from: policy.nodes.Root
+ properties:
+ buscontroller_feed_publishing_endpoint:
+ type: string
+ description: DMAAP Bus Controller feed endpoint
+ datafile.policy:
+ type: string
+ description: datafile Policy JSON as string