summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/onap-types/VDU/VDU.yml
diff options
context:
space:
mode:
authorTal Gitelman <tg851x@intl.att.com>2017-10-22 13:29:52 +0300
committerTal Gitelman <tg851x@intl.att.com>2017-10-22 10:32:01 +0000
commit412039b3d6c7c5a871397beb5655a78550e85074 (patch)
tree13954a30f0898c7ac034776e6681ec7666b2de66 /catalog-be/src/main/resources/import/tosca/onap-types/VDU/VDU.yml
parentbc077839a99429fede9cb027f58a209e72f81ba6 (diff)
VoltE fix
Change-Id: Ib1bd2c578f897ff1f7d239d41e3d359e2cbb5c89 Issue-ID: SDC-410 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'catalog-be/src/main/resources/import/tosca/onap-types/VDU/VDU.yml')
-rw-r--r--catalog-be/src/main/resources/import/tosca/onap-types/VDU/VDU.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/catalog-be/src/main/resources/import/tosca/onap-types/VDU/VDU.yml b/catalog-be/src/main/resources/import/tosca/onap-types/VDU/VDU.yml
new file mode 100644
index 0000000000..541126f7e3
--- /dev/null
+++ b/catalog-be/src/main/resources/import/tosca/onap-types/VDU/VDU.yml
@@ -0,0 +1,22 @@
+tosca_definitions_version: tosca_simple_yaml_1_0_0
+node_types:
+ tosca.nodes.nfv.VDU:
+ derived_from: tosca.nodes.SoftwareComponent
+ capabilities:
+#Not found in any spec
+# high_availability:
+# type: nfv.capabilities.HA
+ Virtualbinding:
+ type: tosca.capabilities.nfv.VirtualBindable
+# monitoring_parameter:
+# type: nfv.capabilities.Metric
+ requirements:
+#Not found in any spec
+# - high_availability:
+# capability: nfv.capabilities.HA
+# relationship: nfv.relationships.HA
+# occurrences: [ 0, 1 ]
+ - host:
+ capability: tosca.capabilities.Container
+ node: tosca.nodes.Compute
+ relationship: tosca.relationships.HostedOn