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