summaryrefslogtreecommitdiffstats
path: root/nfvparser/toscaparser/tests/data/custom_types
diff options
context:
space:
mode:
Diffstat (limited to 'nfvparser/toscaparser/tests/data/custom_types')
-rw-r--r--nfvparser/toscaparser/tests/data/custom_types/collectd.yaml12
-rw-r--r--nfvparser/toscaparser/tests/data/custom_types/compute_with_attribute_list.yaml12
-rw-r--r--nfvparser/toscaparser/tests/data/custom_types/compute_with_nested_atributes.yaml12
-rw-r--r--nfvparser/toscaparser/tests/data/custom_types/compute_with_prop.yaml12
-rw-r--r--nfvparser/toscaparser/tests/data/custom_types/container_cap_child.yaml12
-rw-r--r--nfvparser/toscaparser/tests/data/custom_types/custom_cap.yaml12
-rw-r--r--nfvparser/toscaparser/tests/data/custom_types/custom_caps_def.yaml12
-rw-r--r--nfvparser/toscaparser/tests/data/custom_types/custom_interface.yaml12
-rw-r--r--nfvparser/toscaparser/tests/data/custom_types/custom_relationship_type_defs.yaml12
-rw-r--r--nfvparser/toscaparser/tests/data/custom_types/db_with_list_param.yaml12
-rw-r--r--nfvparser/toscaparser/tests/data/custom_types/elasticsearch.yaml12
-rw-r--r--nfvparser/toscaparser/tests/data/custom_types/imported_sample.yaml12
-rw-r--r--nfvparser/toscaparser/tests/data/custom_types/kibana.yaml12
-rw-r--r--nfvparser/toscaparser/tests/data/custom_types/logstash.yaml12
-rw-r--r--nfvparser/toscaparser/tests/data/custom_types/nested_rsyslog.yaml12
-rw-r--r--nfvparser/toscaparser/tests/data/custom_types/nested_test_kibana.yaml12
-rw-r--r--nfvparser/toscaparser/tests/data/custom_types/nested_test_wordpress.yaml12
-rw-r--r--nfvparser/toscaparser/tests/data/custom_types/node_with_cap.yaml12
-rw-r--r--nfvparser/toscaparser/tests/data/custom_types/paypalpizzastore_nodejs_app.yaml12
-rw-r--r--nfvparser/toscaparser/tests/data/custom_types/rsyslog.yaml12
-rw-r--r--nfvparser/toscaparser/tests/data/custom_types/wordpress.yaml12
-rw-r--r--nfvparser/toscaparser/tests/data/custom_types/wordpress.yml12
22 files changed, 264 insertions, 0 deletions
diff --git a/nfvparser/toscaparser/tests/data/custom_types/collectd.yaml b/nfvparser/toscaparser/tests/data/custom_types/collectd.yaml
index 1ac0935..8d6cf6b 100644
--- a/nfvparser/toscaparser/tests/data/custom_types/collectd.yaml
+++ b/nfvparser/toscaparser/tests/data/custom_types/collectd.yaml
@@ -1,3 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
tosca_definitions_version: tosca_simple_yaml_1_0
description: >
diff --git a/nfvparser/toscaparser/tests/data/custom_types/compute_with_attribute_list.yaml b/nfvparser/toscaparser/tests/data/custom_types/compute_with_attribute_list.yaml
index 3487433..74f9621 100644
--- a/nfvparser/toscaparser/tests/data/custom_types/compute_with_attribute_list.yaml
+++ b/nfvparser/toscaparser/tests/data/custom_types/compute_with_attribute_list.yaml
@@ -1,3 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
tosca_definitions_version: tosca_simple_yaml_1_0
description: Compute node type with a list attribute
diff --git a/nfvparser/toscaparser/tests/data/custom_types/compute_with_nested_atributes.yaml b/nfvparser/toscaparser/tests/data/custom_types/compute_with_nested_atributes.yaml
index 909a297..ccc6fea 100644
--- a/nfvparser/toscaparser/tests/data/custom_types/compute_with_nested_atributes.yaml
+++ b/nfvparser/toscaparser/tests/data/custom_types/compute_with_nested_atributes.yaml
@@ -1,3 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
tosca_definitions_version: tosca_simple_yaml_1_0
description: Compute node type with capability with an attribute of type list
diff --git a/nfvparser/toscaparser/tests/data/custom_types/compute_with_prop.yaml b/nfvparser/toscaparser/tests/data/custom_types/compute_with_prop.yaml
index 93a82af..f5b2034 100644
--- a/nfvparser/toscaparser/tests/data/custom_types/compute_with_prop.yaml
+++ b/nfvparser/toscaparser/tests/data/custom_types/compute_with_prop.yaml
@@ -1,3 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
tosca_definitions_version: tosca_simple_yaml_1_0
description: >
diff --git a/nfvparser/toscaparser/tests/data/custom_types/container_cap_child.yaml b/nfvparser/toscaparser/tests/data/custom_types/container_cap_child.yaml
index 1df09dd..6d0d62f 100644
--- a/nfvparser/toscaparser/tests/data/custom_types/container_cap_child.yaml
+++ b/nfvparser/toscaparser/tests/data/custom_types/container_cap_child.yaml
@@ -1,3 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
tosca_definitions_version: tosca_simple_yaml_1_0
description: >
diff --git a/nfvparser/toscaparser/tests/data/custom_types/custom_cap.yaml b/nfvparser/toscaparser/tests/data/custom_types/custom_cap.yaml
index 018bcf6..a583bab 100644
--- a/nfvparser/toscaparser/tests/data/custom_types/custom_cap.yaml
+++ b/nfvparser/toscaparser/tests/data/custom_types/custom_cap.yaml
@@ -1,3 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
tosca_definitions_version: tosca_simple_yaml_1_0
capability_types:
diff --git a/nfvparser/toscaparser/tests/data/custom_types/custom_caps_def.yaml b/nfvparser/toscaparser/tests/data/custom_types/custom_caps_def.yaml
index 337c38f..5a5b554 100644
--- a/nfvparser/toscaparser/tests/data/custom_types/custom_caps_def.yaml
+++ b/nfvparser/toscaparser/tests/data/custom_types/custom_caps_def.yaml
@@ -1,3 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
tosca_definitions_version: tosca_simple_yaml_1_0
description: >
diff --git a/nfvparser/toscaparser/tests/data/custom_types/custom_interface.yaml b/nfvparser/toscaparser/tests/data/custom_types/custom_interface.yaml
index 2d9bec4..df0d930 100644
--- a/nfvparser/toscaparser/tests/data/custom_types/custom_interface.yaml
+++ b/nfvparser/toscaparser/tests/data/custom_types/custom_interface.yaml
@@ -1,3 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
tosca_definitions_version: tosca_simple_yaml_1_0
description: >
diff --git a/nfvparser/toscaparser/tests/data/custom_types/custom_relationship_type_defs.yaml b/nfvparser/toscaparser/tests/data/custom_types/custom_relationship_type_defs.yaml
index cf5c2b4..fc3dd9e 100644
--- a/nfvparser/toscaparser/tests/data/custom_types/custom_relationship_type_defs.yaml
+++ b/nfvparser/toscaparser/tests/data/custom_types/custom_relationship_type_defs.yaml
@@ -1,3 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
node_types:
tosca.nodes.HACompute:
derived_from: tosca.nodes.Compute
diff --git a/nfvparser/toscaparser/tests/data/custom_types/db_with_list_param.yaml b/nfvparser/toscaparser/tests/data/custom_types/db_with_list_param.yaml
index 57ce279..d8969e1 100644
--- a/nfvparser/toscaparser/tests/data/custom_types/db_with_list_param.yaml
+++ b/nfvparser/toscaparser/tests/data/custom_types/db_with_list_param.yaml
@@ -1,3 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
tosca_definitions_version: tosca_simple_yaml_1_0
node_types:
diff --git a/nfvparser/toscaparser/tests/data/custom_types/elasticsearch.yaml b/nfvparser/toscaparser/tests/data/custom_types/elasticsearch.yaml
index b140a32..676ae22 100644
--- a/nfvparser/toscaparser/tests/data/custom_types/elasticsearch.yaml
+++ b/nfvparser/toscaparser/tests/data/custom_types/elasticsearch.yaml
@@ -1,3 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
tosca_definitions_version: tosca_simple_yaml_1_0
description: >
diff --git a/nfvparser/toscaparser/tests/data/custom_types/imported_sample.yaml b/nfvparser/toscaparser/tests/data/custom_types/imported_sample.yaml
index c8e4532..06377f7 100644
--- a/nfvparser/toscaparser/tests/data/custom_types/imported_sample.yaml
+++ b/nfvparser/toscaparser/tests/data/custom_types/imported_sample.yaml
@@ -1,3 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
tosca1_definitions_version: tosca_simple_yaml_1_0
tosca_definitions_version: tosca_simple_yaml_1_10
diff --git a/nfvparser/toscaparser/tests/data/custom_types/kibana.yaml b/nfvparser/toscaparser/tests/data/custom_types/kibana.yaml
index 5701e69..fdc3d7b 100644
--- a/nfvparser/toscaparser/tests/data/custom_types/kibana.yaml
+++ b/nfvparser/toscaparser/tests/data/custom_types/kibana.yaml
@@ -1,3 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
tosca_definitions_version: tosca_simple_yaml_1_0
description: >
diff --git a/nfvparser/toscaparser/tests/data/custom_types/logstash.yaml b/nfvparser/toscaparser/tests/data/custom_types/logstash.yaml
index cf60521..624f064 100644
--- a/nfvparser/toscaparser/tests/data/custom_types/logstash.yaml
+++ b/nfvparser/toscaparser/tests/data/custom_types/logstash.yaml
@@ -1,3 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
tosca_definitions_version: tosca_simple_yaml_1_0
description: >
diff --git a/nfvparser/toscaparser/tests/data/custom_types/nested_rsyslog.yaml b/nfvparser/toscaparser/tests/data/custom_types/nested_rsyslog.yaml
index 8c04171..17bdaac 100644
--- a/nfvparser/toscaparser/tests/data/custom_types/nested_rsyslog.yaml
+++ b/nfvparser/toscaparser/tests/data/custom_types/nested_rsyslog.yaml
@@ -1,3 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
tosca_definitions_version: tosca_simple_yaml_1_0
description: >
diff --git a/nfvparser/toscaparser/tests/data/custom_types/nested_test_kibana.yaml b/nfvparser/toscaparser/tests/data/custom_types/nested_test_kibana.yaml
index c8675c6..ca37dcb 100644
--- a/nfvparser/toscaparser/tests/data/custom_types/nested_test_kibana.yaml
+++ b/nfvparser/toscaparser/tests/data/custom_types/nested_test_kibana.yaml
@@ -1,3 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
tosca_definitions_version: tosca_simple_yaml_1_0
imports:
- custom_types/kibana.yaml
diff --git a/nfvparser/toscaparser/tests/data/custom_types/nested_test_wordpress.yaml b/nfvparser/toscaparser/tests/data/custom_types/nested_test_wordpress.yaml
index 4df277d..19f5f6f 100644
--- a/nfvparser/toscaparser/tests/data/custom_types/nested_test_wordpress.yaml
+++ b/nfvparser/toscaparser/tests/data/custom_types/nested_test_wordpress.yaml
@@ -1,3 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
tosca_definitions_version: tosca_simple_yaml_1_0
imports:
- test_prefix_defs:
diff --git a/nfvparser/toscaparser/tests/data/custom_types/node_with_cap.yaml b/nfvparser/toscaparser/tests/data/custom_types/node_with_cap.yaml
index 332f830..bc87dda 100644
--- a/nfvparser/toscaparser/tests/data/custom_types/node_with_cap.yaml
+++ b/nfvparser/toscaparser/tests/data/custom_types/node_with_cap.yaml
@@ -1,3 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
tosca_definitions_version: tosca_simple_yaml_1_0
description: >
diff --git a/nfvparser/toscaparser/tests/data/custom_types/paypalpizzastore_nodejs_app.yaml b/nfvparser/toscaparser/tests/data/custom_types/paypalpizzastore_nodejs_app.yaml
index cdabeae..7ba6b57 100644
--- a/nfvparser/toscaparser/tests/data/custom_types/paypalpizzastore_nodejs_app.yaml
+++ b/nfvparser/toscaparser/tests/data/custom_types/paypalpizzastore_nodejs_app.yaml
@@ -1,3 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
tosca_definitions_version: tosca_simple_yaml_1_0
description: >
diff --git a/nfvparser/toscaparser/tests/data/custom_types/rsyslog.yaml b/nfvparser/toscaparser/tests/data/custom_types/rsyslog.yaml
index 4614ee7..580ea2e 100644
--- a/nfvparser/toscaparser/tests/data/custom_types/rsyslog.yaml
+++ b/nfvparser/toscaparser/tests/data/custom_types/rsyslog.yaml
@@ -1,3 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
tosca_definitions_version: tosca_simple_yaml_1_0
description: >
diff --git a/nfvparser/toscaparser/tests/data/custom_types/wordpress.yaml b/nfvparser/toscaparser/tests/data/custom_types/wordpress.yaml
index 5899ed9..57b0691 100644
--- a/nfvparser/toscaparser/tests/data/custom_types/wordpress.yaml
+++ b/nfvparser/toscaparser/tests/data/custom_types/wordpress.yaml
@@ -1,3 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
tosca_definitions_version: tosca_simple_yaml_1_0
node_types:
diff --git a/nfvparser/toscaparser/tests/data/custom_types/wordpress.yml b/nfvparser/toscaparser/tests/data/custom_types/wordpress.yml
index 5899ed9..57b0691 100644
--- a/nfvparser/toscaparser/tests/data/custom_types/wordpress.yml
+++ b/nfvparser/toscaparser/tests/data/custom_types/wordpress.yml
@@ -1,3 +1,15 @@
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
tosca_definitions_version: tosca_simple_yaml_1_0
node_types: