sgarbuz | fcd802e | 2018-03-05 10:20:04 +0200 | [diff] [blame^] | 1 | parameters: |
| 2 | _param: |
| 3 | glance_image_cirros_location: 'http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img' |
| 4 | glance_image_fedora_location: 'https://mirror.chpc.utah.edu/pub/fedora/linux/releases/27/CloudImages/x86_64/images/Fedora-Cloud-Base-27-1.6.x86_64.qcow2' |
| 5 | glance_image_cirros_name: 'TestCirros-0.3.5' |
| 6 | glance_image_fedora_name: 'TestFedora-27-1.6' |
| 7 | glance: |
| 8 | client: |
| 9 | enabled: True |
| 10 | identity: |
| 11 | admin_identity: |
| 12 | image: |
| 13 | cirros: |
| 14 | name: ${_param:glance_image_cirros_name} |
| 15 | location: ${_param:glance_image_cirros_location} |
| 16 | import_from_format: 'qcow2' |
| 17 | container_format: 'bare' |
| 18 | disk_format: 'qcow2' |
| 19 | tags: |
| 20 | - 'cirros' |
| 21 | visibility: public |
| 22 | wait_timeout: 1000 |
| 23 | fedora: |
| 24 | name: ${_param:glance_image_fedora_name} |
| 25 | location: ${_param:glance_image_fedora_location} |
| 26 | import_from_format: 'qcow2' |
| 27 | container_format: 'bare' |
| 28 | disk_format: 'qcow2' |
| 29 | tags: |
| 30 | - 'fedora' |
| 31 | visibility: public |
| 32 | wait_timeout: 1000 |