blob: a08a47d85de9bc70e73412efb85007d2e94fb0c1 [file] [log] [blame]
Pavel Svimbersky4d1a8a92017-08-28 15:24:05 +02001classes:
2- system.glance.client
3parameters:
4 _param:
Petr Jediný23ef9102017-12-01 17:59:59 +01005 ubuntu_xenial_image_url: "http://images.mirantis.com/ubuntu-16-04-x64-mcp1.1.qcow2"
Pavel Svimbersky4d1a8a92017-08-28 15:24:05 +02006 ubuntu_xenial_image_name: "ubuntu-16-04-amd64-cloudimg"
7 glance:
8 client:
9 identity:
10 admin_identity:
11 endpoint_type: internalURL
12 image:
13 ubuntu_16_04_amd64_cloudimg:
14 name: ${_param:ubuntu_xenial_image_name}
15 location: ${_param:ubuntu_xenial_image_url}
16 import_from_format: 'qcow2'
17 container_format: 'bare'
18 disk_format: 'qcow2'
19 tags:
20 - 'ubuntu'
21 - 'xenial'
22 visibility: public
23 wait_timeout: 1000