aboutsummaryrefslogtreecommitdiffstats
path: root/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/tosca_imports_validation.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/tosca_imports_validation.yaml')
-rw-r--r--jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/tosca_imports_validation.yaml45
1 files changed, 0 insertions, 45 deletions
diff --git a/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/tosca_imports_validation.yaml b/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/tosca_imports_validation.yaml
deleted file mode 100644
index 257beb8..0000000
--- a/jython-tosca-parser/src/main/resources/Lib/site-packages/tosca_parser-0.7.0-py2.7.egg/toscaparser/tests/data/tosca_imports_validation.yaml
+++ /dev/null
@@ -1,45 +0,0 @@
-tosca_definitions_version: tosca_simple_yaml_1_0
-
-description: Template to test invalid imports.
-
-imports:
- - custom_types/imported_sample.yaml
-
-topology_template:
- node_templates:
- logstash:
- type: tosca.nodes.SoftwareComponent.Logstash
- requirements:
- - search_endpoint:
- capability: search_endpoint
- relationship:
- type: tosca.relationships.ConnectsTo
- interfaces:
- Configure:
- pre_configure_source:
- implementation: logstash/configure_elasticsearch.py
- inputs:
- elasticsearch_ip: { get_attribute: [elasticsearch_server, private_address] }
- interfaces:
- Standard:
- create: logstash/create.sh
- start: logstash/start.sh
- policies:
- - my_compute_placement_policy:
- type: tosca.policies.Placement
- description: Apply placement policy to servers
- metadata: { user1: 1001, user2: 1002 }
- targets: [ my_server_1, my_server_2 ]
- - my_groups_placement:
- type: mycompany.mytypes.myScalingPolicy
- targets: [ webserver_group ]
- description: my company scaling policy
- metadata:
- user1: 1001
- user2: 1003
- relationship_templates:
- my_custom_rel:
- type: test.relation.connects
- interfaces:
- Configure:
- pre_configure_source: scripts/wp_db_configure.sh