Matteo Scandolo | fade3ec | 2016-08-02 10:17:53 -0700 | [diff] [blame] | 1 | tosca_definitions_version: tosca_simple_yaml_1_0 |
| 2 | |
| 3 | description: Setup CORD-related services |
| 4 | |
| 5 | imports: |
| 6 | - custom_types/xos.yaml |
| 7 | |
| 8 | topology_template: |
| 9 | node_templates: |
| 10 | service#test: |
| 11 | type: tosca.nodes.Service |
| 12 | properties: |
| 13 | view_url: /admin/test/testservice/$id$/ |
| 14 | requirements: |
| 15 | - test_tenant: |
| 16 | node: service#volt |
| 17 | relationship: tosca.relationships.TenantOfService |
| 18 | |
| 19 | service#volt: |
| 20 | type: tosca.nodes.VOLTService |
| 21 | properties: |
| 22 | no-delete: true |
| 23 | no-create: true |
| 24 | no-update: true |