dfilppi | 9981f55 | 2017-08-07 20:10:53 +0000 | [diff] [blame^] | 1 | |
| 2 | tosca_definitions_version: cloudify_dsl_1_3 |
| 3 | |
| 4 | imports: |
| 5 | - https://raw.githubusercontent.com/cloudify-cosmo/cloudify-manager/4.1/resources/rest-service/cloudify/types/types.yaml |
| 6 | - plugin.yaml |
| 7 | |
| 8 | inputs: |
| 9 | use_password: |
| 10 | type: boolean |
| 11 | default: false |
| 12 | |
| 13 | node_templates: |
| 14 | image: |
| 15 | type: cloudify.openstack.nodes.Image |
| 16 | properties: |
| 17 | image: |
| 18 | disk_format: test_format |
| 19 | container_format: test_format |
| 20 | data: test_path |
| 21 | openstack_config: |
| 22 | username: aaa |
| 23 | password: aaa |
| 24 | tenant_name: aaa |
| 25 | auth_url: aaa |
| 26 | interfaces: |
| 27 | cloudify.interfaces.lifecycle: |
| 28 | start: |
| 29 | inputs: |
| 30 | start_retry_interval: 1 |