Merge "Add tutorial for reclass-doc tool in documentation"
[fuel.git] / mcp / scripts / requirements_deb.yaml
1 ##############################################################################
2 # Copyright (c) 2017 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     - cloud-guest-utils
13     - cpu-checker
14     - curl
15     - e2fsprogs
16     - git
17     - kpartx
18     - libvirt-bin
19     - make
20     - mkisofs
21     - qemu-kvm
22     - rsync
23     - uuid-runtime
24     - virtinst
25   # Optional, arch-specific requirements, matched by key name = $(uname -m)
26   aarch64:
27     # AArch64 VMs use AAVMF (guest UEFI)
28     - ipxe-qemu
29     - qemu-efi
30   # Optional, deploy-type-specific requirements
31   baremetal:
32     # For baremetal, python is indirectly required for PDF parsing
33     - python
34     - python-ipaddress
35     - python-jinja2
36     - python-yaml