blob: 1e49966d576ca287046a7379eecaad7502ab2bfc [file] [log] [blame]
parameters:
_param:
glance_image_cirros_location: 'https://artifactory.mirantis.com/artifactory/binary-prod-local/mirantis/external/images/cirros/0.3.5/cirros-0.3.5-x86_64-disk.img'
glance_image_fedora_location: 'https://artifactory.mirantis.com/artifactory/binary-prod-local/mirantis/external/images/cloud-fedora/27/Fedora-Cloud-Base-27-1.6.x86_64.qcow2'
glance_image_cirros_name: 'TestCirros-0.3.5'
glance_image_fedora_name: 'TestFedora-27-1.6'
glance:
client:
enabled: True
identity:
admin_identity:
image:
cirros:
name: ${_param:glance_image_cirros_name}
location: ${_param:glance_image_cirros_location}
import_from_format: 'qcow2'
container_format: 'bare'
disk_format: 'qcow2'
tags:
- 'cirros'
visibility: public
wait_timeout: 1000
fedora:
name: ${_param:glance_image_fedora_name}
location: ${_param:glance_image_fedora_location}
import_from_format: 'qcow2'
container_format: 'bare'
disk_format: 'qcow2'
tags:
- 'fedora'
visibility: public
wait_timeout: 1000