License issue fix in azure source code
[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
diff --git a/azure/aria/aria-extension-cloudify/src/aria/examples/tosca-simple-1.0/use-cases/webserver-dbms-2/custom_types/paypalpizzastore_nodejs_app.yaml b/azure/aria/aria-extension-cloudify/src/aria/examples/tosca-simple-1.0/use-cases/webserver-dbms-2/custom_types/paypalpizzastore_nodejs_app.yaml
deleted file mode 100644 (file)
index 02bb399..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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