1 # Copyright (c) 2017 Intel Corporation.
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
7 # http://www.apache.org/licenses/LICENSE-2.0
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
19 url: "{{ CLOUD_IMG_URL }}"
20 dest: "{{ CLOUD_IMAGE }}"
22 # - name: Extra cloud image kernel
26 name: yardstick-{{ release }}-kernel
29 container_format: bare
30 filename: "{{ CLOUD_KERNEL }}"
34 kernel_id: "{{ GLANCE_KERNEL_ID }}"
35 os_command_line: "{{ command_line }}"
38 image_properties: "{{ image_properties|combine({'hw_mem_page_size': 'large'} }}"
42 image_properties: "{{ image_properties|combine({'hw_firmware_type': HW_FIRMWARE_TYPE} }}"
43 when: HW_FIRMWARE_TYPE
49 container_format: bare
50 filename: "{{ QCOW2_IMAGE }}"
51 properties: "{{ image_properties }}"
52 environment: "{{ openrc }}"
56 environment: "{{ openrc }}"