blob: 28f9db156f4ba27bb9226116c7957d635d0574c6 (
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
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
|