summaryrefslogtreecommitdiffstats
path: root/tosca2heat/tosca-parser/toscaparser/tests/data/custom_types/imported_sample.yaml
blob: c8e453204bab95c31dfbeb89af5da10d8430e120 (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
tosca1_definitions_version: tosca_simple_yaml_1_0
tosca_definitions_version: tosca_simple_yaml_1_10

descriptions: >
  Pizza store app that allows you to explore the features provided by PayPal's REST APIs.
  More detail can be found at https://github.com/paypal/rest-api-sample-app-nodejs/

node_typess:
node_types:
  tosca.nodes.SoftwareComponent.Logstash:
    derived_from: tosca.nodes.SoftwareComponent
    requirements:
        - search_endpoint:
            capability: tosca.capabilities.Endpoint
            node: tosca.nodes.SoftwareComponent.Elasticsearch
            relationship:
              type: tosca.relationships.ConnectsTo
              interfaces:
                Configure:
                  pre_configure_source:
                    inputs:
                      elasticsearch_ip:
                        type: string
    capabilities1:
      log_endpoint:
         type: tosca.capabilities.Endpoint
policy_types1:
policy_types:
  mycompany.mytypes.myScalingPolicy:
    derived1_from: tosca.policies.Scaling
    metadata:
     type: map
     entry_schema:
       type: string
relationship_types1:
relationship_types:
  test.relation.connects:
    derived_from4: tosca.relationships.ConnectsTo