50ce5d9f583222fe0116f9c9b6b2c6ae6d0366db
[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 build:
10   # Common pkgs required for all builds, no matter the type, arch etc.
11   common:
12     - python-pip
13 deploy:
14   # Common pkgs required for all deploys, no matter the type, arch etc.
15   common:
16     - bc
17     - bridge-utils
18     - cloud-utils-growpart
19     - curl
20     - docker-compose
21     - elfutils-libelf-devel
22     - e2fsprogs
23     - genisoimage
24     - gcc
25     - gdisk
26     - git
27     - kpartx
28     - libvirt
29     - make
30     - openssl-devel
31     - qemu-kvm
32     - rpm-build
33     - rsync
34     - util-linux
35     - virt-install
36     - wget
37     # For python is indirectly required for PDF parsing
38     - python
39     - python-ipaddress
40     - python-jinja2
41     - python-yaml
42     - python-jsonschema
43   # Optional, arch-specific requirements, matched by key name = $(uname -m)
44   aarch64:
45     # AArch64 VMs use AAVMF (guest UEFI)
46     - AAVMF