[vPDF] Use local-virtual1, unify pkg 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 requirements_pkg:
10   # Common pkgs required for all deploys, no matter the type, arch etc.
11   common:
12     - bridge-utils
13     - cloud-guest-utils
14     - cpu-checker
15     - curl
16     - e2fsprogs
17     - git
18     - kpartx
19     - libvirt-bin
20     - make
21     - mkisofs
22     - qemu-kvm
23     - rsync
24     - uuid-runtime
25     - virtinst
26     # python is indirectly required for PDF parsing
27     - python
28     - python-ipaddress
29     - python-jinja2
30     - python-yaml
31   # Optional, deploy-type-specific requirements
32   # baremetal:
33   # Optional, arch-specific requirements, matched by key name = $(uname -m)
34   aarch64:
35     # AArch64 VMs use AAVMF (guest UEFI)
36     - ipxe-qemu
37     - qemu-efi