vFW and vDNS support added to azure-plugin
[multicloud/azure.git] / azure / aria / aria-extension-cloudify / examples / aws-hello-world / index.html
diff --git a/azure/aria/aria-extension-cloudify/examples/aws-hello-world/index.html b/azure/aria/aria-extension-cloudify/examples/aws-hello-world/index.html
new file mode 100644 (file)
index 0000000..597632b
--- /dev/null
@@ -0,0 +1,14 @@
+<html>
+    <header>
+        <title>ARIA Hello World</title>
+    </header>
+<body>
+    <h1>Hello, World!</h1>
+    <p>
+        service_template_name = {{ ctx.service_template.name }}<br/>
+        service_name = {{ ctx.service.name }}<br/>
+        node_name = {{ ctx.node.name }}
+    </p>
+    <img src="aria-logo.png">
+</body>
+</html>
\ No newline at end of file