[jump req] Add build/deploy specific requirements
[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     - libvirt-bin
25     - make
26     - mkisofs
27     - qemu-kvm
28     - rsync
29     - uuid-runtime
30     - virtinst
31     # python is indirectly required for PDF parsing
32     - python
33     - python-ipaddress
34     - python-jinja2
35     - python-yaml
36     - python-jsonschema
37   # Optional, arch-specific requirements, matched by key name = $(uname -m)
38   aarch64:
39     # AArch64 VMs use AAVMF (guest UEFI)
40     - ipxe-qemu
41     - qemu-efi