summaryrefslogtreecommitdiffstats
path: root/app/data/shared_model/external_target_feed/schema.yaml
blob: 91865907fb9aa8283b834511a913907a2ea979d5 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
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.dmaap.externalTargetFeed:
    derived_from: tosca.dcae.nodes.Root
    properties:
      location:
        type: string
      node_name:
        type: string
      url:
        type: string
      username:
        type: string
      userpw:
        type: string
    capabilities:
      feed:
        type: dcae.capabilities.dmmap.feed
    requirements: 
    - composition:
        capability: dcae.capabilities.composition.host
        
  dcae.nodes.ExternalTargetFeed:
    derived_from: cloudify.dcae.nodes.Root
    capabilities:
      feed:
        type: dcae.capabilities.dmmap.feed
    properties:
      url:
        type: string
      username:
        type: string
      userpw:
        type: string

capability_types:
        
  dcae.capabilities.dmmap.feed:
    derived_from: tosca.capabilities.Root
    properties:
      location:
        type: string
      node_name:
        type: string
      feed_name:
        type: string
        
      
  dcae.capabilities.composition.host:
    derived_from: tosca.capabilities.Root
    properties:
      service_id:
        type: string
      location_id:
        type: string