aboutsummaryrefslogtreecommitdiffstats
path: root/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/custom_types/custom_relationship_type_defs.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/custom_types/custom_relationship_type_defs.yaml')
-rw-r--r--jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/custom_types/custom_relationship_type_defs.yaml23
1 files changed, 0 insertions, 23 deletions
diff --git a/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/custom_types/custom_relationship_type_defs.yaml b/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/custom_types/custom_relationship_type_defs.yaml
deleted file mode 100644
index cf5c2b4..0000000
--- a/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/custom_types/custom_relationship_type_defs.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-node_types:
- tosca.nodes.HACompute:
- derived_from: tosca.nodes.Compute
- capabilities:
- high_availability:
- type: tosca.capabilities.HA
- requirements:
- - high_availability:
- capability: tosca.capabilities.HA
- relationship: tosca.relationships.HA
- node: tosca.nodes.HACompute
- occurences: [ 0, 1 ]
-
-relationship_types:
- tosca.relationships.HA:
- derived_from: tosca.relationships.Root
- valid_target_types: [ tosca.capabilities.HA ]
-
-capability_types:
- tosca.capabilities.HA:
- derived_from: tosca.capabilities.Root
- valid_source_types: [ tosca.nodes.HACompute ]
-