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