Adding tosca files for UI visualization of vnodlocal
Change-Id: I2d42fd7566b1a21817ac19ffde0f8e6d1e821357
diff --git a/xos/vnodlocal.m4 b/xos/vnodlocal.m4
new file mode 100644
index 0000000..6b5b401
--- /dev/null
+++ b/xos/vnodlocal.m4
@@ -0,0 +1,30 @@
+tosca_definitions_version: tosca_simple_yaml_1_0
+
+# compile this with "m4 vnodlocal.m4 > vnodlocal.yaml"
+
+# include macros
+include(macros.m4)
+
+node_types:
+
+ tosca.nodes.VNodLocalService:
+ derived_from: tosca.nodes.Root
+ description: >
+ CORD: The VNodLocal Service.
+ capabilities:
+ xos_base_service_caps
+ properties:
+ xos_base_props
+ xos_base_service_props
+ rest_hostname:
+ type: string
+ required: false
+ rest_port:
+ type: string
+ required: false
+ rest_user:
+ type: string
+ required: false
+ rest_pass:
+ type: string
+ required: false