Merge "[hybrid] Merge config/scenario/{baremetal,virtual}"
[fuel.git] / mcp / scripts / requirements_rpm.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     - bc
13     - bridge-utils
14     - cloud-utils-growpart
15     - curl
16     - elfutils-libelf-devel
17     - e2fsprogs
18     - genisoimage
19     - git
20     - kpartx
21     - libvirt
22     - make
23     - openssl-devel
24     - qemu-kvm
25     - rpm-build
26     - rsync
27     - util-linux
28     - virt-install
29     - wget
30     # For python is indirectly required for PDF parsing
31     - python
32     - python-ipaddress
33     - python-jinja2
34     - python-yaml
35   # Optional, arch-specific requirements, matched by key name = $(uname -m)
36   aarch64:
37     # AArch64 VMs use AAVMF (guest UEFI)
38     - AAVMF