Ann Kamyshnikova | 85798ea | 2018-05-04 17:01:39 +0400 | [diff] [blame] | 1 | classes: |
| 2 | - system.glance.client |
| 3 | parameters: |
Ann Kamyshnikova | 85798ea | 2018-05-04 17:01:39 +0400 | [diff] [blame] | 4 | glance: |
| 5 | client: |
| 6 | identity: |
| 7 | admin_identity: |
| 8 | endpoint_type: internalURL |
| 9 | image: |
| 10 | agent_vm: |
| 11 | name: ${_param:agent_vm_image_name} |
| 12 | location: ${_param:agent_vm_image_url} |
| 13 | import_from_format: 'qcow2' |
| 14 | container_format: 'bare' |
| 15 | disk_format: 'qcow2' |
| 16 | tags: |
| 17 | - 'vnf-onboarding' |
| 18 | visibility: public |
| 19 | wait_timeout: 1000 |
| 20 | base_agent_vm: |
| 21 | name: ${_param:base_agent_vm_image_name} |
| 22 | location: ${_param:base_agent_vm_image_url} |
| 23 | import_from_format: 'qcow2' |
| 24 | container_format: 'bare' |
| 25 | disk_format: 'qcow2' |
| 26 | tags: |
| 27 | - 'vnf-onboarding' |
| 28 | visibility: public |
| 29 | wait_timeout: 1000 |
| 30 | base_backend_vm: |
| 31 | name: ${_param:base_backend_vm_image_name} |
| 32 | location: ${_param:base_backend_vm_image_url} |
| 33 | import_from_format: 'qcow2' |
| 34 | container_format: 'bare' |
| 35 | disk_format: 'qcow2' |
| 36 | tags: |
| 37 | - 'vnf-onboarding' |
| 38 | visibility: public |
| 39 | wait_timeout: 1000 |
| 40 | cloudify-enterprise: |
| 41 | name: ${_param:cloudify_enterprise_manager_image_name} |
| 42 | location: ${_param:cloudify_enterprise_manager_image_url} |
| 43 | import_from_format: 'qcow2' |
| 44 | container_format: 'bare' |
| 45 | disk_format: 'qcow2' |
| 46 | tags: |
| 47 | - 'vnf-onboarding' |
| 48 | visibility: public |
| 49 | wait_timeout: 1000 |
| 50 | cloudify-community: |
| 51 | name: ${_param:cloudify_community_manager_image_name} |
| 52 | location: ${_param:cloudify_community_manager_image_url} |
| 53 | import_from_format: 'qcow2' |
| 54 | container_format: 'bare' |
| 55 | disk_format: 'qcow2' |
| 56 | tags: |
| 57 | - 'vnf-onboarding' |
| 58 | visibility: public |
| 59 | wait_timeout: 1000 |
| 60 | |