032aa114625bbba7903eb0445d8b63998552b104
[fuel.git] / mcp / scripts / requirements_deb.yaml
1 ##############################################################################
2 # Copyright (c) 2018 Mirantis Inc., Enea AB and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Apache License, Version 2.0
5 # which accompanies this distribution, and is available at
6 # http://www.apache.org/licenses/LICENSE-2.0
7 ##############################################################################
8 ---
9 build:
10   # Common pkgs required for all builds, no matter the type, arch etc.
11   common:
12     - python-pip
13 deploy:
14   # Common pkgs required for all deploys, no matter the type, arch etc.
15   common:
16     - bridge-utils
17     - cloud-guest-utils
18     - cpu-checker
19     - curl
20     - docker-compose
21     - e2fsprogs
22     - git
23     - kpartx
24     - libglib2.0-bin
25     - libvirt-bin
26     - make
27     - mkisofs
28     - qemu-kvm
29     - rsync
30     - uuid-runtime
31     - virtinst
32     # python is indirectly required for PDF parsing
33     - python
34     - python-ipaddress
35     - python-jinja2
36     - python-yaml
37     - python-jsonschema
38   # Optional, arch-specific requirements, matched by key name = $(uname -m)
39   aarch64:
40     # AArch64 VMs use AAVMF (guest UEFI)
41     - ipxe-qemu
42     - qemu-efi
43     # AArch64 CentOS cloud image is archived with xz
44     - xz-utils