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
27 name: yardstick-{{ release }}-kernel
30 container_format: bare
31 filename: "{{ CLOUD_KERNEL }}"
35 kernel_id: "{{ GLANCE_KERNEL_ID }}"
36 os_command_line: "{{ command_line }}"
39 image_properties: "{{ image_properties|combine({'hw_mem_page_size': 'large'} }}"
43 image_properties: "{{ image_properties|combine({'hw_firmware_type': HW_FIRMWARE_TYPE} }}"
44 when: HW_FIRMWARE_TYPE
50 container_format: bare
51 filename: "{{ QCOW2_IMAGE }}"
52 properties: "{{ image_properties }}"
53 environment: "{{ openrc }}"
57 environment: "{{ openrc }}"