azvyagintsev | 5adb88c | 2019-01-21 19:22:06 +0200 | [diff] [blame^] | 1 | parameters: |
| 2 | _param: |
| 3 | # List of files, to be placed into offline image, during separate image build process |
| 4 | # By default, will be avaible http_server |
| 5 | # WARNING: file path and names - must be exactly same as in any other place in reclass-system! |
| 6 | local_http_files_list: |
| 7 | file: |
| 8 | ubuntu-16-04-x64.qcow2: |
| 9 | name: /srv/http/images.mirantis.com/ubuntu-16-04-x64-mcp${_param:mcp_version}.qcow2 |
| 10 | source: ${_param:mcp_static_images_url}/ubuntu-16-04-x64-mcp${_param:mcp_version}.qcow2 |
| 11 | hash: ${_param:mcp_static_images_url}/ubuntu-16-04-x64-mcp${_param:mcp_version}.qcow2.md5 |
| 12 | ubuntu-16-04-x64.qcow2.md5: |
| 13 | name: /srv/http/images.mirantis.com/ubuntu-16-04-x64-mcp${_param:mcp_version}.qcow2.md5 |
| 14 | source: ${_param:mcp_static_images_url}/ubuntu-16-04-x64-mcp${_param:mcp_version}.qcow2.md5 |