Nokia: Putting in support for metro network services within XOS for E-CORD

Change-Id: I3db15d55eb5e536eac647364dc505627a4a32bdf
diff --git a/metronetwork/dashboard.yaml b/metronetwork/dashboard.yaml
new file mode 100644
index 0000000..ff13598
--- /dev/null
+++ b/metronetwork/dashboard.yaml
@@ -0,0 +1,26 @@
+tosca_definitions_version: tosca_simple_yaml_1_0
+
+description: >
+    * E-CORD DEMO GUI View
+imports:
+   - custom_types/xos.yaml
+
+topology_template:
+  node_templates:
+
+    # Register the Custom view in the system
+    Ecord:
+      type: tosca.nodes.DashboardView
+      properties:
+        url: template:xosEcordTopology
+
+    # Activate the Custom view for the user padmin@vicci.org
+    padmin@vicci.org:
+      type: tosca.nodes.User
+      properties:
+        no-create: True
+        no-delete: True
+      requirements:
+        - ecord_dashboard:
+            node: Ecord
+            relationship: tosca.relationships.UsesDashboard
\ No newline at end of file