Merge "Add support for different public network netmask"
[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     - 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   # Optional, arch-specific requirements, matched by key name = $(uname -m)
31   aarch64:
32     # AArch64 VMs use AAVMF (guest UEFI)
33     - AAVMF
34   # Optional, deploy-type-specific requirements
35   baremetal:
36     # For baremetal, python is indirectly required for PDF parsing
37     - python
38     - python-ipaddress
39     - python-jinja2
40     - python-yaml