vFW and vDNS support added to azure-plugin
[multicloud/azure.git] / azure / aria / aria-extension-cloudify / src / aria / examples / tosca-simple-1.0 / use-cases / webserver-dbms-2 / custom_types / paypalpizzastore_nodejs_app.yaml
1 # ARIA NOTE: missing in spec
2
3 node_types:
4
5   tosca.nodes.WebApplication.PayPalPizzaStore:
6     derived_from: tosca.nodes.WebApplication
7     properties:
8       github_url:
9         type: string
10     requirements:
11       - database_connection:
12           capability: tosca.capabilities.Node
13
14   tosca.nodes.WebServer.Nodejs:
15     derived_from: tosca.nodes.WebServer