Elena Ezhova | b28d41f | 2017-07-03 17:09:04 +0400 | [diff] [blame] | 1 | classes: |
| 2 | - system.glance.client |
| 3 | parameters: |
| 4 | _param: |
Elena Ezhova | 9de1b08 | 2017-07-12 16:39:08 +0400 | [diff] [blame] | 5 | amphora_image_url: "https://artifactory.mirantis.com/binary-prod-local/mirantis/openstack/octavia/images/${_param:openstack_version}/amphora-x64-haproxy.qcow2" |
Elena Ezhova | b28d41f | 2017-07-03 17:09:04 +0400 | [diff] [blame] | 6 | amphora_image_name: "amphora-x64-haproxy" |
| 7 | glance: |
| 8 | client: |
| 9 | identity: |
| 10 | admin_identity: |
| 11 | endpoint_type: internalURL |
| 12 | image: |
| 13 | amphora-x64-haproxy: |
| 14 | name: ${_param:amphora_image_name} |
| 15 | location: ${_param:amphora_image_url} |
| 16 | import_from_format: 'qcow2' |
| 17 | container_format: 'bare' |
| 18 | disk_format: 'qcow2' |
| 19 | tags: |
| 20 | - 'amphora' |
| 21 | visibility: public |
| 22 | wait_timeout: 1000 |
| 23 | salt: |
| 24 | minion: |
| 25 | mine: |
| 26 | module: |
| 27 | glanceng.get_image_owner_id: |
| 28 | - ${_param:amphora_image_name} |
| 29 | - 'admin_identity' |