summaryrefslogtreecommitdiffstats
path: root/azure/aria/aria-extension-cloudify/src/aria/examples/tosca-simple-1.0/use-cases/webserver-dbms-2/custom_types/paypalpizzastore_nodejs_app.yaml
blob: 02bb399cc0fbc805e5757963d0e0d6466354ebfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ARIA NOTE: missing in spec

node_types:

  tosca.nodes.WebApplication.PayPalPizzaStore:
    derived_from: tosca.nodes.WebApplication
    properties:
      github_url:
        type: string
    requirements:
      - database_connection:
          capability: tosca.capabilities.Node

  tosca.nodes.WebServer.Nodejs:
    derived_from: tosca.nodes.WebServer